@charset "utf-8";
@font-face{
	font-family:Poppins;
	src:url(../fonts/Poppins-Regular.otf)
}

html{-webkit-text-size-adjust:100%;font-size:100px; overflow-x: hidden;}
html{font-size:5.2083334vw}
@media (min-width:769px) and (max-width:1024px) {
	html{font-size: calc((100 / 1200) * 100vw);} 
}
@media (max-width:768px) {
	html{font-size: calc((100 / 992) * 100vw);} 
}
@media (max-width:480px){
    html{font-size:calc(100 / 500 * 100vw);}
}
*{margin:0;padding:0;box-sizing: border-box;}
body{ font-family:Poppins,sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:0.16rem; color:#000; width:100%;  zoom:1;line-height: 1.68;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#000;font-family:Poppins,sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:middle;}
a{ color:#000; text-decoration:none;cursor: pointer;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#CFB26A;}
table{border-collapse: collapse;border-spacing: 0;border: 1px solid #b3b2b2;}

.fl{ float:left;}
.fr{ float:right;}
.tl{ text-align:left !important;}
.tr{ text-align:right;}
.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;}
.table {display: table;width: 100%;border-collapse: collapse;}
.table-tr {display: table-row;}
.table-th {display: table-cell;height: 100%;border: 1px solid gray;text-align: center;vertical-align: middle;}
.table .cell {display: table-cell;vertical-align: middle;}
.flex{display: flex;}
.flex_sw{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}


/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

/*input字体*/
:-moz-placeholder {color: #999999;font-size: 0.16rem;}
::-moz-placeholder {color: #999999;font-size: 0.16rem;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;font-size: 0.16rem;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;font-size: 0.16rem;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; font-size: 0.16rem;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

/*网页滚动条*/
::-webkit-scrollbar-button{display: none;}
::-webkit-scrollbar{width: 6px; height:6px;-webkit-overflow-scrolling : touch;background-color: #e6e6e6;}
::-webkit-scrollbar-track{background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{border-radius: 10px;background-color: #58504a;}
::-webkit-scrollbar-button{height: 0px;background-color: #e6e6e6;}

.scroll::-webkit-scrollbar-button{display: none;}
.scroll::-webkit-scrollbar{width: 2px; height:2px;-webkit-overflow-scrolling : touch;background-color: #f5f5f5;}
.scroll::-webkit-scrollbar-track{background-color: #f5f5f5;}
.scroll::-webkit-scrollbar-thumb{border-radius: 2px;background-color: #c5c5c5;}
.scroll::-webkit-scrollbar-button{height: 0px;background-color: #f5f5f5;}

/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .3s;}
.imgbox img{ width:100%;height:100%;object-fit: cover;}

.ico{position: relative;margin:0 auto;}
.ico img{position: absolute;top:50%;left:50%;transform: scale(0) translate(-50%,-50%);transition: all .5s;max-height:100%;max-width:100%;transform-origin:top left;}
.ico .img1{transform: scale(1) translate(-50%,-50%);}
.item:hover .ico .img1{transform: scale(0) translate(-50%,-50%);}
.item:hover .ico .img2{transform: scale(1) translate(-50%,-50%);}

/*pages*/
.Pages{display: flex;justify-content: space-between;padding:0.3rem 0 0.3rem 0;}
.Pages .num a{display: inline-block;margin-right:0.3rem;color:#666;}
.Pages .num a:hover{color:#CFB26A;}
.Pages .num a.a_cur{color:#CFB26A;}
.Pages .page_btn a{display: inline-block;margin-left:0.3rem;color:#999;}
.Pages .page_btn a:hover{color:#CFB26A;}


@media(max-width:640px){
	.Pages .num a{margin-right:0.2rem;}
	.Pages .page_btn a{margin-left:0.2rem;}
}

/*pages end*/

.f14{font-size: 0.14rem;}
.f18{font-size: 0.18rem;}
.f20{font-size: 0.2rem;}
.f22{font-size: 0.22rem;}
.f24{font-size: 0.24rem;}
.f28{font-size: 0.28rem;}
.f30{font-size: 0.3rem;}
.f32{font-size: 0.32rem;}
.f36{font-size: 0.36rem;}
.f38{font-size: 0.38rem;}
.f40{font-size: 0.40rem;}
.f42{font-size: 0.42rem;}
.f44{font-size: 0.44rem;}
.f48{font-size: 0.48rem;}
.f56{font-size: 0.56rem;}

.light{font-weight: lighter;}
.bold{font-weight: bold;}
.Container{width:94%;max-width:14.4rem;margin:0 auto;}

@media(max-width:1024px){
	.f24{font-size: 0.22rem;}
    .f30{font-size: 0.22rem;}
	.f32{font-size: 0.24rem;}
	.f36{font-size: 0.3rem;}
    .f40{font-size: 0.32rem;}
    .f42{font-size: 0.32rem;}
	.f44{font-size: 0.3rem;}
    .f48{font-size: 0.3rem;}
	.f56{font-size: 0.3rem;}
}

@media(max-width:640px){
	.f44{font-size: 0.24rem;}
}



.m-btn{display: none;cursor: pointer;padding:0.15rem 0.05rem;border-radius: 5px;z-index:999;margin-top:0.15rem;margin-left:0.24rem;}
.m-btn span{display: block;width:25px;height:3px;background:#fff;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.m-btn span::before, .m-btn span::after{content:'';display: block;height:3px;width:25px;background: #fff;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.m-btn span:before {top: -8px;}
.m-btn span:after {bottom: -8px;}
.m-btn.active span {background: transparent;}
.m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}


@media(max-width:1024px){}


@media(max-width:640px){}



/* Top */
.Top{line-height: 0.9rem;position: fixed;top:0;left:0;width:100%;z-index:99999;transition: all .3s;}
.Top .Logo img{max-height:0.2rem;}
.Top .top_other{display: flex;align-items: center;}
.Top .top_other .SearchIco{cursor: pointer;padding-right:0.35rem;margin-right:0.35rem;position: relative;}
.Top .top_other .SearchIco img{width:0.21rem;}
.Top .top_other .SearchIco::before{content:'';display: block;width:1px;height:0.16rem;background: #fff;opacity: 0.3;position: absolute;right:0;top:50%;transform: translateY(-50%);}


.Top .top_other .lan{position: relative;}
.Top .top_other .lan .name{display: flex;align-items: center;color:#fff;}
.Top .top_other .lan .name img{width:0.2rem;display: block;margin-right:0.08rem;}
.Top .top_other .lan .name i{display: block;width:0.09rem;height:0.06rem;background: url(../images/arr.png) no-repeat center center;background-size: contain;margin-left:0.08rem;}
.Top .top_other .lan ul{position: absolute;width:100%;top:100%;background: #fff;line-height: 0.42rem;text-align: center;box-shadow: 0 0 0.3rem rgba(0,0,0,0.15);display: none;}
.Top .top_other .lan ul::before{content:"";display: block;border:0.08rem solid transparent;border-bottom:0.08rem solid #fff;position: absolute;bottom:100%;left:50%;transform: translateX(-50%);}
.Top .top_other .lan ul li a{display: block;}
.Top .top_other .lan ul li a:hover{background: #CFB26A;color:#fff;}
.Top .top_other .lan:hover ul{display: block;}

.Top .SearchBox{position: absolute;width:100%;box-sizing: border-box;top:100%;left:0;z-index:99;background: #333;padding:0.9rem 0.3rem;display: none;}
.Top .SearchBox .Container{position: relative;}
.Top .SearchBox .close{width:0.25rem;height:0.25rem;background: url(../images/close.svg) no-repeat center center;background-size: contain;position: absolute;right:0rem;top:-0.6rem;cursor: pointer;}
.Top .SearchBox .box{max-width:8rem;margin:0 auto;width:90%;}
.Top .SearchBox .box .SearchInupt{background: #fff;padding-right:1rem;position: relative;}
.Top .SearchBox .box .SearchInupt input{height:0.5rem;width:100%;;box-sizing: border-box;padding:0 0.2rem;display: block;}
.Top .SearchBox .box .SearchInupt button{width:0.7rem;height:100%;background: url(../images/search.png) no-repeat center center #2a6b58;position: absolute;right:0;top:0;background-size: 0.18rem;}

.MainNav ul::after{content:"";display: block;clear: both;}
.MainNav ul li{float:left;margin-right:0.5rem;position: relative;}
.MainNav ul li em{display: block;position: relative;}
.MainNav ul li em a{color:#fff;}
.MainNav ul li em::before{content:"";display: block;width:100%;height:0.02rem;background: #CFB26A;position: absolute;left:0;bottom:0;transition: all .3s;opacity: 0;transform: rotateY(90deg);}
.MainNav ul li.onnav em::before{transform: translateY(0);opacity: 1;}
.MainNav ul li:hover em::before{transform: translateY(0);opacity: 1;}
.MainNav ul li.onnav em a{color:#CFB26A;}
.MainNav ul li:hover em a{color:#CFB26A;}
.MainNav .NavPull{width:1.6rem;position: absolute;top:100%;left:50%;transform: translateX(-50%);background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);line-height: 0.48rem;text-align: center;display: none;}
.MainNav .NavPull dd a{display: block;}
.MainNav .NavPull dd a:hover{background: #CFB26A;color:#fff;}



.Top.fix{background: #033f2d;line-height: 0.7rem;}
.Top.on{background: #033f2d;}

@media(max-width:1024px){
	.Top{line-height: 0.7rem;}
	.m-btn{display: block;}
	.MainNav{position: absolute;right:0;top:100%;height:calc(100vh - 0.6rem);width:240px;background: #fff;width:0;opacity: 0;visibility: hidden;overflow: hidden;transition: all .5s;}
	.MainNav ul{width:240px;box-sizing: border-box;padding:20px;max-height:100%;overflow: auto;}
	.MainNav ul li{width:100%;margin:0;line-height: 0.6rem;}
	.MainNav ul li em::before,.MainNav ul li em::after{display: none;}
	.MainNav ul li em{border-bottom:1px dashed rgba(0,0,0,0.1);padding-right:0.5rem;padding-left:0.05rem;}
	.MainNav ul li em a{color:#333;}
	.MainNav ul li em b{display: block;width:0.5rem;height:100%;background: url(../images/navmore.svg) no-repeat center center;background-size: 0.24rem;position: absolute;right:0;top:0;transition: all .5s;}
	.MainNav ul li em b.on{transform: rotate(90deg);}
	.MainNav ul li .NavPull{width:100%;position: static;transform: translateX(0);background: #f7f8f9;}
	.MainNav ul li .NavPull dd{}
	.MainNav.show{width:240px;opacity: 1;visibility: visible;}
}

@media(max-width:640px){
	.Top .top_other .SearchIco{margin-right:0.15rem;padding-right:0.15rem;}
	.Top .Logo img{max-width:2.4rem;}
}


/* Bottom */
.Bottom{background: #EEF3F2;}
.Bottom .BottomaBox{padding:0.4rem 0;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.Bottom .BottomaBox .BottomLogo img{max-height:0.25rem;}
.Bottom .BottomaBox .BottomShare{display: flex;flex-wrap: wrap;align-items: center;}
.Bottom .BottomaBox .BottomShare ul{display: flex;flex-wrap: wrap;align-items: center;padding-left:0.1rem;}
.Bottom .BottomaBox .BottomShare ul li{margin-left:0.08rem;}
.Bottom .BottomaBox .BottomShare ul li .icon{width:0.4rem;height:0.4rem;display: flex;align-items: center;justify-content: center;border-radius: 50%;background: #2a6b58;}
.Bottom .BottomaBox .BottomShare ul li .icon img{max-width:0.18rem;max-height:0.22rem;}

.Bottom .BottomCon{border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;padding:0.4rem 0 0.3rem 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
.Bottom .BottomCon .item{width:23%;}
.Bottom .BottomCon .item .name{color:#777;line-height: 1;}
.Bottom .BottomCon .item .text{line-height: 1.6;color: #033F3F;margin-top:0.15rem;}

.Bottom .CopyRight{padding:0.38rem 0;color:#777;line-height: 1.5;}

.GoTop{position: fixed;bottom:-1rem;transition: all .5s;right:0.4rem;}
.GoTop a{width:0.6rem;height:0.6rem;display: flex;align-items: center;justify-content: center;border-radius: 50%;background: #155c47;box-shadow: 0 0 10px rgba(21,92,71,0.5);}
.GoTop a img{max-height:0.24rem;}
.GoTop.on{bottom:0.22rem;}


@media(max-width:768px){
	.Bottom .BottomCon{padding:0.1rem 0;}
	.Bottom .BottomCon .item{width:50%;padding:0.2rem 0;}
}

@media(max-width:640px){
	.Bottom .BottomaBox{flex-direction: column;justify-content: center;align-items: center;}
	.Bottom .BottomaBox .BottomLogo img{max-width:3rem;}
	.Bottom .BottomaBox .BottomShare{margin-top:0.2rem;}
	.Bottom .BottomCon .item{width:100%;text-align: center;padding:0.15rem 0;}
	.Bottom .BottomCon .item .text{margin-top:0rem;}
	.Bottom .CopyRight{text-align: center;padding:0.25rem 0;}
	.GoTop{right:0.2rem;}
	.GoTop a{width:0.5rem;height:0.5rem;}
}



.slick_com .slick-arrow{font-size: 0;color:transparent;width:0.34rem;height:0.64rem;background:rgba(0,0,0,0.3);position: absolute;top:50%;transform: translateY(-50%);z-index:9;}
.slick_com .slick-arrow::after{content:'';display: block;width:0.08rem;height:0.08rem;border-left:1px solid #fff;border-top:1px solid #fff;position: absolute;left:50%;top:50%;margin-top:-0.05rem;margin-left:-0.05rem;}
.slick_com .slick-arrow.slick-prev::after{transform: rotate(-45deg);margin-left:-0.02rem;}
.slick_com .slick-arrow.slick-next::after{transform: rotate(135deg);margin-left:-0.08rem;}
.slick_com .slick-arrow.slick-prev{left:0.3rem;}
.slick_com .slick-arrow.slick-next{right:0.3rem;}
.slick_com .slick-arrow:hover{background: #CFB26A;border:1px solid #ff8a00;}
.slick_com .slick-arrow:hover::after{border-top:1px solid #fff;border-left:1px solid #fff;}

@media(max-width:1024px){
	/* .slick-arrow{background: rgba(254, 115, 23, 1);border:1px solid rgba(254, 115, 23, 1);} */
    .slick_com .slick-arrow::after{border-top:1px solid #fff;border-left:1px solid #fff;}
	.slick_com .slick-arrow.slick-prev{left:0.1rem;}
    .slick_com .slick-arrow.slick-next{right:0.1rem;}
}


.slick-slide:focus{outline: none;}

