@charset "gbk";
html{-webkit-text-size-adjust:100%;font-size:100px; overflow-x: hidden;}
html{font-size:5.2083334vw}
/* @media (max-width:1660px) {
    html{font-size:6vw}
} */
@media (max-width:1024px) {
    html{font-size:9.765625vw}
}
@media (max-width:480px) {
    html{font-size:14vw}
}

@font-face{
	font-family: alibaba;
	src:url(/cn/fonts/AlibabaPuHuiTi-3-55-Regular.ttf);
}

@font-face{
	font-family: barlow;
	src:url(/cn/fonts/barlow.ttf);
}

*{margin:0;padding:0;}
body{ font-family:alibaba,Microsoft YaHei,Arial,sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:16px;line-height: 1.8; color:#1d2129; width:100%;  zoom:1;}
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:#1d2129;font-family: Microsoft YaHei,arial, 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:#1d2129; text-decoration:none;transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#2591eb;}

.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;}

/*单行文本省略号*/
.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;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(/cn/images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
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;}

/*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; /*background:url(/cn/uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.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;}
.item:hover .imgbox span{transform: scale(1.05);-webkit-transform: scale(1.05);}

.ico{display: flex;vertical-align: middle;position: relative;align-items: center;justify-content: center;margin:0px auto;}
.ico .i1,.ico .i2 {position: absolute;z-index: 100;width: 100%;height: 100%;z-index: 2;}
.ico .i1 {transition: 400ms;}
.ico .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.li:hover .ico .i2,.li.on .ico .i2 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.li:hover .ico .i1,.li.on .ico .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}


/*pages*/
.Pages{clear: both;text-align: center;line-height: 0.52rem;position: relative;padding: 3% 0;}
.Pages a{display: inline-block;vertical-align: middle;width: 0.52rem;height: 0.52rem;border-radius: 50%;border:1px solid #e5e5e5;}
.Pages .num a{margin:0 5px;}
.Pages .num a:hover,.Pages .num a.a_cur{color:#fff;background-image: linear-gradient(90deg,   #17CBCC, #268EED);}
.Pages .a_prev{margin-right: 0.35rem;background-image: url(/cn/images/pageprev.png);}
.Pages .a_next{ margin-left: 0.35rem;background-image: url(/cn/images/pagenext.png);}
.Pages .arr{background-repeat: no-repeat;background-position: center center;position: relative;}
.Pages .arr::after{content:'';display: block;width:100%;height:100%;position: absolute;left:0;top:0;background-repeat: no-repeat;background-position: center center;}
.Pages .arr:hover{background-image: linear-gradient(90deg,   #17CBCC, #268EED);color:#fff;}
.Pages .a_prev:hover::after{background-image: url(/cn/images/pageprevc.png);}
.Pages .a_next:hover::after{background-image: url(/cn/images/pagenextc.png);}

@media ( max-width:767px){
.Pages{line-height:25px; font-size:14px;padding:30px 0;}
.Pages a{width: 25px;height: 25px;}
.Pages .p_page .num a{ width:25px;}
.Pages .a_prev{margin-right: 5px;}
.Pages .a_next{margin-left: 5px;}
}
/*pages end*/

.w1600{max-width:16rem;width:95%;margin:0 auto;}
.pd110{padding:1.1rem 0;}

/* Top */
.Top{line-height: 0.95rem;border-bottom:1px solid rgba(255,255,255,0.1);position: fixed;z-index:999;width:100%;transition: all .5s;-webkit-transition: all .5s;font-size: 18px;top:0;left:0;}
.Top .logo .img2{display: none;}
.Top .m-btn{display: none;cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:13px;margin-left:10px;position: relative;z-index:999;float:right;}
.Top .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);}
.Top .m-btn span::before,.Top .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);}
.Top .m-btn span:before {top: -8px;}
.Top .m-btn span:after {bottom: -8px;}
.Top .m-btn.active span {background: transparent;}
.Top .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;}
.Top .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;}

.Top .Search{position: relative;padding-left:0.5rem;}
.Top .Search::before{content:'';display: block;width:1px;height:16px;background: #fff;opacity: 0.1;position: absolute;left:0;top:50%;margin-top:-8px;}
.Top .Search .SearchIco{cursor: pointer;}
.Top .Search .SearchIco .img2{display: none;}
.Top .Search .SearchBox{position: absolute;top:100%;width:300px;height:45px;background:#fff;box-sizing: border-box;padding-right:50px;right:0;display: none;}
.Top .Search .SearchBox input{position: absolute;width:250px;box-sizing: border-box;height:100%;padding:0 20px;left:0;top:0;}
.Top .Search .SearchBox button{width:50px;height:100%;background:url(/cn/images/commonbg.jpg) no-repeat center center;background-size: cover;position: absolute;right:0;top:0;}
.Top .Search .SearchBox button img{position: relative;top:-2px;}
.Top .Search .SearchIco img{position: relative;top:-2px;}

.MainNav ul::after{content:'';display: block;clear: both;}
.MainNav ul li{float:left;margin-right:0.5rem;position: relative;}
.MainNav ul li em a{color:#fff;}
.MainNav ul li .NavPull{width:220px;position: absolute;top:100%;left:50%;margin-left:-110px;text-align: center;line-height: 40px;background: rgba(51,51,51,0.5);box-shadow: 0 0 10px rgba(0,0,0,0.1);font-size: 14px;display: none;}
.MainNav ul li .NavPull dd a:hover{background: url(/cn/images/commonbg.jpg) no-repeat center center;background-size: cover;color:#fff;}
.MainNav ul li .NavPull dd a{display: block;color:#fff;}
.MainNav ul li::before{content:'';display: block;width:100%;height:3px;background-image: linear-gradient(90deg,   #17CBCC, #268EED);position: absolute;left:0;bottom:-1px;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);opacity: 0;transition: all .5s;}
.MainNav ul li.onnav::before{opacity: 1;transform: rotateY(0);-webkit-transform: rotateY(0);}

.Top.fix{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.Top.fix .MainNav ul li em a{color:#1d2129;}
.Top .logo img{height:0.5rem;}
.Top.fix .logo .img1{display: none;}
.Top.fix .logo .img2{display: inline-block;}
.Top.fix .Search .SearchIco .img1{display: none;}
.Top.fix .Search .SearchIco .img2{display: inline-block;}
.Top.fix .Search::before{background: #000;}
.Top.fix .m-btn span,.Top.fix .m-btn span::before,.Top.fix .m-btn span::after{background: #000;}


@media(max-width:1024px){
	body{font-size: 14px;line-height: 24px;padding-top:60px;}
	.pd110{padding:60px 0;}
	.Top{line-height: 60px;}
	.Top .m-btn{display: block;}
	.Top .logo img{height:30px;}
	.Top .Search{padding:0 20px;}
	.MainNav{width:200px;position: absolute;top:100%;right:0;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);height:calc(100vh - 60px);width:0;overflow:hidden;visibility: hidden;opacity: 0;transition: all .5s;-webkit-transition: all .5s;}
	.MainNav ul{min-width:200px;box-sizing: border-box;max-height:100%;overflow: auto;padding:20px;}
	.MainNav ul li em a{color:#1d2129;}
	.MainNav ul li em{display: block;position: relative;}
	.MainNav ul li{line-height: 30px;margin:8px 0;font-size: 15px;width:100%;margin-right:0;}
	.MainNav ul li em i{width:40px;height:40px;background: url(/cn/images/navmore.svg) no-repeat center center;background-size: 15px;position: absolute;right:0;top:0;transition: all .3s;-webkit-transition: all .3s;}
	.MainNav ul li em i.on{transform: rotate(90deg);}
	.MainNav ul li .NavPull{position: static;width:100%;margin-left:0;line-height: 30px;background: #f5f5f5;padding:5px;font-size: 14px;}
	.MainNav ul li .NavPull dd a{color:#1d2129;}
	.MainNav.show{width:250px;opacity: 1;visibility: visible;}
	.MainNav ul li::before{display: none;}

	.Top{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
	.Top .MainNav ul li em a{color:#1d2129;}
	.Top .logo .img1{display: none;}
	.Top .logo .img2{display: inline-block;}
	.Top .Search .SearchIco .img1{display: none;}
	.Top .Search .SearchIco .img2{display: inline-block;}
	.Top .Search::before{background: #000;}
	.Top .m-btn span,.Top .m-btn span::before,.Top .m-btn span::after{background: #000;}
	.Top .m-btn.active span {background: transparent;}

}

@media(max-width:640px){
	.Top .Search .SearchBox{width:250px;height:38px;}
	.Top .Search .SearchBox input{width:200px;}
	.pd110{padding:30px 0;}
}

/* Bottom */
.Bottom{background: url(/cn/images/bottombg.jpg) no-repeat center center;background-size: cover;}
.Bottom .BottomBox{padding:0.6rem 0;border-bottom:1px solid rgba(255,255,255,0.1);}
.Bottom .BottomBox .BottomNav{display: flex;justify-content: space-between;width:50%;}
.Bottom .BottomBox .BottomNav a{color:#fff;}
.Bottom .BottomBox .BottomNav dt{font-size: 18px;margin-bottom:0.25rem;}
.Bottom .BottomBox .BottomNav dd a{color:#a6aab2;line-height: 2;}
.Bottom .BottomBox .BottomNav dd a:hover{color:#fff;}
.Bottom .BottomBox .BottomCon{max-width:20%;margin-left:8%;}
.Bottom .BottomBox .Bottomlogo{max-width:30%;}
.Bottom .BottomBox .BottomCon .ewa{text-align: center;color:#fff;}
.Bottom .BottomBox .BottomCon .ewa p{line-height: 0.24rem;margin-top:0.1rem;}

.Bottom .CopyRight{color:#a6aab2;padding:0.25rem 0;}
.Bottom .CopyRight a{color:#a6aab2;}

@media(max-width:1024px){
	.Bottom .BottomBox .BottomNav{display: none;}
	.Bottom .BottomBox .BottomCon{max-width:100%;float:left;}
	.Bottom .BottomBox .BottomCon .ewa{float:left;}
	.Bottom .BottomBox .BottomCon .ewa p{line-height: 20px;margin-top:8px;}
}

@media(max-width:640px){
	.Bottom .BottomBox{padding:30px 0;}
	.Bottom .CopyRight{padding:15px 0;}
	.Bottom .BottomBox .BottomCon {text-align: center;max-width:100%;margin-left:0;width:100%;}
	.Bottom .BottomBox .Bottomlogo{max-width:80%;margin-bottom:30px;}
	.Bottom .BottomBox .BottomCon .Bottomlogo{padding-bottom:15px;margin-bottom:15px;}
	.Bottom .BottomBox .BottomCon .Bottomlogo img{max-width:75%;}
	.Bottom .BottomBox .BottomCon .ewa{float:none;}
}

.goTop{position: fixed;right:3px;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);z-index:999;width:60px;height:60px;border-radius: 50%;background-image: linear-gradient(90deg,   #17CBCC, #268EED);text-align: center;line-height: 60px;opacity: 0;visibility: hidden;transition: all .5s;}
.goTop a{display: block;}
.goTop a img{width:40px;}
.goTop.on{opacity: 1;visibility: visible;}

@media(max-width:768px){
	.goTop{width:30px;height:30px;line-height: 30px;}
	.goTop a img{width:20px;}
	
}


