<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

@font-face {
	font-family: harml_Light;
	src:url(../fonts/HarmonyOS_Sans_SC_Light.ttf);
}
@font-face {
	font-family: harml_Regular;
	src:url(../fonts/HarmonyOS_Sans_SC_Regular.ttf);
}
html{-webkit-text-size-adjust:100%;font-size:5.2083333vw}
*{margin:0;padding:0;}
body{font-family: harml_Regular;margin:0px; padding:0px; margin:0px auto;line-height:30px; font-size:16px; color:#333; width:100%;  zoom:1;max-width:1920px;}
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: harml_Regular;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address,time{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:middle;}
a{ color:#333; text-decoration:none;transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#a7824b;}

.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;}

.itemhover{transition: all ease 0.3s;display: block;}
.activehover{-webkit-box-shadow: 0 15px 38px rgba(0,0,0,0.18);
	box-shadow: 0 15px 38px rgba(0,0,0,0.18);
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);}
.itemhover2{transition: all ease 0.3s;display: block;}
.activehover2{
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../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: #b17f3e;}
::-webkit-scrollbar-button{
	height: 0px;width: 0;
	background-color: #e6e6e6;}

.tit{ display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
	
	
	/*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{}

@media(max-width:1440px){
	html{font-size:6.25vw}
}

@media(max-width:1024px){
	body{line-height: 24px;font-size: 14px;padding-top: 45px;}
}


/*pages*/
.Pages{text-align: center;margin-top:0.5rem;}
.Pages a.a_first,
.Pages a.a_end,
.Pages &gt; span:not(.p_page){display: none;}
.Pages em{float: left;margin: 0 3vw; font-style: normal;}
.Pages .p_page{display: table; margin: 0 auto;}
.Pages a{float: left;line-height: 45px; width:45px; margin: 0 3px;text-align: center;background:#fff;}
.Pages a.a_cur,
.Pages a:hover{color: #fff;background: #0647a3;}
.Pages .p_page &gt; a{font-size: 0;height: 45px;position: relative;}
.Pages .p_page &gt; a:before{position: absolute; content: '';border:5px solid transparent; left: 50%; top: 50%; margin: -5px 0 0 -10px;}
.Pages .p_page &gt; a.a_prev:before{border-right-color: #000;border-right-width: 8px;}
.Pages .p_page &gt; a.a_next:before{border-left-color: #000;border-left-width: 8px; margin-left: -4px;}
.Pages a.a_prev:hover:before{border-right-color: #fff;}
.Pages a.a_next:hover:before{border-left-color: #fff;}
.Pages .p_page &gt; a.a_prev,.Pages .p_page &gt; a.a_next{width:100px;}
@media(max-width:640px){
	.Pages{margin-top:25px;}
    .Pages em{display: none;}
    .Pages a{line-height: 35px;height:35px;}
	.Pages .p_page &gt; a.a_prev,.Pages .p_page &gt; a.a_next{width:70px;}
}
/*pages end*/

.w1600{max-width:16rem;margin:0 auto;width:95%;}

.HomeBan{overflow: hidden;position: relative;}
.HomeBan .slider .img{padding-top:6rem;}
.HomeBan .slider .img video{width:100%;height:100%;object-fit: fill;position: absolute;top:0;left:0;}

.HomeBan .slider li{position: relative;}
.HomeBan .imgtxt{position: absolute;text-align:center;z-index: 10;top: 30%;width: 70%;left: 15%;}
.HomeBan .imgtxt img{margin:0px auto;}
.HomeBan .imgtxt img:nth-child(2){opacity: 0;visibility: hidden;}
.HomeBan .imgtxt .slick-dots{display: none !important;}


.HomeBan .slider .slick-dots{position: absolute;bottom:0.2rem;left:0;width:100%;text-align: center;}
.HomeBan .slider .slick-dots li{display: inline-block;width:15px;height:15px;border-radius: 50%;margin:0 8px;background: #ffffff;}
.HomeBan .slider .slick-dots li button{display: none;}
.HomeBan .slider .slick-dots li.slick-active{background: #0647a3;}


.Header{line-height: 1rem;}
.Header .w1600{position:relative;}
.Header .Logo img{max-height:0.58rem;}
.Header .mail{position:absolute;right:0;top:-0.28rem;padding-left:26px;background:url(../images/ico_mail.png) 0 center no-repeat;}
.MainNav .mail{display:none;padding-left:26px;background:url(../images/ico_mail.png) 0 center no-repeat;}
.Header .Language{width:0.9rem;height:0.4rem;line-height: 0.38rem;border-radius: 3px;border:1px solid #e6ecf6;text-align: center;font-size: 14px;color:#999;margin-top:0.45rem;box-sizing: border-box;}
.Header .Language a{color:#999;}
.Header .Language a.on{color:#0647a3;}
.Header .Search{width:2.6rem;height:0.4rem;line-height: 0.4rem;border-radius: 3px;background: #f0f4f7;margin-top:0.45rem;box-sizing: border-box;padding-right:0.4rem;position: relative;overflow: hidden;margin-right:0.15rem;}
.Header .Search input{width:100%;box-sizing: border-box;padding:0 0.2rem;}
.Header .Search button{width:0.4rem;height:100%;background: url(../images/search.png) no-repeat center center #0647a3;position: absolute;right:0;top:0;}

.Header .Search .Searchico{ cursor:pointer;width: 28px;line-height: 28px;text-align: center;background:#0647a3;display: none;}
.Header .Search .Searchico .icongb{ display:none;}
.Header .Search .Searchico.on .icongb{ display:block;}
.Header .Search .Searchico.on .iconso{ display:none;}
.Header .Search .Searchico .iconfont{ font-size:22px;}

.MainNav{background: #0647a3;line-height: 0.68rem;}
.MainNav ul li{width:10%;float:left;box-sizing: border-box;text-align: center;position: relative;font-size: 0.18rem;font-weight: bold;}
.MainNav ul li span{display:block;position: relative;}
.MainNav ul li .arr{ display:none;}
.MainNav ul li .arr i{display: inline-block;background:url(../images/next.png);width: 8px;height: 14px;}
.MainNav ul li::before{content:'';display: block;width:1px;height:0.2rem;background: rgba(255,255,255,0.1);position: absolute;left:0;top:50%;margin-top:-10px;}
.MainNav ul li:first-child::before{display: none;}
.MainNav ul li a{color:#fff;display: block;}
.MainNav ul li .NavPull{width:4.5rem;background: #fff;position: absolute;left:0;top:100%;z-index:99;display: none;}
.MainNav ul li .NavPull dl{padding:0.3rem 0;}
.MainNav ul li .NavPull dd{width:50%;float:left;box-sizing: border-box;padding-left:0.7rem;padding-right:0.2rem;position: relative;text-align: left;font-size: 0.16rem;font-weight: normal;border-right:1px solid #eaf3fd;}
.MainNav ul li .NavPull dd a{display: flex;align-items: center;height:0.5rem;line-height: 0.22rem;}
.MainNav ul li .NavPull dd .ico{position: absolute;left:0.25rem;width:0.35rem;top:0;height:100%;line-height: 0.5rem;}
.MainNav ul li .NavPull dd .ico .img2{display: none;}
.MainNav ul li .NavPull dd:hover .ico .img1{display: none;}
.MainNav ul li .NavPull dd:hover .ico .img2{display: inline-block;}
.MainNav ul li .NavPull dd:hover a{color:#00437c;}
.MainNav ul li .NavPull dd:nth-child(2n){border-right:0;}
.MainNav ul li .NavPull dd::before{content:'';display: block;width:3px;height:0.25rem;background: #00437c;position: absolute;left:0;top:50%;margin-top:-12.5px;transition: all .5s;-webkit-transition: all .5s;opacity: 0;transform: rotateX(90deg);-webkit-transform: rotateX(90deg);}
.MainNav ul li .NavPull dd:hover::before{transform: rotateY(0);-webkit-transform: rotateY(0);opacity: 1;}

.MainNav ul li .NavPull.null{display:none !important;}
.MainNav ul li .NavPull dd a{color:#333;}
.MainNav ul li:hover{background: #053c8b;}
.MainNav ul li.on{background: #053c8b;}

.bodyon{ overflow:hidden;}
.openbtn{ cursor:pointer;width:35px; height:45px;padding-top: 8px; position:absolute; right:0; top:0; z-index:999;background:#b17f3e;display: none;}
.closebtn{ position:fixed; left:0px; top:45px; width:100%; height:100%; z-index:0; display:none;background: rgba(0,0,0,0.5);}
.openbtn span{}
.openbtn i{ display:block; background:#fff; margin:10px auto;transition: all ease 0.3s;margin:5px auto;width:20px;height:2px;border-radius: 3px;}
.openbtn i.sp2{border-left: 6px solid #b17f3e;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 11px) rotate(45deg) !important;
	-moz-transform: translate(0, 11px) rotate(45deg) !important;
	-ms-transform: translate(0, 11px) rotate(45deg) !important;
	-o-transform: translate(0, 11px) rotate(45deg) !important;
	transform: translate(0, 11px) rotate(45deg) !important;}
.openbtn.on .sp2 {border-left: 0;
	-webkit-transform: translate(0, 4px) rotate(-45deg) !important;
	-moz-transform: translate(0, 4px) rotate(-45deg) !important;
	-ms-transform: translate(0, 4px) rotate(-45deg) !important;
	-o-transform: translate(0, 4px) rotate(-45deg) !important;
	transform: translate(0, 4px) rotate(-45deg) !important;}	
.openbtn.on .sp3 { display:none;}

@media(max-width:1024px){
	html{font-size: 7vw;}
}

@media(max-width:1024px){
.Header .topmail{display:none;}
.MainNav .mail{display:block;margin:8px 0;}
	*{
		box-sizing:border-box;
		-moz-box-sizing:border-box; /* Firefox */
		-webkit-box-sizing:border-box; /* Safari */ /*设置的区域宽度用百分比固定为父元素的宽度对应的百分百，不会收到padding或是border把盒子撑大*/
		}
		*:before,*:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		}
	.Header .Search .Searchico{display: block;}
	.Header .Search{height: 38px;line-height: 35px;position:static;width: auto;background:transparent;border-radius: 0;padding: 9px 5px 0 0;margin-top: 0;}
	.Header .Search button{width: 35px;}
	.Header .Language{margin: 12px 36px 0 0;width: auto;height: auto;line-height: 20px;padding:0 3px;}
	.searchbox{position: absolute;width: 90%;left: 5%;top: 50px;z-index: 100;background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);display: none;padding-right: 35px;}
	.searchbox.on{display: block;}

.Top{position: fixed;left: 0;top: 0;width: 100%;z-index: 100;background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.Top .Logo{line-height: 45px;}
.Header .Logo img{ height:20px;max-height: none;}
.Top .openbtn{display: block;}
.MainNav{ position:fixed; height:100%; overflow-y:auto; z-index:999; width:220px; padding:0; right:-220px;background: #fff;top:45px;visibility: hidden;opacity: 0;filter: alpha(opacity=0);transition: all ease 0.3s; box-shadow:0 0 10px rgba(0,0,0,0.2);}
.MainNav ul{ padding-top:30px;}
.MainNav ul li{ display:block; position:relative; float:none; border-bottom:1px solid #e9e9e9;border-top:1px solid #f9f8f6; width:auto; margin:0; background:none;text-align: left;}
.MainNav ul li a {line-height: 38px;padding:0 15px;font-size: 15px;color:#333;}
.MainNav li:hover .navA,.MainNav li.on .navA{ color:#fff;}
.MainNav ul li .arr{ display:inline-block; position:absolute; z-index:10; width:100px; line-height:38px; height:38px; right:0px; top:-1px;}
.MainNav ul li .arr i{ position:absolute; right:15px; top:12px;}
.MainNav li.onnav .arr i{dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
	-ms-transform: translate(0, -3px) rotate(-180deg) !important;
	-o-transform: translate(0, -3px) rotate(-180deg) !important;
	transform: translate(0, -3px) rotate(-180deg) !important;}
.MainNav.on{visibility: visible;opacity: 1;filter: alpha(opacity=100); right:0;}
.MainNav li:after{display: none;}
.MainNav ul li .NavPull{position: static;width: auto;text-align: left;}
.MainNav ul li .NavPull dd{width: auto;margin-bottom: 5px;float: none;padding-left: 29px;top: -3px;}
.MainNav ul li .NavPull dd .ico{line-height: 24px;width: 20px;}
.MainNav ul li .NavPull dd a{line-height: 26px;height: auto;padding:0;}
.MainNav ul li .NavPull dd::before{margin-top: -5px;}
}



.HomeTit{text-align: center;margin-bottom:0.3rem;}
.HomeTit .en{font-family: Barlow;font-size: 0.34rem;color:#0647a3;opacity: 0.2;text-transform: uppercase;}
.HomeTit .cn{font-size: 0.34rem;color:#0647a3;font-weight: bold;}
.HomeMore i{font-family: '宋体';font-size: 18px;font-weight: bold;}
.HomeMore a{color:#0647a3;}
.HomeMore_1 a{display: block;width:1.65rem;height:0.5rem;line-height: 0.5rem;text-align: center;background: #0647a3;color:#fff;}
.HomeMore_1 i{font-family: '宋体';font-size: 18px;font-weight: bold;}

.HomeTit_left{text-align: left;position: relative;}
.HomeTit_left::before{content:'';display: block;height:0.75rem;width:0.05rem;background: #0647a3;position: absolute;left:-0.15rem;top:50%;margin-top:-0.35rem;}

.HomeNews{padding:0.4rem 0;}
.HomeNews .HomeNewsL,.HomeNews .HomeNewsR{width:49%;}
.HomeNews .HomeNewsL .hd{background: url(../images/hdbg.png) no-repeat center left;background-size: cover;margin-bottom:0.3rem;}
.HomeNews .HomeNewsL .hd ul::after{content:'';display: block;clear: both;}
.HomeNews .HomeNewsL .hd ul li{float:left;width:1.9rem;line-height: 0.6rem;box-sizing: border-box;font-size: 0.24rem;font-weight: bold;color:#666;text-align: center;}
.HomeNews .HomeNewsL .hd ul li .ico{display: inline-block;position: relative;top:-3px;margin-right:5px;}
.HomeNews .HomeNewsL .hd ul li .ico .img2{display: none;}
.HomeNews .HomeNewsL .hd ul li .ico img{max-width:0.35rem;max-height:0.3rem;}
.HomeNews .HomeNewsL .hd ul li.on{background: #0647a3;}
.HomeNews .HomeNewsL .hd ul li.on a{color:#fff;}
.HomeNews .HomeNewsL .hd ul li.on .ico .img2{display: inline-block;}
.HomeNews .HomeNewsL .hd ul li.on .ico .img1{display: none;}

.HomeNews .HomeNewsL .bd ul{position: relative;}
.HomeNews .HomeNewsL .bd ul .HomeMore{position: absolute;right:0.2rem;top:-0.7rem;}
.dl_list dl dd{line-height: 0.46rem;padding-left:15px;padding-right:1.5rem;position: relative;}
.dl_list dl dd::before{content:'';display: block;width:4px;height:4px;border-radius: 50%;background: #0647a3;position: absolute;left:0;top:50%;margin-top:-2px;}
.dl_list dl dd span{position: absolute;right:0;top:0;color:#999;}


.HomeNews .HomeNewsR .item{position: relative;}
.HomeNews .HomeNewsR .item .img{padding-top:4.65rem;}
.HomeNews .HomeNewsR .item .txt{position: absolute;bottom:0;left:0;background: rgba(0,0,0,0.5);z-index:99;width:100%;box-sizing: border-box;padding-left:0;padding-right:2rem;}
.HomeNews .HomeNewsR .item .txt .txtbox{padding-left:1.3rem;position: relative;height:1rem;}
.HomeNews .HomeNewsR .item .txt .txtbox .date{width:1rem;height:100%;background: #0647a3;position: absolute;left:0;top:0;color:#fff;text-align: center;display: flex;flex-direction: column;justify-content: center;font-family: DINB;font-size: 0.14rem;}
.HomeNews .HomeNewsR .item .txt .txtbox .date p{font-size: 0.4rem;}
.HomeNews .HomeNewsR .item .txt .txtbox .tit{line-height: 1rem;font-size: 0.2rem;font-weight: bold;color:#fff;}
.HomeNews .HomeNewsR .slick-dots{position: absolute;left:auto;right:0.2rem;bottom:0.35rem;text-align: right;}
.HomeNews .HomeNewsR .slick-dots li{display: inline-block;width:0.14rem;height:0.14rem;background: #fff;border-radius: 50%;opacity: 0.4;margin:0 8px;}
.HomeNews .HomeNewsR .slick-dots li.slick-active{opacity: 1;}
.HomeNews .HomeNewsR .slick-dots li button{display: none;}

.HomeZt .slick-dots{position: absolute;left:0;bottom:0.1rem;width:100%;text-align: center;}
.HomeZt .slick-dots li{display: inline-block;width:0.14rem;height:0.14rem;border-radius: 50%;opacity: 0.4;margin:0 8px;box-sizing: border-box;border:2px solid #fff;}
.HomeZt .slick-dots li.slick-active{opacity: 1;background: #fff;}
.HomeZt .slick-dots li button{display: none;}

.HomeAbout{margin:0.3rem 0;}
.HomeAbout .HomeAboutBox{padding:0.6rem;padding-right:7rem;position: relative;}
.HomeAbout .HomeAboutBox .HomeAboutCon{width:100%;box-sizing: border-box;}
.HomeAbout .HomeAboutBox .HomeAboutCon .Con{padding-right:2.5rem;position: relative;}
.HomeAbout .HomeAboutBox .HomeAboutCon .Con .text{color:#445772;}
.HomeAbout .HomeAboutBox .HomeAboutCon .Con .HomeMore_1{position: absolute;top:0;right:0;}
.HomeAbout .HomeAboutBox .HomeAboutCon .number{padding:0.3rem;background: #fff;margin-top:0.4rem;}
.HomeAbout .HomeAboutBox .HomeAboutCon .number ul{display: flex} 
.HomeAbout .HomeAboutBox .HomeAboutCon .number ul li{float:left;width:33.33%;box-sizing: border-box;padding-left:0.45rem;position: relative;}
.HomeAbout .HomeAboutBox .HomeAboutCon .number ul li .ico{position: absolute;left:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.HomeAbout .HomeAboutBox .HomeAboutCon .number ul li .dec{border-left:1px solid #e9e9e9;padding-left:0.15rem;color:#666;}
.HomeAbout .HomeAboutBox .HomeAboutCon .number ul li .dec p strong{font-family: Barlow;color:#0647a3;font-size: 0.4rem;}
.HomeAbout .HomeAboutBox .HomeVideo{position: absolute;width:7rem;height:100%;top:0;right:0;}
.HomeAbout .HomeAboutBox .HomeVideo .playbtn{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.HomeAbout .HomeAboutBox .HomeVideo .playbtn a{display: block;width:0.8rem;height:0.8rem;border-radius: 50%;background: #0647a3;text-align: center;line-height: 0.8rem;z-index:9;position: relative;}
.HomeAbout .HomeAboutBox .HomeVideo .playbtn::before,
.HomeAbout .HomeAboutBox .HomeVideo .playbtn::after{content:'';display: block;width:100%;height:100%;background: #0647a3;opacity: 0.3;position: absolute;left:0;top:0;border-radius: 50%;}

.HomeAbout .HomeAboutBox .HomeVideo .playbtn::before{animation: scale 2s linear infinite;}
.HomeAbout .HomeAboutBox .HomeVideo .playbtn::after{animation: scale 2s 1s linear infinite;}

@keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);opacity: 0.3;}
	100%{transform: scale(2.5);-webkit-transform: scale(2.5);opacity: 0;}
}

.VideoInfo{max-width:15rem;width:95%;margin:0 auto;padding:0.1rem;border-radius: 0.1rem;background: #fff;position: relative;}
.VideoInfo video{width:100%;}

.HomeYw{padding-bottom: 0.3rem;}
.HomeYw .HomeYwBox{padding-left:4rem;position: relative;}
.HomeYw .HomeYwBox .HomeYwTit{width:4rem;height:100%;background: url(../images/hybg.jpg) no-repeat center center;background-size: cover;position: absolute;left:0;top:0;box-sizing: border-box;padding:0.68rem 0.4rem;}
.HomeYw .HomeYwBox .HomeYwTit .HomeTit{margin-left:0.15rem;}
.HomeYw .HomeYwBox .HomeYwTit .con{margin-bottom:1rem;}

.HomeYw .scrollItem{overflow: hidden;width:100%;}
.HomeYw .scrollItem ul{display: table;width: 100%;}
.HomeYw .scrollItem .item{position: relative;width: 3rem;transition: all 0.3s;display: table-cell;overflow: hidden;vertical-align: top;}
.HomeYw .scrollItem .info{position: absolute;text-align: center;padding:0 0.5rem;width: 100%;z-index: 10;top: 50%;transition: all 0.3s;transform: translateY(-50%);color:#fff;box-sizing: border-box;}
.HomeYw .scrollItem .dot2{line-height: 22px;font-size: 14px;margin-top: 14px;height: 0;opacity: 0;transform: translateY(-44px);visibility: hidden;transition: all 0.3s;}
.HomeYw .scrollItem .ico{width: 1.1rem;height: 1.1rem;display: flex;justify-content: center;align-items: center;margin:0px auto;position: relative;transition: all 0.3s;}
.HomeYw .scrollItem .ico:After{content: "";position: absolute;left: 0;top: 0;background:url(../images/quan.png) center center no-repeat;background-size: contain;width: 100%;height: 100%; animation:turn 3s linear infinite;transition: all 0.3s;}
.HomeYw .scrollItem .ico img{width: 0.5rem;height: 0.5rem;}
.HomeYw .scrollItem .ti{font-size: 0.22rem;line-height: 0.6rem;font-weight: bold;}
.HomeYw .scrollItem .item:after{left: 0;top: 0;width: 100%;height: 100%;z-index: 2;background:rgba(0,31,75,0.5);content: "";transition: all 0.3s;position: absolute;}
.HomeYw .scrollItem .item .img{position: relative;}
.HomeYw .scrollItem .item .img img{width: 100%;height: 6rem;}
.HomeYw .scrollItem .item .img .img{width: 6.25rem;top:0;left: 50%;max-width: none;position: absolute;transform: translateX(-50%);}

.HomeYw .scrollItem .item.on{width: 7.5rem;}
.HomeYw .scrollItem .item.on .info{text-align: left;}
.HomeYw .scrollItem .item.on .ti{background:url(../images/linebg.png) 0px bottom no-repeat;}
.HomeYw .scrollItem .item.on:after{opacity: 1;background:rgba(0,0,0,0.3);}
.HomeYw .scrollItem .item.on .dot2{height: 44px;transform: translateY(0);opacity: 1;visibility: visible;}
.HomeYw .scrollItem .item.on .ico{width: 30px;height: 30px;margin:0;}
.HomeYw .scrollItem .item.on .ico:after{width: 0;height: 0;}
.HomeYw .scrollItem .item.on .ico img{width: 30px;height: 30px;}

@media(max-width:1366px){
	.HomeYw .HomeYwBox .HomeYwTit .con{margin-bottom: 0.45rem;}
}

@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);}
  }

.HomeGc{padding:0.4rem 0;}
.HomeGc .HomeGcBox .slick-list{margin-left:-0.2rem;}
.HomeGc .HomeGcBox .item{margin-left:0.2rem;}
.HomeGc .HomeGcBox .item .img{padding-top:60%;}
.HomeGc .HomeGcBox .item .img span{transition: all .5s;-webkit-transition: all .5s;}
.HomeGc .HomeGcBox .item:hover .img span{transform: scale(1.05);-webkit-transform: scale(1.05);}
.HomeGc .HomeGcBox .item .txt{margin-top:0.2rem;padding:0 0.1rem;text-align: center;}
.HomeGc .HomeGcBox .HomeTit{margin-left:0.15rem;}
.HomeGc .HomeGcBox .HomeMore{margin-top:0.6rem;}


@media(max-width:800px){
	.HomeTit{margin-bottom: 20px;}
	.HomeTit .en,.HomeTit .cn{font-size: 18px;}
	.HomeNews .HomeNewsL, .HomeNews .HomeNewsR{width: auto;float: none;}
	.HomeNews .HomeNewsL{margin-bottom: 20px;}
	.HomeNews{padding:20px 0;}
	.HomeNews .HomeNewsR .slick-dots{bottom: 45px;}
	.HomeNews .HomeNewsR .item .txt{padding-right: 10px;}
	.HomeNews .HomeNewsR .item .txt .txtbox{height: 40px;padding-left: 68px;}
	.HomeNews .HomeNewsR .item .img{padding-top: 64%;}
	.HomeNews .HomeNewsR .item .txt .txtbox .tit{font-size: 15px;line-height: 40px;}
	.HomeNews .HomeNewsR .item .txt .txtbox .date{width: 60px;font-size: 12px;line-height: 15px;}
	.HomeNews .HomeNewsR .item .txt .txtbox .date p{font-size: 20px;}

	.HomeNews .HomeNewsL .hd{margin-bottom: 15px;}
	.HomeNews .HomeNewsL .hd ul li{width: 33.333%;line-height: 40px;font-size: 16px;padding-left: 0;}
	.HomeNews .HomeNewsL .hd ul li .ico img{max-width: 20px;max-height: 20px;}
	.HomeNews .HomeNewsL .bd ul .HomeMore{display: none;}
	.HomeAbout .HomeAboutBox .HomeAboutCon .number ul li .dec{padding-left: 10px;}

	.dl_list dl dd{height: 32px;line-height: 32px;padding-right: 80px;}

	.HomeAbout .HomeAboutBox .HomeVideo{width: auto;position:relative;height: 80px;margin-top: 15px;}
	.HomeAbout .HomeAboutBox .HomeVideo .playbtn a{width: 45px;height: 45px;line-height: 45px;}
	.HomeAbout .HomeAboutBox .HomeVideo .playbtn a img{width: 15px;margin-top: -4px;}
	.HomeAbout .HomeAboutBox{padding:15px;}
	.HomeAbout .HomeAboutBox .HomeAboutCon .Con{padding-right: 0;}
	.HomeMore_1 a{width: 90px;line-height: 30px;height: auto;}
	.HomeAboutCon .HomeMore_1 a{margin-top: -46px;}
	.HomeAbout .HomeAboutBox .HomeAboutCon .number ul li .ico{position:static;transform: translate(0,0);margin-bottom: 5px;}
	.HomeAbout .HomeAboutBox .HomeAboutCon .number ul li .dec p strong{font-size: 20px;}

	.HomeYw .HomeYwBox{padding-left: 0;}
	.HomeYw .HomeYwBox .HomeYwTit{width: auto;position: static;}
	.HomeYw .HomeYwBox .HomeYwTit .con{margin-bottom:15px;}
	.HomeYw .scrollItem ul{display: block;margin-left: -2%;}
	.HomeYw .scrollItem .item{width: 48%;display: block;float: left;margin:0 0 2% 2%;}
	.HomeYw .scrollItem .item .img img{display: none;}
	.HomeYw .scrollItem .item .img .img{width: auto;transform:translate(0,0);position:static;display: block;width: 100%;}
	.HomeYw .scrollItem .ico{width: 50px;height: 50px;}
	.HomeYw .scrollItem .ico img{width: 20px;height: 20px;}
	.HomeYw .scrollItem .ti{font-size: 16px;line-height: 30px;margin-top: 8px;}

	.HomeGc .HomeGcBox .slick-arrow.slick-prev{left:0rem;}
.HomeGc .HomeGcBox .slick-arrow.slick-next{right:0rem;}
}


.Bottom{padding:0.4rem 0;background: #123f7f;color:#fff;font-size: 14px;}
.Bottom a{color:#fff;}
.Bottom .BottomL{width:65%;}
.Bottom .BottomL .Link{padding-left:1rem;position: relative;border-bottom:1px solid rgba(255,255,255,0.1);line-height: 30px;padding-right:0.3rem;padding-bottom:0.1rem;}
.Bottom .BottomL .Link .tit{position: absolute;left:0;top:0;}
.Bottom .BottomL .Link ul::after{content:'';display: block;clear: both;}
.Bottom .BottomL .Link ul {height:30px;overflow: hidden;}
.Bottom .BottomL .Link ul li{float:left;padding:0 0.25rem;position: relative;}
.Bottom .BottomL .Link ul li a{color:#fff;opacity: 0.5;}
.Bottom .BottomL .Link ul li::before{content:'';display: block;width:1px;height:14px;background:rgba(255,255,255,0.3);position: absolute;left:0;top:50%;margin-top:-7px;}
.Bottom .BottomL .Link ul li:first-child::before{display: none;}
.Bottom .BottomL .Link ul li:first-child{padding-left:0;}
.Bottom .BottomL .Link b{display: block;width:30px;height:30px;background: url(../images/downico.png) no-repeat center center;position: absolute;right:0;top:0;}
.Bottom .BottomL .Con{line-height: 30px;opacity: 0.5;margin-top:0.2rem;}
.Bottom .BottomL .Con .text span{display: inline-block;margin-right:0.3rem;}

.Bottom .BottomR{padding-top:0.2rem;}
.Bottom .BottomR ul li{display: inline-block;margin-left:0.15rem;text-align: center;}
.Bottom .BottomR ul li p{font-size: 14px;opacity: 0.5;margin-top:0.15rem;}
.Bottom .BottomL .Link ul.on{height:auto;}
.CopyRight a{display: inline-block;}
@media(max-width:1440px){
.Bottom .BottomL{width:60%}
}
@media(max-width:1280px){
.Bottom .BottomL{width:55%}
}
@media(max-width:768px){
	.Bottom{padding:20px 0;}
	.Bottom .BottomR{float: none;text-align: center;padding-bottom: 15px;}
	.Bottom .BottomL{width: auto;}
	.Bottom .BottomL .Link .tit{position:static;}
	.Bottom .BottomL .Link{padding: 0 0 10px 0;margin-bottom: 10px;}
}

/* 公司简介 */
.nBan{position: relative;}
.nBan .img{padding-top:4rem;}
.nBan .txt{position: absolute;left:0;width:100%;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);color:#fff;}
.nBan .txt h1{font-size: 0.4rem;}
.nBan .txt .dec{font-size: 0.26rem;margin-top:0.1rem;}

.SubMenu{line-height: 0.7rem;border-bottom:1px solid #f8f8f8;font-size: 0.16rem;}
.SubMenu .menu li{float:left;}
.SubMenu .menu li a{display: block;padding:0 0.3rem;}
.SubMenu .menu li.on{background: #0647a3;}
.SubMenu .menu li.on a{color:#fff;}
.SubMenu .menu li:hover{background: #0647a3;}
.SubMenu .menu li:hover a{color:#fff;}

.ColumnName{ font-weight:normal; background:#b17f3e; color:#fff;display:none; position:relative; z-index:90; line-height:36px;padding-left: 20px;}
.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;background:url(../images/bottom2.png) right 10px center no-repeat;}

.Localtion{font-size: 14px;color:#999;}
.Localtion img{margin-top: -4px;}
.Localtion a{color:#999;}
.Localtion span{color:#333;}

.Main{padding:0.8rem 0;height: auto !important;height: 383px;min-height: 383px;}

@media(max-width:1024px){
	.SubMenu{font-size: 0.18rem;}
}

@media(max-width:768px){
	.ColumnName{display: block;}
	.SubMenu .menu {float: none;line-height: 30px;border-bottom: 1px solid #eee;padding:10px 0 0;display: none;}
	.SubMenu .menu li{width: 50%;border-bottom: 1px solid #eee;font-size: 15px;line-height: 33px;}
	.SubMenu .menu li.on{background:transparent;}
	.SubMenu .menu li.on a{color:#b17f3e;}
	.Localtion{padding-top: 10px;line-height: 30px;float: none;clear: both;text-align: right;}
	.nBan .txt h1{font-size: 18px;}
	.nBan .txt .dec{font-size: 14px;margin-top: 0;}
}


.About{line-height: 0.38rem;font-size: 0.16rem;}
.About .ti{font-size: 0.36rem;color:#0647a3;font-weight: bold;margin-bottom:0.3rem;}
.About .img{margin-left:0.3rem;margin-bottom:0.3rem;position: relative;max-width:8.25rem;}
.About .img .num{position: absolute;width:100%;bottom:0;left:0;background: rgba(6,71,163,0.9);color:#fff;}
.About .img .num ul li{width:25%;float:left;text-align: center;padding:0.2rem 0;line-height: 0.3rem;}
.About .img .num ul li p strong{font-family: Barlow;font-size: 0.4rem;line-height: 0.4rem;font-weight: normal;}

@media(max-width:768px){
	.About{font-size: 15px;line-height: 25px;}
	.About .ti{font-size: 18px;margin-bottom: 15px;}
	.About .img{margin:0 0 20px 0;float: none;max-width: none;}
	.About .img .num ul li{padding:10px 6px;line-height: 20px;font-size: 12px;}
	.About .img .num ul li p{font-size: 14px;}
	.About .img .num ul li p strong{font-size: 18px;}
}

/* 荣誉资质 */
.Mainbg{background: #f5f5f5;}
.Select .type{background:#fff;line-height: 30px;padding:10px 20px;padding-left:130px;position: relative;font-size: 14px;display: inline-block;}
.Select .type span{position: absolute;left:20px;color:#999;}
.Select .type span img{position: relative;margin-right:10px;top:-2px;}
.Select .type ul li{display: inline-block;margin-right:5px;height:30px;line-height: 30px;text-align: center;margin-right:0.2rem;padding:0 0.15rem;}
.Select .type ul li.on{background:#0647a3;color:#fff;}
.Select .type ul li.on a{color:#fff;}
.Select .type ul li:hover{background:#0647a3;color:#fff;}
.Select .type ul li:hover a{color:#fff;}

.Select .time{height:50px;line-height: 50px;position: relative;z-index:99;}
.Select .time dl::after{content:'';display: block;clear: left;}
.Select .time dl dd{float:left;margin-left:2px;width:1.5rem;background:#fff;}

.Select .time dl dd .SelectBox{display: inline-block;width:100%;height:100%;box-sizing: border-box;font-size: 16px;position: relative;box-sizing: border-box;}
.Select .time dl dd .SelectBox .SelectTxt{font-size: 14px;}
.Select .time dl dd .SelectBox .SelectTxt span{display: block; padding-right: 0.2rem; background: url(../images/timeselect.png) no-repeat right 15px center;padding-right:0.3rem;padding-left:0.2rem;}

.Select .time dl dd .SelectBox .SelectUl{position: absolute; left: 0; right: 0; top: 102%; z-index: 9999; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.1); display: none; max-height: 1.6rem; overflow: auto;}
.Select .time dl dd .SelectBox .SelectUl .ul li a{display: block; height: 0.4rem; line-height: 0.4rem; padding: 0 0.2rem; color: #333;border:none;font-size: 14px;}
.Select .time dl dd .SelectBox .SelectUl .ul li:hover a{background: #0647a3;color:#fff;}

.Honor .HonorBox{margin-top:0.5rem;margin-left:-2%;}
.Honor .HonorBox .item{width:23%;float:left;margin-left:2%;background:#fff;box-sizing: border-box;padding:0.25rem;margin-bottom:0.5rem;}
.Honor .HonorBox .item .img{padding-top:2.6rem;}
.Honor .HonorBox .item .img span{background-size: contain;transition: all .5s;-webkit-transition: all .5s;}
.Honor .HonorBox .item .line{height:3px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;margin:0.1rem 0;}
.Honor .HonorBox .item .txt{margin:0.3rem 0 0.1rem 0;text-align: center;color:#000;}
.Honor .HonorBox .item:hover .img span{transform: scale(1.05);-webkit-transform: scale(1.05);}


@media(max-width:768px){
	.Honor .HonorBox .item{width: 48%;}
	.Honor .HonorBox .item .img{padding-top: 3rem;}
}

/* 发展历程 */
.Development {background:url(../images/lsbg.jpg) center bottom no-repeat;}
.Development *{box-sizing: border-box;}
.Development .content{position: relative;}
.Development .imgtit{position: absolute;right: 0;top:30px;}
.Development ul{margin-top: 168px;}
.Development li{width: 50%;clear: both;text-align: right;padding-right: 2.82rem;position: relative;font-family: harml_Regular;min-height: 100px;padding-bottom: 20px;}
.Development li:after{position: absolute;right: -7px;height: calc(100% - 28px);width: 3px;content: "";background:#f7f2eb;top: 30px;}
.Development li .cn{color:#333333;font-weight: bold;margin-bottom: 4px;}
.Development li .en{color:#999999;font-size: 14px;text-transform: uppercase;max-width: 460px;display: inline-block;line-height: 18px;}
.Development li .year{position: absolute;right: 0;top: 0;color:#b38242;font-size: 0.24rem;font-style: italic;width: 2.6rem;text-align: left;font-weight: bold;}
.Development li .year:after{position: absolute;right: -15px;top: 15px;width: 0.75rem;height: 1px;background:#dddddd;content: "";}
.Development li .year:before{position: absolute;right: -15px;top: 6px;width: 20px;height: 20px;background:#fff;border:2px solid #e1d9d2;z-index:1;border-radius:50%;content: "";}
.Development li:nth-child(2n+2){float: right;clear: none;text-align: left;padding-right: 0;padding-left: 2.82rem;}
.Development li:nth-child(2n+2) .year{right: auto;left: 0;text-align: right;}
.Development li:nth-child(2n+2) .year:after{right: auto;left: -4px;}
.Development li:nth-child(2n+2) .year:before{right: auto;left: -4px;}
.Development li:nth-child(2n+2):after{right: auto;left:4px;}
.Development li:hover .year:after{background:#b17f3e;}
.Development li:hover .year:before{background:url(../images/yuan.gif) center center no-repeat;border:1px solid #b48446;background-size: contain;}

/* 组织机构 */
.Organization{margin-top: -1.2rem;}

@media(max-width:1580px){
	.Development ul{margin-top: 190px;}
}
@media(max-width:768px){
	.Development .imgtit{position: static;}
	.Development ul{margin-top: 15px;}
	.Development li{width: auto;text-align: left !important;padding-left: 28px !important;padding-right:0 !important;float: none !important;}
	.Development li .year{position: static;text-align: left !important;padding-left: 15px;width: auto !important;font-size: 18px;}
	.Development li .year:before{right: auto !important;left: 0 !important;}
	.Development li .year:after{right: auto !important;left: 0 !important;width: 30px;}
	.Development li:after{right: auto !important;left: 10px !important;}

	.Organization{margin-top: 0;}
}

/* 新闻中心 */
.News .Part_01{margin-bottom:0.5rem;}
.News .Part_01 .PartSlider{width:49.5%;}
.News .Part_01 .PartSlider .item{position: relative;}
.News .Part_01 .PartSlider .item .img{padding-top:4.64rem;}
.News .Part_01 .PartSlider .item .txt{position: absolute;height:0.7rem;line-height: 0.7rem;font-size: 0.2rem;font-weight: bold;color:#fff;background:rgba(0,0,0,0.6);bottom:0;left:0;width:100%;box-sizing: border-box;padding:0 0.2rem;text-align: center;}
.News .Part_01 .PartSlider .slick-arrow.slick-prev{left:0.1rem;}
.News .Part_01 .PartSlider .slick-arrow.slick-next{right:0.1rem;}

.date{font-family: DINB;}

.News .Part_01 .PartSlider .item:hover .img span{transform: scale(1.05);-webkit-transform: scale(1.05);} 

.News .Part_01 .PartList{width:49.5%;}
.News .Part_01 .PartList .slick-list{height:4.35rem !important;}
.News .Part_01 .PartList .slick-list .slick-track{height:4.35rem !important;}
.News .Part_01 .PartList ul li{padding:0.3rem 0.7rem 0.3rem 1.3rem;background:url(../images/jtg.png) no-repeat center right 30px #fff;position: relative;margin-top:0.1rem;transition: all .5s;-webkit-transition: all .5s;}
.News .Part_01 .PartList ul li .date{width:1.3rem;text-align: center;position: absolute;left:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);color:#0647a3;}
.News .Part_01 .PartList ul li .date p{font-size: 0.45rem;}
.News .Part_01 .PartList ul li .date span{display: inline-block;border-top:1px solid #eee;}
.News .Part_01 .PartList ul li .txt h1{font-size: 0.16rem;margin-bottom:0.1rem;line-height: 0.3rem;}
.News .Part_01 .PartList ul li .txt .dec{font-size: 0.14rem;line-height: 0.24rem;color:#888;height:0.48rem;}
.News .Part_01 .PartList ul li:first-child{margin-top:0;}
.News .Part_01 .PartList ul li:hover{box-shadow: 0 10px 20px rgba(0,0,0,0.1);transform: translate3d(0,-3px,0);-webkit-transform: translate3d(0,-3px,0);}

.News .Part_02 .NewsSelect{margin-bottom:0.2rem;}

.News .Part_02 .PartBox{margin-left:-2%;}
.News .Part_02 .PartBox .item{width:31.33%;float:left;margin-left:2%;margin-bottom:0.3rem;background:#fff;transition: all .5s;-webkit-transition: all .5s;}
.News .Part_02 .PartBox .item .img{padding-top:57%;}
.News .Part_02 .PartBox .item .img .more{position: absolute;left:50%;top:50%;opacity: 0;transition: all .5s;-webkit-transition: all .5s;margin-top:-0.36rem;margin-left:-0.36rem;transform: translateX(-0.6rem);-webkit-transform: translateX(-0.6rem);display: none;}
.News .Part_02 .PartBox .item .txt{padding:0.3rem 0;padding-left:90px;position: relative;}
.News .Part_02 .PartBox .item .txt .date{width:0.9rem;text-align: center;position: absolute;left:0;top:0.3rem;}
.News .Part_02 .PartBox .item .txt .date p{font-size: 0.36rem;}
.News .Part_02 .PartBox .item .txt .date span{font-size: 14px;display: inline-block;border-top:1px solid #eee;padding-top:5px;margin-top:5px;}
.News .Part_02 .PartBox .item .txt .name{padding:0 0.3rem;border-left:1px solid #eee;}
.News .Part_02 .PartBox .item .txt .name h1{font-size: 16px;line-height: 28px;height:56px;margin-bottom:10px;}
.News .Part_02 .PartBox .item .txt .name .dec{font-size: 14px;color:#888;line-height: 24px;height:48px;font-weight: lighter;}
.News .Part_022 .PartBox .item .txt{padding-left:0rem;text-align: center;}
.News .Part_022 .PartBox .item .txt .name{border-left:none}
.News .Part_022 .PartBox .item .txt .name h1{height:auto;margin-bottom:0px;}
.News .Part_022 .PartBox .item{width:23%;}

.News .Part_02 .PartBox .item:hover{box-shadow: 0 20px 30px rgba(0,0,0,0.1);}
.News .Part_02 .PartBox .item:hover .img .more{transform: translateX(0);-webkit-transform: translateX(0);opacity: 1;}
.News .Part_02 .PartBox .item:hover .txt .date span{border-top:1px solid #0647a3;}
.News .Part_02 .PartBox .item:hover .img span{transform: scale(1.05);-webkit-transform: scale(1.05);}


@media(max-width:1024px){
	.News .Part_02 .PartBox .item .txt{padding-left: 65px;}
	.News .Part_02 .PartBox .item .txt .date{width: 65px;}
}

@media(max-width:768px){
	.News .Part_01 .PartSlider{width: auto;float: none;margin-bottom: 20px;}
	.News .Part_01 .PartSlider .item .img{padding-top: 64%;}
	.News .Part_01 .PartSlider .item .txt{height: 40px;line-height: 40px;font-size: 15px;}

	.News .Part_01 .PartList{width: auto;float: none;}
	.News .Part_01 .PartList ul li{padding:15px 25px 15px 80px;background-position: right 10px center;}
	.News .Part_01 .PartList ul li .txt h1{font-size: 15px;line-height: 24px;}
	.News .Part_01 .PartList ul li .txt .dec{font-size: 14px;line-height: 20px;height: 40px;}
	.News .Part_01 .PartList ul li .date{width: 80px;}
	.News .Part_01 .PartList ul li .date p{font-size: 24px;line-height: 30px;}

	.News .Part_02 .PartBox .item .txt .date p{font-size: 24px;line-height: 30px;}

	.Select .time dl dd{width: 150px;}

	.News .Part_02 .PartBox .item{width: auto;float: none;margin-bottom: 15px;}
	.News .Part_02 .PartBox .item .txt .name h1{font-size: 15px;line-height: 24px;height: 48px;}
	.News .Part_02 .PartBox .item .txt{padding-top:10px;padding-bottom: 10px;}
}

.SubPage{ height:auto !important; height:300px; min-height:300px; padding-top:0.6rem; padding-bottom:0.6rem;background:#f5f5f5 url(../images/subbg.jpg) center bottom no-repeat;overflow: hidden;}
.SubContent{padding:0.6rem;background-color: #fff;background-repeat: no-repeat;background-position: center center;box-sizing: border-box;}
.SubTit{font-size: 0.3rem;margin-bottom: 0.55rem;color:#221f1f;}
.SubBox{padding:0.3rem 0.3rem 0.5rem;background:#fff;margin-bottom: 30px;overflow: hidden;}
.SubBox:last-child{margin-bottom: 0px;}
/* 党建工作 */
.FocusNews{width: 55%;float: left;overflow: hidden;}
.FocusNews .item{position: relative;}
.FocusNews .imgbox{padding-top: 470px;}
.FocusNews .titbox{line-height: 80px;background:rgba(0,0,0,0.5);font-size: 24px;position: absolute;left: 0;bottom: 0;z-index: 10;padding:0 110px 0 5%;font-size: 0.24rem;color:#fff;width: 100%;box-sizing: border-box;}
.FocusNews .slick-dots{left: auto;right: 0;width: 116px;line-height:80px;bottom: 0;}
.FocusNews .slick-dots li button{background:#fff;}
.FocusNews:hover .slick-prev{left: 15px;}
.FocusNews:hover .slick-next{right: 15px;}
.FocusNews.dj{width: 53%;margin-bottom: 44px;}
.RecDj{width: 47%;float: left;padding-left: 30px;box-sizing: border-box;}
.RecDj li{line-height: 88px;margin-bottom: 8px;padding:0 0.32rem;font-size: 0.2rem;background:#fff;}
.RecDj li a{background: url(../images/dot2.png) 0px center no-repeat;padding-left: 22px;display: block;}
.RecDj li:hover{background:#0647a3;}
.RecDj li:hover a{background:url(../images/dot2c.png) 0px center no-repeat;color:#fff;}
.RecDj li:last-child{margin-bottom: 0px;}

.slick-arrow{ transition: all ease 0.3s;}

.FocusNews .slick-dots{position: absolute; z-index: 10; bottom: 20px; left: 0; width:100%; text-align:center;}
.FocusNews .slick-dots li{ display:inline-block; margin:0 5px 0 5px;position: relative;vertical-align: middle;}
.FocusNews .slick-dots li button{display: block; width: 6px; height: 6px; background:#cccccc; border: 0; border-radius:50%; cursor: pointer; padding: 0; font-size: 0;}
.FocusNews .slick-dots li.slick-active button{ background:#0647a3 !important;border-radius: 5px;width: 23px;}

.FocusNews .slick-dots{left: auto;right: 0;width: 116px;line-height:80px;bottom: 0;}
.FocusNews .slick-dots li button{background:#fff;}
.FocusNews:hover .slick-prev{left: 15px;}
.FocusNews:hover .slick-next{right: 15px;}

@media ( max-width:1600px){
	.FocusNews .slick-arrow{margin-top:-25px; width:50px; height:50px; line-height:50px;}
	.FocusNews .slick-prev{ left:-50px;}
	.FocusNews .slick-next{ right:-50px;}
}
@media ( max-width:1024px){
	.FocusNews.dj{width: auto;float: none;}
	.FocusNews .imgbox{padding-top: 64%;}
	.FocusNews .titbox,.FocusNews .slick-dots{line-height: 40px;}
	.FocusNews .slick-arrow{margin-top:-17px; width:34px; height:34px; line-height:34px;}
	.FocusNews .slick-prev{ left:-8px !important;}
	.FocusNews .slick-next{ right:-8px !important;}
}



.DjList{margin-left: -24px;}
.DjList li{width: 33.333%;float: left;padding:0 0 24px 24px;box-sizing: border-box;}
.DjList .date{font-size: 0.24rem;font-family: "DINB";font-weight: bold;color:#0647a3;}
.DjList a{display: block;padding:0.35rem;background:#f5f5f5;}
.DjList .ti{height: 0.6rem;line-height:0.3rem;font-size: 0.2rem;margin-top: 9px;}
.DjList .detail{margin-top: 0.27rem;padding-top: 13px;color:#504d4d;font-size: 14px;border-top: 1px solid #e2e2e2	;}
.DjList .detail i{display: inline-block;vertical-align: middle;margin-left: 10px;width: 5px;height: 8px;background:url(../images/arr2.png);}
.DjList li:hover .date{color:#fff;}
.DjList li:hover a{background:#0647a3;color:#fff;}
.DjList li:hover .detail{border-top:1px solid rgba(255,255,255,0.4);color:#fff;}
.DjList li:hover .detail i{background:url(../images/arr02.png);}

.ZtList{margin-left: -0.3rem;}
.ZtList li{width: 33.333%;float: left;padding:0 0 0.3rem 0.3rem;text-align: center;}
.ZtList a{display: block;}
.ZtList .imgbox img{width: 100%;}
.ZtList li:nth-child(3n+1){clear: both;}
.ZtList .tit{line-height: 0.67rem;font-size: 0.18rem;background:#f5f5f5;}
.ZtList li:hover .tit{background:#0647a3;color:#fff;}

@media(max-width:1024px){
	.FocusNews.dj{margin-bottom: 20px;}
	.RecDj{width: auto;float: none;padding:0 0 20px 0;}
	.RecDj li{line-height: 44px;font-size: 15px;}
	.DjList .ti{font-size: 15px;}
	.DjList .date{font-size: 16px;}

	.ZtList li{width: 50%;}
	.ZtList .tit{font-size: 15px;}
}
@media(max-width:768px){
	.DjList li{width: auto;float: none;}
	.DjList .ti{height: auto;line-height: 24px;}

	.ZtList li{width: auto;float: none;}
}

/* 团队领导 */
.LeaderList{margin-top: 0.4rem;}
.LeaderList .table-tr{border-top: 1px solid #ededed;}
.LeaderList .cell{height: 0.8rem;color:#221f1f;padding-top: 0.15rem;padding-bottom: 0.15rem;box-sizing: border-box;padding-left:1.2rem;}
.LeaderList .name{width: 6rem;font-size: 0.22rem;font-weight: bold;text-align: right;}

/* 行业聚焦 */
.HyNewsList{margin: 0 0 0 -20px;}
.HyNewsList li{width: 50%;float: left;}
.HyNewsList li a{display: block;margin:0 0 20px 20px;background:#f5f5f5;padding:0.36rem;}
.HyNewsList .date{font-size: 0.24rem;color:#0647a3;font-family: "DINB";font-weight: bold;}
.HyNewsList .tit{font-size: 0.2rem;margin:0.12rem 0 0.15rem;font-weight: bold;}
.HyNewsList .desc{height: 48px;font-size: 14px;color:#615e5e;line-height: 24px;}
.HyNewsList li:hover a{background:#0647a3;}
.HyNewsList li:hover .date,.HyNewsList li:hover .tit,.HyNewsList li:hover .desc{color:#fff;font-weight: normal;}

@media(max-width:768px){
	.LeaderList .name{width: 80px;padding-left: 15px;font-size: 16px;}
	.LeaderList .cell{padding-top:10px;padding-bottom: 10px;}

	.HyNewsList li{width: auto;float: none;}
	.HyNewsList .tit{font-size: 15px;}
	.HyNewsList .date{font-size: 12px;}
}


/* 文体活动 */
.PhotoNews{margin:0 0 0 -0.3rem;}
.PhotoNews li{width: 33.333%;float: left;padding:0 0 0.3rem 0.3rem;box-sizing: border-box;}
.PhotoNews .imgbox{padding-top: 68%;}
.PhotoNews a{display: block;}
.PhotoNews .info{background:#f5f5f5;padding:0.27rem;}
.PhotoNews .date{font-family: "DINB";font-size: 0.24rem;color:#0647a3;font-weight: bold;margin-bottom: 8px;}
.PhotoNews .tit{font-size: 0.2rem;margin-bottom: 18px;}
.PhotoNews .desc{height: 40px;line-height: 20px;font-size: 14px;color:#777777;}


/* 在线应聘 */
.Job .JobSearch{margin-bottom:0.3rem;}
.Job .JobSearch .JobSearchBox{max-width:1100px;box-sizing: border-box;padding-left:3.46rem;position: relative;line-height: 0.7rem;margin:0 auto;z-index:998;}
.Job .JobSearch .JobSearchBox dl{position: absolute;width:3.46rem;top:0;left:0;}
.Job .JobSearch .JobSearchBox dl::after{content:'';display: block;clear: both;}
.Job .JobSearch .JobSearchBox dl dd{width:98.5%;float:left;margin-right:1.5%;}

.Job .JobSearch .JobSearchBox dl dd .SelectBox{display: inline-block;width:100%;height:100%;box-sizing: border-box;font-size: 0.16rem;position: relative;box-sizing: border-box;background:#fff;}
.Job .JobSearch .JobSearchBox dl dd .SelectBox .SelectTxt{font-size: 0.16rem;}
.Job .JobSearch .JobSearchBox dl dd .SelectBox .SelectTxt span{display: block; padding-right: 0.3rem; background: url(../images/timeselect.png) no-repeat right 0.2rem center;padding-right:0.45rem;padding-left:0.2rem;}

.Job .JobSearch .JobSearchBox dl dd .SelectBox .SelectUl{position: absolute; left: 0; right: 0; top: 102%; z-index: 999; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.1); display: none; max-height: 1.6rem; overflow: auto;z-index:998;}
.Job .JobSearch .JobSearchBox dl dd .SelectBox .SelectUl .ul li a{display: block; height: 0.4rem; line-height: 0.4rem; padding: 0 0.2rem; color: #333;border:none;}
.Job .JobSearch .JobSearchBox dl dd .SelectBox .SelectUl .ul li:hover a{background: #0647a3;color:#fff;}

.Job .JobSearch .JobSearchBox .searchbox2{width:100%;box-sizing: border-box;padding-right:1.3rem;position: relative;}
.Job .JobSearch .JobSearchBox .searchbox2 input{width:100%;box-sizing: border-box;height:0.7rem;background: #fff;padding:0 0.1rem;}
.Job .JobSearch .JobSearchBox .searchbox2 button{width:1.2rem;height:0.7rem;background:#0647a3;color:#fff;font-weight: bold;font-size: 0.18rem;position: absolute;right:0;top:0;}

.Job .JobNav{padding:0.4rem 0.6rem;background:#fff;margin-bottom:0.1rem;font-size: 0.16rem;}
.Job .JobNav .item{padding-left:1rem;line-height: 0.3rem;position: relative;margin-top:0.3rem;}
.Job .JobNav .item .tit{color:#999;position: absolute;left:0;top:0;}
.Job .JobNav .item ul li{display: inline-block;border-radius: 0.3rem;margin-right:3px;padding:0 0.1rem;margin-bottom:0.05rem;}
.Job .JobNav .item ul li.on{background:#0647a3;}
.Job .JobNav .item ul li.on a{color:#fff;}
.Job .JobNav .item:first-child{margin-top:0;}


.Job .JobCon .JobList{background:#fff;margin-bottom:0.2rem;position: relative;border:2px solid #fff;}
.Job .JobCon .JobList .jobTit{padding:0.4rem 0.6rem;}
.Job .JobCon .JobList .jobTit h1{font-size: 0.22rem;color:#000;margin-bottom:0.15rem;}
.Job .JobCon .JobList .jobTit h1 span{font-size: 0.15rem;color:#ff8800;}
.Job .JobCon .JobList .jobTit ul::after{content:'';display: block;clear: both;}
.Job .JobCon .JobList .jobTit ul li{float:left;position: relative;color:#000;padding:0 0.25rem;position: relative;font-size: 0.15rem;}
.Job .JobCon .JobList .jobTit ul li span{color:#004aa6;}
.Job .JobCon .JobList .jobTit ul li::before{content:'';display: block;width:1px;height:0.1rem;background:#e5e5e5;position: absolute;left:0;top:50%;margin-top:-0.05rem;}
.Job .JobCon .JobList .jobTit ul li:first-child{padding-left:0;}
.Job .JobCon .JobList .jobTit ul li:first-child::before{display: none;}

.Job .JobCon .JobList .JobDec .tag{margin-bottom:0.3rem;}
.Job .JobCon .JobList .JobDec .tag dl dd{display: inline-block;margin-right:0.05rem;line-height: 0.3rem;padding:0 0.15rem;border-radius: 0.3rem;background:#f2f2f2;color:#0647a3;margin-bottom:0.05rem;font-size: 0.16rem;}

.Job .JobCon .JobList .JobDec{line-height: 0.36rem;padding:0.4rem 0.6rem;border-top:1px solid #f0f0f0;color:#808080;display: none;}
.Job .JobCon .JobList .JobDec h1{font-size: 0.16rem;color:#000;margin-bottom:0.05rem;}
.Job .JobCon .JobList .JobDec .box{margin-bottom:0.2rem;line-height: 0.36rem;color:#666;font-size: 0.15rem;}
.Job .JobCon .JobList .JobBtn{cursor: pointer;width:0.5rem;height:0.5rem;position: absolute;top:0.45rem;right:0.6rem;background:url(../images/closejob.png) no-repeat center center;background-size: 100%;}
.Job .JobCon .JobList .JobBtn img{transition: all .5s;-webkit-transition: all .5s;}
.Job .JobCon .JobList.on .JobBtn{background:url(../images/open.png) no-repeat center center;background-size: 100%;}

.Job .JobCon .JobList:hover{border:2px solid #0647a3;}
.Job .JobCon .JobList:hover .JobBtn{background:url(../images/closejob_01.png) no-repeat center center;background-size: 100%;}

.Job .JobCon .JobList.on:hover .JobBtn{background:url(../images/open.png) no-repeat center center;background-size: 100%;}

.Job .JobCon .JobList .JobDec .apply{border-top:1px solid #f0f0f0;padding-top:0.3rem;text-align: right;}
.Job .JobCon .JobList .JobDec .apply a{display: inline-block;width:1.6rem;height:0.5rem;line-height: 0.5rem;background:#a7824b;text-align: center;color:#fff;border-radius: 0.5rem;font-weight: bold;}



@media(max-width:1024px){

	.Job .JobSearch .JobSearchBox{line-height: 50px;}
	.Job .JobSearch .JobSearchBox dl dd .SelectBox .SelectTxt{font-size: 14px;}
	.Job .JobSearch .JobSearchBox .searchbox2 input{height:50px;}
	.Job .JobSearch .JobSearchBox .searchbox2{padding-right: 60px;}
	.Job .JobSearch .JobSearchBox .searchbox2 button{height:50px;width: 60px;}

	.Job .JobNav{padding:20px 30px;font-size: 15px;}
	.Job .JobNav .item{margin-top:20px;padding-left:80px;font-size: 14px;line-height: 22px;}
	.Job .JobNav .item ul li{padding:0 10px;}

	.Job .JobCon .JobList .jobTit{padding:20px;}
	.Job .JobCon .JobList .jobTit h1{font-size: 16px;margin-bottom:10px;}
	.Job .JobCon .JobList .JobBtn{width:30px;height:30px;line-height: 30px;top:34px;right:10px;font-size: 12px;}
	.Job .JobCon .JobList .jobTit ul li{display: block;margin-bottom:5px;font-size: 14px;padding:0 10px;}
	.Job .JobCon .JobList .jobTit ul li img{width:15px;}
	.Job .JobCon .JobList .JobDec{padding:20px;line-height: 28px;}
	.Job .JobCon .JobList .JobDec h1{font-size: 16px;}
	.Job .JobCon .JobList .JobDec .sqBtn a{width:100px;height:35px;line-height: 35px;border-radius: 35px;}

	.Job .JobCon .JobList .JobDec .tag dl dd{font-size: 14px;}
	.Job .JobCon .JobList .JobDec .box{font-size: 14px;line-height: 28px;}
}


@media(max-width:480px){
	.Job .JobSearch .JobSearchBox{padding-left:0;line-height: 40px;}
	.Job .JobSearch .JobSearchBox dl{position: static;margin-bottom:10px;width:100%;}
	.Job .JobSearch .JobSearchBox .searchbox2 input{height:40px;}
	.Job .JobSearch .JobSearchBox .searchbox2 button{height:40px;font-size: 16px;}
	
	.Job .JobNav{padding:20px;}
	.Job .JobNav .item{padding-left:0;line-height: 25px;margin-top:10px;}
	.Job .JobNav .item .tit{position: static;margin-bottom:10px;}
	.Job .JobNav .item ul li{font-size: 14px;border-radius: 25px;margin-right:0;}

	.Job .JobCon .JobList .jobTit ul li{width:100%;line-height: 20px;padding:0;}
	.Job .JobCon .JobList .jobTit ul li::before{display: none;}
	.Job .JobCon .JobList .JobDec .box{line-height: 25px;}
	.Job .JobCon .JobList .JobDec .apply {padding-top:20px;}
	.Job .JobCon .JobList .JobDec .apply a{width:100px;height:30px;line-height: 30px;}

	.Job .JobCon .JobList .JobBtn {top: 23px;}
}


/* 立即申请 */
.Jobbox{ line-height:0.38rem; width:68%; position:relative; padding:4%; border-radius:10px; margin:0.2rem auto; background:#fff;}
.Jobtit{ text-align:center; color:#333; padding-bottom:3%; font-size:0.24rem;}
.Jobitem{ color:#222222;}
.Jobitem dd{ margin-bottom:0.08rem; width:33.333%; float:left;}
.Jobtit2{ font-size:0.18rem; color:#0080af;}
.jobbtn{ display:block; margin-top:5%; color:#fff; font-size:0.18rem; width:1.4rem; line-height:0.45rem; text-align:center; background:#d7b36f; border-radius:0.2rem;}
.mfp-close-btn-in .mfp-close{ border-radius:50%; background:#0647a3; font-size:0.4rem; color:#fff; font-weight:bold; opacity:1; width:0.39rem; height:0.39rem; position:absolute; right:-0.15rem; top:-0.15rem;line-height: 0.39rem;text-align: center;}
.mfp-close-btn-in .mfp-close{ color:#fff !important;font-size: 0.2rem;}

.JobForm{ color:#666666; margin:0px 0px 0px 0px;}
.JobForm dl{ width:48%; float:left; padding-left:1%; line-height:0.28rem;}
.JobForm dl dt{ width:22%; float:left; text-align:right; padding:5px 2% 5px 0;}
.JobForm dl dd{ width:70%; float:left;}
.JobForm dl.other{ width:99%; float:none; padding-left:1%;}
.JobForm dl.other dt{ width:10.8%; padding-right:1%;}
.JobForm dl.other dd{ width:84%;}
.JobForm dd{ padding:5px 0px;}
.JobForm .input { background:#fff; border:1px solid #dbdbdb; width:99%; height:30px; line-height:00px;}
.JobForm .input2 { background:#fff; border:1px solid #dbdbdb; width:99%; height:116px; line-height:23px;}
.JobForm select { border:1px solid #dbdbdb; width:1.9rem; height:0.25rem; line-height:0.25rem;}
.JobForm .sendbtn{ cursor:pointer; color:#fff; width:1.2rem; height:0.4rem; font-size:0.16rem; background:#0647a3; margin-right:8px;border:none;}
.JobForm .resetbtn{ cursor:pointer; color:#fff; width:1.2rem; height:0.4rem; font-size:0.16rem; background:#999;border:none;}

.Jobbox dl.filedl{line-height: 0.5rem;margin-bottom:0.3rem;}
.Jobbox .formbtn{text-align: center;}

.Jobbox dl .file{position: relative;width:1.6rem;height:0.5rem;}
.Jobbox dl .file span{display: block;background:#0647a3;text-align: center;line-height: 0.5rem;color:#fff;opacity: 0.5;}
.Jobbox dl .file span img{position: relative;margin-right:0.15rem;}
.Jobbox dl .file input{position: absolute;width:100%;height:100%;top:0;left:0;opacity: 0;}


@media ( max-width:768px){
	.Jobbox{font-size: 14px;}
	.Jobtit{ font-size:18px;line-height: 45px;}
	.JobForm dl{ width:auto; float:none; padding-left:0%;line-height: 22px;}
	.JobForm dl.other{ width:auto;padding-left:0%;}
	.JobForm dl dt{ width:27%;}
	.JobForm dl dd{ width:70%;}
	.JobForm dl.other dt{ width:25%;}
	.JobForm dl.other dd{ width:70%;}
	.JobForm .sendbtn{ width:100px; height:35px;}
	.JobForm .resetbtn{ width:100px; height:35px;}
	.Jobbox{ width:92%;box-sizing: border-box;}
	.Jobbox .mfp-close{ right:5px; top:5px; width:25px; height:25px; line-height:25px; font-size:25px;font-weight: normal;}
}


/* 业务领域 */
.SubPages *{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */ /*设置的区域宽度用百分比固定为父元素的宽度对应的百分百，不会收到padding或是border把盒子撑大*/
	line-height: 0.3rem;font-size: 0.16rem;
	}
	.SubPages *:before,	.SubPages *:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		}
.SubTits{border-left: 5px solid #0647a3;padding-left: 15px;font-weight: bold;margin-bottom: 0.4rem;}
.SubTits .en{color:#cddaed;line-height: 0.24rem;margin-bottom: 6px;text-transform: uppercase;font-family: Barlow;font-size: 0.34rem;}
.SubTits .cn{color:#0647a3;line-height: 0.35rem;font-size: 0.34rem;}

.SinglePage{ position:relative;word-wrap:break-word;word-break:normal;text-align:justify; color:#333333;}

.BusinessInfo{margin-bottom: 0.85rem;}
.BusinessInfo .Slogan{border-top: 1px solid #b17f3e;border-bottom: 1px solid #b17f3e;padding:24px 0;width: 399px;float: left;color:#b17f3e;margin-left: 16px;}
.BusinessInfo .Slogan p{line-height: 20px;text-transform:uppercase;font-style: italic;font-family: harml_Light;}
.BusinessInfo .Slogan b{margin-bottom: 5px;font-size: 0.3rem;display: block;}
.BusinessInfo .Info{float: right;width:56.5%;margin-top: -15px;font-family: harml_Light;}

.BusinessItem{margin-bottom: 0.8rem;background:#f8f8f8;}
.BusinessItem:last-child{margin-bottom: 0;}
.BusinessItem .info{padding:0.5rem 1.1rem 0.5rem 2rem;position: relative;}
.BusinessItem .info .ico{position: absolute;left: -1.4rem;top: -0.27rem;width: 1.1rem;height: 1.1rem;display: flex;justify-content: center;align-items: center;transition: all 0.3s;}
.BusinessItem .info .ico:After{content: "";position: absolute;left: 0;top: 0;background:url(../images/quan2.png) center center no-repeat;background-size: contain;width: 100%;height: 100%; animation:turn 3s linear infinite;transition: all 0.3s;}
.BusinessItem .info .ico img{width: 0.66rem;height: 0.66rem;}
.BusinessItem .info .title{position: relative;}
.BusinessItem .info .title .ti{font-size: 0.36rem;color:#333333;line-height: 0.42rem;}
.BusinessItem .info .title p{line-height: 0.24rem;color:#999999;font-size: 0.18rem;font-style: italic;text-transform: uppercase;}
.BusinessItem .info .desc{margin:0.16rem 0 0.3rem;color:#333333;font-family: harml_Light;}
.BusinessItem .info .more{color:#fff;text-align: center;width: 150px;line-height: 50px;background:#123f7f;font-family: harml_Light;}
.BusinessItem .info:hover .more{background:#b17f3e;}
.BusinessItem .imgbox{width: 56%;}

.BusinessDetail{height: 50px;min-height: 50px;overflow: hidden;}
.BusinessDetail .w1600{position: relative;}
.BusinessDetail .w1600:After{position: absolute;right: 3.3rem;top: -0.8rem;height: 108%;width: 1px;background:#eeeeee;content: '';}

.BusinessDetail .LeftCon{width: calc(100% - 4.25rem);float: left;font-family: harml_Light;}
.BusinessDetail .Menus{width: 3.3rem; float: right;}
.BusinessDetail .Menus li{position: relative;border-bottom: 1px solid #eeeeee;}
.BusinessDetail .Menus li:After{left: 0;top: 0;width: 0;height: 100%;content: "";background:#b17f3e;transition: all 0.3s;position:absolute;}
.BusinessDetail .Menus li a{display: block;position: relative;z-index: 1;padding:0.14rem 0.2rem 0.14rem 0.58rem;}
.BusinessDetail .Menus li a:after{position: absolute;left: 0;width: 7px;height: 12px;top: 0.24rem;background:url(../images/arr3.png);content: "";transition: all 0.3s;opacity: 0;}
.BusinessDetail .Menus li:hover a,.BusinessDetail .Menus li.on a{color:#fff;}
.BusinessDetail .Menus li:hover:after,.BusinessDetail .Menus li.on:after{width: 100%;}
.BusinessDetail .Menus li:hover a:after,.BusinessDetail .Menus li.on a:after{opacity: 1;left: 27px;}
.BusinessDetail .Menus{width: 3.3rem; float: right;}
.BusinessDetail .Menus .text{background:#f8f8f8;font-family: harml_Light;line-height: 28px;padding:0.2rem 0.35rem;position: relative;z-index: 1;display: none;}

.BusinessDetail .Menus.gc li a{padding-left: 0.38rem;cursor: pointer;}
.BusinessDetail .Menus.gc li.on .text{display: block;}
.BusinessDetail .Menus.gc li:hover a:after,.BusinessDetail .Menus.gc li.on a:after{left: 17px;}

.BusinessDetail .Menus .slick-arrow{left: 50% !important;margin-left: -23px;top: auto;border:0;background-color:transparent !important;
	-webkit-animation: TopBot 1s ease-in-out infinite both;
    -moz-animation: TopBot 1s ease-in-out infinite both;
    -o-animation: TopBot 1s ease-in-out infinite both;
       animation: TopBot 1s ease-in-out infinite both;}
.BusinessDetail .Menus .slick-prev{top: -20px;}
.BusinessDetail .Menus .slick-prev a{background-image: url(../images/top.png);}
.BusinessDetail .Menus .slick-next{bottom: -80px;}
.BusinessDetail .Menus .slick-next a{background-image: url(../images/bottom.png);}



.Zlbox{width: 100%;margin:0 auto 0.3rem;position: relative;}
/* .Zlbox .flipster ul{height:5.2rem !important;} */
.Zlbox .flipster li{ width:6.42rem; text-align:center;}
.Zlbox .flipster li a{ display:block; margin:0px auto; width:6.42rem;display: flex;align-items: center;justify-content: center;color:#333333;padding: 0.6rem ;flex-direction: column;text-align: center;}
.Zlbox .flipster li a img{ height:2.95rem;transition: all 0.3s;}
.Zlbox .flipster li span{opacity: 0;border-bottom: 1px solid #eeeeee;padding:0.2rem 0;width: 100%;display: block;transform: translateY(-100%);transition: all 0.3s;}
.Zlbox .flipster .flip-current a img{height:4.14rem;}
.Zlbox .flipster li.flip-current {width: 7rem;margin-left: -0.35rem;}
.Zlbox .flipster li.flip-current a{width: 7rem;padding: 0;}
.Zlbox .flipster li.flip-current span{opacity: 1;transform: translateY(0);}
.Zlbox .flipto-prev,.Zlbox .flipto-next{ border-radius:50%; display:block; top:1.8rem; width:0.45rem; height:0.45rem; position:absolute;background-color:#fff;box-shadow: 0 0 30px rgba(0,41,76,0.2);border-radius: 50px;background-position: center center;background-repeat: no-repeat;font-size: 0;}
.Zlbox .flipto-prev{ left:0;background-image: url(../images/prev.png);}
.Zlbox .flipto-next{ right:0;background-image: url(../images/next.png);}

.ScrollCase{white-space: nowrap;padding-bottom: 0.6rem;overflow-x:auto;margin-bottom: 0.5rem;}
.ScrollCase li{display: inline-block;width: 3rem;margin-right: 0.16rem;vertical-align: top;}
.ScrollCase .imgbox{padding-top: 1.8rem;}
.ScrollCase .ti{margin-top: 15px;white-space: normal;line-height: 24px;overflow: hidden;word-break:normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: 48px;}
.ScrollCase.sub{white-space: normal;margin-left: -0.16rem;padding-bottom: 0;}
.ScrollCase.sub li{width: 25%;float: left;padding: 0 0 0.4rem 0.3rem;margin-right: 0;}
.ScrollCase.sub li:nth-child(4n+1){clear: both;}
.ScrollCase .imgbox{padding-top: 64%;}


.Mores{color:#fff;text-align: center;width: 150px;line-height: 50px;background:#123f7f;font-family: harml_Light;margin:0px auto;display: block;}
.Mores:hover{background:#b17f3e;color:#fff;}

@media(max-width:1024px){
	.BusinessInfo .Slogan{width: 3.99rem;}
}

@media(max-width:768px){
	.SubTits{margin-bottom: 20px;}
	.SubTits .en,.SubTits .cn{font-size: 18px;line-height: 20px;}

	.SubPages *{font-size: 14px;line-height: 28px;}

	.BusinessInfo .Slogan{width: auto;float: none;}
	.BusinessInfo .Info{width: auto;float: none;margin: 15px 0 0 16px;}
	.BusinessInfo .Slogan b{font-size: 18px;}

	.BusinessItem{display: block;}
	.BusinessItem .imgbox{display: block;width: auto;}
	.BusinessItem .info{display: block;padding-top: 20px;padding-bottom: 20px;}
	.BusinessItem .info .title {margin-bottom: 10px;}
	.BusinessItem .info .title .ti{font-size: 18px;line-height: 34px;}
	.BusinessItem .info .more{width: 90px;line-height: 30px;}
	.BusinessItem .info .ico{top: 3px;}

	.BusinessDetail .Menus{width: auto;float: none;margin-bottom: 20px;}
	.BusinessDetail .LeftCon{width: auto;float: none;}
	.BusinessDetail .Menus .slick-arrow{display: none !important;}
	.BusinessDetail .Menus li a{text-align: center;padding-left: 0;}
	.BusinessDetail .Menus li a:after{display: none;}
	.BusinessDetail .w1600:After{display: none;}

	.Zlbox .flipto-prev,.Zlbox .flipto-next{width: 35px;height: 35px;}

	.ScrollCase li{width: 4rem;}
	.Mores{width: 100px;}
}

@media(max-width:580px){
	.ScrollCase li{width: 6rem;}
	.Zlbox .flipster li.flip-current{width: 11rem;margin-left: -2.25rem;}
	.Zlbox .flipster li.flip-current a{width: 11rem;}
	.Zlbox .flipster .flip-current a img{height: 7rem;}
	.Zlbox .flipster li a {width: 5rem;padding:2rem 0 0;}
	.Zlbox .flipto-prev, .Zlbox .flipto-next {top: 2.8rem;}

	.ScrollCase.sub li{width: 50%;}
	.ScrollCase .ti{margin-top: 10px;}

}

/* 两特三大核心技术 */
.TecBox{padding-bottom: 0.3rem;}
.TecBox:last-child{padding-bottom: 0;}
.TecBox .Info{position: relative;margin-bottom: 20px;padding:0 0.7rem;}
.TecBox .Info .title{margin-bottom: 15px;font-family: harml_Regular;padding-top: 0.48rem;}
.TecBox .Info .title .num{position: absolute;left: 0;top: 0;font-size: 0.72rem;font-family: harml_Regular;font-weight: bold;color:#b17f3e;line-height: 0.6rem;}
.TecBox .Info .title .num:after{position: absolute;top: 0.08rem;left: 0.65rem;content: "";border-left: 1px solid #b7894d;height: 0.85rem;background:#fff;width: 0.3rem;transform: skew(-45deg);}
.TecBox .Info .title .cn{font-size: 24px;position: relative;z-index: 10;}
.TecBox .Info .title .en{font-size: 14px;color:#999999;text-transform:uppercase;position: relative;z-index: 10;font-style: italic;}
.ScrollCase2 {padding-left: 0.55rem;padding-right: 0.55rem;padding-bottom: 0.3rem;}
.ScrollCase2 .item{padding:0.15rem 0.1rem;}
.ScrollCase2 .item a{display: block;padding:0.11rem;transition: all 0.3s;}
.ScrollCase2 .item .ti{min-height: 41px;line-height: 24px;}
.ScrollCase2 .item .imgbox{margin-bottom: 16px;padding-top: 2.2rem;}
.ScrollCase2 .item:hover a{box-shadow: 0 0 20px rgba(0,0,0,0.12);}
.ScrollCase2 .slick-arrow{top: 1.15rem;margin-top: 0;}
.ScrollCase2 .slick-prev{left: -0.56rem;}
.ScrollCase2 .slick-next{right: -0.56rem;}
.ScrollCase2 .slick-prev:After{position: absolute;left: -0.07rem;top: -0.89rem;height: 2.2rem;width: 0.53rem;content: "";background: -webkit-linear-gradient(left, #fff 0%, #e3eaf3 100%);z-index: -1;}
.ScrollCase2 .slick-next:After{position: absolute;right: -0.07rem;top: -0.89rem;height: 2.2rem;width: 0.53rem;content: "";background: -webkit-linear-gradient(left, #e3eaf3 0%, #fff 100%);z-index: -1;}

.TitleInfo{text-align: center;padding: 17px 0;border-bottom: 1px solid #ededed;margin-bottom: 0.4rem;background:url(../images/sup2.png) center bottom no-repeat;background-size: 2.5%;clear: both;}
.TitleInfo .ti{padding-bottom: 0.1rem;color:#221f1f;font-size: 0.3rem;line-height: 0.4rem;}
.TitleInfo .other{color:#a7a7a7;font-size: 14px;}
.TitleInfo .other span{display: inline-block;margin:0 10px;}

.PrevNextBox {border-top: 1px solid #ececec;margin-top: 0.63rem;padding-top: 0.34rem;position: relative;}
.PrevNextBox dl{padding:0 80px 0 88px;position: relative;line-height: 0.48rem;min-height: 0.48rem;border-bottom: 1px dotted #eee;}
.PrevNextBox dl dt{position: absolute;left: 0;top: 0;color:#7c7777;}
.PrevNextBox dl dd .date{position: absolute;right: 0;top: 0;font-size: 18px;color:#afa7a7;font-family: "DINCond";}
.PrevNextBox .back{display: block;margin: 0.34rem auto 0;width: 1.82rem;line-height: 0.52rem;color:#fff;font-size: 0.18rem;border-radius: 25px;background:#a9844c;text-align: center;}
.PrevNextBox .back img{display: inline-block;vertical-align: middle;margin-right: 11px;transition: all 0.3s;}
.PrevNextBox .back:hover{background:#956e33;}
.PrevNextBox .back:hover img{transform: rotate(-90deg);}

@media(max-width:1024px){
	
	.TitleInfo{background-size:5%;}
	.TitleInfo .ti{font-size: 18px;line-height: 26px;}
	
	.PrevNextBox .back{top: -40px;width: 120px;line-height: 40px;font-size: 14px;}
	.PrevNextBox dl{padding:0 0 0 60px;line-height: 30px;min-height: 30px;}
	.PrevNextBox dl dd .date{display: none;}
	}
	@media(max-width:768px){
		.ScrollCase2 .item .imgbox{padding-top: 4rem;}
		.ScrollCase2 .slick-next:After,.ScrollCase2 .slick-prev:After{height: 4rem;}

		.TecBox .Info .title .cn{font-size: 18px;}
		.TecBox .Info .title .en{line-height: 20px;}
		
	}


/* CIS系统 */
.CISSlogan{border-top: 1px solid #eeeeee;border-bottom: 1px solid #eeeeee;padding:0.6rem 0 0.7rem;width: 45%;float: left;}
.CISFocus{width: 50%;float: right;margin: -0.68rem 0 0.7rem;}
.CISFocus .imgbox{padding-top: 4rem;}
.CISFocus .item{position: relative;}
.CISFocus .tit{position:absolute;left: 0;z-index: 1;bottom: 0;width: 100%;line-height: 0.48rem;color:#fff;padding:0 0 0 0.48rem;background:rgba(0,0,0,0.6);}
.CISFocus .slick-arrow a{box-shadow: 0 0 0 rgba(0,0,0,0);width: 26px;height: 42px;background-color:rgba(0,0,0,0.6);border-radius: 0;}
.CISFocus .slick-prev {left: 0;}
.CISFocus .slick-prev a{background-image: url(../images/leftarr.png);}
.CISFocus .slick-next {right: 0;}
.CISFocus .slick-next a{background-image: url(../images/rightarr.png);}

.CultureBox{ clear: both;}
.CultureBox li{width: 25%;float: left;border: 1px solid #eeeeee;margin-top: -1px;margin-left: -1px;}
.CultureBox li a{display: block;padding:0.25rem 0.3rem 0 0.6rem;height: 2.4rem;transition: all 0.3s;background:#fafbfe;}
.CultureBox .ico {position: relative;width: 0.72rem;height: 0.6rem;margin-bottom: 0.26rem;}
.CultureBox .ico .i1, .CultureBox .ico .i2 {display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0px;}
.CultureBox .ico .i1 {transition: 400ms;}
.CultureBox .ico .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.CultureBox .ti {font-size: 0.24rem;line-height: 0.3rem;}
.CultureBox .desc {color:#999999;margin-top: 10px;line-height: 18px;font-family: harml_Light;}
.CultureBox li:hover .ico .i2 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.CultureBox li:hover .ico .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}
.CultureBox li:hover a {background:url(../images/culturebg.jpg) center center no-repeat;background-size: cover;color:#fff;}
.CultureBox li:hover .desc{color:#fff;}

@media(max-width:1560px){
	.CultureBox li a{padding:0.2rem 0.2rem 0 0.2rem;}
}
@media(max-width:1024px){
	.CultureBox li{width: 50%;}
}
@media(max-width:768px){
	.CultureBox li{width: auto;float: none;}
	.CultureBox .ico{width: 40px;height: 33px;}
	.CultureBox li a{padding:15px;height: auto;}
	.CultureBox .ti{font-size: 18px;line-height: 35px;}
	.CISSlogan{width: auto;float: none;margin-bottom: 15px;}
	.CISFocus{width: auto;float: none;}
	.CISFocus .imgbox{padding-top: 64%;}
	.CISFocus .tit{line-height: 40px;}
}


/* 人才队伍 */
.HrInfo{position: relative;}
.HrInfo .imgbox{padding-top: 4rem;width: 50%;float: right;}
.HrInfo .timg{position: absolute;left: -1.29rem;top: -1rem;width: 2.9rem;z-index: 3;}
.HrInfo .info{position:absolute;bottom: 0;left: 1.29rem;width: 50%;border:1px solid #eeeeee;padding:0.6rem 1.1rem 0;height: 300px;z-index: 2;background:#fff;}
.HrInfo .title {color:#a8814d;margin-bottom: 18px;}
.HrInfo .title .cn{font-size: 0.24rem;margin-bottom: 5px;}
.HrInfo .title .en{font-size: 14px;text-transform: uppercase;line-height: 18px;}
.HrInfo .desc{font-family: harml_Light;line-height: 0.3rem;font-size: 0.16rem;}

.HrTit{margin:0.5rem 0 0.28rem;font-family: harml_Regular;padding: 0.25rem 0 0 0.64rem;position: relative;}
.HrTit .num{position: absolute;left: 0;top: 0;font-size: 0.48rem;font-family: harml_Regular;font-weight: bold;color:#b17f3e;line-height: 0.4rem;}
.HrTit .num:after{position: absolute;top: 0.08rem;left: 0.45rem;content: "";border-left: 1px solid #b7894d;height: 0.5rem;background:#fff;width: 0.3rem;transform: skew(-45deg);}
.HrTit .num em{position: relative;z-index: 1;background:#fff;line-height: 0.45rem;display: block;font-size: 0.48rem;}
.HrTit .cn{font-size: 0.3rem;position: relative;z-index: 10;}

.TeamList li{width: 33.333%;float: left;background:#fbfbfb;border-right: 1px solid #eeeeee;padding:0.96rem 0.3rem 0.45rem 0;position: relative;text-align: center;}
.TeamList .ti{position: absolute;left: 0;top: 0.3rem;padding:0 0.37rem 5px 0.3rem;line-height: 0.5rem;font-size: 18px;color:#fff;background:url(../images/titbg.png) right center no-repeat;background-size: cover;}
.TeamList li:nth-child(3n+1){clear: both;}
.TeamList li:nth-child(3n+3){border-right: 0;}

.TeamList2 .slick-list{margin-left: -0.21rem;}
.TeamList2 .item{padding-left: 0.21rem;}
.TeamList2 .item a{display: block;position: relative;}
.TeamList2 .item a:after{left: 0;bottom: 0;width: 0;height: 2px;content: "";position: absolute;transition: all 0.3s;background:#a7824b;}
.TeamList2 .imgbox{padding-top: 100%;}
.TeamList2 .info{border-bottom: 1px solid #eeeeee;line-height: 24px;padding-bottom: 9px;margin-top: 16px;}
.TeamList2 .ti{font-weight: bold;font-size: 18px;}
.TeamList2 .desc{height: 48px;font-family: harml_Light;overflow: hidden;line-height:24px;transition: all 0.3s;}
.TeamList2 .item a:hover:after{width: 50%;}
.TeamList2 .slick-prev{left: -23px;}
.TeamList2 .slick-next{right: -23px;}
.TeamList2 .item a:hover .desc{height:auto}

@media(max-width:1600px){
	.HrInfo .info{padding-right: 0.4rem;height: auto;padding-bottom: 0.4rem;}
}
@media(max-width:1366px){
	.HrInfo .desc{font-size: 14px;}
}
@media(max-width:768px){
	.HrInfo .timg{left: 0px;top:-25px;width: 100px;}
	.HrInfo .info{width: auto;position: static;margin-left: 45px;margin-top: 50px;margin-bottom: 15px;}
	.HrInfo .imgbox{width: auto;float: none;padding-top: 64%;}
	.HrInfo .title .cn{font-size: 18px;}
	.HrInfo .desc{line-height: 24px;}

	.HrTit {padding-left: 30px;}
	.HrTit .cn{font-size: 18px;}
	.TeamList li{width: auto;float: none;padding:45px 20px;}
	.HrTit .num em{font-size: 20px;}
	.HrTit .num:after{left: 25px;}
	.TeamList .ti{line-height: 30px;font-size: 16px;}
	.TeamList2 .slick-prev{left: 0;}
	.TeamList2 .slick-next{right: 0;}
	.TeamList2 .ti{font-size: 16px;}
}

/* 联系我们 */
.ContactBg{background:url(../images/contactbg.jpg) center bottom no-repeat;}
.ContactLeft{width: 65%;float: left;padding-right: 14%;position: relative;}
.ContactLeft:After{right: 10.5%;top: 0;width: 1px;height: 100%;content: "";background:#eeeeee;position: absolute;}
.ContactLeft .Info{padding: 0 0 0.54rem 2.75rem;position: relative;min-height: 170px;line-height: 0.32rem;font-size: 0.18rem;}
.ContactLeft .Info .ico{position: absolute;left: 0.6rem;top: 0;width: 1.6rem;}
.ContactLeft .Info p i{margin-left: 0.35rem;}
.ContactLeft .Info p b{color:#a8844b;}
#dituContent{border:1px solid #eeeeee;padding:10px;background: #fff;}
#dituContent #map{height: 3.7rem;}
#dituContent .addMap img{width:100%;}

.ContactList{width: 35%;float: right;}
.ContactList .item{border-bottom: 1px solid #eeeeee;margin-bottom: 0.56rem;padding-bottom: 0.29rem;font-size: 0.18rem;}
.ContactList .item:last-child{margin-bottom: 0;}
.ContactList .title{color:#fff;padding:0 0.2rem 0.1rem;line-height: 0.57rem;border-radius: 3px 3px 0 0;background:url(../images/titlebg.png) 0px bottom no-repeat;margin-bottom: 6px;}
.ContactList p{margin-bottom: 10px;line-height: 24px;}
.ContactList p i{margin-left: 0.35rem;}
.ContactList p b{color:#a8844b;}

@media(max-width:1024px){
	.ContactLeft{width: auto;float: none;padding: 0 0 0.6rem 0;}
	.ContactList{width: auto;float: none;}
	.ContactLeft:After{display: none;}
	#dituContent #map{height: 9rem;}
	.ContactList .title{line-height: 35px;padding-bottom: 10px;}
}



/*上下动*/
@-o-keyframes TopBot {
    0% {
        -o-transform: translateY(-27px);
           transform: translateY(-27px);
    }
    50% {
        -o-transform: translateY(-15px);
           transform: translateY(-15px);
    }
    100% {
        -o-transform: translateY(-27px);
           transform: translateY(-27px);
    }
}
@keyframes TopBot {
    0% {
        -webkit-transform: translateY(-27px);
           -moz-transform: translateY(-27px);
             -o-transform: translateY(-27px);
                transform: translateY(-27px);
    }
    50% {
        -webkit-transform: translateY(-15px);
           -moz-transform: translateY(-15px);
             -o-transform: translateY(-15px);
                transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(-27px);
           -moz-transform: translateY(-27px);
             -o-transform: translateY(-27px);
                transform: translateY(-27px);
    }
}
@-webkit-keyframes TopBot {
    0% {
        -webkit-transform: translateY(-27px);
                transform: translateY(-27px);
    }
    50% {
        -webkit-transform: translateY(-15px);
                transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(-27px);
                transform: translateY(-27px);
    }
}
@-moz-keyframes TopBot {
    0% {
        -moz-transform: translateY(-27px);
             transform: translateY(-27px);
    }
    50% {
        -moz-transform: translateY(-15px);
             transform: translateY(-15px);
    }
    100% {
        -moz-transform: translateY(-27px);
             transform: translateY(-27px);
    }
}

/*20230407*/
.VideoList li{width: 32%;float: left;margin-right: 2%;margin-bottom: 2%;}
.VideoList li:nth-child(3n){margin-right: 0;}
.VideoList li .imgbox{width: 100%;padding-bottom: 66.66%;}
.VideoList li .tit{text-align: center;font-size: 0.2rem;height: 0.6rem;line-height: 0.6rem;}
.VideoList li .imgbox span:after{width: 0.8rem;height: 0.8rem;left: 50%;top: 50%;position: absolute; transform: translate(-50%,50%);content: ""; background: url(../images/play2.png) no-repeat center/cover;opacity: 0;transition: all 0.3s}
.VideoList li:hover  .imgbox span:after{transform: translate(-50%,-50%);;opacity: 1;}
.SinglePage video{display: block;margin: 0 auto;max-width: 60%}




/*20230413*/
.MenuList {width: 30%;background: #F6F6F6;float: left;text-align: left;}
.MenuList h1 {height: 80px;background-color: #0c55b8;font-size: 26px;color: #ffffff;text-align: center;line-height: 80px;}
.list{width: 100%;padding-bottom: 150px;}
.list ul li{border-bottom: 1px solid #dedede;}
.list ul li a{padding-left: 10px;color: #333; font-size:16px; display: block; font-weight: normal;; height:56px;line-height: 20px;position: relative;display: flex;align-items: center;padding-right: 5%;}
.list ul li .inactive{ background:url(../images/off.png) no-repeat 98% center;}
.list ul li .inactives{background:url(../images/on.png) no-repeat 98% center;} 
.list ul li ul{display: none;}
/*.list ul li.active  ul{display: block;}*/

.list ul li ul li { border-left:0; border-right:0; background-color:#FaFaFa; border-color:#dedede;}
.list ul li ul li ul{display: none;}
.list ul li ul li a{ padding-left:20px;color: #666;font-size: 16px;}
.list ul li ul li a.active{color: #0c55b8}
.list ul li ul li ul li { background-color:#FeFeFe; border-color:#dedede; }
.last{ background-color:#d6e6f1; border-color:#dedede; }
.list ul li ul li ul li a{ color:#999; padding-left:30px;font-size: 14px;}
.list ul li ul li ul li a.active{color: #0c55b8}

.Rightlist {width: 67%;}
.Content_info {border: 1px solid #EBEBEB;padding: 20px 90px;display: inline-block;font-size: 14px;}
.Content_info p {width: 50%;float: left;line-height: 40px;}
.Content_info p strong {color: #333;display: inline-block;width: 80px;text-align: justify;}
.Content_b {margin-top: 0;}
.Content_b table{width:100% !important;border-collapse: collapse;border-spacing: 0;border: 1px solid #666 !important;}
.Content_b table td{height:40px;border:1px solid #666 !important;width:auto !important;}
.Content_b table td *{ont-size:16px;}
.Content_b .title {font-size: 28px;line-height: 40px;color: #333333;font-weight: normal;}
.Content_b .info {font-size: 16px;color: #333;margin-top: 15px;padding-bottom: 40px;border-bottom: 1px solid #030303;}
.Contents p {font-size: 16px;line-height: 30px;color: #333;}
.Contents *{padding: 0!important;color:#333!important;font-weight:normal!important;}
.Contents h3 {font-size: 16px;color: #333333;/* height: 40px;*/line-height: 40px;}
.Contents {padding: 40px 0 100px;text-align: left;}


@media(max-width:1024px){
.Rightlist,.MenuList{width: 100%;}
.list{padding-bottom: 0;}
}







</pre></body></html>