html{
	width: 100%;
	height: 100%;
}
html{font-size:10px}
@media screen and (min-width:321px) and (max-width:375px){html{font-size:13px}}
@media screen and (min-width:376px) and (max-width:414px){html{font-size:14px}}
@media screen and (min-width:415px) and (max-width:639px){html{font-size:17px}}
@media screen and (min-width:640px) and (max-width:719px){html{font-size:22px}}
@media screen and (min-width:720px) and (max-width:749px){html{font-size:24.5px}}
@media screen and (min-width:750px) and (max-width:799px){html{font-size:25.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_top{background: #FCAF01;height: 4rem;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;position: fixed;top: 0;left: 0;width: 100%;z-index: 999;}
.logo_top .logo{height: 100%;display: flex;flex-wrap: wrap;align-items: center;}
.logo_top .logo img{width: 4rem;padding-left: 1rem;}
.logo_top .hamburger .hamburger-inner, .hamburger-inner::before, 
.logo_top .hamburger .hamburger-inner::after{background-color: #fff !important;}
.logo_top .hamburger .hamburger-box{width: 35px;}
.logo_top .hamburger .hamburger-inner, 
.logo_top .hamburger .hamburger-inner::before, 
.logo_top .hamburger .hamburger-inner::after{width: 100%;}
.logo_top .right_menu{display: flex;flex-wrap: wrap;align-items: center;}
.logo_top .right_menu .search img{width: 2rem;}
.logo_top .right_menu .language img{width: 2.5rem;padding-left: 15px;}



/* 侧边栏 */
.sidebar_menu{position: fixed;left: 0;top: 0;width: 70%;height: 100vh;background: white;z-index: 9999;transform: translateX(-100%);transition: transform 0.3s ease;}
.sidebar_menu.active {transform: translateX(0);}
.sidebar_menu .nav-logo{text-align: center;padding: 1.5rem 0;}
.sidebar_menu .nav-logo img{max-width: 20%;}
.sidebar_menu .nav_ul .li{width: 90%;margin: 0 auto;}
.sidebar_menu .nav_ul .li ul{width: 88%;margin: 0 auto;}
.sidebar_menu .nav_ul .li ul li a{text-transform:inherit !important;}
.sidebar_menu .nav_ul .li a,
.sidebar_menu .nav_ul .li ul li a{display: inline-block;padding: 0.5rem 0;}
.sidebar_menu .nav_ul .li .cur{color: #FCAF01 !important;}
.sidebar_menu .nav_ul .li .main_li{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.sidebar_menu .nav_ul .li a{color: #333;font-size: 1.25rem;}
.sidebar_menu .nav_ul .li .right_btn img{width: 1.25rem;}


/* 搜索框 */
.search_form{width:100%;background-color:#f5f7fa;display: none;position: fixed;top: 4rem;left: 0rem;width: 100%;z-index: 99;}
.search_form #form{width: 100%;}
.search_form form{display:flex;}
.search_form #sousuo{width:70%;padding:14px 16px;border:1px solid #ddd;font-size:16px;color:#333;background-color:#fff;transition:all 0.2s ease}
.search_form #sousuo::placeholder{color:#999}
.search_form #sousuo:focus{outline:none;border-color:#FCAF01;box-shadow:0 0 0 3px rgba(77,144,254,0.2)}
.search_form #tijiao{width:30%;padding:14px 0;background-color:#FCAF01;color:white;border:none;;font-size:16px;font-weight:500;cursor:pointer;transition:all 0.2s ease}
.search_form #tijiao:hover{background-color:#FCAF01}
.search_form #tijiao:active{transform:scale(0.98)}

@media (min-width:480px){
.search_form form{flex-direction:row}
.search_form #sousuo{flex:1}
.search_form #tijiao{width:auto;padding:0 20px;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: 3.75vw;
}
.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-case-ul li {
    width: 92%;
    margin: 1rem auto;
}
.i-pro-li{
	width: 48%;
	margin-bottom: 20px;
}
.i-pro-li h3{
	text-align: center;
	line-height: 1.5rem;
	height: 3rem;
	font-size: 1.25rem;
	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;
	padding: 0 1.5rem;
    box-sizing: border-box;
}
.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%;

}
.content2 iframe{
	height: 300px !important;
	min-height: 300px !important;
}
.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: 25%;
    font-size: 1.1rem;
    font-weight: bold;
    color: #666;
}
.index-cont ul li p{
	width: 65%;
	font-size: 1rem;
}

footer p{
	background-color: #fcaf01;
	color: #fff;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2rem;
	text-align: center;
}
.footer_middle{width: 100%;}
.footer_middle ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer_middle ul li{width:48%;margin-top: 1rem;}
.footer_middle ul li a{color: #666;font-size: 1rem;}
.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.1rem;
	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: 1.5;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	color: #444;
}
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: 1.2rem;
	line-height: 1.5;
}
.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: 1.2rem;
	line-height: 1.5;
	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.15rem;
    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;
	font-size: 1.2rem;
}


.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;
}

  
iframe{
	margin: 0 auto !important;
	height: 30rem!important;
	width: 96% !important;
	min-height: 30rem !important;
	min-width: 96% !important;
	display: block;
}

#lan {
	width: 10.5rem;
	height: 2rem;
	font-size: 1rem;
	font-weight: 600;
	text-align: right;
	cursor: pointer;
	z-index: 999;
	transition: all .3s ease;
	/* padding: 0 .5rem; */
	text-align: center;
	color: #fcaf01;
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

#lan:hover {
	color: #fcaf01;
	overflow: visible !important;
	transition: all .3s ease;
}

#lan svg {
	min-width: 1rem;
	min-height: 1rem;
	vertical-align: middle;
	color: #fcaf01;
	transition: all .3s ease;
	margin: .3rem;
}

.lan_x {
	background-color: #fff;
	padding-top: 0;
	height: 50vh;
	width: 100%;
	position: fixed;
	top: 4rem;
	z-index: 999;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-around;
	display: none;
}

#lan:hover .lan_x {
	height: 20rem !important;
}

.lan_x h3 {
  font-weight: 400;
  text-align: center;
  padding: 0.8rem 0;
  transition: all .3s ease;
  font-size: 1.25rem;
}

.lan_x a {
	color: #333;
	transition: all .3s ease;
}

.lan_x h3:hover a {
	color: #fcaf01;
	font-size: .9rem;
	transition: all .3s ease;
	text-decoration: none;
}