﻿@charset "utf-8";

html{-webkit-text-size-adjust:100%;font-size:5.2083333vw}

@media(max-width:1024px){
	html{font-size: 7vw;}
}

@media(max-width:750px){
	html{font-size: 14vw;}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
 *:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*{margin:0;padding:0;}
body{ font-family:syhtr,Arial,sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:0.16rem; color:#666666; 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:#333;font-family: syhtr,arial, sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{font-size:0.16rem; 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,pre{ display: block;font-family: syhtr,arial, sans-serif;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
pre{white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:middle;}
a{ color:#333; text-decoration:none;transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#0093f3;}

.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 {
overflow: hidden;word-break:normal;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;-webkit-line-clamp: 1;
}
.dot2, .dot3, .dot4, .dot5, .dot6 {
	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;
}
.dot5 {
	-webkit-line-clamp: 5;
}
.dot6 {
	-webkit-line-clamp: 6;
}

/*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(../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: #0093f3;}
::-webkit-scrollbar-button{
	height: 0px;
	background-color: #e6e6e6;}

/*effict*/
.Scale-img {overflow: hidden;cursor: pointer; 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(../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 .5s;}
.imgbox img{ width:auto !important; max-height:100%;}


/*pages*/
.Pages{clear: both;text-align: center;line-height: 34px;font-size: 14px;}
.Pages a{display: inline-block;vertical-align: middle;color:#666666;border:1px solid #ebebeb;}
.Pages a:hover{color:#fff;border:1px solid #0093f3;background:#0093f3;}
.Pages .num {padding:0 30px;}
.Pages .num a{width: 36px;margin:0 5px;border-radius: 50%;}
.Pages .num a.a_cur{border:1px solid #0093f3;background:#0093f3;color:#fff;}
.Pages .arr{padding:0 13px;border-radius: 5px;}

@media ( max-width:1024px){
 .Pages{line-height: 24px;}
	.Pages .num a{width: 24px;}
	.Pages .num {padding:0 10px;}
}
/*pages end*/

.w1600{max-width:16rem;margin:0 auto;width:95%;}
.w1600.white{background:#fff;}


/* Top */
.Top{position: fixed;top:0;left:0;z-index:999;width:100%;line-height: 0.99rem;border-bottom:1px solid rgba(255,255,255,0.1);transition: all 0.3s;}
.Top .Logo img{max-height:0.6rem;}
.Top .Logo img.caise{display: none;}
.Top .m-btn{display: none;cursor: pointer;padding:0.25rem 0.05rem;border-radius: 5px;z-index:999;margin-top:0.22rem;margin-left:0.2rem;position: relative;z-index:999;}
.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 .LoginBtn{color:#fff;font-size: 14px;padding-left: 24px;background:url(../images/user.png) 0px center no-repeat;position: relative;margin-left:0.6rem;}
.Top .LoginBtn a{color:#fff;}
.Top .LoginBtn::before{content:'';display: block;width:1px;height:0.14rem;background: rgba(255,255,255,0.3);position: absolute;left:-0.3rem;top:50%;margin-top:-0.07rem;}
.Top .LoginBtn .out{cursor: pointer;}
.Top .LoginBtn .out .iconxjt{margin-left: 5px;}
.Top .LoginBtn .pull{background:#0060a3;position: absolute;width: 100px;line-height: 40px;padding:15px 0;top: 66px;right: 0;z-index: 10;text-align: center;display: none;}
.Top .LoginBtn .pull a{color:#fff !important;font-size: 14px;}

.Top .Language{color:#66738c;font-size: 14px;padding:0 0.3rem;margin-right:0;position: relative;margin-left:0.7rem;padding-left: 24px;background:url(../images/lan.png) 0px center no-repeat;}
.Top .Language a{color:#66738c;}
.Top .Language a.on{color:#fff;}
.Top .Language::before{content:'';display: block;width:1px;height:0.14rem;background: rgba(255,255,255,0.3);position: absolute;left:-0.3rem;top:50%;margin-top:-0.07rem;}

.Top .search{position: relative;z-index:99;height:0.99rem;}
.Top .search .searchico{width:25px;height:100%;background: url(../images/search.png) no-repeat center center;}
.Top.fixed2 .search .searchico{background: url(../images/searchh.png) no-repeat center center;}
.Top .search .searchico.on{background: url(../images/sclose.png) no-repeat center center;}
.Top.fixed2 .search .searchico.on{background: url(../images/scloseh.png) no-repeat center center;}

.Top .search .searchbox{position: absolute;right:0;top:100%;background: #fff;box-shadow: 0 10px 10px rgba(0,0,0,0.05);width:300px;box-sizing: border-box;padding-right:50px;height:45px;line-height: 45px;display: none;}
.Top .search .searchbox input{width:100%;box-sizing: border-box;padding:0 10px;}
.Top .search .searchbox button{width:50px;height:100%;background: url(../images/search.png) no-repeat center center #0093f3;position: absolute;right:0;top:0;}


.Top .MainNav ul li{float:left;font-size: 0.2rem;margin-left:0.7rem;}
.Top .MainNav ul li a{color:#fff;display: block;position: relative;}
.Top .MainNav ul li> span>a::before{content:'';display: block;width:100%;height:2px;background: #006bc0;position: absolute;bottom:-1px;left:0;transition: all .5s;-webkit-transition: all .5s;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);opacity: 0;}
.Top .MainNav ul li.onnav span> a::before{transform: rotateY(0);-webkit-transform: rotateY(0);opacity: 1;}
.Top .MainNav ul li.onnav span>a{color:#006bc0;}
.Top .MainNav ul li:hover span a::before{transform: rotateY(0);-webkit-transform: rotateY(0);opacity: 1;}
.Top .MainNav ul li:hover>a{color:#006bc0;}

.Top .MainNav .NavPull{position: absolute;top:100%;width:100%;left:0;background: url(../images/navbg.jpg) no-repeat center center;background-size: 100% 100%;display: none;}
.Top .MainNav .NavPull dl{margin-left:-3%;line-height: 0.3rem;padding:0.3rem 0;}
.Top .MainNav .NavPull dd{width:22%;margin-left:3%;float:left;font-size: 0.16rem;}
.Top .MainNav .NavPull dd .tit{font-family: syhtb;font-size: 0.2rem;padding-bottom:0.15rem;border-bottom:1px solid rgba(0,107,192,0.6);margin-bottom:0.15rem;}
.Top .MainNav .NavPull dd .tit:hover a{color:#006bc0;}
/* .Top .MainNav #nav5 .NavPull dd{width:17%;}
.Top .MainNav #nav3 .NavPull dd{width:17%;} */
.Top .MainNav #nav5 .NavPull dd:first-child .threenav{margin-left:-2%;}
.Top .MainNav #nav5 .NavPull dd:first-child .threenav .navbox{width:48%;margin-left:2%;float:left;}
.Top .MainNav .NavPull .threenav .navbox a{display: block;padding-left:0.15rem;position: relative;box-sizing: border-box;opacity: 0.5;}
.Top .MainNav .NavPull .threenav .navbox a::before{content:'';display: block;width:3px;height:3px;background: #fff;opacity: 0.3;position: absolute;left:0;top:50%;margin-top:-1.5px;}
.Top .MainNav .NavPull .threenav .navbox a:hover{opacity: 1;}

.Top.fixed2, .Top.fixed3 {transition: transform .3s;transform-origin: top center;position: fixed;width: 100%;z-index: 100;top: 0;box-shadow: 0px 5px 20px rgba(0,0,0,0.1);}
.Top.fixed3{transform: translateY(-100px);}
.Top.fixed2{background:#fff;color: #666;}
.Top.fixed2 .MainNav ul li span a{color:#333;}
.Top.fixed2 .Logo img.caise{display: inline-block;}
.Top.fixed2 .Logo img.white{display: none;}
.Top.fixed2 .Language a.on{color: #0093f3;}
.Top.fixed2 .Language{background:url(../images/lan2.png) 0px center no-repeat;}
.Top.fixed2 .LoginBtn a{color: #666;}
.Top.fixed2 .LoginBtn{background:url(../images/user2.png) 0px center no-repeat;color:#333;}
.bodyon .Header.fixed3{transform: translateY(0px);}

/* Bottom */
.Bottom{padding:0.65rem 0;position: relative;color:#fff;}
.Bottom a{color:#fff;}
.Bottom .BottomBg{position: absolute;left:0;top:0;width:100%;height:100%;background: #000000;}
.Bottom .w1600{position: relative;z-index:99;}
.Bottom .BottomCon{background: url(../images/bottombox.png) no-repeat center center;background-size: 100% 100%;padding:0.6rem 0.8rem;}
.Bottom .BottomCon .BottomRight{width:35%;}
.Bottom .BottomCon .BottomRight .tit{font-size: 0.18rem;margin-bottom:0.2rem;}
.Bottom .BottomCon .BottomRight ul li{display: inline-block;margin-right:0.25rem;padding:0.15rem;background: url(../images/ewabg.png) no-repeat center center;background-size: contain;}
.Bottom .BottomCon .BottomRight ul li img{max-width:0.98rem;}
.Bottom .BottomCon .BottomRight ul li p{font-size: 0.14rem;font-family: syhtl;text-align: center;margin-top:0.1rem;}
.Bottom .BottomCon .BottomLeft{width:46%;}
.Bottom .BottomCon .BottomLeft .tel{padding-bottom:0.2rem;margin-bottom:0.2rem;border-bottom:1px solid rgba(255,255,255,0.1);}
.Bottom .BottomCon .BottomLeft .tel span{color:#fff;opacity: 0.5;font-family: syhtl;}
.Bottom .BottomCon .BottomLeft .tel strong{font-size: 0.3rem;color:#0093f3;font-weight: normal;}
.Bottom .BottomCon .BottomLeft .con{line-height: 0.25rem;opacity: 0.5;}
.Bottom .BottomCon .BottomLeft .copyright{opacity: 0.3;line-height: 0.25rem;margin-top:0.2rem;}

.HomeCss .Bottom .BottomBg{background: rgba(0,0,0,0.3);}


.section{overflow: hidden;}
.sec-6 .secbg{background: url(../images/bottombg.jpg);background-size: cover;position: absolute;width:100%;height:100%;top:0;left:0;z-index:2;opacity: 0.5;}

/* HomeBan */
.HomeBan{}

.HomeBan .slider li{position: relative;}
.HomeBan .slider li .imgbox{padding-top:100vh;}
.HomeBan .slider li .txt{position: absolute;width:100%;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);z-index:99;}
.HomeBan .slider li .video{padding-top:100vh;position: relative;}
.HomeBan .slider li .video::after{content:'';display: block;width:100%;height:100%;background: rgba(0,28,82,0.3);position: absolute;top:0;left:0;z-index:99;}
.HomeBan .slider li video{width:100%;height:100%;position: absolute;top:0;left:0;z-index:10;object-fit: cover;}

.HomeBan .slick-dots{position: absolute;bottom:0.3rem;left:0;text-align: center;width:100%;z-index:99;}
.HomeBan .slick-dots li{width:0.3rem;height:0.3rem;background: url(../images/dot.png) no-repeat center center;margin:0 0.05rem;display:inline-block;}
.HomeBan .slick-dots li button{display: none;}
.HomeBan .slick-dots li.slick-active{background: url(../images/dotc.png) no-repeat center center;background-size: contain;}

.HomeMore{display: block;width:2.1rem;height:0.6rem;line-height: 0.6rem;text-align: center;background: url(../images/morebg.png) no-repeat center center;background-size: 100% 100%;font-family: syhtl;color:#fff;font-size: 0.16rem;}
.HomeMore a{color:#fff;display: block;}
.HomeMore img{display: inline-block;position: relative;margin-left:0.1rem;top:-2px;}

.HomeBan .slider li .txt .tit img{max-width:7.39rem;margin:0 auto;display: block;}
.HomeBan .slider li .txt .HomeMore{margin:0.7rem auto 1.5rem;}
.HomeBan .slider li .txt dl{display: flex;justify-content: space-between;}
.HomeBan .slider li .txt dl dd{width:1.79rem;height:2.1rem;background: url(../uploadfiles/image/bantxtbg.png) no-repeat center center;background-size: contain;color:#fff;box-sizing: border-box;padding:0.25rem;text-align: center;position: relative;}
.HomeBan .slider li .txt dl dd h1{font-size: 0.22rem;font-weight: normal;}
.HomeBan .slider li .txt dl dd .dec{font-size: 0.16rem;line-height: 0.25rem;font-family: syhtl;opacity: 0.6;margin-top:0.4rem;}

.HomeBan .slider li .txt dl dd:first-child,
.HomeBan .slider li .txt dl dd:nth-child(7){top:-2.1rem;}

.HomeBan .slider li .txt dl dd:nth-child(2),
.HomeBan .slider li .txt dl dd:nth-child(6){top:-1.4rem;}

.HomeBan .slider li .txt dl dd:nth-child(3),
.HomeBan .slider li .txt dl dd:nth-child(5){top:-0.7rem;}

.HomeBan .slider li.has-video .txt{color:#fff;}
.HomeBan .slider li.has-video .txt .HomeMore{margin:0.8rem 0 0 0;}
.HomeBan .slider li .txt .h1{font-size: 0.68rem;font-family: syhtl;font-weight: normal;}
.HomeBan .slider li .txt .h2{font-size: 0.68rem;font-family: syhth;font-weight: normal;}


.section{position: relative;}
.star{position: absolute;width:100%;height:100%;top:0;left:0;z-index:1;overflow: hidden;}



/* 首页 */
.HomeTit{text-align: center;color:#fff;margin-bottom:0.6rem;}
.HomeTit h1{font-size: 0.5rem;font-family: syhtb;font-weight: normal;line-height: 0.5rem;}
.HomeTit .dec{font-size: 0.16rem;opacity: 0.7;font-family: syhtl;margin:0.3rem 0 0.4rem 0;line-height: .35rem;}
.HomeTit b{display: block;width:1px;height:0.2rem;background:#fff;margin:0 auto;;}
.HomeTit_left{text-align: left;}
.HomeTit_left b{margin:0; }

.llcs{font-size: 0.18rem;color: #333;font-family: syhtl;margin:0 0 0.2rem;line-height: .3rem;text-align: center;}

.pd100{padding:1rem 0;position: relative;z-index:99;}

.sec-2 .secbg{background: url(../uploadfiles/image/homebg1.jpg) no-repeat center center;background-size: cover;position: absolute;width:100%;height:100%;top:0;left:0;z-index:2;opacity: 0.5;}
.sec-2 .HomeTit{margin-bottom:0;}
.sec-2 .swiper {width: 100%;padding-bottom:0.8rem;padding-top:0.8rem;perspective: 1200px;}

.sec-2 .swiper-slide{width: 7rem;position: relative;}
.sec-2 .swiper-slide .img{padding-top:5rem;}
.sec-2 .swiper-slide .txt{width:4.5rem;height:2.5rem;box-sizing: border-box;padding:0.4rem;position: absolute;bottom:-0.4rem;left:0;background: #0093f3;color:#fff;opacity: 0;transition: all .5s;-webkit-transition: all .5s;transform: scale(0);-webkit-transform: scale(0);}
.sec-2 .swiper-slide .txt h1{font-size: 0.24rem;}
.sec-2 .swiper-slide .txt .dec{opacity: 0.6;font-family: syhtl;line-height: 0.25rem;margin:0.1rem 0 0.2rem 0;}
.sec-2 .swiper-slide .txt .more{font-family: syhtl;}
.sec-2 .swiper-slide.swiper-slide-active .txt{opacity: 1;transform: scale(1);-webkit-transform: scale(1);}
.sec-2 .swiper-3d .swiper-slide.swiper-slide-active .swiper-slide-shadow-right{background: none;}
.sec-2 .swiper-3d .swiper-slide.swiper-slide-active .swiper-slide-shadow-left{background: none;}

.sec-2 .swiper-slide.swiper-slide-next{
	transform: translate3d(0px, 0px, -1rem) rotateX(0deg) rotateY(-90deg) scale(1) !important;
    z-index: 0;
    transition-duration: 0ms;
}
.sec-2 .swiper-slide.swiper-slide-prev{
	transform: translate3d(0px, 0px, -1rem) rotateX(0deg) rotateY(90deg) scale(1) !important;
    z-index: 0;
    transition-duration: 0ms;
}




.sec-3 .fp-scrollable .fp-scroller{height:100%;}
.sec-3 .secbg{background: url(../uploadfiles/image/homebg2.jpg) no-repeat center center;background-size: cover;position: absolute;width:100%;height:100%;top:0;left:0;z-index:2;opacity: 0.5;}
.sec-3 .HomeHonor{position: relative;z-index:99;padding:1.5rem 0;display: flex;justify-content: space-between;align-items: center;}
.sec-3 .HomeHonor .HomeHonorL{width:42%;}

.sec-3 .HomeHonor .HomeHonorR{width:52%;padding-bottom:1.8rem;position: relative;}
.sec-3 .HomeHonor .HomeHonorR .flipster{position: relative;z-index:99;}
.sec-3 .HomeHonor .HomeHonorR ul li .img{padding-top:3.8rem;}
.sec-3 .HomeHonor .HomeHonorR ul li .img span{background-size: contain;}
.sec-3 .HomeHonor .HomeHonorR ul li .Button {
	display: inline-block;
	margin: 0;
	text-shadow: none;
	vertical-align: middle;
	cursor: pointer;
	border: 0;
	-ms-transition: color 300ms ease, background-color 300ms ease;
	-webkit-transition: color 300ms ease, background-color 300ms ease;
	-moz-transition: color 300ms ease, background-color 300ms ease;
	-o-transition: color 300ms ease, background-color 300ms ease;
	transition: color 300ms ease, background-color 300ms ease;}
.sec-3 .HomeHonor .HomeHonorR ul li .Button.Block {width: 2.8rem;height: 3.8rem;}
.sec-3 .HomeHonor .HomeHonorR ul li .img::after{content:'';display: block;width:100%;height:100%;background: rgba(0,0,0,0.2);position: absolute;top:0;left:0;transition: all .5s;-webkit-transition: all .5s;}
.sec-3 .HomeHonor .HomeHonorR ul li.flip-current .img::after{opacity: 0;}
.sec-3 .HomeHonor .HomeHonorR ul li.flip-current{box-shadow: 0 10px 30px rgba(0,0,0,0.2);}

.sec-3 .HomeHonor .HomeHonorR .flipto-prev,
.sec-3 .HomeHonor .HomeHonorR .flipto-next{display: block;width:0.58rem;height:0.58rem;border-radius: 50%;border:1px solid rgba(255,255,255,0.5);position: absolute;top:50%;margin-top:-0.3rem;font-size: 0;color:transparent;background-position: center center;background-repeat: no-repeat;}
.sec-3 .HomeHonor .HomeHonorR .flipto-prev{background-image: url(../images/prev.png);left:0;}
.sec-3 .HomeHonor .HomeHonorR .flipto-next{background-image: url(../images/next.png);right:0;}

.sec-3 .HomeHonor .HomeHonorR .flipto-prev:hover,
.sec-3 .HomeHonor .HomeHonorR .flipto-next:hover{background-color: #0093f3;border:1px solid #0093f3;}

.sec-3 .HomeHonor .HomeHonorR .tximg{position: absolute;top:52%;left:50%;width:8.2rem;margin-left:-4.1rem;z-index:0;}

.sec-4 .secbg{background: url(../uploadfiles/image/homebg3.jpg) no-repeat center center;background-size: cover;position: absolute;width:100%;height:100%;top:0;left:0;z-index:2;opacity: 0.5;}
.sec-4 .HomePartner .HomePartnerBox{margin-top:1rem;}
.sec-4 .HomePartner .HomePartnerBox .item{-ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;}
.sec-4 .HomePartner .HomePartnerBox .item ul{width:12.19rem;height:4.02rem;margin:0 auto;position: relative;background: url(../uploadfiles/image/homeparnetcenter.png) no-repeat center center;position: relative;background-size: contain;}

.sec-4 .HomePartner .HomePartnerBox .slick-track{padding:0.6rem 0 1rem 0;}
.sec-4 .HomePartner .HomePartnerBox .item li .ico{width:1.6rem;height:1.6rem;background: url(../images/yuan.png) no-repeat center center;background-size: contain;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.sec-4 .HomePartner .HomePartnerBox .item li .img2{display: none;}
.sec-4 .HomePartner .HomePartnerBox .item li img{position: relative;z-index:9;max-width:70%;max-height:60%;}
.sec-4 .HomePartner .HomePartnerBox .item li {position: absolute;}
.sec-4 .HomePartner .HomePartnerBox .slick-arrow{width:0.58rem;height:0.58rem;border-radius: 50%;border:1px solid rgba(255,255,255,0.5);position: absolute;top:50%;margin-top:-0.3rem;font-size: 0;color:transparent;background-position: center center;background-repeat: no-repeat;background-color: transparent;z-index:99;}
.sec-4 .HomePartner .HomePartnerBox .slick-arrow.slick-prev{background-image: url(../images/prev.png);left:0;}
.sec-4 .HomePartner .HomePartnerBox .slick-arrow.slick-next{background-image: url(../images/next.png);right:0;}
.sec-4 .HomePartner .HomePartnerBox .slick-arrow:hover{background-color: #0093f3;border:1px solid #0093f3;}
.sec-4 .HomePartner .HomePartnerBox .item li:hover .ico{background: url(../images/yuan_c.png) no-repeat center center;background-size: contain;}
.sec-4 .HomePartner .HomePartnerBox .item li:hover .ico .img2{display: none;}
.sec-4 .HomePartner .HomePartnerBox .item li:hover .ico .img1{display:inline-block;}
.sec-4 .HomePartner .HomePartnerBox .item li:hover .ico::before{content:"";display: block;width:100%;height:100%;background: url(../images/icobg.png) no-repeat bottom center;background-size: contain;position: absolute;bottom:0;left:0;z-index:0;}

@-webkit-keyframes animX {
	0% {
		left: -0.8rem;
	}

	100% {
		left: 11.3rem;
	}
}

@keyframes animX {
	0% {
		left: -0.8rem;
	}

	100% {
		left: 11.3rem;
	}
}

@-webkit-keyframes animY {
	0% {
		top: -0.9rem;
	}

	100% {
		top: 3.3rem;
	}
}

@keyframes animY {
	0% {
		top: -0.9rem;
	}

	100% {
		top:3.3rem;
	}
}


@-webkit-keyframes scale {
	0% {
		transform: scale(0.6);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.6);
	}
}

@keyframes scale {
	0% {
		transform: scale(0.6);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.6);
	}
}

.sec-4 .HomePartner .HomePartnerBox .item li.li1 {
	animation: animX 10s cubic-bezier(0.36, 0, 0.64, 1) -5.5s infinite alternate,
		animY 10s cubic-bezier(0.36, 0, 0.64, 1) -0.5s infinite alternate,
		scale 20s cubic-bezier(0.36, 0, 0.64, 1) -0.5s infinite alternate;
}

.sec-4 .HomePartner .HomePartnerBox .item li.li2 {
	animation: animX 10s cubic-bezier(0.36, 0, 0.64, 1) -7.6785s infinite alternate,
		animY 10s cubic-bezier(0.36, 0, 0.64, 1) -2.6785s infinite alternate,
		scale 20s cubic-bezier(0.36, 0, 0.64, 1) -2.6785s infinite alternate;
}
.sec-4 .HomePartner .HomePartnerBox .item li.li3 {
	animation: animX 10s cubic-bezier(0.36, 0, 0.64, 1) -9.857s infinite alternate,
                animY 10s cubic-bezier(0.36, 0, 0.64, 1) -4.857s infinite alternate,
                scale 20s cubic-bezier(0.36, 0, 0.64, 1) -4.857s infinite alternate;
}

.sec-4 .HomePartner .HomePartnerBox .item li.li4 {
	animation: animX 10s cubic-bezier(0.36, 0, 0.64, 1) -12.0355s infinite alternate,
		animY 10s cubic-bezier(0.36, 0, 0.64, 1) -7.0355s infinite alternate,
		scale 20s cubic-bezier(0.36, 0, 0.64, 1) -7.0355s infinite alternate;
}

.sec-4 .HomePartner .HomePartnerBox .item li.li5 {
	animation: animX 10s cubic-bezier(0.36, 0, 0.64, 1) -14.214s infinite alternate,
		animY 10s cubic-bezier(0.36, 0, 0.64, 1) -9.214s infinite alternate,
		scale 20s cubic-bezier(0.36, 0, 0.64, 1) -9.214s infinite alternate;
}

.sec-4 .HomePartner .HomePartnerBox .item li.li6 {
	animation: animX 10s cubic-bezier(0.36, 0, 0.64, 1) -16.3925s infinite alternate,
		animY 10s cubic-bezier(0.36, 0, 0.64, 1) -11.3925s infinite alternate,
		scale 20s cubic-bezier(0.36, 0, 0.64, 1) -11.3925s infinite alternate;
}

.sec-4 .HomePartner .HomePartnerBox .item li.li7 {
	animation: animX 10s cubic-bezier(0.36, 0, 0.64, 1) -18.571s infinite alternate,
		animY 10s cubic-bezier(0.36, 0, 0.64, 1) -13.571s infinite alternate,
		scale 20s cubic-bezier(0.36, 0, 0.64, 1) -13.571s infinite alternate;
}

.sec-4 .HomePartner .HomePartnerBox .item li.li8 {
	animation: animX 10s cubic-bezier(0.36, 0, 0.64, 1) -20.7495s infinite alternate,
		animY 10s cubic-bezier(0.36, 0, 0.64, 1) -15.7495s infinite alternate,
		scale 20s cubic-bezier(0.36, 0, 0.64, 1) -15.7495s infinite alternate;
}

.sec-4 .HomePartner .HomePartnerBox .item li.li9 {
	animation: animX 10s cubic-bezier(0.36, 0, 0.64, 1) -22.928s infinite alternate,
		animY 10s cubic-bezier(0.36, 0, 0.64, 1) -17.928s infinite alternate,
		scale 20s cubic-bezier(0.36, 0, 0.64, 1) -17.928s infinite alternate;
} 

.sec-4 .HomePartner .HomePartnerBox .item.on li{
	animation-play-state:paused;
    /* Safari and Chrome */
    -webkit-animation-play-state:paused;
}


.sec-5 {position: relative;}
.sec-5 .secbg{background: url(../uploadfiles/image/homenewsbg.jpg) no-repeat center center;background-size: cover;position: absolute;width:100%;height:100%;top:0;left:0;z-index:2;opacity: 0.5;}
.sec-5{position: relative;}
.sec-5 .mapani{position: absolute;top:-0.3rem;left:0.7rem;z-index:3;-webkit-animation: rotate 50s linear infinite;animation: rotate 50s linear infinite;max-width:6.48rem;}
.sec-5 .HomeNews{padding:1rem 0;position: relative;z-index:99;}
.sec-5 .HomeNews .HomeNewsLeft{width:44.5%;}
.sec-5 .HomeNews .HomeNewsLeft .bigNews .img{padding-top:4rem;}
.sec-5 .HomeNews .HomeNewsLeft .bigNews:hover .img span{transform: scale(1.05);-webkit-transform: scale(1.05);}
.sec-5 .HomeNews .HomeNewsLeft .bigNews .img::after{content:'';display: block;width:100%;height:100%;background: rgba(0,0,0,0.2);position: absolute;top:0;left:0;}
.sec-5 .HomeNews .HomeNewsLeft .bigNews .img .date{width:1.5rem;height:0.5rem;line-height: 0.5rem;background: #0093f3;text-align: center;color:#fff;position: absolute;bottom:0;left:0;z-index:9;}
.sec-5 .HomeNews .HomeNewsLeft .bigNews .txt{color:#fff;padding-top:0.1rem;}
.sec-5 .HomeNews .HomeNewsLeft .bigNews .txt h1{font-size: 0.2rem;margin:0.2rem 0;}
.sec-5 .HomeNews .HomeNewsLeft .bigNews .txt .dec{opacity: 0.5;line-height: 0.25rem;}

.sec-5 .HomeNews .HomeNewsRight{width:51.5%;}
.sec-5 .HomeNews .HomeNewsRight ul{padding-bottom:0.3rem;}
.sec-5 .HomeNews .HomeNewsRight ul li{padding-right:3.4rem;position: relative;margin-bottom:0.45rem;}
.sec-5 .HomeNews .HomeNewsRight ul li .img{width:3.1rem;padding-top:1.8rem;position: absolute;right:0;top:0;}
.sec-5 .HomeNews .HomeNewsRight ul li .img::after{content:'';display: block;width:100%;height:100%;background: rgba(0,0,0,0.2);position: absolute;top:0;left:0;}
.sec-5 .HomeNews .HomeNewsRight ul li .txt{min-height:1.8rem;color:#fff;border-top:1px solid rgba(255,255,255,0.1);}
.sec-5 .HomeNews .HomeNewsRight ul li .txt h1{font-size: 0.2rem;margin:0.2rem 0;}
.sec-5 .HomeNews .HomeNewsRight ul li .txt .dec{opacity: 0.5;line-height: 0.25rem;}
.sec-5 .HomeNews .HomeNewsRight ul li .txt .date{color:#0093f3;margin-top:0.4rem;}
.sec-5 .HomeNews .HomeNewsRight ul li.hasvideo .play{width:100%;height:100%;background: url(../images/play.png) no-repeat center center;background-size: 0.4rem;top:0;left:0;z-index:10;position: absolute;}
.sec-5 .HomeNews .HomeNewsRight ul li:hover .img span{transform: scale(1.05);-webkit-transform: scale(1.05);}






@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media(max-width:1600px){
	.sec-4 .HomePartner .HomePartnerBox{margin-top:0.6rem;}
}

@media(max-width:1024px){
	body{font-size: 14px;line-height: 24px;}
	input,select{font-size: 14px;}
.Top .LoginBtn .pull {top: 50px;}
	.Top .m-btn{display: block;}
	.Top .MainNav{position: absolute;right:0;top:100%;width:0;z-index:999;background: #006bc0;height:calc(100vh - 0.99rem);overflow: hidden;opacity: 0;transition: all .5s;-webkit-transition: all .5s;}
	.Top .MainNav ul{padding:0.2rem 0;height:100%;box-sizing: border-box;overflow: auto;}
	.Top .MainNav ul li{width:100%;margin:0;padding:0;box-sizing: border-box;line-height: 40px;position: relative;font-size: 15px;}
	.Top .MainNav ul li span a{padding-left: 15px;}
	.Top .MainNav .NavPull dd{font-size: 14px;line-height: 30px;}
	.Top .MainNav .NavPull dd .tit{font-size: 15px;line-height: 30px;}
	.Top .MainNav ul li b{width:0.5rem;height:0.5rem;background: url(../images/more.png) no-repeat center center;position: absolute;right:0;top:0;background-size: 0.1rem;}
	.Top .MainNav ul li.on a,.Top .MainNav ul li:hover a{color:#fff;}
	.Top .MainNav ul li .NavPull{position: static;padding:0 0.2rem;box-sizing: border-box;}
	.Top .MainNav ul li>a{padding:0 0.3rem;}
	.Top .MainNav .NavPull dd{width:97%;margin-bottom:0.2rem;}
	.Top .MainNav #nav3 .NavPull dd{width:97%;margin-bottom:0;}
	.Top .MainNav .NavPull dd .tit{font-size: 0.16rem;font-family: syhtr;}
	.Top .MainNav #nav4 .NavPull dd:first-child .threenav .navbox{width:98%;}
	.Top .MainNav #nav5 .NavPull dd{width:97%;margin-bottom:0;}
	.Top .MainNav #nav6 .NavPull dd{margin-bottom:0;}
	.Top .MainNav .NavPull dd .tit{padding-bottom:0.1rem;margin-bottom:0.1rem;}
	.Top .MainNav.show{width:200px;opacity: 1;}

	.Top .Language::before{display: none;}

	.HomeBan .slider li .imgbox{padding-top:60%;}
	.HomeBan .slider li .video{padding-top:60%;}
	.sec-3 .HomeHonor{padding:1rem 0;}
	.Bottom .BottomCon{padding:0.4rem;}
	.Bottom .BottomCon .BottomRight{width:42%;}
	.Top .MainNav ul li.onnav span>a{color:#fff;}
	.Top .MainNav #nav5 .NavPull dd:first-child .threenav .navbox{width:98%;}

}

@media(max-width:768px){
	.HomeTit_left{text-align: center;}
	.HomeTit_left b{margin:0 auto;}
	.sec-3 .HomeHonor .HomeHonorL .HomeMore{margin:0 auto;}
	.sec-3 .HomeHonor{display: block;}
	.sec-3 .HomeHonor .HomeHonorL{width:100%;}
	.sec-3 .HomeHonor .HomeHonorR{width:100%;margin-top:0.5rem;}
	.sec-5 .HomeNews .HomeNewsLeft{width:100%;}
	.sec-5 .HomeNews .HomeNewsRight{width:100%;margin-top:0.3rem;padding-bottom:0.3rem;}
	.sec-5 .HomeNews{padding-bottom:0;}
	.sec-5 .HomeNews .HomeNewsRight ul{padding-bottom:0;}
}

@media(max-width:480px){
	.Top .Logo img{max-height:0.55rem;}
	.Top .LoginBtn{font-size: 12px;}
	.Top .LoginBtn img{max-height:0.24rem;}
	.Top .LoginBtn{margin-left:0.4rem;}
	.Top .LoginBtn::before{left:-0.2rem;}
	.Top .search .searchico{width:20px;}
	.Top .search .searchbox{width:200px;height:35px;line-height: 35px;}
	.Top .Language{margin-right:0.1rem;padding-right:0.1rem;margin-left:0;font-size: 12px;}
	.Top .Language img{max-height:0.24rem;}
	.HomeBan .slider li .txt dl{display: none;}
	.HomeBan .slider li .txt .HomeMore{margin:0.3rem auto 0;}
	.HomeBan .slider li .txt .tit img{max-width:70%;}
	.HomeBan .slider li .txt .h1{font-size: 0.3rem;}
	.HomeBan .slider li .txt .h2{font-size: 0.3rem;}
	.HomeBan .slider li.has-video .txt .HomeMore{margin-top:0.3rem;}
	.pd100{padding:0.6rem 0;}
	.HomeTit h1{font-size: 0.35rem;}
	.sec-2 .swiper{padding:0.4rem 0;}
	.sec-2 .swiper-slide .txt{position: static;width:100%;padding:0.2rem 0.3rem;height:auto;transform: scale(1);-webkit-transform: scale(1);}
	.sec-2 .swiper-slide .txt h1{font-size: 16px;}
	.sec-2 .swiper-slide .txt .dec{font-size: 13px;line-height: 22px;}
	.sec-3 .HomeHonor{padding:0.6rem 0;}
	.sec-4 .HomePartner .HomePartnerBox .item ul{width:100%;height:2.8rem;}
	.sec-4 .HomePartner .HomePartnerBox .item li .ico{width:1.2rem;height:1.2rem;}
	.sec-5 .HomeNews{padding:0;}
	.sec-5 .star canvas{height:100%;}
	.sec-5 .HomeNews .HomeNewsLeft .bigNews .txt h1{font-size: 14px;}
	.sec-5 .HomeNews .HomeNewsLeft .bigNews .txt .dec{font-size: 12px;line-height: 18px;}
	.sec-5 .HomeNews .HomeNewsRight ul li .txt h1{font-size: 14px;}
	.sec-5 .HomeNews .HomeNewsRight ul li .txt .dec{font-size: 12px;line-height: 18px;}
	.sec-5 .HomeNews .HomeNewsRight ul li .txt .date{margin-top:0.2rem;}
	.Bottom{padding:0.2rem 0;}
	.Bottom .BottomCon{padding:0.1rem;background: none;}
	.Bottom .BottomCon .BottomLeft{width:100%;margin-top:0.4rem;}
	.Bottom .BottomCon .BottomRight{width:100%;}
	.Bottom .BottomCon .BottomRight .tit{font-size: 16px;}
	.Bottom .BottomCon .BottomRight ul li img{max-width:1.2rem;}
	.Bottom .BottomCon .BottomLeft .con{font-size: 12px;line-height: 18px;}
	.Bottom .BottomCon .BottomLeft .copyright{font-size: 12px;line-height: 18px;}
	.sec-2 .swiper-slide.swiper-slide-next{
		transform: translate3d(0px, 0px, 0) rotateX(0deg) rotateY(-0deg) scale(1) !important;
		z-index: 0;
		transition-duration: 0ms;
	}
	.sec-2 .swiper-slide.swiper-slide-prev{
		transform: translate3d(0px, 0px, 0) rotateX(0deg) rotateY(0deg) scale(1) !important;
		z-index: 0;
		transition-duration: 0ms;
	}

	@-webkit-keyframes animX {
		0% {
			left: -1%;
		}
	
		100% {
			left: 82%;
		}
	}
	
	@keyframes animX {
		0% {
			left: -1%;
		}
	
		100% {
			left: 82%;
		}
	}
	
	@-webkit-keyframes animY {
		0% {
			top: -0.5rem;
		}
	
		100% {
			top: 2.2rem;
		}
	}
	
	@keyframes animY {
		0% {
			top: -0.5rem;
		}
	
		100% {
			top:2.2rem;
		}
	}
}


/* 首页动画 */
@media(min-width:1025px){
	.HomeTit{transform:translateY(280px);-webkit-transform:translateY(280px);opacity:0;transition:all 1s 0.1s;}
	.section.active .HomeTit{transform:translateY(0);-webkit-transform:translateY(0);opacity:1;}
	
	.sec-2 .swiper{transform:translateY(280px);-webkit-transform:translateY(280px);opacity:0;transition:all 1.5s 0.4s;}
	.sec-2.active .swiper{transform:translateY(0);-webkit-transform:translateY(0);opacity:1;}

	.sec-3  .HomeMore{transform:translateY(280px);-webkit-transform:translateY(280px);opacity:0;transition:all 1s 0.3s;}
	.sec-3.active .HomeMore{transform:translateY(0);-webkit-transform:translateY(0);opacity:1;}


	.sec-3 .HomeHonor .HomeHonorR .tximg{transform:translateY(280px) scale(0);-webkit-transform:translateY(280px) scale(0);opacity:0;transition:all 1.5s 0.4s;}
	.sec-3.active .HomeHonor .HomeHonorR .tximg{transform:translateY(0) scale(1);-webkit-transform:translateY(0) scale(1);opacity:1;}

	.sec-3 .HomeHonor .HomeHonorR .flipster{transform: scale(0);-webkit-transform: scale(0);transition:all 1s 1.5s;opacity: 0;}
	.sec-3.active .HomeHonor .HomeHonorR .flipster{transform: scale(1);-webkit-transform: scale(1);opacity: 1;}

	.sec-4 .HomePartner .HomePartnerBox{transform:translateY(280px);-webkit-transform:translateY(280px);opacity:0;transition:all 1s 0.3s;}
	.sec-4.active .HomePartner .HomePartnerBox{transform:translateY(0);-webkit-transform:translateY(0);opacity:1;}

	.sec-5.active .HomeNews .HomeNewsLeft{animation: fadeInLeft 1s .4s ease both;}
	.sec-5.active .HomeNews .HomeNewsRight{animation: fadeInRight 1s .6s ease both;}

}

.FloatRight{position: fixed;z-index:998;right:0;top:50%;}
.FloatRight .messageBtn{width:1.1rem;height:0.7rem;box-sizing: border-box;background: #006bc0;display: flex;justify-content: center;align-items: center;}
.FloatRight .messageBtn a{display: block;color:#fff;text-align: center;padding:0.05rem;}
.FloatRight .messageBtn a p{font-size: 0.14rem;margin-top:0.05rem;}

/* 在线咨询 */
.Online_Message{width:95%;max-width:12rem;box-sizing: border-box;background: #fff;padding:0.6rem;position: relative;margin:0 auto;}
.Online_Message .tit{font-size: 0.3rem;font-family: syhtl;text-align: center;margin-bottom:0.3rem;}
.Online_Message .Form ul{margin-left:-2%;}
.Online_Message .Form li{margin-left:2%;float:left;margin-bottom:2%;box-sizing: border-box;border:1px solid #d6d6d6;height:0.58rem;line-height: 0.58rem;position: relative;}
.Online_Message .Form li.col30{width:31.33%;}
.Online_Message .Form li.col100{width:98%;}
.Online_Message .Form li input{padding:0 0.2rem;padding-left:0.28rem;box-sizing: border-box;width:100%;height:100%;font-size: 0.16rem;}
.Online_Message .Form li select{padding:0 0.2rem;padding-left:0;box-sizing: border-box;width:100%;height:100%;font-size: 0.16rem;border:0;background: url(../images/selectarr2.png) no-repeat scroll 95% center transparent;}
.Online_Message .Form li b{color:#fa0000;position: absolute;left:0.15rem;top:0;}
.Online_Message .Form li.textarea{height:auto;padding:0.15rem 0.2rem 0.15rem 0.28rem;font-size: 0.16rem;}
.Online_Message .Form li.textarea textarea{height:1rem;}
.Online_Message .Form .FormBtn{text-align: center;margin-top:0.3rem;}
.Online_Message .Form .FormBtn button{width:2rem;height:0.7rem;line-height: 0.7rem;background: #0093f3;font-size: 0.16rem;color:#fff;}
.Online_Message .Form .other{text-align: center;margin-top:0.3rem;}
.Online_Message .Form .other input{position: relative;top:2px;margin-right:0.05rem;}

@media(max-width:1024px){
	.FloatRight .messageBtn{height:1.1rem;}
	.Online_Message .Form li.col30{width:98%;}
}


/* 栏目页公用 */
.itemhover{transition: all ease 0.3s;display: block;}
.activehover{-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.5);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);}
	.itemhover2{transition: all ease 0.3s;display: block;}
	.activehover2{
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);}


.SubBan{height: 6rem;display: flex;justify-content: center;align-items: center;text-align: center;}
.SubBan .Info{max-width: 720px;margin:0px auto;color:#fff;position: relative;z-index: 10;padding:0 15px;}
.SubBan .Info .ti{font-size: 0.46rem;line-height: 1.6;}
.SubBan .Info pre{letter-spacing: 0.1em;font-family: syhtl;}
.SubPage{height: auto !important;height: 4rem;min-height: 4rem;background: #fff;position: relative;z-index: 1;padding:1rem 0;font-family: syhtl;overflow: hidden;}
.SubPage.Newsinfo{padding:0.6rem 0;background:#f3f4f8;}
.SubPage aside,.SubPage pre,.SubPage article{font-family: syhtl;}
.SubPage strong,.SubPage b{font-family: syhtr;}

.ColumnName{ font-weight:normal; background:#0093f3; color:#fff;display:none; position:relative; z-index:100; line-height:36px;padding:0 20px;margin-bottom: 10px;}
.ColumnName h2{ font-weight:normal; font-size:15px;}
.ColumnName .arr{ position:absolute; width:100%; height:100%; text-align:right; right:0; top:0;transition: all ease 0.3s;}
.ColumnName .iconfont{ font-size:24px; display:inline-block; margin:0px 10px 0 0;}

.SubMenu{ background:#fff;line-height:1rem; height:1rem;border-bottom: 1px solid #f2f2f2;}
.SubMenu .Place{float: right;font-size: 14px;color:#b9b9b9;padding-left: 22px;background: url(../images/home.png) 0px center no-repeat;}
.SubMenu .Place a{color:#b9b9b9;position: relative;padding-right: 22px;}
.SubMenu .Place a:after{content: "";position: absolute;right: 10px;width: 4px;height: 1px;background:#b9b9b9;top: 50%;}
.SubMenu .Place a:hover,.SubMenu .Place span{color:#000000;}
.SubMenu ul{float: left;}
.SubMenu li{position: relative;float: left;margin-right: 0.5rem; font-size:0.2rem;}
.SubMenu li:last-child{margin-right: 0;}
.SubMenu li a{position:relative; z-index:1; display:block;}
.SubMenu li:after{content:""; position:absolute; width:0; bottom:0; height:1px; left:50%; background:#0093f3;transition: all ease 0.3s;}
.SubMenu li:hover:after,.SubMenu li.onli:after{ width:100%;left: 0;}
.SubMenu li a:hover,.SubMenu li.onli a{ color:#0093f3;}

.SubNav{margin-bottom: 0.6rem;font-size: 0;text-align: center;}
.SubNav li{display: inline-block;margin:5px;font-size: 0.18rem;background:#eeeeee;min-width: 2.2rem;line-height: 0.6rem;position: relative;}
.SubNav li a{display: block;color:#000000;position: relative;z-index: 1;}
.SubNav li:after{left: 0;bottom: 0;height: 0;width: 100%;content: "";position: absolute;background:#0093f3;transition: all 0.3s;}
.SubNav li:hover:after,.SubNav li.on:after{height: 100%;}
.SubNav li:hover a,.SubNav li.on a{color:#fff;}

@media(max-width:1024px){
	.SubPage{padding:30px 0;}
	.SubMenu{height: auto;line-height: 35px;padding:10px 0;}
	.SubMenu ul{float: none;width: 100%;text-align: center;}
	.SubMenu li{float: none;display: inline-block;margin:0 10px;}
	.SubMenu .Place{clear: both;line-height: 20px;font-size: 12px;}
}
@media(max-width:768px){
	.SubBan{height: 4rem;}
	.SubBan .Info{padding-top: 50px;}
	.SubBan .Info .ti{font-size: 20px;}
	.ColumnName{display: block;}
	.SubMenu {padding-top: 0;}
	.SubMenu ul{display: none;text-align: left;}
	.SubMenu li{font-size: 15px;display: block;}

	.SubNav li{font-size: 14px;margin: 0 1% 10px 1%;width: 31.333%;vertical-align: top;}
	.SubNav li a{padding:0 15px;height: 50px;line-height: 20px;display: flex;justify-content: center;align-items: center;}
}

/* 产品中心 */
.ProList{margin-left: -2.5%;padding-bottom: 0.2rem;}
.ProList li{width: 33.333%;padding:0 0 4% 2.5%;float: left;}
.ProList .imgbox{padding-top: 62%;border:1px solid #eeeeee;}
.ProList .tit{font-size: 0.2rem;color:#000000;line-height: 2;margin:0.2rem 0 0.05rem;}
.ProList pre{line-height: 0.25rem;height: 0.5rem;margin-bottom: 0.55rem;color:#888888;}
.ProList li:hover .tit{color:#0093f3}

.Morebtn.inline{display: inline-block;margin-right: 0.3rem;}
.Morebtn em{position:absolute;z-index: 1;width: 100%;left: 0;top: 0;color:#0093f3;}
.Morebtn em i{display: inline-block;width: 8px;height: 13px;vertical-align: middle;margin-left: 8px;background:url(../images/arr.png);transition: all 0.3s;}
.Morebtn{display: block; width: 2.1rem;height: 0.6rem;line-height:0.6rem;text-align: center;position: relative;
	background: 
									linear-gradient(135deg, transparent 0px, #0093f3 0) top left,
									linear-gradient(45deg, transparent 8px, #0093f3 0) bottom left,
									linear-gradient(-45deg, transparent 0, #0093f3 0) bottom right,
									linear-gradient(-135deg, transparent 8px, #0093f3 0) top right;
	background-size: 51% 51%;
	background-repeat: no-repeat;}
	.Morebtn:After{ width: calc(100% - 2px);height: calc(100% - 2px);position: absolute;left: 1px;top: 1px;content: "";z-index: 0;transition: all 0.3s;
		background: 
										linear-gradient(135deg, transparent 0px, #fff 0) top left,
										linear-gradient(45deg, transparent 8px, #fff 0) bottom left,
										linear-gradient(-45deg, transparent 0, #fff 0) bottom right,
										linear-gradient(-135deg, transparent 8px, #fff 0) top right;
		background-size: 51% 51%;
		background-repeat: no-repeat;}
		.Morebtn:before{content: "";position: absolute;right: 15px;top:4px;width: 21px;height: 7px;background:url(../images/btn_top1.png);z-index: 10;}
		.Morebtn:hover:before,.Morebtn.onbg:before{background:url(../images/btn_top01.png);}
		.Morebtn:hover:after,.Morebtn.onbg:after{height: 0;}
		.Morebtn:hover em,.Morebtn.onbg em{color:#fff;}
		.Morebtn:hover em i,.Morebtn.onbg em i{background:url(../images/arr2.png);margin-left: 15px;}

		.graybg{background:#f8f8f8;}
		.ProTit{text-align: center;font-size: 0.4rem;line-height: 2;margin-bottom: 0.3rem;color:#333;}
		.ProImg{width: 53%;float: left;}
		.SubTit{font-size: 0.4rem;line-height: 0.42rem;margin-bottom: 0.4rem;color:#333;}
		.SubTit.tc{text-align: center;}
		.SubTit.white{color:#fff;}
		.ProInfo{width: 42%;float: right;padding: 2.5% 2% 0 0;position: relative;}
		.ProInfo:after{content: "";position: absolute;left: -0.39rem;top: 0.29rem;width: 2.3rem;height: 1.5rem;background:url(../images/kh.png);background-size: contain;}
		.ProInfo .Text{padding-left: 44px;position: relative;font-size: 0.18rem;line-height: 0.35rem;color:#666666;z-index: 1;}
		.ProInfo .Text:After{position: absolute;left: 0;top: 15px;content: "";width: 20px;height: 4px;background:#0093f3;}
  .FeatureList{margin:0 0 0 -0.3rem;}
  .FeatureList li{width: 33.333%;float: left;padding:0 0 0.3rem 0.3rem;}
  .FeatureList .box{display: block;background:#fff;height: 180px;padding: 0.3rem 0.5rem 0 1.11rem;position: relative;}
  .FeatureList .num{position: absolute;left: 0.49rem;line-height: 35px;top: 0.33rem;font-size: 0.2rem;color:#0093f3;border-bottom: 3px solid #0093f3;padding:0 1px;}
  .FeatureList .ti{font-size: 0.24rem;line-height: 2;color:#333;font-weight: bold;}
  .FeatureList pre{line-height: 0.25rem;}

		.Parameter .Img{width: 55%;float: left;text-align: center;padding:0 15px;}
		.Parameter .Info{width: 43%;float: right;padding: 0.75rem 0 0.25rem 3.5%;position: relative;line-height: 0.32rem;}
		.Parameter .Info:after{position: absolute;width: 1px;height: calc(100% - 0.8rem);background:#eeeeee;content: "";left: 0;top: 0.8rem;}
		.Parameter .Info:before{position: absolute;width: 20px;height: 3px;background:#0093f3;content: "";left: -10px;top: 0.8rem;z-index: 2;}

		.AboutPro .slick-list{margin:0 -0.2rem;}
		.AboutPro .item{padding:0 0.2rem;}
		.AboutPro .item a{display: block;background:#fff;padding:0.35rem;}
		.AboutPro .item .imgbox{padding-top: 3.3rem;width: 50%;float: left;}
		.AboutPro .item .info{width: 46%;float: right;padding-top: 4%;}
		.AboutPro .item .tit{font-size: 0.2rem;color:#000000;line-height: 2;margin-bottom: 0.06rem;}
		.AboutPro .item pre{color: #888888;line-height: 0.25rem;height: 0.75rem;margin-bottom: 0.55rem;}

		@media(max-width:768px){
			.ProList li{width: 50%;padding-bottom: 5.5%;}
			.ProList .tit{font-size: 15px;}
			.ProList pre{line-height: 24px;height: auto;margin-bottom: 20px;}

			.ProTit,.SubTit{font-size: 18px;line-height: 28px;}
			.ProImg{width: auto;float: none;text-align: center;}
			.ProInfo{width: auto;float: none;}
			.ProInfo .Text{font-size: 14px;line-height: 24px;}
			.FeatureList li{width: 50%;}
			.FeatureList .ti{font-size: 16px;}
			.FeatureList pre{line-height: 24px;}
			.FeatureList .num{font-size: 18px;left: 15px;}
			.FeatureList .box{padding:15px 15px 15px 50px;}
			.Parameter .Img{width: auto;float: none;}
			.Parameter .Info{width: auto;float: none;padding-left: 20px;}

			.AboutPro .item .tit{font-size: 15px;}
			.AboutPro .item pre{height: 66px;line-height: 22px;}
		}

		@media(max-width:480px){
			.FeatureList li{width: auto;float: none;}
			.FeatureList .box{height: auto;}
		}

	/* 新闻 */
.NewsList{margin:-0.5rem 0 0 -2.5%;padding-bottom: 0.2rem;}
.NewsList li{width: 33.333%;padding:0 0 4% 2.5%;float: left;position: relative;}
.NewsList .imgbox{padding-top: 62%;border:1px solid #eeeeee;}
.NewsList li:After{position: absolute;right: 0.5rem;top: 58%;width: 0;height: 0;border-radius: 50%;border:0rem solid #0093f3;content: "";transition: all 0.3s;}
.NewsList .tit{font-size: 0.2rem;color:#000000;line-height: 2;margin:0.2rem 0 0.05rem;font-weight: bold;}
.NewsList pre{line-height: 0.25rem;height: 0.5rem;color:#333333;font-size: 14px;}
.NewsList .date{margin-top: 0.3rem;padding-top: 0.2rem;border-top: 1px solid #f2f2f2;color:#9a9a9a;position: relative;}
.NewsList .date:after{content: "";left: 0;top: -1px;width: 0;height:1px;background:#1f51cf;position: absolute;transition: all 0.3s;}
.NewsList li:hover .date:after{width: 70%;}
.NewsList li:hover .tit{color:#0093f3}
.NewsList li:hover:After{width: 0.7rem;height: 0.7rem;border:0.17rem solid #0093f3;top: 47%;right: 0.19rem;}
.NewsList.fa{margin:0 0 0 -2.5%;padding-bottom: 0;}
.NewsList.fa li:after{display: none;}
/* .NewsList.fa li:nth-last-child(1),.NewsList.fa li:nth-last-child(2),.NewsList.fa li:nth-last-child(3){padding-bottom: 0;} */
.NewsList.fa .Morebtn{margin-top: 0.48rem;}
.NewsList.fa pre{color:#888888;height:1rem;}
.NewsList .scroll{white-space: nowrap;height: 6.22rem;overflow-x: auto;}
.NewsList .scroll li{float: none;display: inline-block;}

.Newsinfo .w1600{position: relative;padding-top: 1rem;padding-bottom: 1rem;}
.Newsinfo .w1600:After{width: 1px;content: "";position: absolute;top:0;right: 4.5rem;height: calc(100% - 1rem);background:#eaeaea;}
.Newsinfo .content{margin-left: 1.1rem;width: 9.5rem;float: left;}
.Newsinfo .RecNews{position: absolute;right: 1rem;top: 1rem;width: 2.9rem;z-index: 1;}
.Newsinfo .RecNews .title{font-size: 0.24rem;line-height: 0.28rem;margin-bottom: 0.34rem;position: relative;}
.Newsinfo .RecNews .title .cn{display: block;color:#0093f3;}
.Newsinfo .RecNews .title .en{display: block;text-transform: uppercase;color:#cbcbcb;}
.Newsinfo .RecNews .title:After{position: absolute;left: -0.95rem;top: -0.1rem;width: 0.7rem;height: 0.7rem;border-radius: 50%;border:0.17rem solid #0093f3;content: "";}

.Newsinfo .RecNews li{margin-bottom: 0.3rem;}
.Newsinfo .RecNews li a{border:1px solid #e9eced;background:#f2f6f8;padding:0.2rem 0.28rem;display: block;}
.Newsinfo .RecNews li .date{font-size: 0.18rem;color:#999999;}
.Newsinfo .RecNews li .ti{line-height: 0.25rem;color:#4c4c4c;}
.Newsinfo .RecNews li:hover a{border: 1px solid #0093f3;background:#fff;
	-webkit-box-shadow: 0 18px 35px rgba(0,147,243,0.1);
	box-shadow: 0 18px 35px rgba(0,147,243,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.Newsinfo .RecNews li:hover .date,.Newsinfo .RecNews li:hover .ti{color:#0093f3;}
.Newsinfo .RecNews li:last-child{margin-bottom: 0;}


.TitleInfo{border-bottom: 2px solid #636363;padding-bottom: 0.23rem;margin-bottom: 0.42rem;}
.TitleInfo .ti{line-height: 2;line-height: 0.44rem;color:#000000;font-size: 0.32rem;margin-bottom: 0.22rem;font-weight: bold;}
.TitleInfo .other{color:#999999;}
.TitleInfo .other em{display: inline-block;vertical-align: middle;width: 0.68rem;height:20px;background:url(../images/line.gif) center center no-repeat;}
.TitleInfo .other i{color:#333333;}

.PrevNextBox {background:url(../images/linebg.gif) 0px top repeat-x;margin-top: 7%;padding-top: 0.28rem;}
.PrevNextBox dl{border-bottom: 1px solid #ebebeb;margin-bottom: 0.28rem;height: 0.76rem;line-height: 0.75rem;padding:0 90px 0 75px;position: relative;}
.PrevNextBox dl:nth-child(2){margin-bottom: 6%;}
.PrevNextBox dl dt{position: absolute;left: 0;top: 0;color:#999999;}
.PrevNextBox dl .date{position: absolute;right: 0;top: 0;font-size: 14px;color:#b2b2b2;}
.PrevNextBox .back{float: right;text-align: center;color:#fff;width: 1.59rem;line-height: 0.6rem;display: block;background:#0093f3;}
.PrevNextBox .back i{display: inline-block;vertical-align: middle;width: 22px;height: 16px;background:url(../images/back.png);margin-right: 0.26rem;}

.SinglePage{ position:relative;word-wrap:break-word;word-break:normal;text-align:justify; line-height:0.35rem;color:#333333;}

@media(max-width:1024px){
	.NewsList{margin-top: 0;}
	.SinglePage,.SinglePage p,.SinglePage span{line-height: 24px !important;}

	.Newsinfo .content{width: auto;margin: 0 20px;float: none;}
	.Newsinfo .RecNews{position: static;margin:20px 20px 0;width: auto;}
	.Newsinfo .RecNews .title:After{display:none;}
	.Newsinfo .w1600{padding-top: 30px;padding-bottom: 30px;}
	.Newsinfo .w1600:After{display: none;}
	.Newsinfo .RecNews .title{font-size: 18px;}
	.TitleInfo{margin-bottom: 25px;}
	.TitleInfo .ti{font-size: 18px;margin-bottom: 10px;}

	.NewsList .scroll{height:auto;overflow: inherit;white-space: normal;}
	.NewsList .scroll li{padding-left: 10px;}
	.NewsList.sj {margin-left: -10px !important;}
	.NewsList .slick-dots {bottom: -10px;}
	.NewsList .slick-dots li{width: auto;}
	.NewsList.fa pre{height:48px !important;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
}
@media(max-width:768px){
	.NewsList li{width: 50%;}
	.NewsList pre{line-height: 24px;height: auto;margin-bottom: 20px;}
	.NewsList .date{margin-top: 0.1rem;padding-top: 0.1rem;}
	.NewsList .tit{font-size: 15px;}
	.Newsinfo .RecNews li .date{font-size: 14px;}
	.Newsinfo .RecNews li .ti{font-size: 15px;line-height: 24px;}
}


/* 行业 */
.none{ position:absolute; top:0; left:0; width:100%;visibility:hidden; opacity:0;}
.IndustryBox1{background:url(../images/hybg1.jpg) 0px bottom no-repeat;background-size: cover;}
.IndustryBox1 .Info{width: 46%;padding:4% 8% 4% 0;vertical-align: top;font-size: 0.18rem;}
.IndustryBox1 .Img{width: 54%;box-shadow: 0 50px 150px rgba(0,0,0,0.05);}

.IndustryBox2{background:url(../images/hybg2.jpg) 0px bottom no-repeat;background-size: cover;}
.IndustryBox2 .w1600{background:#fff;height: 5.9rem;position: relative;}
.IndustryBox2 .TabNav{width: 3.5rem;position:absolute;left: 0;height: 5.9rem;background:#fafafa;overflow: hidden;}
.IndustryBox2 .TabNav ul{height:5.92rem;overflow: auto;}
.IndustryBox2 .TabNav li{height: 1.48rem;padding:0 0.5rem 0 0.67rem;display: flex;align-items: center;font-size: 0.22rem;color:#000000;cursor: pointer;border-bottom: 1px solid #eff2f3;position: relative;}
.IndustryBox2 .TabNav li span{position: relative;z-index: 1;}
.IndustryBox2 .TabNav li:after{right: 0;width: 9px;height: 16px;background:url(../images/arr3.png);right: 0.37rem;top: 50%;margin-top: -8px;transition: all 0.3s;opacity: 0;content: "";position: absolute;}
.IndustryBox2 .TabNav li:before{width: 0;content: "";left: 0;top: 0;height: 100%;background:#fff;position: absolute;transition: all 0.3s;}
.IndustryBox2 .TabNav li.on{font-weight: bold;color:#0093f3;}
.IndustryBox2 .TabNav li.on:After{opacity: 1;}
.IndustryBox2 .TabNav li.on:before{width: 100%;}
.IndustryBox2 .TabCon{margin-left: 3.6rem;padding: 0.8rem 0.7rem 0;position: relative;}
.IndustryBox2 .info{width: 37%;float: left;}
.IndustryBox2 .info .tit{font-size: 0.35rem;color:#000000;line-height: 2;font-weight: bold;margin-bottom: 0.05rem;}
.IndustryBox2 .info pre{color:#999999;margin-bottom: 1rem;line-height: 2;}
.IndustryBox2 .imgbox{width: 55%;float: right;padding-top: 4.4rem;}

.IndustryBox3{background:#fff;}
.IndustryBox3 .Img {width: 49%;}
.IndustryBox3 .Img img{width: 100%;}
.IndustryBox3 .Info{width: 51%;padding:5% 6.5% 5% 6%;line-height: 0.35rem;font-size: 0.18rem;}

.FeatureList2{position: relative;padding-bottom: 30px;}
/* .FeatureList2:After{background: #eaeaea;height: 1px;width: 100%;position: absolute;content: "";bottom: -20px;left: 0;}
.FeatureList2:before{background: #f8f8f8;height: 20px;width: 168px;position: absolute;content: "";bottom: -24px;left: 50%;z-index: 2;transform: translateX(-60%);} */
.FeatureList2 .slick-dots{bottom: -59px;}
.FeatureList2 .slick-arrow{background-color:#f8f8f8;border-radius: 0;border:0;top: auto;bottom: -84px;margin-top: 0;z-index: 15;}
.FeatureList2 .slick-prev{left: 41%;}
.FeatureList2 .slick-next{right: 41%;}
.FeatureList2 .slick-prev:hover{background-image: url(../images/prev2.png);}
.FeatureList2 .slick-next:hover{background-image: url(../images/next2.png);}
.FeatureList2 .slider{margin:0 0 0 -0.3rem;}
.FeatureList2 .item{width: 25%;float: left;padding:0 0 0.3rem 0.3rem;}
.FeatureList2 .box{display: block;background:#fff;height: 190px;padding: 0.38rem 0.3rem 0 1.11rem;position: relative;}
.FeatureList2 .ico{position: absolute;left: 0.28rem;width: 0.6rem;top: 0.45rem;}
.FeatureList2 .ti{font-size: 0.2rem;line-height: 2;color:#333;font-weight: bold;margin-bottom: 0.05rem;}
.FeatureList2 pre{line-height: 0.24rem;color:#888888;}

.jspVerticalBar{display: none !important;}

.ProVideo{text-align: center;background:#3f242a;position: relative;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.ProVideo:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background:rgba(0,28,52,0.5);content: "";transition: all 0.3s;}
.ProVideo .Info{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 10;font-size: 0.36rem;color:#fff;cursor: pointer;}
.ProVideo .Info .play{width: 1rem;height: 1rem;display: block;margin:0px auto 0.3rem;border-radius: 50%;border:1px solid #fff;background:url(../images/play2.png) center center no-repeat;transition: all 0.3s;}
.ProVideo video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: none;object-fit:fill;z-index: 10;}
.ProVideo:hover:after{background:rgba(0,28,52,0.2);}
.ProVideo:hover .play{width: 0.8rem;height: 0.8rem;}

.DownList .slider{padding:0 1rem;}
.DownList .item{padding:0 0.29rem;text-align: center;}
.DownList .imgbox{padding-top: 135%;text-align: center;position: relative;
	background: 
									linear-gradient(135deg, transparent 21px, #e8e8e8 0) top left,
									linear-gradient(45deg, transparent 0, #e8e8e8 0) bottom left,
									linear-gradient(-45deg, transparent 0, #e8e8e8 0) bottom right,
									linear-gradient(-135deg, transparent 0, #e8e8e8 0) top right;
	background-size: 51% 51%;
	background-repeat: no-repeat;}
	.DownList .imgbox:After{ width: calc(100% - 2px);height: calc(100% - 2px);position: absolute;left: 1px;top: 1px;content: "";z-index: 0;transition: all 0.3s;
		background: 
										linear-gradient(135deg, transparent 21px, #fff 0) top left,
										linear-gradient(45deg, transparent 0, #fff 0) bottom left,
										linear-gradient(-45deg, transparent 0, #fff 0) bottom right,
										linear-gradient(-135deg, transparent 0, #fff 0) top right;
		background-size: 51% 51%;
		background-repeat: no-repeat;}
.DownList .imgbox span{width: 84%;height: 84%;left: 8%;top: 8%;z-index: 10;}
.DownList .ti{height: 0.5rem;line-height: 0.25rem;font-size: 0.18rem;margin-top: 0.37rem;font-weight: bold;}
.DownList .btn a{display: inline-block;color:#999999;margin:0 5px;line-height: 0.38rem;padding:0 0.23rem;border-radius: 20px;border:1px solid #999999;color:#999999;}
.DownList .btn .iconfont{font-size:24px;margin-right: 5px;vertical-align: middle;}
.DownList .btn a:hover {color:#3cacf6;border:1px solid #3cacf6;}
.DownList .item:hover .imgbox{
	background: 
									linear-gradient(135deg, transparent 21px, #3cacf6 0) top left,
									linear-gradient(45deg, transparent 0, #3cacf6 0) bottom left,
									linear-gradient(-45deg, transparent 0, #3cacf6 0) bottom right,
									linear-gradient(-135deg, transparent 0, #3cacf6 0) top right;
									background-size: 51% 51%;
		background-repeat: no-repeat;
}
.DownList .slick-arrow{margin-top: -0.8rem;}
.DownList .slick-prev{left: 0;}
.DownList .slick-next{right: 0;}
.DownList.sub {padding:0 1rem;}
.DownList.sub .item{width: 25%;float: left;padding-bottom: 0.6rem;}

@media(max-width:1440px){
	.DownList .slider,.DownList.sub {padding:0;}
	.DownList .slick-prev{left: -0.8rem;}
 .DownList .slick-next{right: -0.8rem;}
}

@media(max-width:768px){
	.IndustryBox1 .Info{width: auto;display: block;font-size: 14px;}
	.IndustryBox1 .Img{width: auto;display: block;}

	.IndustryBox2 .w1600{height: auto;}
	.IndustryBox2 .TabNav{position: static;width: auto;height: 45px;}
	.IndustryBox2 .TabNav ul{display: flex;white-space: nowrap;height:auto;}
	.jspPane{width: auto !important;}
	.IndustryBox2 .TabNav li{font-size: 15px;padding:0 35px 0 20px;line-height: 45px;height: 45px;}
	.IndustryBox2 .TabNav li:after{right: 10px;}
	.IndustryBox2 .TabCon{margin: 0;padding:20px;}
	.IndustryBox2 .info{width: auto;float: none;padding-bottom: 20px;}
	.IndustryBox2 .info .tit{font-size: 16px;}
	.IndustryBox2 .info pre{margin-bottom: 25px;}
	.IndustryBox2 .imgbox{width: auto;float: none;padding-top: 64%;}

	.IndustryBox3 .Img{display: block;width: auto;}
	.IndustryBox3 .Info{display: block;width: auto;font-size: 14px;line-height: 24px;padding:20px;}

	.FeatureList2 .item{width: 50%;}
	.FeatureList2 .ti{font-size: 15px;}
	.FeatureList2 pre{line-height: 24px;}

	.DownList .ti{font-size: 15px;}
	.DownList .slider{padding:0 0.6rem;}
	.DownList .item{padding:10px;}

	.DownList.sub .item{width: 50%;padding:0 10px 20px;}
	.DownList .ti{height: 50px;line-height: 20px;}
	.DownList .btn a{padding:0 8px;}
	.DownList .btn .iconfont{font-size: 18px;margin-right: 0;}
	
}
@media(max-width:480px){
	.FeatureList2 {padding-bottom: 0;}
	.FeatureList2 .item{width: auto !important;float: none;}
	.FeatureList2 .box{height: auto;padding-bottom: 0.38rem;}
	.FeatureList2 .slick-dots{bottom: 0;}
	.FeatureList2:After{bottom: 8px;}
	.FeatureList2:before {bottom: 5px;}
}

/* 市场 */
.SubNav2{text-align: center;margin-bottom: 0.8rem;font-size: 0;}
.SubNav2 li{display: inline-block;position: relative;background:#f9f9f9;width: 3rem;border-right: 1px solid #ebebeb;}
.SubNav2 li:last-child{border-right: 0px;}
.SubNav2 li a{display: block;font-size: 0.16rem;position:relative;z-index: 1;padding: 0.32rem 0 0.25rem;}
.SubNav2 li:after{width: 100%;height: 0;left: 0;bottom: 0;background:#0093f3;content:"";position:absolute;transition: all 0.3s;}
.SubNav2 li.on a,.SubNav2 li:hover a{color:#fff;}
.SubNav2 li.on:After,.SubNav2 li:hover:After{height: 100%;}
.SubNav2 .ico{display: block;display:block;margin: 0px auto 5px;width: 0.65rem;height: 0.45rem;position: relative;}
.SubNav2 .ico .i1, .SubNav2 .ico .i2 {display: block;width: 0.65rem;height: 0.45rem;position: absolute;left: 0;top: 0px;}
.SubNav2 .ico .i1 {transition: 400ms;}
.SubNav2 .ico .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.SubNav2 li:hover .ico .i2,.SubNav2 li.on .ico .i2 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.SubNav2 li:hover .ico .i1,.SubNav2 li.on .ico .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}

.MarketList li{margin-bottom: 0.8rem;}
.MarketList .imgbox{width: 50%;padding-top: 5.5rem;}
.MarketList .info{width: 50%;border:1px solid #f4f4f4;border-left: 0;box-shadow: 0 20px 50px rgba(0,0,0,0.05);padding:4% 5% 0;vertical-align: top;}
.MarketList .ti{position: relative;line-height: 0.35rem;font-size: 0.26rem;padding-bottom: 0.24rem;border-bottom: 1px solid #f0f0f0;margin-bottom: 0.33rem;}
.MarketList .ti:after{position: absolute;left: 0;bottom: -2px;content: "";width: 60px;height: 3px;background:#0093f3;transition: all 0.3s;}
.MarketList .item {min-height: 0.3rem;margin-bottom: 0.1rem;position: relative;}
.MarketList .item dt{color:#999999;position: absolute;left: 0.12rem;top: 0;}
.MarketList .item dt img{display: inline-block;vertical-align: middle;width: 0.21rem;margin-right:0.07rem;}
.MarketList .item dd{font-weight: bold;color:#333;padding-left: 1.27rem;}
.MarketList .btn{padding: 0.48rem 0 0 0.13rem;}
.MarketList .Morebtn .iconfont{font-size: 0.2rem;margin-right: 0.1rem;}

.SubTxt{text-align: center;font-size: 0.20rem;margin-bottom: 0.5rem;line-height: 0.35rem;}
.SaleList{margin-left: -0.6rem;}
.SaleList li{width: 33.333%;float: left;padding-left: 0.6rem;}
.SaleList .ico{position: absolute;top: -0.8rem;left: 50%;width: 1.6rem;height:1.6rem;border-radius:50%;margin-left: -0.8rem;display: flex;align-items: center;justify-content: center;background:#0093f3;}
.SaleList .ico:after{position: absolute;width: 2rem;height: 2rem;content: "";left: -0.2rem;top: -0.2rem;background:url(../images/yuan_bg.png) center center no-repeat;background-size:contain;}
.SaleList .ico img{width: 0.8rem;height: 0.8rem;}
.SaleList .Info{padding:1.1rem 0.5rem 0;margin-top: 1rem;border:1px solid #ebebeb;color:#333;height: 2.88rem;line-height: 0.25rem;text-align: center;position: relative;}
.SaleList .tel{font-size: 0.24rem;color:#0093f3;vertical-align: middle;}
.SaleList .ti{font-weight: bold;font-size: 0.24rem;line-height: 3;}
.SaleList .imgbox{padding-top: 64%;}
.SaleList li:hover .Info{border:1px solid #0093f3;}
.SaleList li:hover .ico:after{animation:turn 3s linear infinite;}
@keyframes turn{
	0%{-webkit-transform:rotate(0deg);}
	25%{-webkit-transform:rotate(90deg);}
	50%{-webkit-transform:rotate(180deg);}
	75%{-webkit-transform:rotate(270deg);}
	100%{-webkit-transform:rotate(360deg);}
}


@media(max-width:1024px){
	.MarketList .item dt{left: 0;}
	.MarketList .info{padding-top: 2%;}
	.MarketList .btn{padding-top: 0.1rem;}

	.SaleList .Info{height: 3.3rem;}
}
@media(max-width:768px){
	.SubNav2 li{width: 50%;}
	.SubNav2 li:nth-child(2n+2){border-right: 0px;}
	.SubNav2 li a{padding: 8px 0;font-size: 15px;}
	.SubNav2.w3 li{width: 33.333%;}

	.MarketList .imgbox{width: auto;display:block;padding-top: 64%;}
	.MarketList .info{width: auto;display:block;padding: 20px;}
	.MarketList .ti{font-size: 15px;}
	.MarketList .item dd{padding-left: 90px;}
	.MarketList .item dt img{width: 16px;}

	.SaleList li{width: auto;float: none;}
	.SaleList .Info{height: auto;padding-bottom: 25px;padding-left:20px;padding-right:20px;line-height: 24px;}
	.SaleList .ti{font-size: 16px;}
	.SubTxt{line-height: 24px;font-size: 14px;padding-bottom: 25px;}
}

/* 领域 */
.TrafficItem{overflow: hidden;}
.TrafficItem .table{width: 108%;overflow: hidden;}
.TrafficItem .item{width: 33.333%;padding-bottom: 5.8rem;position: relative;}
.TrafficItem a{z-index: 1;overflow: hidden;display: block;left: 0;top: 0;bottom: 0;right: 0;position: absolute;transform: skew(-10.15deg);	transform-origin: left top;}
.TrafficItem figure {position: absolute;overflow: hidden;z-index: 2;top: 0;bottom: 0;background-position: 0 0;transition: 0.3s;transform: skew(10.15deg);width: 160%;margin-left: -30%;}
.TrafficItem .imgbox {display: block;position: absolute;left: 50%;top: 50%;min-width: 100%;min-height: 100%;max-width: none;transform: translate(-50%, -50%);	-webkit-transform: translate(-50%, -50%);ms-transform: translate(-50%, -50%);}
.TrafficItem .imgbox:after {content: "";left: 0;top: 0;width: 100%;height: 100%;position: absolute;background:rgba(3,15,23,0.8);transition: all 0.3s;}
.TrafficItem .info {position: absolute;z-index: 110;top: 50%;left: 50%;transform: translate(-50%,-50%);color:#fff;width: 3.8rem;text-align: center;}
.TrafficItem .info .ico img{width: 1.15rem;height: 1;}
.TrafficItem .info .ti{font-size: 0.26rem;line-height: 2.5;margin:0.1rem 0 0;}
.TrafficItem .info pre{font-size: 0.14rem;opacity: 0.6;height: 0;height: 0;opacity: 0;visibility: hidden;transition: all 0.3s;}
.TrafficItem .item:hover .imgbox:after{background:rgba(0,147,243,0.8);}
.TrafficItem .more{margin: 0.55rem auto 0;width: 2.1rem;line-height: 0.6rem;background:url(../images/morebg1.png) center center no-repeat;background-size: contain;}
.TrafficItem .more i{display: inline-block;width: 8px;height: 13px;vertical-align: middle;margin-left: 8px;background:url(../images/arr2.png);transition: all 0.3s;}
.TrafficItem .item:hover .more{background:url(../images/morebg2.png);color:#0093f3;margin-top: 0.75rem;}
.TrafficItem .item:hover .more i{background:url(../images/arr.png);}
.TrafficItem .item:hover pre{height: 1.2rem;opacity: 1;visibility: visible;}

.OurAdvantage{text-align: center;height: 6.8rem;display: flex;justify-content: center;align-items: center;flex-direction: column;color:#fff;position: relative;background-position: center center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;}
.OurAdvantage:After{content: "";left: 0;top: 0;width: 100%;height: 100%;background:rgba(0,0,0,0.5);position: absolute;z-index: 0;transition: all 0.3s;}
.OurAdvantage:hover:After{background:rgba(0,0,0,0.3);}
.OurAdvantage *{position: relative;z-index: 1;}
.OurAdvantage.our3:after{background:rgba(0,0,0,0.3);}
.OurAdvantage.our3:hover:after{background:rgba(0,0,0,0);}

.PatnerList{background: 
	linear-gradient(135deg, transparent 22px, #fff 0) top left,
	linear-gradient(45deg, transparent 0, #fff 0) bottom left,
	linear-gradient(-45deg, transparent 22px, #fff 0) bottom right,
	linear-gradient(-135deg, transparent 0, #fff 0) top right;
background-size: 51% 51%;
background-repeat: no-repeat;height: 4rem;}
.PatnerList .item{width: 16.6666%;float: left;border-right: 1px solid #f0f0f0;border-bottom: 1px solid #f0f0f0;}
.PatnerList .imgbox{padding-top: 2rem;}
.PatnerList .imgbox span{height: 1.3rem;top: 50%;transform:translateY(-50%);left: 10%;width: 80%;}
.PatnerList .imgbox span img{max-height: 1.3rem;}
.PatnerList .slick-dots{display: none !important;}

.CityItem {position: relative;}
.CityItem .Nav{position: absolute;left: 0;bottom: -20px;z-index: 10;width: 100%;}
.CityItem .Nav .slick-list{padding:20px 0;}
.CityItem .Nav .ico{display: block;display:block;margin:0px auto 0.15rem;opacity: 0.5;width: 0.5rem;height: 0.5rem;position: relative;}
.CityItem .Nav .ico img{width: 0.5rem;height: 0.5rem;}
.CityItem .Nav .ico .i1, .CityItem .Nav .ico .i2, .CityItem .Nav .ico .i2 {display: block;position: absolute;left: 0;top: 0px;}
.CityItem .Nav .ico .i1 {transition: 400ms;}
.CityItem .Nav .ico .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.CityItem .Nav li.slick-current .ico .i2 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.CityItem .Nav li.slick-current .ico .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}

.CityItem .Nav .item a{color: #fff;position: relative;z-index: 1;}
.CityItem .Nav .item{font-size: 0.18rem;color:#fff;cursor: pointer;text-align: center;height: 1.6rem;display: flex;align-items: center;justify-content: center;flex-direction: column;position: relative;background:rgba(0,0,0,0.2);}
.CityItem .Nav .item:After{position: absolute;left: 50%;top: 50%;width: 0;height: 0;content: "";background: 
	linear-gradient(135deg, transparent 13px, #0093f3 0) top left,
	linear-gradient(45deg, transparent 0, #0093f3 0) bottom left,
	linear-gradient(-45deg, transparent 13px, #0093f3 0) bottom right,
	linear-gradient(-135deg, transparent 0, #0093f3 0) top right;
background-size: 51% 51%;
background-repeat: no-repeat;transition: all 0.3s;}
.CityItem .Nav .item.slick-current:After{width: 100%;height: 125%;left: 0;top: -13.5%;}
.CityItem .Nav .item.slick-current .ico{opacity: 1;}

.CityItem .For .item{position: relative;}
.CityItem .For .imgbox{padding-top: 7.7rem;}
.CityItem .For .imgbox:After{left: 0;top: 0;width: 100%;height: 100%;z-index: 2;background:rgba(0,0,0,0.6);position: absolute;content: "";transition: all 0.3s;}
.CityItem .For .info{position: absolute;left: 50%;top: 1.12rem;transform: translateX(-50%);width: 70%;z-index: 10;color:#fff;text-align: center;}
.CityItem .For .ico img{width: 1rem;height: 1rem;}
.CityItem .For .ti{font-size: 0.26rem;line-height: 3;margin-top: 0.1rem;}
.CityItem .For pre{font-size: 0.14rem;margin-bottom: 0.6rem;}
.CityItem .For .Morebtn{margin: 0px auto;}
.CityItem .For .item.slick-current .ico{animation:fadeInUp 1s .1s ease both;
	-webkit-animation:fadeInUp 1s .1s ease both;
	-moz-animation:fadeInUp 1s .1s ease both;}
.CityItem .For .item.slick-current .ti{animation:fadeInUp 1s .2s ease both;
	-webkit-animation:fadeInUp 1s .2s ease both;
	-moz-animation:fadeInUp 1s .2s ease both;}
.CityItem .For .item.slick-current pre{animation:fadeInUp 1s .3s ease both;
	-webkit-animation:fadeInUp 1s .3s ease both;
	-moz-animation:fadeInUp 1s .3s ease both;}
.CityItem .For .item.slick-current .Morebtn{animation:fadeInUp 1s .4s ease both;
	-webkit-animation:fadeInUp 1s .4s ease both;
	-moz-animation:fadeInUp 1s .4s ease both;}
.CityItem .For .item:hover .imgbox:After{background:rgba(0,0,0,0.4);}

.CityItem.zhizao{padding-bottom: 0.7rem;}
.CityItem.zhizao .Nav{bottom: -0.35rem;width: 90%;left: 5%;}
.CityItem.zhizao .Nav .slick-list{padding:0.5rem;}
.CityItem.zhizao .Nav .slick-track{box-shadow: 0 20px 50px rgba(0,0,0,0.1);}
.CityItem.zhizao .Nav .item{background:#fff;}
.CityItem.zhizao .Nav .item a{color:#333;}
.CityItem.zhizao .Nav .item.slick-current a{color:#fff;}
.CityItem.zhizao .For .item{padding-bottom: 0rem;}
.CityItem.zhizao .For .imgbox{padding-top: 7rem;}

@media(max-width:1366px){
	.CityItem .Nav .item.slick-current:After{height: 135%;top: -18.5%;}
}
@media(max-width:1024px){
	.PatnerList .item{width: 33.333%;}
	.OurAdvantage{background-attachment: initial;height: auto;padding:25px;}
	.TrafficItem .item{width: auto;}
	.TrafficItem .table{width: 100%;display: block;}
	.TrafficItem figure{width: 100%;margin-left: 0;transform: skew(0)}
	.TrafficItem a{transform: skew(0);}
	.TrafficItem .item.slick-current .imgbox:after,.TrafficItem .item .imgbox:after{background:rgba(0,147,243,0.5);}
	.TrafficItem .imgbox{left: 0;top: 0;transform: translate(0%, 0%);
		-webkit-transform: translate(0%, 0%);
		ms-transform: translate(0%, 0%);}
}
@media(max-width:768px){
	.TrafficItem .info .ti{font-size: 15px;}
	.TrafficItem .info pre{height:auto;opacity: 1;visibility: visible;font-size: 14px;}
	.TrafficItem .info{width: 80%;}
	.TrafficItem .more{margin-top: 15px;}

	.CityItem .For .ti{font-size: 16px;}
	.CityItem .For pre{font-size: 14px;}
	.CityItem .Nav{position: static;box-shadow: 0 20px 50px rgba(0,0,0,0.1);width: auto !important;}
	.CityItem .Nav .item.slick-current:After{height: 100%;top: 0;}
	.CityItem .Nav .ico img,.CityItem .Nav .ico img{width: 25px;height: 25px;}
	.CityItem .Nav .item a{color:#333}
	.CityItem .Nav .item{font-size: 13px;background:#fff;height: 50px;}
	.CityItem .Nav .item.slick-current a{color:#fff;}
	.CityItem .Nav .ico{display: none;}
	.CityItem .Nav .item:After{background:#0093f3;}
	.CityItem .Nav .slick-list{padding:0 !important;}
	.CityItem .For .imgbox {padding-top: 5.5rem;}
	.CityItem .For .info{top: 0.8rem;}
	.CityItem .For pre{margin-bottom: 20px;}
}

/* 登录注册 */
.Popbox{background:rgba(0,0,0,0.2);position: fixed;width: 100%;height: 100%;z-index: 10000;display: none;}
.LoginBox{width: 520px;position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 100001;background:#fff;position: absolute;display: none;}
.LoginBox .close{position: absolute;right: 8px;top: 8px;z-index: 10;}
.LoginBox .close .iconfont{font-size: 30px;}
.LoginBox#filebox{width: 650px;}
.LoginBox .Nav{border-bottom: 1px solid #ececec;text-align: center;font-size: 0;line-height: 1rem;}
.LoginBox .Nav li{width: 50%;display: inline-block;font-size: 0.26rem;position: relative;vertical-align: top;}
.LoginBox .Nav li:before{position: absolute;right: 0;width: 1px;height: 0.4rem;top:50%;margin-top: -0.2rem;background:#ececec;content: "";}
.LoginBox .Nav li:last-child:before{display: none;}
.LoginBox .Nav li:after{width: 0;left: 50%;bottom: -2px;background: #0093f3;height: 3px;content: "";transition: all 0.3s;position: absolute;}
.LoginBox .Nav li a{display: block;}
.LoginBox .Nav li .iconfont{font-size: 0.32rem;vertical-align: middle;margin-right: 0.1rem;}
.LoginBox .Nav li.on:after{width: 100%;left: 0;}
.LoginBox .Nav li.on a{color:#0093f3;}
.LoginBox .Form{padding:0.4rem 0.5rem 0.15rem;}
.LoginBox .Form .item{margin-bottom: 20px;position: relative;}
.LoginBox .Form .item2{margin-bottom: 20px;position: relative;padding-left: 88px;line-height: 50px;}
.LoginBox .Form .item2 dt{position: absolute;left: 0;top: 0;color:#999999;}
.LoginBox .Form .btn{padding-top: 20px;}
.LoginBox .Form .sendbtn{color:#fff;height: 0.5rem;width: 100%;cursor: pointer;background:#0093f3;}
.LoginBox .Form .sendbtn:hover{background:#0083d9;}
.LoginBox .Form .text{width: 100%;border:1px solid #efefef;height: 0.5rem;line-height: 0.48rem;text-indent: 1em;}
.LoginBox .Form .yzm{position: absolute;right: 1px;top: 1px;}
.LoginBox .Form .yzm img{width: 1.29rem;height: 0.48rem;}
.LoginBox .Form .other{font-size: 14px;color:#999999}
.LoginBox .Form .other a{color:#999999;}
.LoginBox .Form .other a.blue,.LoginBox .Form .other a:hover{color:#0093f3;}

@media(max-width:768px){
	.LoginBox{width: 94% !important;}
	.LoginBox .Nav li{font-size: 18px;}
	.LoginBox .Nav li .iconfont{font-size: 20px;}
	.LoginBox .Form .item{margin-bottom: 12px;}
	.LoginBox .Form .item2{padding-left: 75px;line-height: 36px;margin-bottom: 12px;}
	.LoginBox .Form .sendbtn{height: 38px;font-size: 15px;}
	.LoginBox .Form .btn{padding-top: 10px;}
	.LoginBox .Form .text{height: 36px;line-height: 34px;}
}



/* 公司介绍 */
.AboutBg{background: url(../uploadfiles/image/abboxbg.jpg) no-repeat left bottom;}

.nSubTit{text-align: center;margin-bottom:0.5rem;}
.nSubTit h1{font-size: 0.4rem;font-weight: normal;color:#333;}
.nSubTit .dec{margin-top:0.3rem;}

.About .aboutList {margin-bottom:1rem;}
.About .aboutList .con{max-width:11.8rem;margin:0 auto;width:100%;font-size: 0.22rem;font-family: syhtm;color:#333;line-height: 1.5;text-align: center;}
.About .aboutList ul{margin-left:-2%;}
.About .aboutList ul li{width:31.33%;float:left;margin-left:2%;margin-top:2%;box-sizing: border-box;position: relative;}
.About .aboutList ul li .img{padding-top:70%;}
.About .aboutList ul li .img::after{content:'';display: block;width:100%;height:100%;background: url(../uploadfiles/image/abbg.png) no-repeat top center;background-size: 100%;position: absolute;left:0;top:0;}
.About .aboutList ul li .txt{position: absolute;left:0;top:0;color:#fff;width:100%;height:100%;box-sizing: border-box;padding:0.3rem;}
.About .aboutList ul li .txt h1{font-size: 0.26rem;font-weight: normal;}
.About .aboutList ul li .txt .dec{font-size: 0.14rem;line-height: 0.25rem;margin-top:0.1rem;}
.About .aboutList ul li:hover .img span{transform: scale(1.05);-webkit-transform: scale(1.05);}

.About .aboutIntro{}
.About .aboutIntro .txt{width:47.6%;}
.About .aboutIntro .txt h1{font-size: 0.22rem;font-family: syhtm;color:#333;font-weight: normal;margin-bottom:0.3rem;line-height: 1.5;}
.About .aboutIntro .txt .con{}
.About .aboutIntro .img{width:47.6%;position: relative;}
.About .aboutIntro .img img{position: relative;z-index:9;}
.About .aboutIntro .img::before{content:"";display: block;width:100%;height:100%;background: rgba(0,24,40,0.05);position: absolute;top:0.15rem;left:0.15rem;}

@media(max-width:768px){
	.About .aboutList ul li{width:48%;}
	.About .aboutList ul li .txt h1{font-size: 18px;}
	.About .aboutList ul li .txt .dec{font-size: 14px;line-height: 25px;}
	.About .aboutIntro .img{width:100%;margin-top:20px;}
	.About .aboutIntro .txt{width:100%;}
	.About .aboutIntro .txt h1{font-size: 18px;}
	.About .aboutList .con{font-size: 18px;max-width:100%;margin-bottom:20px;}
}

@media(max-width:480px){
	.About .aboutList ul li{width:98%;}
	.About .aboutList .con{font-size: 16px;}
	.About .aboutIntro .txt h1{font-size: 16px;}
}

/* 公司文化 */
.Culture .cultureCon ul{margin-left:-1%;}
.Culture .cultureCon ul li{width:23.5%;margin-left:1%;float:left;box-sizing: border-box;position: relative;transition: all .5s;-webkit-transition: all .5s;}
.Culture .cultureCon ul li .img{padding-top:7.2rem;}
.Culture .cultureCon ul li .img span{background-position: center left;}
.Culture .cultureCon ul li .txt{position: absolute;width:100%;height:100%;top:0;left:0;display: flex;flex-direction: column;justify-content: center;align-items: center;color:#fff;box-sizing: border-box;transition: all .5s;-webkit-transition: all .5s;}
.Culture .cultureCon ul li .txt .ico{width:0.8rem;height:0.8rem;line-height: 0.8rem;margin-bottom:0.3rem;}
.Culture .cultureCon ul li .txt .ico img{max-width:100%;max-height:100%;}
.Culture .cultureCon ul li .txt h1{font-size: 0.26rem;font-weight: normal;font-family: syhtm;}
.Culture .cultureCon ul li .txt b{width:1px;height:0.4rem;background: #0093f3;margin:0.3rem 0;}
.Culture .cultureCon ul li .txt .dec{height:0;overflow: auto;transform: translateX(50px);-webkit-transform: translateX(50px);opacity: 0;transition: all .5s;-webkit-transition: all .5s;}

.Culture .cultureCon ul li.on{width:50%;}
.Culture .cultureCon ul li.on .txt{align-items: flex-start;padding:0.8rem;}
.Culture .cultureCon ul li.on .txt b{width:100%;height:1px;background: rgba(255,255,255,0.2);position: relative;}
.Culture .cultureCon ul li.on .txt b::after{content:'';display: block;width:0.4rem;height:1px;background: #0093f3;position: absolute;left:0;bottom:0;}
.Culture .cultureCon ul li.on .txt .dec{height:auto;transform: translateX(0);-webkit-transform: translateX(0);opacity: 1;}


.Culture .cultureList{padding:0.45rem;background: #f6f6f6;margin-top:0.5rem;}
.Culture .cultureList ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.Culture .cultureList ul li{width:32.5%;box-sizing: border-box;background: #fff;margin-bottom:1.3%;padding-left:0.9rem;position: relative;}
.Culture .cultureList ul li .ico{position: absolute;width:0.65rem;height:0.65rem;left:0.25rem;top:0.4rem;}
.Culture .cultureList ul li .txt{padding:0.4rem 0.18rem;position: relative;}
.Culture .cultureList ul li::before{content:'';display: block;width:0.4rem;height:1px;background: #0093f3;position: absolute;left:1.25rem;top:0;transition: all .5s;-webkit-transition: all .5s;}
.Culture .cultureList ul li .txt h1{font-size: 0.22rem;color:#333;font-weight: normal;font-family: syhtl;}
.Culture .cultureList ul li .txt .con{color:#888;font-size: 0.14rem;margin-top:0.1rem;}
.Culture .cultureList ul li .txt .con p{display: flex;}
.Culture .cultureList ul li .txt .con p i{color:#333;width:auto;white-space: nowrap;}
.Culture .cultureList ul li:hover::before{width:100%;left:0;}

@media(max-width:1024px){
	.Culture .cultureList ul li{width:49.5%;}
}
@media(max-width:768px){
	.Culture .cultureList ul li .txt h1{font-size: 18px;}
	.Culture .cultureList ul li .txt .con{font-size: 14px;}
}

@media(max-width:480px){
	.Culture .cultureCon ul li{width:99%;margin-bottom:1%;}
	.Culture .cultureCon ul li.on{width:99%;}
	.Culture .cultureCon ul li .txt{align-items: flex-start;padding:0.4rem;}
	.Culture .cultureCon ul li .txt b{width:100%;height:1px;background: rgba(255,255,255,0.2);position: relative;}
	.Culture .cultureCon ul li .txt b::after{content:'';display: block;width:0.4rem;height:1px;background: #0093f3;position: absolute;left:0;bottom:0;}
	.Culture .cultureCon ul li .txt .dec{height:auto;transform: translateX(0);-webkit-transform: translateX(0);opacity: 1;}
	.Culture .cultureCon ul li .img{padding-top:5rem;}
	.Culture .cultureList{padding:0.1rem;}
	.Culture .cultureList ul li{width:100%;}
	
}

/* 发展历程 */
.History .Year{position: relative;margin-bottom:0.7rem;}
.History .Year::before{content:'';display: block;width:100%;height:1px;background: #e8e8e8;position: absolute;top:50%;left:0;}
.History .Year .slider-nav{padding:0 0.4rem;}
.History .Year .slider-nav .item{width:2.2rem !important;text-align: center;position: relative;transition: all .3s;-webkit-transition: all .3s;height:1.2rem;display: flex;align-items: flex-end;justify-content: center;}
.History .Year .slider-nav .item::before{content:'';width:10px;height:10px;border-radius: 50%;background: #cccccc;position: absolute;left:50%;margin-top:-5px;top:50%;margin-top:-5px;box-sizing: border-box;}
.History .Year .slider-nav .item.slick-current{text-align: left;width:3.8rem !important;}
.History .Year .slider-nav .item.slick-current span{font-size: 1.2rem;color:#0093f3;line-height: 1.2rem;padding-left:0.5rem;}
.History .Year .slider-nav .item.slick-current::before{border:2px solid #0093f3;background: #fff;left:0;margin-left:0.2rem;}
.History .Year .slider-nav .item span{font-size: 0.24rem;color:#333;}

.History .slick-arrow{background-color: rgba(0,0,0,0.4);}
.History .slick-arrow.slick-disabled{opacity: 1;}
.History .slick-arrow.slick-prev{background-image: url(../images/prev.png);}
.History .slick-arrow.slick-next{background-image: url(../images/next.png);}
.History .slick-arrow:hover{background-color: #0093f3;}

.History .HisCon .slider-for .slick-list{padding:0 1px;}
.History .HisCon .item .img{width:47%;} 
.History .HisCon .item .img img{width:100%;}
.History .HisCon .item .txt{width:50%;margin-top:0.3rem;}
.History .HisCon .item .txt .time{font-size: 0.36rem;color:#333;margin-bottom:0.3rem;}
.History .HisCon .item .txt .con{background: url(../uploadfiles/image/devbg.png) no-repeat center center;background-size: 100% 100%;min-height:3rem;box-sizing: border-box;padding:0.3rem 0.4rem;}
.History .HisCon .item .txt .con ul li{padding-left:20px;position: relative;line-height: 0.36rem;}
.History .HisCon .item .txt .con ul li::before{content:'';display: block;width:4px;height:4px;border-radius: 50%;background: #0093f3;position: absolute;left:0;top:0.15rem;}

@media(max-width:1024px){
	.History .Year .slider-nav .item{width:3rem !important;}
	.History .Year .slider-nav .item.slick-current{width:4.2rem !important;}
	.History .Year .slider-nav .item.slick-current::before{left:0.4rem;}
	.History .HisCon .item .img{width:100%;}
	.History .HisCon .item .txt{width:100%;}
	.History .HisCon .item .txt .con{background: #fff;border:1px solid #e5e5e5;}
}


@media(max-width:480px){
	.History .Year .slider-nav .item{width:1rem important;}
	.History .Year .slider-nav .item.slick-current span{font-size: 0.8rem;}
	.History .Year .slider-nav .item.slick-current{width:3rem !important;}
	.History .HisCon .item .txt .con ul li{line-height: 28px;}
	.History .HisCon .item .txt .con ul li::before{top:10px;}
}

/* 荣誉资质 */
.Honor .HonorBox{padding:1rem 0.3rem 1rem 0;background: url(../uploadfiles/image/honorbg.jpg) no-repeat center;background-size: cover;min-height:7.1rem;}
.Honor .HonorBox .slider-nav{width:30%;padding-bottom:1rem;}
.Honor .HonorBox .slider-nav .slick-track{padding-left:0.8rem;}
.Honor .HonorBox .slider-nav .item{position: relative;color:#fff;line-height: 0.6rem;height:0.6rem;}
.Honor .HonorBox .slider-nav .item a{color:#fff;}
.Honor .HonorBox .slider-nav .item.slick-current{font-size: 0.3rem;font-family: syhtm;}
.Honor .HonorBox .slider-nav .item.slick-current a{color:#0093f3;}
.Honor .HonorBox .slider-nav .item::before{content:'';display: block;width:0;height:1px;background: #0093f3;position: absolute;left:-0.8rem;top:50%;transition: all .5s;-webkit-transition: all .5s;}
.Honor .HonorBox .slider-nav .item.slick-current::before{width:0.4rem;}

.Honor .HonorBox .slider-for{width:63%;margin-top:8%;}
.Honor .HonorBox .slider-for .slick-list{margin-left:-0.3rem;}
.Honor .HonorBox .slider-for .slick-list .slick-track{padding-bottom:0.7rem;}
.Honor .HonorBox .slider-for .item{margin-left:0.3rem;transform: scale(0.7);transform: scale(0.7);transition: all .3s;-webkit-transition: all .3s;transform-origin:bottom;position: relative;top:0.7rem;}
.Honor .HonorBox .slider-for .item a{display: block;padding:0.2rem;background: #fff;}
.Honor .HonorBox .slider-for .item .img{padding-top:1.8rem;}
.Honor .HonorBox .slider-for .item .img span{background-size: contain;}

.Honor .HonorBox .slider-for .item.slick-center{transform: scale(1);-webkit-transform: scale(1);top:0.3rem;}

.Honor .slick-arrow{margin-top:0;bottom:0;top:auto;border:none;background-color: rgba(255,255,255,0.5);}
.Honor .slick-arrow.slick-prev{left:0.8rem !important;background-image: url(../images/prev.png);}
.Honor .slick-arrow.slick-next{left:1.8rem;right:auto;background-image: url(../images/next.png);}
.Honor .slick-arrow:hover{background-color: #0093f3;}

@media(max-width:1024px){
	.Honor .HonorBox{min-height:6rem;}
	.Honor .HonorBox .slider-for .item .img{padding-top:3.1rem;}
}

@media(max-width:480px){
	.Honor .HonorBox{padding:0.5rem 0.2rem;}
	.Honor .HonorBox .slider-for{width:100%;}
	.Honor .HonorBox .slider-nav {width:100%;}
	.Honor .HonorBox .slider-for .item{transform: scale(1);-webkit-transform: scale(1);}
	.Honor .HonorBox .slider-nav .slick-track{padding-left:0;}
	.Honor .HonorBox .slider-nav .item{text-align: center;}
	.Honor .slick-arrow.slick-prev{left:36% !important;}
    .Honor .slick-arrow.slick-next{right:36% !important;left:auto;}
	.Honor .HonorBox .slider-for .item .img{padding-top:4rem;}
	.Honor .HonorBox .slider-nav .item.slick-current a{color:#fff;}
	.Honor .HonorBox .slider-nav .item::before{display: none;}
}

/* 投资者关系 */
.Investor{padding:0.7rem;box-shadow: 0 0 30px rgba(0,0,0,0.08);}
.Investor .Investor_img{width:38.5%;position: relative;}
.Investor .Investor_img>img{width:100%;}
.Investor .Investor_img .tzz_logo{position: absolute;left:0.2rem;top:0.2rem;}
.Investor .Investor_img .gupiao{bottom:0.2rem;width:100%;left:0;text-align: center;font-size: 0.18rem;color:#6f7b81;position: absolute;}
.Investor .Investor_img .gupiao strong{font-family: syhtb;color:#333;font-size: 0.26rem;}

.Investor .Investor_con{width:56%;} 
.Investor .Investor_con ul li{padding:0.3rem;padding-left:1.3rem;position: relative;background: #f8f8f8;border:1px solid #e4e4e4;margin-bottom:0.2rem;}
.Investor .Investor_con ul li .date{font-size: 0.18rem;color:#0093f3;position: absolute;left:0.25rem;top:0.3rem;line-height: 30px;}
.Investor .Investor_con ul li .tit{color:#333;font-family: syhtm;font-size: 16px;line-height: 28px;}
.Investor .Investor_con ul li .btn{margin-top:0.1rem;}
.Investor .Investor_con ul li .btn a{display: inline-block;margin-right:0.1rem;padding:0 0.2rem;max-height:0.36rem;line-height: 0.3rem;border-radius: 0.36rem;text-align: center;}
.Investor .Investor_con ul li .btn i{background-position: center center;background-repeat: no-repeat;background-color: transparent;box-sizing: border-box;display: inline-block;width:0.17rem;height:0.17rem;top:0.03rem;position: relative;background-size: contain;}
.Investor .Investor_con ul li .btn .b1 i{background-image: url(../images/eye.png);}
.Investor .Investor_con ul li .btn .b2 i{background-image: url(../images/download.png);}
.Investor .Investor_con ul li .btn .b1{border:1px solid #999999;color:#999;}
.Investor .Investor_con ul li .btn .b2{border:1px solid #3cacf6;color:#3cacf6;}

.Investor .Investor_con ul li .btn .b1:hover{border:1px solid #0093f3;color:#fff;background-color: #0093f3;}
.Investor .Investor_con ul li .btn .b2:hover{border:1px solid #0093f3;color:#fff;background-color: #0093f3;}

.Investor .Investor_con ul li .btn .b1:hover i{background-image: url(../images/eyec.png);}
.Investor .Investor_con ul li .btn .b2:hover i{background-image: url(../images/downloadc.png);}
.Investor .Investor_con .Pages{margin-top:0.5rem;text-align: left;}
.Investor .Investor_con .Pages .p_page{text-align: center;}

@media(max-width:1440px){
	.Investor .Investor_con ul li .tit{font-size: 15px;line-height: 25px;}
}

@media(max-width:768px){
	.Investor .Investor_img{width:100%;margin-bottom:20px;}
	.Investor .Investor_con{width:100%;} 
}

@media(max-width:480px){
	.Investor{padding:0.1rem;}
	.Investor .Investor_con ul li{padding:0.15rem;}
	.Investor .Investor_con ul li .date{position: static;}
	.Investor .Investor_con ul li .btn a{padding:0 18px;max-height:100%;line-height: 24px;}
	.Investor .Investor_con .Pages{margin:0.3rem 0;}
}

/* 联系我们 */
.ContactBg {padding-top:0;}
.ContactBg .contactList{background: #fafafa;padding:0.9rem 0;}
.Contact .contactList ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.Contact .contactList ul li{width:32%;box-sizing: border-box;background-color: #fff;background-position: right bottom;background-repeat: no-repeat;padding:0.3rem;margin-bottom:0.2rem;min-height:2.8rem;}
.Contact .contactList ul li:first-child{background-image: url(../uploadfiles/image/conbg1.png);}
.Contact .contactList ul li:nth-child(2){background-image: url(../uploadfiles/image/conbg2.png);}
.Contact .contactList ul li:nth-child(3){background-image: url(../uploadfiles/image/conbg3.png);}
.Contact .contactList ul li h1{font-size: 0.24rem;font-weight: normal;color:#333;}
.Contact .contactList ul li b{display: block;width:0.2rem;height:3px;background: #0093f3;margin:0.2rem 0;;}
.Contact .contactList ul li .con dl dd{display: flex;color:#333;font-family: syhtr;}
.Contact .contactList ul li .con dl dd i{white-space: nowrap;color:#666;font-size:0.14rem;}
.Contact .contactList ul li .con  h2{font-size: 0.18rem;color:#333;margin:0.15rem 0;}

.Contact .contactShouhou{padding:1.5rem 0;background: url(../uploadfiles/image/conbg4.jpg) no-repeat center center;background-size: cover;margin:0 0 0.9rem 0;}
.Contact .contactShouhou .contactShouhouBox{margin-left:-2%;}
.Contact .contactShouhou .contactShouhouBox .item{width:48%;float:left;margin-left:2%;box-sizing: border-box;color:#fff;padding:0.8rem 0.5rem;min-height:4rem;}
.Contact .contactShouhou .contactShouhouBox .item .tit{text-align: center;border-bottom:1px solid rgba(255,255,255,0.2);padding-bottom:0.3rem;margin-bottom:0.3rem;}
.Contact .contactShouhou .contactShouhouBox .item .tit h1{font-size: 0.4rem;font-weight: normal;}
.Contact .contactShouhou .contactShouhouBox .item .tit .tel{font-size: 0.22rem;margin-top:0.3rem;}
.Contact .contactShouhou .contactShouhouBox .item .tit .tel strong{font-size: 0.28rem;}
.Contact .contactShouhou .contactShouhouBox .item .con{text-align: center;}
.Contact .contactShouhou .contactShouhouBox .item .con h2{font-size: 0.24rem;font-weight: normal;margin-bottom:0.1rem;}
.Contact .contactShouhou .contactShouhouBox .item .con p{}
.Contact .contactShouhou .contactShouhouBox .item .con p span{display: inline-block;margin-right:0.2rem;}



.Contact .contactShouhou .contactShouhouBox .item.it1{background: url(../uploadfiles/image/conbg5.png) no-repeat center;background-size: 100% 100%;}
.Contact .contactShouhou .contactShouhouBox .item.it2{background: url(../uploadfiles/image/conbg6.png) no-repeat center;background-size: 100% 100%;}


.Contact .contactMesage{max-width:100%;width:100%;padding:0;}
.Contact .contactMesage select{width:100%;background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;border:none;height:100%;}


@media(max-width:1024px){
	.Contact .contactShouhou .contactShouhouBox .item{padding:0.5rem;}
}

@media(max-width:768px){
	.Contact .contactList ul{display: block;}
	.Contact .contactList ul li{width:100%;background-size: 2rem;}
	.Contact .contactList ul li h1{font-size: 16px;}
	.Contact .contactList ul li .con h2{font-size: 14px;}
	.Contact .contactShouhou .contactShouhouBox .item{width:98%;margin-bottom:0.2rem;}
}

@media(max-width:480px){
	.ContactBg .contactLis{padding:0.5rem 0;}
	.Contact .contactShouhou{padding:0.5rem 0;}

}

/* 人才招聘 */
.ytable{ display:table; width:100%;table-layout:fixed;}
.ytable-cell{ display:table-cell; vertical-align:middle;}
.Job .SocialJob .SocialJobTop{}
.Job .SocialJob .SocialJobTop .nSubTit{width:20%;text-align: left;line-height: 0.6rem;}
.Job .SocialJob .SocialJobTop ul{width:75%;margin-left:4%;}
.Job .SocialJob .SocialJobTop ul li{width:24%;float:left;margin-left:4%;box-sizing: border-box;border-bottom:1px solid #e5e5e5;height:0.5rem;line-height: 0.5rem;}
.Job .SocialJob .SocialJobTop ul li.li3{width:40%;padding-right:1.4rem;position: relative;}
.Job .SocialJob .SocialJobTop ul li.li1{padding-left:15px;background: url(../uploadfiles/image/jobico1.png) no-repeat center left;}
.Job .SocialJob .SocialJobTop ul li.li2{padding-left:15px;background: url(../uploadfiles/image/jobico2.png) no-repeat center left;}

.Job .SocialJob .SocialJobTop select{width:100%;background: url(../uploadfiles/image/jobarr.png) no-repeat scroll 95% center transparent;border:none;height:100%;}
.Job .SocialJob .SocialJobTop ul li.li3 button{width:1.4rem;height:100%;background: url(../uploadfiles/image/btnbg.png) no-repeat center;background-size: 100% 100%;color:#fff;position: absolute;right:0;bottom:0.08rem;}
.Job .SocialJob .SocialJobTop ul li.li3 button img{display: inline-block;margin-left:0.1rem;}
.Job .SocialJob .SocialJobCon{padding:0.7rem 0;background: #f9f9f9;}
.Job .SocialJob .SocialJobBox .item{padding:0.4rem 1.4rem 0.4rem 0.4rem;position: relative;background:#fff;margin-bottom:10px;}
.Job .SocialJob .SocialJobBox .item .more{position: absolute;right:0.4rem;top:0.6rem;width:0.5rem;transition: all .5s;-webkit-transition: all .5s;}
.Job .SocialJob .SocialJobBox .item.on .more{transform: rotateX(180deg);-webkit-transform: rotateX(180deg);}

.Job .SocialJob .SocialJobBox .item .itemL{width:25%;}
.Job .SocialJob .SocialJobBox .item .itemL .tit{font-size: 0.26rem;font-family: syhtr;color:#333;}
.Job .SocialJob .SocialJobBox .item .itemL .con{margin-top:0.2rem;}
.Job .SocialJob .SocialJobBox .item .itemL .applybtn{width:1.4rem;height:0.5rem;line-height: 0.5rem;background: url(../uploadfiles/image/btnbg.png) no-repeat center;background-size: 100% 100%;margin-top:0.5rem;}
.Job .SocialJob .SocialJobBox .item .itemL .applybtn a{display: block;color:#fff;text-align: center;}

.Job .SocialJob .SocialJobBox .item .itemR{width:65%;}
.Job .SocialJob .SocialJobBox .item .itemR .tit{font-size: 0.18rem;font-family: syhtm;margin-bottom:0.1rem;}

.Job .SocialJob .SocialJobBox .item .hidebox{display: none;}

.Job .CampusJob{padding:1rem 0;background: url(../uploadfiles/image/jobimg1.jpg) no-repeat center;background-size: cover;}
.Job .CampusJob .nSubTit h1{color:#fff;}
.Job .CampusJob .CampusJobCon{width:70%;}
.Job .CampusJob .CampusJobCon .tit{font-size: 0.26rem;color:#fff;padding-bottom:0.25rem;border-bottom:1px solid rgba(255,255,255,0.2);position: relative;margin-bottom:0.25rem;}
.Job .CampusJob .CampusJobCon .tit::after{content:'';display: block;width:0.5rem;height:1px;background: #0093f3;position: absolute;bottom:-1px;left:0;}
.Job .CampusJob .CampusJobCon ul::after{content:'';display: block;clear: both;}
.Job .CampusJob .CampusJobCon ul{margin-left:-1%;}
.Job .CampusJob .CampusJobCon ul li{width:15.66667%;float:left;margin-left:1%;box-sizing: border-box;padding-left:20px;font-size: 0.18rem;line-height: 0.4rem;}
.Job .CampusJob .CampusJobCon ul li a{color:#bbbec0;}
.Job .CampusJob .CampusJobCon ul li:hover{background: url(../uploadfiles/image/jobdot.png) no-repeat center left;}
.Job .CampusJob .CampusJobCon ul li:hover a{color:#fff;}

.Job .Benefits{padding:0.9rem 0;}
.Job .Benefits .BenefitsBox{padding-left:3rem;position: relative;}
.Job .Benefits .BenefitsBox .nSubTit{position: absolute;left:0;top:0;}
.Job .Benefits .BenefitsBox ul{margin-left:-1.5%;}
.Job .Benefits .BenefitsBox ul li{width:23.5%;float:left;margin-left:1.5%;position: relative;}
.Job .Benefits .BenefitsBox ul li .img{padding-top:159%;}
.Job .Benefits .BenefitsBox ul li .img span{transition: all .5s;-webkit-transition: all .5s;}
.Job .Benefits .BenefitsBox ul li:hover .img span{transform: scale(1.05);-webkit-transform: scale(1.05);}
.Job .Benefits .BenefitsBox ul li .txt{position: absolute;bottom:0;left:0;width:100%;box-sizing: border-box;padding:0.4rem;color:#fff;}
.Job .Benefits .BenefitsBox ul li .txt .ico{width:0.66rem;height:0.66rem;}
.Job .Benefits .BenefitsBox ul li .txt p{font-size: 0.26rem;margin-top:0.2rem;}

.Job .Career{padding:0.9rem 0;background: #f9f9f9;}
.Job .Career .nSubTit{text-align: left;}

.Job .Career .CareerBox{overflow: hidden;position: relative;z-index: 10;}
.Job .Career .CareerBox::before,
.Job .Career .CareerBox::after{content:'';display: block;position: absolute;z-index:100;width:0.6rem;height:0.6rem;}
.Job .Career .CareerBox::before{left:0;top:0;background: url(../uploadfiles/image/jiao.png) no-repeat center center;background-size: 100% 100%;}
.Job .Career .CareerBox::after {right:0;bottom:0;background: url(../uploadfiles/image/jiao_1.png) no-repeat center center;background-size: 100% 100%;}

.Job .Career .CareerBox dl dd{transition: 0.5s;padding-bottom: 30%;position: relative;}
.Job .Career .CareerBox dl dd.hover{z-index: 4;}
.Job .Career .CareerBox dl dd .cons{z-index: 1;overflow: hidden;display: block;left: 0;top: 0;bottom: 0;right: 0;position: absolute;}
.Job .Career .CareerBox dl dd .cons > *{position: absolute;left: 0;top: 0;}
.Job .Career .CareerBox dl dd figure{overflow: hidden;z-index: 2; bottom: 0;background-position: 0 0;transition: 0.3s; width: 100%;background-size: cover;}
.Job .Career .CareerBox dl dd figure .Ispic{position: absolute;display: block;left: 50%;top: 50%;min-width: 100%;min-height: 100%;max-width: none;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;}
.Job .Career .CareerBox dl dd figure .Ispic img{display: none;}
.Job .Career .CareerBox dl dd .ytable{height: 100%;z-index: 20;text-align: center;color: #fff;}
.Job .Career .CareerBox dl dd .ytable .tit{font-size: 0.26rem;margin-bottom:0.3rem;font-family: syhtr;}
	.Job .Career .CareerBox dl dd .ytable ul::after{content:'';display: block;clear: both;}
	.Job .Career .CareerBox dl dd .ytable ul li{float:left;padding-left:0.5rem;background: url(../uploadfiles/image/jobjt.png) no-repeat center left 0.15rem;}
	.Job .Career .CareerBox dl dd .ytable ul li span{display: block;width:1rem;height:1rem;line-height: 1rem;border-radius: 50%;border:1px solid #fff;text-align: center;font-size: 0.18rem;}
	.Job .Career .CareerBox dl dd .ytable ul li:first-child{padding-left:0;background: none;}
	.Job .Career .CareerBox dl dd:hover .ytable ul li span{border:1px solidi rgba(255,255,255,0.1);background: rgba(255,255,255,0.1);}

@media(min-width:640px){
	.Job .Career .CareerBox dl{display: table;table-layout: fixed;width: 108%;overflow: hidden;}
	.Job .Career .CareerBox dl dd{display: table-cell;vertical-align: middle;}
	.Job .Career .CareerBox dl dd .cons{transform: skew(-13deg);transform-origin: left top;}
	.Job .Career .CareerBox dl dd figure{transform: skew(13deg);width: 160%;margin-left: -30%;}
	.Job .Career .CareerBox dl dd figure:before{position: absolute;content: '';left: 0;width: 100%;height: 100%;top: 0;z-index: 10;background: rgba(0,147,243,0.8);opacity: 0;transition: all .3s;-webkit-transition: all .3s;}

	.Job .Career .CareerBox dl dd:hover figure::before{opacity: 1;}
	.Job .Career .CareerBox dl dd .ytable{transform: skew(13deg);padding:0.5rem;box-sizing: border-box;text-align: left;padding-top:30%;position: relative;z-index:99;}
	.Job .Career .CareerBox dl dd:first-child .ytable{padding-left:15%;}
	


}
.Job .JobContact{padding:0.9rem 0;background: url(../uploadfiles/image/rx_line.png) no-repeat bottom 0.9rem center;background-size: contain;}
.Job .JobContact .nSubTit{text-align: left;}
.Job .JobContact .JobContactBox{min-height:5.5rem;}
.Job .JobContact .JobContactL{position: relative;width:65%;}
.Job .JobContact .JobContactL ul li{position: absolute;}
.Job .JobContact .JobContactL ul li .ico{width:0.65rem;line-height: 0.65rem;height:0.65rem;margin:0 auto;}
.Job .JobContact .JobContactL ul li b{width:10px;height:10px;background: #cccccc;border-radius: 50%;display: block;margin:0.3rem auto;}
.Job .JobContact .JobContactL ul li p{font-size: 0.2rem;color:#333;font-family: syhtr;}
.Job .JobContact .JobContactL ul li:first-child{left:8%;top:0.64rem;}
.Job .JobContact .JobContactL ul li:nth-child(2){left:82%;top:0.64rem;}
.Job .JobContact .JobContactL ul li:nth-child(3){left:68%;top:2.56rem;}
.Job .JobContact .JobContactL ul li:nth-child(4){left:25%;top:2.56rem;}
.Job .JobContact .JobContactL ul li:nth-child(5){left:45%;top:4.5rem;}
.Job .JobContact .JobContactL ul li:nth-child(6){left:88%;top:4.5rem;}
.Job .JobContact .JobContactL ul li::before{content:'';display: block;width:30px;height:30px;border-radius: 50%;background: url(../uploadfiles/image/jobnext.png) no-repeat center center #0093f3;position: absolute;right:-200%;top:49%;}

.Job .JobContact .JobContactL ul li:nth-child(2)::before,
.Job .JobContact .JobContactL ul li:nth-child(3)::before{transform: rotateY(180deg);-webkit-transform: rotateY(180deg);}
.Job .JobContact .JobContactL ul li:nth-child(2)::before{top:163%;right:-100%;}
.Job .JobContact .JobContactL ul li:nth-child(3)::before{left:-200%;right:auto;}
.Job .JobContact .JobContactL ul li:nth-child(4)::before{top:163%;right:100%;}
.Job .JobContact .JobContactL ul li:nth-child(6)::before{display: none;}

.Job .JobContact .JobContactR{width:30%;max-width:3.4rem;height:5.5rem;background: url(../uploadfiles/image/job_img7.jpg) no-repeat center;background-size: cover;color:#fff;box-sizing: border-box;padding:0.8rem 0.4rem 0.5rem;}
.Job .JobContact .JobContactR .tit{font-size: 0.26rem;margin-bottom:0.5rem;}
.Job .JobContact .JobContactR ul li{margin-top:0.2rem;}


@media(max-width:1024px){
	.Job .CampusJob .nSubTit{width:100%;}
	.Job .CampusJob .CampusJobCon{width:100%;}
	.Job .Benefits .BenefitsBox{padding-left:0;}
	.Job .Benefits .BenefitsBox .nSubTit{position: static;width:100%;}
	.Job .JobContact .JobContactR{padding:0.4rem;}
	.Job .JobContact{background: none;}
	.Job .JobContact .JobContactL ul{margin-left:-3%;}
	.Job .JobContact .JobContactL ul li{position: static;width:30.33%;float:left;margin-left:3%;margin-bottom:3%;box-sizing: border-box;box-shadow: 0 0 10px rgba(0,0,0,0.1);border-radius: 5px;padding:20px;}
	.Job .JobContact .JobContactL ul li b{display: none;}
	.Job .JobContact .JobContactL ul li .ico img{max-height:40px;}
	.Job .JobContact .JobContactL ul li p{font-size: 16px;text-align: center;margin-top:20px;}
	.Job .JobContact .JobContactL ul li::before{display: none;}
}

@media(max-width:768px){
	.Job .JobContact .JobContactR{width:100%;max-width:100%;height:auto;}
	.Job .JobContact .JobContactL{width:100%;}
}

@media(max-width:640px){
	.Job .SocialJob .SocialJobTop .nSubTit{width:100%;}

	.Job .SocialJob .SocialJobTop ul{width:100%;margin-bottom:20px;}
	.Job .SocialJob .SocialJobTop ul li{width:46%;line-height: 40px;margin-bottom:10px;height:40px;}
	.Job .SocialJob .SocialJobTop ul li.li3{width:96%;}
	.Job .SocialJob .SocialJobTop ul li.li3 button{height:30px;font-size: 14px;}
	.Job .SocialJob .SocialJobBox .item {padding:15px;padding-right:40px;}
	.Job .SocialJob .SocialJobBox .item .itemL{width:100%;}
	.Job .SocialJob .SocialJobBox .item .itemR{width:100%;margin-top:20px;}
	.Job .SocialJob .SocialJobBox .item .itemL .tit{font-size: 16px;}
	.Job .SocialJob .SocialJobBox .item .more{right:15px;}
	.Job .SocialJob .SocialJobBox .item .itemR .tit{font-size: 14px;}
	.Job .CampusJob .CampusJobCon ul li{width:49%;}
	.Job .Benefits .BenefitsBox ul li{width:48.5%;margin-bottom:1.5%;}
	.Job .Career .CareerBox::before, .Job .Career .CareerBox::after{display: none;}
	.Job .Career .CareerBox dl dd{padding-top:40%;}
	.Job .Career .CareerBox dl dd .ytable ul li{float:none;display: inline-block;}
	.Job .JobContact .JobContactL ul li{padding:20px 10px;}
	.Job .JobContact .JobContactL ul li p{font-size: 14px;}
}


/* 培训活动 */
.Training{padding:1rem 1.2rem;position: relative;box-sizing: border-box;min-height:7.8rem;}
.Training .trainingBg{position: absolute;width:100%;height:100%;background-position: center;background-repeat: no-repeat;background-size: cover;top:0;left:0;filter: blur(5px);}
.Training .trainingCanvas{position: absolute;width:100%;height:100%;top:0;left:0;background: rgba(0,0,0,0.5);}
.Training .trainingCanvas canvas{width:100%;height:100%;position: absolute !important;top:0;left:0;z-index:99;}
.Training .TrainingBox{position: relative;z-index:997;}
.Training .TrainingBox .TrainingL{width:30%;padding-top:15%;}
.Training .TrainingBox .TrainingL .nSubTit{text-align: left;}
.Training .TrainingBox .TrainingL .nSubTit h1{color:#fff;}
.Training .TrainingBox .TrainingL .item .con{font-size: 0.3rem;color:#fff;margin:20px 0;}
.Training .TrainingBox .TrainingL .item .num{border-bottom:1px solid rgba(255,255,255,0.2);margin-top:1.2rem;color:#fff;}
.Training .TrainingBox .TrainingL .item .num span{font-size: 0.3rem;color:#0093f3;}

.Training .TrainingBox .TrainingR{width:58%;}
.Training .TrainingBox .TrainingR .slick-list{position: relative;padding-right:30px;;padding-bottom:30px;}
.Training .TrainingBox .TrainingR .item .img{padding-top:70%;}
.Training .TrainingBox .TrainingR .item {width:7.5rem;transition: all .3s;-webkit-transition: all .3s;}
.Training .TrainingBox .TrainingR .item{position: absolute;opacity: 0.3;top:30px;left:0.3rem;transform: translateX(30px);-webkit-transform: translateX(30px);}
.Training .TrainingBox .TrainingR .item.slick-active{transform: translateX(15px);-webkit-transform: translateX(15px);top:15px;opacity: 0.6;z-index:90;}
.Training .TrainingBox .TrainingR .item.slick-current{opacity: 1;top:0;right:0;position: relative;z-index:99;transform: translateX(0);-webkit-transform: translateX(0);}

.Training .slick-arrow{width:40px;height:40px;background-color: transparent;border:none;margin-top:0;top:auto;bottom:0;}
.Training .slick-arrow.slick-prev{background-image: url(../images/prev.png);left:auto !important;right:40px !important;}
.Training .slick-arrow.slick-next{background-image: url(../images/next.png);right:0 !important;}
.Training .slick-arrow.slick-prev::after{content:'';display: block;width:1px;height:16px;background: #fff;position: absolute;right:0;top:50%;margin-top:-8px;}

.Training .slick-arrow.slick-prev:hover{background-image: url(../images/prev_1.png);}
.Training .slick-arrow.slick-next:hover{background-image: url(../images/next_1.png);}

@media(max-width:1024px){
	.Training{padding:0.5rem;}
	.Training .TrainingBox .TrainingR .item{width:6.5rem;}
	.Training .TrainingBox .TrainingL{padding-top:10%;}
	.Training{min-height:1px;}
	.Training .trainingCanvas canvas{display: none;}

}

@media(max-width:640px){
	.Training .TrainingBox .TrainingR .slick-list{padding:0;}
	.Training .TrainingBox .TrainingL{width:100%;}
	.Training .TrainingBox .TrainingR {width:100%;margin-top:20px;}
	.Training .TrainingBox .TrainingR .item{position: static;transform: translateX(0);-webkit-transform: translateX(0);left:0;}
	.Training .TrainingBox .TrainingR .item.slick-active{transform: translateX(0);-webkit-transform: translateX(0);}
}


/* 公司视频 */

.VideoList .imgbox{}
.VideoList .play{width:100%;height:100%;background:url(../images/play.png) no-repeat center center rgba(0,0,0,0.1);top:0;left:0;z-index:99;position: absolute;}
.VideoList .video{position: absolute;width:100%;height:100%;top:0;top:0;z-index:999;display: none;}
.VideoList .video video{width:100%;height:100%;object-fit: fill;}
.VideoList li:After{display: none;}
.VideoList .video .close{position: absolute;right:0;top:0;z-index:999;}
.VideoList .tit{text-align: center;}

.school_apply{width:1.4rem;height:0.5rem;line-height: 0.5rem;background: url(../uploadfiles/image/btnbg.png) no-repeat center;background-size: 100% 100%;margin:0.5rem auto;}
.school_apply a{display: block;color:#fff;text-align: center;}

.VideoInfo{max-width:10rem;width:95%;margin:0 auto;padding:0.1rem;border-radius: 0.1rem;background: #fff;position: relative;}
.VideoInfo video{width:100%;}

.mfp-close{width:30px;height:30px;background: #fff !important;border-radius: 50%;position: absolute;right:-15px !important;top:-15px !important;opacity: 1 !important;line-height: 30px;}

.singPage{background:#f3f4f8;padding:0.6rem 0;}
.singPageBox{padding:0.5rem;}
.singPageBox .TitleInfo{text-align: center;}
.singPage .w1600:After{display: none;}



.FloatRight .messageBtn {
	width: 1.88rem;
    height: 0.54rem;
    box-sizing: border-box;
    background: #006bc0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.FloatRight .messageBtn a {
    display: flex;
    color: #fff;
    text-align: center;
    padding: 0px;
    align-items: center;
}
.FloatRight .messageBtn a .ico{
	height: 0.24rem;
    display: flex;
    margin-right: 0.16rem;
}
.FloatRight .messageBtn a p {
    font-size: 0.14rem;
    margin-top: 0;
}
.HomeCss .FloatRight2{
	display: none !important;
}
.ewmBox{
	width: 1.88rem;
    background: #006bc0;
    display: flex;
    justify-content: center;
    border-top: 0.03rem solid #fff;
    padding: 0.15rem;
    color: #fff;
}
.ewmCon {
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #333;
    align-items: center;
    padding: 0.14rem;
	font-size: 0.14rem;
}
.ewmCon .title{
	line-height: 1;
}
.ewmImg{
	width: 1.12rem;
    margin-top: 0.05rem;
}