html{
	width: 100%;
	height: 100%;
}
html{font-size:10px}
@media screen and (min-width:321px) and (max-width:375px){html{font-size:11px}}
@media screen and (min-width:376px) and (max-width:414px){html{font-size:12px}}
@media screen and (min-width:415px) and (max-width:639px){html{font-size:15px}}
@media screen and (min-width:640px) and (max-width:719px){html{font-size:20px}}
@media screen and (min-width:720px) and (max-width:749px){html{font-size:22.5px}}
@media screen and (min-width:750px) and (max-width:799px){html{font-size:23.5px}}
@media screen and (min-width:800px){html{font-size:25px}}
body{
	/*background-color: #f1f1f1;*/
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
*{
	font-family: Arial;
	padding: 0;
	margin: 0;
	list-style: none;
	/*overflow-x: hidden;*/
}
a{
	text-decoration: none;
	color: #f3b207;
}
.fl{
	float:left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
	display: block;
}
.hide{
	display: none;
}
.wrap{
	width: 94%;
	margin: 0 auto;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
img{
	max-width: 100%;
	vertical-align: top;
}
h3 a{
	color: #333;
}
/**/
.logo{
	background-color: #232323;
	height: 50px;
	align-items: center;
	justify-content: space-between;
	font-size: 1.5rem;
	color: #fff;
	text-transform: capitalize;
	padding-left: 2vw;
	padding-right: 2vw;
}
.logo p:nth-child(2){
	width: 80%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.item-ul{
	justify-content: space-between;
}
.item-li{
	width: 24.77vw;
	text-align: center;
	background-color: #fcaf01;
	line-height: 3rem;
	margin-bottom: 1px;
	text-transform: capitalize;
	font-size: 1.2rem;
}
.this-item{
	background-color: #fff;
}

.item-li a{
	color: #333333;
	display: block;
}
.this-item a{
	color: #fcaf01;
}
/* content1 */
.main{
	background-color: #f5f5f5;
	padding-bottom: 20px;
}
.content-about{padding-bottom: 3%;}
.about-desc{font-size: 1.2rem;color: #666;line-height: 2rem;margin-top: 1rem;}
.i-typename{
	font-size: 1.2rem;
	text-align: center;
	padding-top: 3vh;
	padding-bottom: 3vh;
}
.i-typename h3{
	font-weight: normal;
	text-transform: capitalize;
	color: #333;
}
.i-pro-ul{
	justify-content: space-between;
	margin-top: 1rem;
}
.i-pro-li{
	width: 48%;
	margin-bottom: 20px;
}
.i-pro-li h3{
	text-align: center;
	line-height: 1.5rem;
	height: 3rem;
	font-size: 1rem;
	font-weight: normal;
	overflow-y: hidden;
	background-color: #fff;
	/* padding-top: 4px;
	padding-bottom: 4px; */
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.i-pro-li h3 a{
	color: #333;
}
.i-more{
	line-height: 3rem;
	width: 50vw;
	background-color: #fcaf01;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fcaf01), to(#f7b300));
	text-transform: capitalize;
	margin: 0 auto;
	border-radius: 25px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.i-more a{
	color: #fff;
}
.content2,.content4{
	background-color: #fff;
	padding:3%;

}
.content4-1{
	padding-left: 3%;
	padding-right: 3%;
}
.content4-1 .hide{
	display: none;
}
.news-sub{
	border-bottom: 1px solid #fcaf01;
}
.news-subli{
	width: 50%;
	text-align: center;
	color: #666;
}
.news-subli h3{
	/* width: 80%; */
	margin: 0 auto;
	line-height: 2.4rem;
	/* border-radius: 25px; */
}
.this-sub h3{
	background-color: #fcaf01;
	color: #fff;
}
.i-newsbox{
	justify-content: space-between;
	border-bottom: 1px solid #f5f5f5;
}
/* .i-newsbox:last-child{
	border-bottom: 1px solid #f5f5f5;
} */
.i-faqbox:nth-child(1){
	padding-top: 0;
}
.i-news-l{
	width: 32%;
}
.i-news-r{
	width: 63%;
}
.i-newstitle h3{
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 2rem;
	height: 4rem;
	margin-bottom: 0.5rem;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.i-faqbox div{width: 100%;}
.i-faqbox:nth-child(even) h3{background-color: #f5f5f5;}
.i-newsdesc{
	font-size: 1.2rem;
	color: #666666;
	line-height: 1.5rem;
	height: 3rem;
	overflow-y: hidden;
}
.l-newsdesc{
	height: 60px;
}
.i-newstime{
	justify-items: center;
	display: flex;
	line-height: 14px;
}
.i-newstime i{
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: url('../picture/1.png') no-repeat;
	background-size: 100% 100%;
}
.i-newstime span{
	display: inline-block;
	color: #666666;
	margin-left: 10px;
	font-size: 1.2rem;
}
.content6{
	padding-bottom: 20px;
}
.content5 .i-form{
	padding-bottom: 0;
}
.content5 .i-form form{
	padding-top: 6%;
}
.abus-main .content5 .i-form{
	margin-bottom: 20px;
	background-color: #f2f2f2;
}
.abus-main .content5 .i-typename{
	background-color: #ffffff;
}
.i-form{
	margin: 0 auto;
}
.i-form input{
	background-color: #e3e3e3;
	border: 0;
	border-radius: 5px;
	width: 100%;
	line-height: 3rem;
	/* margin-top: 24px; */
	text-indent: 10px;
	color: #999999;
	font-size: 1rem;
}
.i-form textarea{
	font-family: Arial;
	color: #999;
	line-height: 2rem;
	padding-left: 3%;
	width: 97%;
	background-color: #e3e3e3;
	border: 0;
	border-radius: 5px;
	/* margin-top: 24px; */
	min-height: 150px;
	padding-top: 6px;
	font-size: 1rem;
}
.i-form form p{
	line-height: 2.2rem;
	color: #333;
	text-align: left;
}
.index-cont li{
	display: flex;
	line-height: 1.8rem;
}
.index-cont li a{
	display: flex;
	width: 100%;
	color: #333;
}
.index-cont ul li a i{
	color: #fcaf01;
	font-size: 1.8rem;
	display: block;
	width: 7%;
	margin-right: 6%;
}
.index-cont ul li span {
	display: block;
    width: 22%;
    font-size: 1rem;
    font-weight: bold;
    color: #666;
}
.index-cont ul li p{
	width: 65%;
	font-size: 1rem;
}
footer{
	margin-bottom: 3.6rem;
}
footer p{
	background-color: #fcaf01;
	color: #fff;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2rem;
	text-align: center;
}
.pagelist{
	margin-top: 30px;
}
.pageul{
	justify-content: center;
}
.pageli{
	padding-left: 4px;
	padding-right: 4px;
	min-width: 24px;
	line-height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 5px;
	border: 1px solid #999;
	text-align: center;
	background-color: #fff;
}
.pageul a,.pageul span{
	display: block;
	padding-left: 4px;
	padding-right: 4px;
	min-width: 24px;
	line-height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 5px;
	border: 1px solid #999;
	text-align: center;
	background-color: #fff;
}
.pageul .current{
	background-color: #fcaf01;
	border: 0;
}
.pageul .curr{
	background-color: #fcaf01;
	border: 0;
}
.pageul a{
	color: #666;
}
.pageul .current{
	color: #fff;
}
.pageul .curr{
	color: #fff;
}
.position{
	padding: 8px 3%;
	border-bottom: 1px dotted #ccc;
	font-size: 1.2rem;
	text-transform: capitalize;
	/* margin-bottom: 20px; */
	line-height: 22px;
}
.position a{
	color: #666;
}
.position a:last-child{
	color: #fcaf01;
}
/*list_pro*/
.cp-typeul{
	justify-content: center;
	margin-bottom: 2rem;
}
.news-typeul{
	margin-bottom: 0;
}
.cp-typeli{
	text-align: center;
	border-radius: 10px;
	width: 40vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2rem;
	font-size: 1rem;
	background-color: #a3a3a3;
	margin: 6px 4px 0 4px;
	padding:0 2px 0;
	box-shadow: 3px 2px 6px #666;
}
.cp-typeli a{
	color: #fff;
}
.this-typeli{
	background-color: #fcaf01;
}
.this-typeli a{
	color: #fff;
}
.l-pro-ul{
	margin-top: 30px;
}
.l-typename{
	background:-webkit-gradient(linear, 0 0, 100% 0, from(#3c9eeb), to(#f5f5f5));
	line-height: 40px;
	/* width: 50%; */
	padding-left: 10px;
	text-transform: capitalize;
}
/*list-news*/
.newsmain{
	background-color: #fff;
}
.newsmain .i-newsbox{margin: 1rem 0;padding-bottom: 1rem;}
.news-sort{
	padding-bottom: 20px;
	border-bottom: 1px solid #f5f5f5;
}
.news-sort ul{
	justify-content: center;
}
.news-sort ul li{
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius:25px;
	border: 1px solid #f5f5f5;
	margin-left: 5px;
	margin-right: 5px;
}
.news-sort ul li a{
	color: #666;
}
.news-sort ul .thisnews-li{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#6bb7f2), to(#3c9eeb));
}
.news-sort ul .thisnews-li a{
	color: #fff;
}
/*list-abus*/
.abus-con1,.abus-con2,.abus-con3,.abus-con4,.abus-con4-l,.abus-con1-l p{
	margin-bottom: 14px;
}
.abus-body h3{
	margin-bottom: 0.5rem;
}
.abus-content img{
	height: auto!important;
}
.abus-main{
	background-color: #fff;
}
.abus-body p{
	color: #666;
	line-height: 2rem;
	font-size: 1.2rem;
}
.abus-body ul li{
	color: #666;
	line-height: 2rem;
}
.abus-body p img{
	margin-top: 10px;
	margin-bottom: 10px;
}
.video-box{
	box-shadow: 0 2px 6px #f8f8f8;
	margin-bottom: 20px;
}
.videoimg{
	position: relative;
}
.videoimg img{
	display: block;
	width: 100%;
}
.mask{
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
}
.videoimg i{
	display: block;
    background: url(../picture/18.png);
    background-size: 100% 100%;
	position: absolute;
	width: 10vw;
	height: 10vw;
    position: absolute;
    top: 50%;
    margin-top: -5vw;
    left: 50%;
    margin-left: -5vw;
}
.video-title{
	text-align: center;
	line-height: 26px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.video-title h3{
	color: #333;
	font-weight: normal;
}
.video-main{
	background-color: #fff;
}
.arc-cont{
	border: 1px solid #fcaf01;
	padding: 10px;
	margin-bottom: 10px;
}
.arc-top p{
	color: #666;
	font-size: 1rem;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	text-align: center;
}
.arc-top p span{
	margin-left: 0;
}
.arc-top p a{
	color: #fcaf01;
}
.arc-top h1{
	color: #333;
	font-size: 1.6rem;
	text-align: center;
}
.arc-body img{
	height: auto!important;
}
.arc-body{
	font-size: 1.2rem;
	line-height: 2.2rem;
}
.arc-body{
	color: #333;
}
.arc-body p{
	line-height: 2rem;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
table,table tr th, table tr td { 
    border:1px solid #fcaf01;
}
table { 
    text-align: center; 
    border-collapse: collapse; 
    padding:2px;
    /* width: auto!important; */
}
table tr td{
    line-height: 24px;
    min-width: 130px;
}
.fuji{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.fuji::-webkit-scrollbar
{
-webkit-appearance: none;
width: 14px;
height: 14px;
}

.fuji::-webkit-scrollbar-thumb
{
border-radius: 8px;
border: 3px solid #fff;
background-color: rgba(0, 0, 0, .3);
}
.pre-next{
	border-top: 1px solid #f5f5f5;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
}
.pre-next a{
	color: #fcaf01;
}
/*公共css*/
.gotop{
	width: 12vw;
	height: 12vw;
	line-height: 12vw;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.gotop{
	position: fixed;
	z-index: 99;
	bottom: 100px;
	right: 10px;
	text-align: center; 
}
.gotop img{
	width: 50%;
	display: inline-block; 
	vertical-align: middle;
}
.footer{
	width: 100%;
	background-color: #52bd4b;
	color: #fff;
	text-align: center;
	/*padding-bottom: 3.6rem;*/
}
.footblock{
	height: 3.6rem;
}
.callus{
	width: 100%;
	height: 3.6rem;
	position: fixed;
	z-index: 999;
	background-color:#fcaf01;
	bottom:0;
	box-shadow:0px 3px 10px 0px #e5e5e5;
	border-top: 1px solid #999;
}
.callus a{
	color: #fff;
}
.ui-whitespace{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	align-items:center;
	text-align: center;
	font-size: 0.9rem;
	height: 100%;
}
.ui-whitespace img{
	width: 2rem;
	height: 2rem;
}
.popform{
	position: fixed;
	bottom: 30vh;
	left: 15vw;
	width: 78vw;
	border-radius: 20px;
	background-color: #fff;
	display: none;
	z-index: 999;
}
.popform h3{
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.popform p{
	font-size: 14px;
	color: #545454;
	width: 60vw;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 30px;
}
.fixform {
	margin-top: 10px;
}
.fixform input{
	width: 46vw;
	height: 6vh;
	line-height: 6vh;
	border: 1px solid #999;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	text-indent: 15px;
	border-right: 0;
	margin-left: 5vw;
}
.fixform div{
	width: 22vw;
	height: 6vh;
	line-height: 6vh;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border: 1px solid #999;
	background-color: #3c3c3c;
	color:#fff;
	border-left: 0;
	text-align: center;
	font-size: 16px;
}
.popform .clearfix{
	width:100%;
	height: 8vh;
	line-height: 8vh;
	display: flex;
	margin: 0 auto;
}
.popform .clearfix div{
	width: 50%;
	height: 100%;
	font-size: 16px;
}
.popform .clearfix img{
	display: inline-block; 
	vertical-align: middle;
	width: 22%;
	margin-right: 3vw;

}
.popform .clearfix div a{
	color: #fff;
	display: block;
	width: 86%;
	margin: 0 auto;
	font-size: 14px;
}
.clearfix div:nth-child(1){
	background-color: #3c3c3c;
	border-bottom-left-radius: 20px;
}
.clearfix div:nth-child(2){
	background-color: #0069df;
	border-bottom-right-radius: 20px;
}
.imgrow{
	width: 8vw;
	height: 8vw;
	border-radius: 4vw;
	background-color: #0069df;
	margin-top: -3vw;
	margin-right: -3vw;
}
.imgrow img{
	display: block;
	margin: 0 auto;
	width: 4vw;
	height: 4vw;
	margin-top: 2vw;
}
.closeform{
	height: 10vw;
	width: 100%;
}
.bgshow,.bgs{
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 50px;
	display: none;
}
.bg{
	width: 100%;
	position: relative;
}


#conus{
	color: #ffffff;
	line-height: 50px;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fcaf01), to(#f7b300));
	width: 88%;
	margin: 0 auto;
}
.i-form{
	padding: 6%;
	margin: 0 auto;
	padding-top: 0;
}
.i-form form{
	background-color: #fbfbfb;
	padding: 6%;
	padding-top: 0;
}
.i-form input{
	background-color: #ffffff;
	border: 0;
	border-radius: 5px;
	width: 100%;
	line-height: 3rem;
	/* margin-top: 24px; */
	text-indent: 10px;
	color: #999999;
	font-size: 1rem;
}
.i-form textarea{
	font-family: Arial;
	color: #999;
	line-height: 1.4rem;
	padding-left: 3%;
	width: 97%;
	background-color: #ffffff;
	border: 0;
	border-radius: 5px;
	/* margin-top: 24px; */
	min-height: 150px;
	padding-top: 6px;
	font-size: 1rem;
}
.i-form form p{
	line-height: 2.2rem;
	color: #333;
	text-align: left;
}
.i-form .form-p{
	background-color: #fbfbfb;
	color: #666;
	font-size: 1rem;
	line-height: 1.4rem;
	width: 90%;
	margin: 0 auto;
	padding: 0.5rem 5%;
}

#addprobox{
    border: 1px solid #b0b0b0;
	background-color: #f2f2f2;
	margin-bottom: 10px;
}
#addprobox p a{
	color: #333;
	font-size: 1rem;
}
#addproimg{
    margin-top: 0;
}

#addproname{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; }

.index-tit {
    align-items: center;
    justify-content: space-between;
    background-color: #fcaf01;
	padding: 0 10px;
	margin: 2rem auto;
}
.index-tit h3{
    line-height: 2.6;
    font-size: 1.2rem;
    color: #ffffff;
    text-align: center;
	font-weight: bold;
	text-transform: capitalize;
}
.index-tit{align-items: center;justify-content: space-between;background-color: #fcaf01;padding: 0 10px;}
.index-tit a{color: #ffffff;}
.index-tit p a{font-size: 1.2rem;}

.pro-type {
    line-height: 3rem;
    background: linear-gradient(to right, #fcaf01 , #f5f5f5);
    width: 100%;
    margin: 1rem 0;
    padding-left: 1rem;
}
.toutiao h3{width: 90%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;line-height: 2.6;font-weight: normal;text-indent: 10px;}
.toutiao div img{width: 35%;height: 100%;}
.toutiao{margin-bottom: 8px;background-color: #ffffff;}
.toutiao h3 a{color:#333333;}
.toutiao div{justify-content: space-between;}
.toutiao p{width: 60%;color: #666;font-size: 1rem;line-height: 2rem;}
.i-news-con .i-faqbox:nth-child(odd){background-color: #ffffff;}
.canshu{line-height: 2rem;margin-top: 1rem;}
.canshu li span{font-weight: bold;margin-right: 6px;}


.tit-fz,.tit-bolder,.tit-bg{margin-top: 1.2rem!important;margin-bottom: 0.8rem!important;}
.tit-fz{font-size: 1.3rem!important;font-weight: bolder!important;}
.tit-bolder{font-weight: bolder!important;}
.tit-bg{background-color: #f3b207;color: #fff!important;font-weight: bolder!important;padding-left: 10px;}


.share{
	margin-top: 2rem;
}
.tag-list{
	width: 94%;
	margin: 0 auto;
	margin-top: 2rem;
}
.tag-list>p{
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.tag-list li a{
	display: block;
	padding: 6px 10px;
	border-radius: 25px;
	background-color: #fcaf01;
	color: #fff;
	margin: 10px 4px 0 4px;
}


.product-sort{margin-top: 20px;background-color: #f1f1f1;padding-top: 10px;}
.product-sort h2{text-align: center;}
.product-sort .active{background-color: #fcaf01;}
.product-sort ul{padding: 20px;padding-top: 10px;}
.product-sort li{font-size: 1.2rem;line-height: 2;padding-left: 6px;border-bottom: }
.product-sort a{color: #333;}
.product-sort .active a{color: #fff;}




.recommend{
	margin: 30px auto;
	width: 94%;
  }
  .recommend ul{
	margin-top: 20px;
  }
  .recommend ul li{
	margin-top: 10px;
	list-style: inside;
  }
  .recommend ul li a{ 
	color: #333;
	font-size: 1.2rem;
  }
  .recommend h3 span {
	font-size: 1.4rem;
	border-right: 3px solid #fcaf01;
	padding-right: 10px;
  }

             /* 引入视频 */
			 @media screen and (min-width: 321px)and (max-width:376px) {
				iframe {
					width: 100% !important;
					margin: 0 auto !important;
					height: 380px !important;
				}
		
			}
		
			@media screen and (min-width: 376px)and (max-width:415px) {
				iframe {
					width: 100% !important;
					;
					margin: 0 auto !important;
					;
					height: 400px !important;
				}
		
			}
		
			@media screen and (min-width:415px)and (max-width:749px) {
				iframe {
					width: 100% !important;
					;
					margin: 0 auto !important;
					;
					height: 420px !important;
				}
		
			}
		
			@media screen and (min-width:750px)and (max-width:3000px) {
				iframe {
					width: 750px !important;
					;
					margin: 0 auto !important;
					;
					height: 420px !important;
				}
		
			}