﻿@charset "utf-8";
*{
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}
*:before,*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@font-face {
	font-family: "bellmt";
	src: url("../fonts/bellmt.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

html{-webkit-text-size-adjust:100%;font-size:5.2083333vw;}
html,body{height:100%;}

body{padding:0; margin:0px auto; font-size:0.16rem; line-height:1.5; color:#333; width:100%; min-width:1220px; zoom:1;font-family: sans-serif; background:#fff;}
ul,ol,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:16px; border-radius:0; -webkit-border-radius:0; color:#545454;font-family: sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address,aside,article,pre{margin: 0; display: block;font-family: sans-serif;} /*html5设置*/
pre{white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;}
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:top;}
a{ color:#000000; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#0970e5;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #666666;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #666666;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #666666;}

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;
}

/*网页滚动条*/
html,body {
	scrollbar-face-color:#d2a562; /*滚动条3D表面（ThreedFace）的颜色*/
		scrollbar-highlight-color:#fff; /*滚动条3D界面的亮边（ThreedHighlight）颜色*/
		scrollbar-shadow-color:#58504a; /*滚动条3D界面的暗边（ThreedShadow）颜色*/
		scrollbar-3dlight-color:#58504a; /*滚动条亮边框颜色*/
		scrollbar-arrow-color:#000; /*滚动条方向箭头的颜色 */
		scrollbar-track-color:#58504a; /*滚动条的拖动区域(TrackBar)颜色*/
		scrollbar-darkshadow-color:#fff; /*滚动条暗边框（ThreedDarkShadow）颜色*/
	}

::-webkit-scrollbar{
            width: 6px; height:6px;-webkit-overflow-scrolling : touch;
            background-color: #e6e6e6;}
::-webkit-scrollbar-track{
            background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #58504a;}
::-webkit-scrollbar-button{
            height: 0px;
            background-color: #e6e6e6;}
/*公用样式*/
.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;}
.Contain{ z-index:10; position:relative; clear:both; width:92%;max-width: 1400px; margin:0px auto;}
.w1400{ z-index:10; position:relative; clear:both; width:92%;max-width: 1400px; margin:0px auto;}
.nones{ opacity:0; position:absolute; width:100%; left:0; top:0; visibility:hidden;}

/*font*/
.f_gray{ color:#333333;}
.iconfont{ font-size:24px; vertical-align:middle;}
/* .tit{overflow: hidden;word-break:normal;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;} */
.p,.dot1,.dot2,.dot3,.dot4,.dot5,.dot6,.dot7{overflow: hidden;word-break:normal;text-overflow: ellipsis;display: -webkit-box;
	-webkit-box-orient: vertical;}
	.dot1{-webkit-line-clamp: 1;}
	.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;}
	.dot7{-webkit-line-clamp: 7;}

html{font-size: 100px;}
@media (max-width: 1560px) {
html:not(.view){font-size: calc(100 / 1800 * 100vw);}
}
@media (max-width: 1024px) {
html:not(.view){font-size: calc(100 / 1000 * 100vw);}
.iconfont{ font-size:18px;}
body{ font-size:14px; padding-top:1.06rem !important; line-height:24px;min-width:300px;}	
.Contain{min-width: 300px;}
select,input,textarea,button{ font-size:14px;}
}
@media (max-width: 480px) {
html:not(.view){font-size: calc(100 / 560 * 100vw);}
}
:root{
--primary-color__rgb: 1, 64, 153;/*#014099*/
--primary-color: rgba(var(--primary-color__rgb), 1);
--font-weight__l: 100;
--font-weight__r: 400;
--font-weight__m: 500;
--font-weight__sb: 600;
--font-weight__b: 700;
}

/* 弹性布局 */
[class*=flex]{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}
[class*=-aic]{-ms-flex-align:center;align-items:center}
[class*=-aife]{-ms-flex-align:flex-end;align-items:flex-end}
[class*=-aifs]{-ms-flex-align:flex-start;align-items:flex-start}
[class*=-ais]{-ms-flex-align:stretch;align-items:stretch}
[class*=-jcc]{-ms-flex-pack:center;justify-content:center}
[class*=-jcsb]{-ms-flex-pack:space-between;justify-content:space-between}
[class*=-jcfe]{-ms-flex-pack:flex-end;justify-content:flex-end}
[class*=-jcfs]{-ms-flex-pack:flex-start;justify-content:flex-start}
[class*=-row]{flex-wrap:wrap;-ms-flex-wrap:wrap;flex-direction:row;-ms-flex-direction:row}
[class*=-column]{flex-direction:column;-ms-flex-direction:column}
[class*=-reverse]{flex-direction: row-reverse;}
.flex1{flex: 1;}
.w100{width: 100%;}
@media (max-width:1024px){[class*=flex-tablet]{display:block}}
@media (max-width:768px){[class*=flex-tableH]{display:block}}
@media (max-width:640px){[class*=flex-mobileV]{display:block}}
@media (max-width:480px){[class*=flex-mobile]{display:block}}

/*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;}
.imgbox img{ width:100%; height:100%;object-fit: cover;position: relative;z-index: 1;}

.guang:before, .guang:after {opacity: 0;content: "";border-radius: 50%;position: absolute;}
.guang:before {opacity: 0;background: rgba(255,255,255,0.3);zoom: 1;left: -10%;top: -10%;width: 120%;height: 120%;-webkit-animation: guang 1.5s ease-out;-moz-animation: guang 1.5s ease-out;animation: guang 1.5s ease-out;-webkit-animation-iteration-count: infinite;-moz-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.guang:after {background: rgba(255,255,255,0.6);zoom: .9;left: 10%;	top: 10%;width: 80%;height: 80%;z-index: 8;-webkit-animation: guang2 1.1s ease-out;-moz-animation: guang2 1.1s ease-out;animation: guang2 1.1s ease-out;-webkit-animation-iteration-count: infinite;-moz-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.guang:hover:before, .guang:hover:after{opacity: 1;}

/*table*/
.table {display: table;width: 100%;border-collapse: collapse;}
.table .row {display: table-row;}
.table .cell {display: table-cell;height: 100%;vertical-align: middle;}


/*pages*/
.wp_paging{float: none !important;text-align: center;clear: both;font-size: 0.18rem !important;display: flex;justify-content: center;flex-wrap: wrap;padding-top: 0.68rem;align-items: center;}
.wp_paging li{float: none !important;height: auto !important;vertical-align: middle;margin-top: 0 !important;line-height: 0.5rem !important;}
.wp_paging li a{border:1px solid #e5e5e5;padding:0 0.1rem;height: auto !important;line-height:0.5rem !important;float: none !important;}
.wp_paging .page_nav{display: flex;}
.wp_paging .page_nav a{border-radius: 0.05rem;margin: 0 0.05rem;}
.wp_paging li a:hover{border:1px solid #0970e5;background:#0970e5;color:#fff !important;}
.wp_paging li em{font-weight: bold;color:#0970e5;}
.wp_paging li .all_pages{color:#666;}
.wp_paging li .pagingJump{color:#fff;background:#0970e5;border:1px solid #0970e5;height: 0.5rem;display: inline-block;}
.wp_paging li .pagingJump:hover{opacity: 0.8;}
.wp_paging li input{font-size: 16px !important;height: 0.5rem !important;width: 0.5rem !important;border:1px solid #999 !important;margin-top: 0 !important;margin-right: 0.05rem;text-align: center;}

@media(max-width:1024px) {
.wp_paging{font-size: 14px !important;}
.wp_paging li{line-height: 25px !important;}
.wp_paging li a{line-height: 23px !important;}
.wp_paging li input{height: 25px !important;}
}
@media(max-width:580px){
	.wp_paging .page_nav{display: block;margin:10px 0 !important;}
	.wp_paging li a{margin:0 3px !important;padding:0 8px;}
}
/*pages end*/


/*Top*/
.Header{ position:relative;width: 100%; z-index:100;transition: all .3s;background:#fff;}
.Header .Top{color:#999999;padding: 0.08rem 0 0.24rem;}
.Header .Top .home{/*margin-right: 0.37rem;*/position: relative;color: #999999;}
.Header .Top .home:hover{color: #014099;}
/*.Header .Top .home:after{position: absolute;right: -0.19rem;top: 50%;width: 1px;height: 0.14rem;content: "";background-color: #e2e2e2;margin-top: -0.07rem;}*/
.Header .Top .ver{padding-left: 0.21rem;background: url(../images/ico-ver.svg) no-repeat 0 center/0.13rem 0.13rem;}
.Header .Logo{ float:left;}
.Header .Logo img{height: 0.7rem;}
.Header .Toper{padding-bottom: 0.48rem;}

.Search .Searchico{ cursor:pointer;display: none;}
.Search .Searchico:hover{opacity: 0.8;}
.Search .Searchico .icongb1{ display:none;}
.Search .Searchico.on .icongb1{ display:block;}
.Search .Searchico.on .iconso{ display:none;}
.Search .iconfont{ font-size:22px;}

.Search .searchbox{width:5rem;border: 1px solid #014099;position: relative;}
.Search .searchbox .input{ width:100%;height:0.48rem;padding:0 0.15rem;width: calc(100% - 1.19rem);}
.Search .searchbox .input::-webkit-input-placeholder {color: #666666;}
.Search .searchbox .btn { width:1.19rem;height:0.48rem; color:#fff; background:#014099;position: absolute;right: 0;top: 0;}
.Search .searchbox .btn:hover {opacity: 0.8;}

.MainNav{background-color: var(--primary-color);}
.MainNav li{flex:1;position:relative; z-index:100;line-height: 0.6rem;}
.MainNav li:not(:last-child):after{width: 1px;height: 0.16rem;right: 0;top: 50%;margin-top: -0.08rem;content: "";position: absolute;background-color: rgba(255,255,255,0.14);}
.MainNav li:before{left: 0;bottom: 0;width: 100%;height: 0;content: "";transition: all 0.5s;position: absolute;background: url(../images/mainnav.png) no-repeat center top/100% 100%;}
.MainNav span{display: block;}
.MainNav span a{ position:relative; z-index:1;display:block; text-align:center; transition: all ease 0.3s;font-size: 0.18rem;color: #fff;}
.MainNav .arr{ display:none;}
.MainNav li.parent:before,.MainNav li.selected:before,.MainNav li:hover:before{height: calc(100% + 0.08rem);}
.MainNav li:nth-child(4){display:none;}

.NavPull{ z-index:99;display:none; position:absolute; top:100%; left:50%;width:max-content;min-width:1.6rem; line-height:0.4rem;background-image: linear-gradient(to bottom, #ebf2fd , #fdfeff); padding:10px 15px;transform: translateX(-50%);}
.NavPull.null{background:none; padding:0;}
.NavPull dd{padding-top: 11px;line-height: 34px;position: relative;}
.NavPull dd:After{content: "";width: 100%;left:0;bottom: 0;height: 1px;position:absolute;background: var(--primary-color);}
.NavPull a{padding: 0 0 0 15px;text-align: left;font-size: 0.16rem;color:#000000 !important;}
.NavPull a:before{width: 0.05rem;height: 0.05rem;border-radius: 50%;position: absolute;left: 0;top: 50%;background:var(--primary-color);content: "";}
.NavPull a:hover{color:var(--primary-color) !important;}
.NavPull.edu{width: 7.18rem;padding:0.17rem 0 0.38rem 0.4rem;left: auto;right: 0;transform: translateX(0);}
.NavPull.edu .imgbox{width: 35%;padding-top: 160px;float: left;margin:0.23rem 5% 0 0;}
.NavPull.edu .imgbox{width: 35%;padding-top: 160px;float: left;}
.NavPull.edu dl{width: 60%;float: left;width: 200px;}
.NavPull.edu dl dd{position: relative;}
.NavPull.edu .more{position: absolute;left: 100%;opacity: 0;transition: all 0.3s;width: 100px;font-size: 14px;color:#2285f9 !important;}
.NavPull.edu .more i{display: inline-block;vertical-align: middle;width: 20px;height: 9px;background:url(../images/more4.png);margin-left: 0.18rem;}
.NavPull.edu dd:hover .more{left: 120%;opacity: 1;}

.openbtn{ cursor:pointer; display:none;width:32px; height:25px; padding-top:1px; background:#fff; position:absolute; right:4%; top:11px; z-index:999;}
.closebtn{ position:fixed; left:0px; top:1.06rem; width:100%; height:100%; z-index:10; display:none;background: rgba(0,0,0,0.5);}
.openbtn span{ display:block; height:2px; background:#d2a562; border-radius:4px; margin:4px;transition: all ease 0.3s;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 7px) rotate(45deg) !important;
	-moz-transform: translate(0, 7px) rotate(45deg) !important;
	-ms-transform: translate(0, 7px) rotate(45deg) !important;
	-o-transform: translate(0, 7px) rotate(45deg) !important;
	transform: translate(0, 7px) rotate(45deg) !important;}
.openbtn.on .sp2 {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}	
.openbtn.on .sp3 { display:none;}

@media ( max-width:1024px){
.Header{position: fixed;left: 0;top: 0;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.Header .Toper{padding-bottom: 0.1rem;}
.Header .Top{padding: 0.1rem 0;}
.Header .Top .wel{display: none;}
.Header .Logo img{height: 0.4rem;}

.Search .Searchico{display: block;}
.Search .searchbox{position:absolute;width: 94%;top: 100%;left: 3%;background-color: #fff;display: none;}
.Header .openbtn{ display:block;}
.MainNav{ position:fixed; height:100%; overflow-y:auto; z-index:999; width:64%; padding:0; right:-100%;background: #fff;top:1.06rem;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 li{ display:block; position:relative; float:none; border-bottom:1px solid #e9e9e9;border-top:1px solid #f9f8f6; width:auto; margin:0; background:none;height: auto;}
.MainNav li a{ font-size:16px; text-align:left; height:auto; line-height:28px !important; height:auto !important; padding:8px 10px 8px 20px;  border:0; color:#333;}
.MainNav span a:after{ display:none;}
.MainNav li:hover:before,.MainNav li.parent:before{background: var(--primary-color);height: 100%;}
.MainNav li:hover span a,.MainNav li.parent span a{color: #fff;}
.MainNav li:hover .arr,.MainNav li.parent .arr{color: #fff;}
.MainNav .arr{position:absolute; z-index:50; width:50px;height:44px;line-height: 44px; right:60px; top:0px;display: block;}
.MainNav .arr i{ position:absolute; height:auto; background:none; right:10px; top:0px;transition: all ease 0.3s;}
.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;}

.NavPull{ position:static; line-height:30px; padding:8px; width:auto; text-align:left;transform: translateX(0);}
.NavPull dl{ padding:0 !important;width: auto !important;}
.NavPull dd{ position:relative; text-align:left; display:block;font-size: 15px;padding-top: 0;}
.NavPull dd a{font-size: 15px;}
.NavPull dd:last-child:after{display: none;}
}
/*Top*/


/*Bottom*/
.Footer .blank{position: absolute;left: 0;top: -100vh;height: 100vh;z-index: -2;width: 100%;}
.Footer{background:var(--primary-color);padding:1.1rem 0 0.28rem;position: relative;color: #fff;}
.Footer .contact .logo{margin-bottom: 0.28rem;}
.Footer .contact .logo img{height: 0.7rem;}
.Footer .contact p{margin-bottom: 0.1rem;}
.Footer .contact a{color: #fff;display: inline-block;vertical-align: middle;}

.Footer .ewm{text-align: center;}
.Footer .ewm img{width: 1.5rem;display: block;margin: 0px auto 0.19rem;}

.Footer .bottom{padding:0.26rem 0 0;clear: both;border-top: 1px solid rgba(255,255,255,0.1);color: rgba(255,255,255,0.4);margin-top: 0.25rem;}
.Footer .bottom dl{display:flex;justify-content: space-between;}
.Footer .bottom a{color: rgba(255,255,255,0.4);}.Footer .bottom a:hover{color:#fff;}
.Footer .bottom .nav a:not(:last-child){margin-right: 0.27rem;position: relative;}
.Footer .bottom .nav a:not(:last-child):after{position: absolute;right: -0.15rem;top: 50%;width: 0.02rem;height: 0.02rem;margin-top: -0.01rem;background-color: rgba(255,255,255,0.4);content: "";}

.aiico{position:fixed;right: 0.09rem;top: 50%;transform: translateY(-50%);z-index: 100;width: 0.85rem;padding: 0.08rem 0;border-radius: 0.05rem;border: 1px solid #e5e5e5;text-align: center;background-color: #fff;box-shadow: 0 2px 8px rgba(0,0,0,0.1);display: flex;flex-direction: column;align-items: center;justify-content: center;min-height: 0.92rem;color:#333 !important;}
.aiico:before{display: block;content:"";width: 0.53rem;height: 0.5rem;margin: 0px auto;background-position: center center;background-repeat: no-repeat;background-size: contain;}
.aiico:before{background-image: url(../images/aiico.svg);}
.aiico:hover{background-color: var(--primary-color);color: #fff !important;border-color: var(--primary-color);}
.aiico:hover:before{filter: brightness(0) invert(1);}

.rightfix{position:fixed;right: 0.09rem;top: calc(50% - 1.02rem);transform: translateY(-50%);z-index: 100;width: 0.85rem;}
.rightfix .btn{width: 0.85rem;padding: 0.08rem 0;border-radius: 0.05rem;border: 1px solid #e5e5e5;text-align: center;background-color: #fff;box-shadow: 0 2px 8px rgba(0,0,0,0.1);display: flex;flex-direction: column;align-items: center;justify-content: center;}
.rightfix .btn:not(:first-child){margin-top: 0.1rem;}

.rightfix .visit{background-color: var(--primary-color);border-color: var(--primary-color);color: #fff;}
.rightfix .visit img{width: 0.53rem;height: 0.5rem;display: block;margin: 0px auto;object-fit: contain;}
.rightfix .visit:hover{opacity: 0.8;}

.totop{position:fixed;right:0.08rem;bottom:0.1rem;text-align: center; overflow: hidden;width: 50px;height: 50px;line-height:50px;color:#fff;background-image: linear-gradient(to top, #4896f0 , #893abe);z-index:210;cursor: pointer;	visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;border-radius: 5px;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;bottom: 0.15rem;}
.totop i{font-weight: bold;}
.totop:hover{color:#fff;background:#4896f0;}
/* .totop.fix{position: absolute;top: -0.2rem;bottom: auto;} */

@media ( max-width:1024px){
	.Footer{padding:0.25rem 0;}
	.Footer .contact .logo{display: none;}
	.totop{width: 35px;height: 35px;line-height: 35px;}
	/* .totop.fix{top: -35px;} */
	.Footer .ewm img{margin-bottom: 0.05rem;}
.Footer .bottom dl{display:block;}
	.aiico {right: 0;transform: scale(0.8);}
	.rightfix {right: 0;transform: scale(0.8);}
	.rightfix .btn{letter-spacing: -0.1em;}
}
/*Bottom*/


/*首页 s*/
.itemhover{transition: all ease 0.3s;display: block;}
.activehover{-webkit-box-shadow: 0 5px 16px rgba(9,112,229,0.1);
	box-shadow: 0 5px 16px rgba(9,112,229,0.1);
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);}
	.itemhover2{transition: all ease 0.3s;}
	.activehover2{
			-webkit-transform: translate3d(0, -4px, 0);
			transform: translate3d(0, -4px, 0);}

.HomeBan{position: relative;overflow:hidden; background: #000 url(../images/loading.gif) center center no-repeat;clear: both;height: 6rem;}
.HomeBan .item{ position:relative;}
.HomeBan .item .txt{ z-index:10; position:absolute; left:50%;top: 50%;transform: translate(-50%,-50%);font-size: 0.2rem;color:#fff;}
.HomeBan .item .txt h2{font-size: 0.56rem;line-height: 1;margin-bottom: 0.38rem;}
.HomeBan .imgbox {padding-bottom: 6rem;}
.HomeBan .imgbox:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.3);z-index:2;}
.HomeBan .imgbox img{ width:100%; height:100%;object-fit: cover;}

.HomeBan .slick-dots{position: static;}
.HomeBan .slick-dots li {margin: 0;display: none;padding-right: 51px;position: relative;}
.HomeBan .slick-dots li button{width: 40px !important;height: 40px !important;text-align: center;line-height: 40px;border-radius: 0;border:0;}
.HomeBan .slick-dots .slick-active {display: block;}
.HomeBan .slick-dots .slick-active button{font-size: 30px;font-family: "bellmt";color:#fff;background: transparent;}
.HomeBan .slick-dots li:after{content:""; position: absolute; left: 45px; top:20px; width: 51px; height: 1px;background: rgba(255,255,255,0.5);animation-duration: 4.1s; }
.HomeBan .slick-dots li:before{content:""; position: absolute; left: 45px; top:19px; width: 0; height: 1px;background: #fff;animation-duration: 4.1s; }
.HomeBan .slick-dots li.slick-active:before{ -webkit-animation-name: loader; animation-name: loader; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;}

.HomeBan .controls{position: absolute;width: 200px;bottom: 28px;z-index: 10;color:#fff;left: 50%;transform: translateX(-50%);line-height: 40px;text-align: center;}
.HomeBan .controls dt{display: inline-block;vertical-align: top;}
.HomeBan .controls .total{font-size: 20px;opacity: 0.6;font-family: "bellmt";margin-left: 13px;}
@-webkit-keyframes loader {
	0% {
			width: 0;
	}
	50% {
			width: 50%;
	}
	100% {
			width: 51px;
	}
}
@keyframes loader {
	0% {
			width: 0;
	}
	50% {
			width: 50%;
	}
	100% {
			width: 51px;
	}
}
.HomeBan .slick-prev:before{background-image: url(../images/page/prev-on.svg);left: 0;}
.HomeBan .slick-next:before{background-image: url(../images/page/next-on.svg);right: 0;}
.HomeBan:hover .slick-prev{ left:4%;}
.HomeBan:hover .slick-next{right: 4%;}

@media(max-width:1024px){
	.HomeBan .slick-arrow{display: none;}
}
@media(max-width:768px){
	.HomeBan .item .txt{font-size: 13px;line-height:18px;}
	.HomeBan .controls{bottom: 8px;}
	.HomeBan .slick-dots .slick-active button{font-size: 20px;}
	.HomeBan .controls .total{font-size: 18px;}
	.HomeBan{height: 5rem;}
	.HomeBan .imgbox{padding-bottom: 5rem;}
	.HomeBan .item .txt h2{	font-size: 0.34rem;}
}

.TitHead{display: flex;align-items: center;position: relative;padding: 0.04rem 0 0.3rem;}
.TitHead .title{line-height: 1;}
.TitHead .cn{font-size: 0.36rem;margin-right: 0.13rem;font-weight: var(--font-weight__m);}
.TitHead .cn span{color: var(--primary-color);}
.TitHead .en{color: #999999;font-weight: var(--font-weight__l);}
.pub-more{display: flex;align-items: center;}
.pub-more:before{width: 0.26rem;height: 0.26rem;border-radius: 50%;content: "";background: url(../images/more.svg) no-repeat center center/contain;margin: 0 0.06rem 0 0;transition: all 0.5s;}
.pub-more:hover:before{transform: rotate(360deg) scale(1.08);}
.learn-more{font-weight: var(--font-weight__l);display: flex;align-items: center;}
.learn-more:after{content: "";width: 0.2rem;height: 0.2rem;border-radius: 50%;margin-left: 0.13rem;background: url(../images/more2.svg) no-repeat center center/contain;transition: all 0.5s;}
.learn-more.blue:after{background-image: url(../images/more02.svg);}
.learn-more.blue:hover:after{transform: translateX(0.1rem);}

.rows{padding: 0.8rem 0;overflow: hidden;position: relative;}
.HomeNews{background-color: #fff;}
.HomeNews .focus{overflow: hidden;}
.HomeNews .focus a{display: block;}
.HomeNews .focus .item{position: relative;}
.HomeNews .focus .imgbox{padding-bottom: calc(514 / 685 * 100%);}
.HomeNews .focus .imgbox:after{position: absolute;left: 0;bottom: 0;width: 100%;z-index: 1;content: "";background-image: linear-gradient(to bottom, rgba(0,0,0,0) , rgba(0,0,0,0.5));height: 30%;}
.HomeNews .focus .info{position: absolute;left: 0;bottom: 0;padding: 0 2rem 0.22rem 0.3rem;font-size: 0.24rem;color: #fff;width: 100%;z-index: 2;}
.HomeNews .focus .slick-dots{width: 2rem;left: auto;right: 0;bottom: 0.2rem;}
.HomeNews .focus:hover .slick-prev{left: 2%;}
.HomeNews .focus:hover .slick-next{right: 2%;}
.HomeNews .rec{margin-top: 0.2rem;}
.HomeNews .rec .listwz.ul li:nth-child(1){display:none;}

.listwz ol{padding-bottom: 0.3rem;position: relative;border-bottom: 1px dashed #e9e9e9;margin-bottom: 0.18rem;}
.listwz ol:after{position: absolute;left: 0;bottom: -1px;width: 0.26rem;height: 0.03rem;content: "";background-color: var(--primary-color);}
.listwz ol .imgbox{width: 2.4rem;padding-bottom: 1.58rem;}
.listwz ol .info{flex: 1;padding-left: 0.3rem;}
.listwz ol time{font-weight: var(--font-weight__l);color: #333333;}
.listwz ol .tit{margin: 0.16rem 0 0.12rem;font-size: 0.24rem;}
.listwz ol .desc{font-weight: var(--font-weight__l);line-height: 0.3rem;color: #333333;}

.listwz .ul{font-weight: var(--font-weight__l);font-size: 0.18rem;}
.listwz .ul a{height: 0.42rem;line-height: 0.42rem;padding-left: 0.17rem;position: relative;}
.listwz .ul a:before{content: "";left: 0;top: 50%;transform: translateY(-50%);width: 0.07rem;height: 0.07rem;position: absolute;border-radius: 50%;border: 1px solid var(--primary-color);transition: all 0.5s;}
.listwz .ul .tit{flex: 1;}
.listwz .ul time{margin-left: 0.2rem;}
.listwz .ul li:hover a:before{background-color: var(--primary-color);}

@media(min-width:1025px){
.HomeNews{padding-top: 0.6rem;}
.HomeNews .focus{width: calc(685 / 1400 * 100%);}
.HomeNews .focus .imgbox{padding-bottom: 5.14rem;}
.HomeNews .rec{width: calc(684 / 1400 * 100%);margin-top: 0;}
}
@media(max-width:640px){
	.rows{padding: 0.5rem 0 !important;}
}
@media(max-width:480px){
	.listwz ol .imgbox{width: 2.1rem;padding-bottom: 1.4rem;}
	.listwz .ul,.HomeMid .notice ol .tit{font-size: 14px !important;}
	.listwz ol .desc{font-size: 12px;}
}

.HomeUpdates{background-color: #f0f3f5;display:none;}
.HomeUpdates .rec li{background-color: #fff;}
.HomeUpdates .rec a{display: block;padding: 0.38rem 0.43rem;}
.HomeUpdates .rec time{color: var(--primary-color);font-weight: var(--font-weight__l);display: flex;align-items: flex-end;line-height: 1;}
.HomeUpdates .rec time em{font-size: 0.42rem;}
.HomeUpdates .rec .line{height: 0.3rem;margin-bottom: 0.23rem;border-bottom: 1px solid #efefef;}
.HomeUpdates .rec .tit{font-size: 0.2rem;line-height: calc(36 /20);min-height: 3.6em;margin-top: 0.2rem;}
.HomeUpdates .rec .desc{color: #666666;font-weight: var(--font-weight__l);min-height: 0.6rem;line-height:0.3rem;margin-bottom: 0.22rem;}
.HomeUpdates .rec .imgbox{padding-bottom: calc(200 / 360 *100%);}
.HomeUpdates .list{background: url(../images/kydt_bg.jpg) no-repeat center bottom/cover;padding: 0.43rem 0.3rem;color: #fff;width: 100%;margin-top: 0.2rem;}
.HomeUpdates .list time{font-weight: var(--font-weight__l);color: #fff;}
.HomeUpdates .list .tit{min-height: 0.6rem;font-size: 0.18rem;margin-top: 0.06rem;}
.HomeUpdates .list li:not(:last-child){border-bottom: 1px solid rgba(255,255,255,0.16);margin-bottom: 0.16rem;padding-bottom: 0.16rem;}
.HomeUpdates .list li .tit{color: #fff;}
.HomeUpdates .list li:hover .tit{color: #ffcc00;}
@media(min-width:1025px){
	.HomeUpdates .rec{width: calc(923 / 1400 * 100%);}
	.HomeUpdates .list{width: calc(446 / 1400 * 100%);margin-top: 0;}
}
@media(min-width:769px){
	.HomeUpdates .rec li{width: calc(446 / 923 * 100%);}
}
@media(max-width:768px){
	.HomeUpdates .rec a{padding: 0.25rem;}
	.HomeUpdates .rec li:not(:last-child){margin-bottom: 0.15rem;}
}
@media(max-width:480px){
	.HomeUpdates .rec .line{height: 0.12rem;margin-bottom: 0.12rem;}
}

.HomeMid{background-color: rgba(0,0,0,0.015);}
.HomeMid .listwz ol{padding-bottom: 0.4rem;}
.HomeMid .notice ol .tit{font-size: 0.18rem;}
.HomeMid .notice ol .imgbox{padding-bottom: 1.4rem;}
.HomeMid .notice ul{font-size: 0.16rem;}
.HomeMid .notice ul tr:nth-child(1){display:none;}

.HomeMid .fast{margin: 0.2rem 0 -0.06rem;}
.HomeMid .fast li{position: relative;margin-bottom: 0.06rem;}
.HomeMid .fast li:not(:last-child){margin-bottom: 0.06rem;}
.HomeMid .fast .info{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;display: flex;align-items: center;padding: 0 0.45rem 0 0.5rem;justify-content: space-between;}
.HomeMid .fast .info aside{font-size: 0.24rem;display: flex;align-items: center;}
.HomeMid .fast .info img{height: 0.64rem;margin-right: 0.16rem;}
.HomeMid .fast a{color: #fff;}
.HomeMid .fast .imgbox img{height: 1.26rem;}
.HomeMid .fast li:hover .learn-more:after{transform: translateX(0.15rem);}

@media(min-width:1025px){
	.HomeMid .notice{width: calc(923 / 1400 * 100%);}
	.HomeMid .fast{width: calc(446 / 1400 * 100%);margin-top: 0;}
}

/*  */
.HomeAbout{background-color: #f0f3f5;}
.HomeAbout .Contain{background-color: #fff;}
.HomeAbout .imgbox{padding-bottom: calc(470 / 700 * 100%);}
.HomeAbout .imgbox:after{content: "";left: 0;top: 0;width: 100%;height: 100%;position: absolute;z-index: 2;background-color: rgba(0,0,0,0.2);}
.HomeAbout .imgbox em{content: "";left: 0;top: 0;width: 100%;height: 100%;position: absolute;background: url(../images/play.png) no-repeat center center/0.6rem 0.6rem;z-index: 3;cursor: pointer;transition: all 0.5s;}
.HomeAbout .imgbox em:hover{transform: scale(1.1);}
.HomeAbout .info{padding: 0.25rem;}
.HomeAbout .info .desc{color: #666666;font-weight: var(--font-weight__l);margin-bottom: 0.54rem;}

.Organization .title{border-bottom: 1px solid #d2d2d2;margin-bottom: 0.2rem;}
.Organization .title span{display: inline-block;font-size: 0.24rem;color: #1570c1;padding-bottom: 0.13rem;position: relative;}
.Organization .title span:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 0.03rem;background-color: #1570c1;}
.Organization .item{padding-bottom: 0.25rem;}
.Organization .item dl{margin-bottom: 0.11rem;}
.Organization .item dl dt{}
.Organization .item dl dd{flex: 1;font-weight: var(--font-weight__l);}
.Organization .title+.title{padding-top: 0.25rem;}

.ExpertsGroup{margin-bottom: -0.6rem;padding-top: 0.25rem;}
.ExpertsGroup .item{margin: 0.3rem 0 0.6rem;background-color: #f8f8f8;padding: 0 0 0.3rem 0.3rem;}
.ExpertsGroup .item .imgbox{width: 1.9rem;padding-bottom: 2.7rem;transform: translateY(-0.3rem);transition: all 0.5s;}
.ExpertsGroup .item .imgbox:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 0.2rem;z-index: 2;background: url(../images/leaderbg.png) no-repeat center bottom/100% 100%;}
.ExpertsGroup .item .info{flex: 1;padding: 0.29rem 0.6rem 0 0.49rem;}
.ExpertsGroup .item .name{border-bottom: 1px solid #e9e9e9;padding-bottom: 0.13rem;position: relative;margin-bottom: 0.35rem;}
.ExpertsGroup .item .name span{min-width: 0.75rem;font-size: 0.24rem;margin-right: 0.15rem;font-weight: bold;}
.ExpertsGroup .item .name i{font-size: 0.18rem;color: #1570c1;}
.ExpertsGroup .item .name:before{position: absolute;left: 0;bottom: 0;width: 0.75rem;height: 0.03rem;background-color: #1570c1;content: "";}
.ExpertsGroup .item .txt{font-weight: var(--font-weight__l);min-height: 3.5em;margin-bottom: 0.25rem;text-align: justify;}
.ExpertsGroup .item .lx{line-height: 0.3rem;font-weight: var(--font-weight__l);}
.ExpertsGroup .item:hover .imgbox{transform: translateY(-0.4rem);}

.regulations .item:not(:first-child){padding-top: 0.3rem;}
.regulations .item{padding-bottom: 0.3rem;border-bottom: 1px solid #ebebeb;}
.regulations .info{flex: 1;}
.regulations .tit{padding-left: 0.34rem;font-size: 0.2rem;background: url(../images/ico-file.svg) no-repeat 0 center/0.17rem 0.21rem;}
.regulations .desc{margin:0.11rem 0 0 0.34rem;color: #bebebe;}
.regulations .right{font-weight: var(--font-weight__l);font-size: 0.18rem;padding-left: 0.25rem;}
.regulations time{color: #999999;}
.regulations .down{color: var(--primary-color);margin-left: 0.56rem;position: relative;}
.regulations .down:before{position: absolute;left: -0.26rem;width: 1px;content: "";height: 0.21rem;margin-top: -0.1rem;background-color: #e6e6e6;top: 50%;}
.regulations .down:after{display: inline-block;vertical-align: middle;width: 0.2rem;height: 0.21rem;content: "";background: url(../images/ico-down.svg) no-repeat center center/contain;transition: all 0.5s;margin-left: 0.1rem;}
.regulations .down:hover:after{transform: translateY(0.04rem);}

@media(min-width:1025px){
	.HomeAbout .info{width: 50%;padding: 0.56rem;}
	.HomeAbout .info .desc{min-height: 1.5rem;line-height: 0.3rem;}
	.HomeAbout .imgbox{width: 50%;padding-bottom: 4.7rem;}

	.Organization{margin: 0.2rem 0 -0.4rem;padding-right: 2.07rem;}
	.Organization .item{width: calc(492 / 1192 * 100%);padding-bottom: 0.5rem;}
	.Organization .title+.title{padding-top: 0.5rem;}

	.ExpertsGroup .item{width: calc(660 / 1400 * 100%);}
}
@media(max-width:480px){
	.ExpertsGroup .item{padding-left: 0.2rem;}
	.ExpertsGroup .item .info{padding: 0.2rem 0.2rem 0 0.2rem;}
	.ExpertsGroup .item .imgbox{width: 1.3rem;padding-bottom: 2rem;}
	.regulations .item{padding-bottom: 0.2rem;}
	.regulations .item:not(:first-child){padding-top: 0.2rem;}
}
/*首页 end*/


/*栏目页公用样式 s*/
.SubBan img{display: block;width: 100%;height:4.5rem;object-fit: cover;}

.SubPage{min-height: 3rem;padding: 1rem 0;overflow: hidden;}

.SubMenu{background-color: #f8f8f8;min-height: 0.6rem;line-height: 0.6rem;}
.SubMenu li:not(:last-child){margin-right: 0.39rem;}
.SubMenu li{position: relative;font-size: 0.18rem;}
.SubMenu li a{display: block;line-height: 0.6rem;}
.SubMenu li:after{position: absolute;left: 0;bottom: 0;width: 0;transition: all 0.5s;height: 2px;background-color: var(--primary-color);content: "";}
.SubMenu li:hover a,.SubMenu li.selected a,.SubMenu li.parent a{color: var(--primary-color);}
.SubMenu li:hover:after,.SubMenu li.selected:after,.SubMenu li.parent:after{width: 100%;}
.place{background: url(../images/ico-home.svg) no-repeat 0 center/0.15rem 0.14rem;padding-left: 0.3rem;color: #666666;}
.place a{color: #666666;}
.place a:hover,.place a:last-child{color: var(--primary-color);}

.SubTit{margin-bottom: 0.35rem;}
.SubTit h2{font-size: 0.36rem;line-height: 1;color: #000000;}

.SubNav{text-align: center;font-size: 0;margin-bottom: 5.5%;}
.SubNav li{display: inline-block;margin:0 5px 10px;}
.SubNav li a{font-size: 20px;background:#ddd;min-width: 180px;padding:0 10px;display: block;line-height: 50px;position: relative;}
.SubNav li a span{position: relative;z-index: 1;}
.SubNav li a:after{left: 50%;bottom: 0;position: absolute;content: "";background:#034ea1;transition: all 0.3s;height: 100%;width: 0;}
.SubNav li.selected a,.SubNav li.on a{color:#fff;background:#034ea1;}
.SubNav li.selected a:after，.SubNav li.on a:after{width: 100%;left: 0;}
.SubTi{line-height: 69px;font-weight: bold;border-bottom:1px solid #dedede;margin: 44px 0 22px;position: relative;color:#034ea1;font-size: 26px;}
.SubTi:after{content: "";left: 0;bottom: -1px;width: 41px;height: 3px;position: absolute;background:#034ea1;}

.NewsInfo{max-width: 1000px;margin:0px auto;}
.SinglePage{word-wrap:break-word;word-break:normal;text-align:justify;text-justify: distribute;line-height: 32px;color:#000000;font-size: 18px;}
.SinglePage{line-height: 30px;color:#333333;font-size: 16px;}
.SinglePage video{ width:80% !important; margin:0px auto; height:auto !important;}
.SinglePage li{ margin-left:28px; list-style:disc;}

@media ( max-width:1024px){
.SubBan img{height:3rem;}
.SubPage{padding-top: 35px;padding-bottom: 35px;}
.SubMenu{padding: 0.1rem 0;}
.SubMenu ul{overflow-x: auto;white-space: nowrap;flex-wrap: nowrap;margin-bottom: 0.15rem;}
.SubMenu ul::-webkit-scrollbar {
    height: 2px;
}
.SubMenu ul::-webkit-scrollbar-thumb {
    background-color: rgba(1, 64, 153, 0.3);
    border-radius: 2px;
}
.SubMenu ul::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}
.place{line-height: 0.28rem;}
.SinglePage{ line-height:24px; font-size:14px;}
.SinglePage video{ width:100% !important;}
.SinglePage img{ width:100% !important;max-width: 100% !important; height:auto !important;}
}
@media(max-width:480px){
.SubBan img{height:2rem;}
.SubMenu li{font-size: 14px;}
.SubNav li{width: 50%;margin:0 0 10px;}
	.SubNav li a{line-height: 40px;font-size: 13px;min-width: auto;}
}
/*栏目页公用样式 end*/


/*中心概况 s*/
.AboutInfo .info{color: #666666;line-height: calc(32 / 16);font-weight: var(--font-weight__l);text-align: justify;}
.AboutInfo .imgbox{overflow: visible;}
.AboutInfo .imgbox:After{position: absolute;right: -0.3rem;bottom: -0.3rem;background-color: var(--primary-color);content: "";width: 4.22rem;height: 19.635vw;z-index: -1;}
.AboutInfo .numList{display: flex; flex-wrap: wrap; column-gap: 74px; margin-top: 0.5rem;}
.AboutInfo .numList li{flex: 0 0 calc((100% - 2 * 74px) / 3);padding-bottom: 0.24rem;}
.AboutInfo .numList li p{color: #666666;font-weight: var(--font-weight__l);padding-top: 0.05rem;border-top: 1px solid #dddddd;}
.AboutInfo .numList li .num{height: 0.58rem;display: flex;align-items: center;}
.AboutInfo .numList li .num span{color: #1570c1;font-size: 0.36rem;font-weight: var(--font-weight__m);}
.AboutInfo .numList li .num sup{position: relative;top: -0.1rem;margin-left: 0.05rem;}

@media(min-width:1025px){
.AboutInfo .content{width: calc(560 / 1400 * 100%);}
.AboutInfo .imgbox{width: calc(700 / 1400 * 100%);}
}
@media(max-width:1024px){
	.AboutInfo .imgbox:After{right: -0.1rem;bottom: -0.1rem;}
}
@media(max-width:480px){
	.AboutInfo .numList{column-gap: 25px;}
	.AboutInfo .numList li{flex: 0 0 calc((100% - 2 * 25px) / 3);}
}

/* 科学研究 */
.desc{text-align: justify;}
.ResearchList .item:not(:first-child){padding-top: 0.39rem;}
.ResearchList .item{padding-bottom: 0.39rem;border-bottom: 2px solid #f2f2f2;position: relative;}
.ResearchList .item:after{content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background-color: var(--primary-color); transition: width 0.8s ease;}
.ResearchList .item:hover:after{width: 100%;}
.ResearchList .imgbox{padding-bottom: calc(240 / 360 * 100%);}
.ResearchList .info{padding: 0.2rem 0 0 0;}
.ResearchList .mores{display: none;}
.ResearchList time{color: #666666;font-weight: var(--font-weight__l);}
.ResearchList .tit{font-size: 0.2rem;margin: 0.05rem 0 0.18rem;transition: all 0.5s;}
.ResearchList .desc{color: #666666;font-weight: var(--font-weight__l);line-height: 0.3rem;}
.ResearchList .item:hover .tit{font-size: 0.24rem;font-weight: var(--font-weight__b);}
.mores{width: 0.6rem;height: 0.6rem;border-radius: 50%;border: 1px solid #666666;background: url(../images/arr_r_gray.png) no-repeat center center/0.1rem 0.18rem;transition: all 0.5s;}
.item:hover .mores{background-color: var(--primary-color);border-color:var(--primary-color);background-image: url(../images/arr_r_white.png);}

@media(min-width:769px){
	.ResearchList .imgbox{width: calc(360 / 1400 * 100%);padding-bottom: 2.4rem;}
	.ResearchList .info{flex: 1;padding: 0 0 0 0.42rem;}
	.ResearchList .mores{margin-left: 1rem;display: block;}
}
@media(max-width:480px){
	.ResearchList .tit{font-size: 15px;}
}

/* 科研队伍 */
.Research-rec .slick-list{margin: 0 -0.28rem;}
.Research-rec .item {padding: 0 0.28rem;}
.Research-rec .item a{padding: 0.3rem;min-height: 4.45rem;background-color: #f8f8f8;border: 1px solid #eeeeee;}
.Research-rec .item .imgbox{width: calc(240 / 602 * 100%);}
.Research-rec .item .info{flex: 1;padding: 0.03rem 0 0 0.38rem;}
.Research-rec .item .name{margin-bottom: 0.1rem;}
.Research-rec .item .name span{font-size: 0.24rem;}
.Research-rec .item .name i{color: #1570c1;font-weight: var(--font-weight__l);}
.Research-rec .item .lx{margin: 0.2rem 0 0.16rem;padding-bottom: 0.17rem;color: #333;font-weight: var(--font-weight__l);border-bottom: 1px solid #ebebeb;}
.Research-rec .item .lx p:not(:last-child){margin-bottom: 0.11rem;}
.Research-rec .item .lx p{padding-left: 0.25rem;background-repeat: no-repeat;background-position: 0 0.32em;background-size: 0.18rem 0.18rem;}
.Research-rec .item .lx p:nth-child(1){background-image: url(../images/ico-tel.svg);}
.Research-rec .item .lx p:nth-child(2){background-image: url(../images/ico-mail.svg);}
.Research-rec .item .lx p:nth-child(3){background-image: url(../images/ico-bgs.svg);}
.Research-rec .item .desc{font-weight: var(--font-weight__l);color: #333;}
.Research-rec .slick-dots{position: static;margin-top: 0.2rem;}

.graybg{background: #f8f8f8;}
.Research-team .wp_paging{padding-top: 0.4rem;}
.Research-team .item{text-align: center;}
.Research-team .imgbox{padding-bottom: calc(294 / 220 * 100%);margin-bottom: 0.18rem;}
.Research-team .name span{font-size: 0.24rem;}
.Research-team .name i{color: var(--primary-color);display: inline-block;}

.Research-detail .Contain{padding: 0.3rem;min-height: 4.45rem;background-color: #f8f8f8;border: 1px solid #eeeeee;}
.Research-detail .imgbox{width: 18%;}
.Research-detail .info{flex: 1;padding: 0.03rem 0 0 0.38rem;}
.Research-detail .name{margin-bottom: 0.1rem;}
.Research-detail .name span{font-size: 0.24rem;}
.Research-detail .name i{color: #1570c1;font-weight: var(--font-weight__l);}
.Research-detail .lx{margin: 0.2rem 0 0.16rem;padding-bottom: 0.17rem;color: #333;font-weight: var(--font-weight__l);border-bottom: 1px solid #ebebeb;}
.Research-detail .lx p:not(:last-child){margin-bottom: 0.11rem;}
.Research-detail .lx p{padding-left: 0.25rem;background-repeat: no-repeat;background-position: 0 0.32em;background-size: 0.18rem 0.18rem;}
.Research-detail .lx p:nth-child(1){background-image: url(../images/ico-tel.svg);}
.Research-detail .lx p:nth-child(2){background-image: url(../images/ico-mail.svg);}
.Research-detail .lx p:nth-child(3){background-image: url(../images/ico-bgs.svg);}
.Research-detail .desc{font-weight: var(--font-weight__l);color: #333;}
.Research-detail .desc.desc2{min-height: 1rem;margin-bottom: 0.2rem;}
.Research-detail table td{align-items: flex-start;justify-content: space-between;display:flex;}

@media(min-width:1025px){
.Research-team .item{width: calc((100% - 0.75rem * 4) / 5); margin-right: 0.75rem;padding-bottom: 0.56rem;}
.Research-team .item:nth-child(5n){margin-right: 0;}
.Research-rec .item .imgbox img{height: 3.2rem;}
}
@media(max-width:1024px){
.Research-team .item{width: calc((100% - 0.2rem * 2) / 3); margin-right: 0.2rem;padding-bottom: 0.2rem;}
.Research-team .item:nth-child(3n){margin-right: 0;}
}
@media(max-width:480px){
	.Research-rec .item a{padding: 0.12rem;}
	.Research-rec .item .imgbox{width: 26%;}
	.Research-rec .item .info{padding: 0 0 0 0.12rem;}

	.Research-detail .Contain{padding: 0.12rem;}
	.Research-detail .imgbox{width: 26%;}
	.Research-detail .info{padding: 0 0 0 0.12rem;}
}

/* 仪器设备 */
.Equipment-list .item{width: calc((100% - 0.64rem * 2) / 3); margin-right: 0.64rem;padding-bottom: 0.45rem;}
.Equipment-list .item:nth-child(3n){margin-right: 0;}
.Equipment-list .item .imgbox{border: 1px solid #ededed;padding-bottom: calc(302 / 424 * 100%);margin-bottom: 0.25rem;transition: all 0.5s;}
.Equipment-list .item .imgbox img{object-fit: contain;}
.Equipment-list .item .tit{font-size: 0.2rem;}
.Equipment-list .item .info p{font-weight: var(--font-weight__l);margin-top: 0.1rem;color: #333;}
.Equipment-list .item:hover .imgbox{border-color: var(--primary-color);}

.Equipment-info .imgbox{border: 1px solid #ededed;}
.Equipment-info .content{padding-top: 0.2rem;}
.Equipment-info .content{font-size: 0.18rem;font-weight: var(--font-weight__l);}
.Equipment-info .content .info{padding-bottom: 0.31rem;margin-bottom: 0.31rem;border-bottom: 1px solid #ededed;}
.Equipment-info .content .info p:not(:last-child){margin-bottom: 0.14rem;}
.Equipment-info .content .tit{font-size: 0.24rem;color: var(--primary-color);font-weight: var(--font-weight__m);margin-bottom: 0.11rem;}
.Equipment-info .content .desc{line-height: 0.38rem;}
.Equipment-info .content .desc span{font-weight:bold;}

.Equipment-other{padding-top: 0.48rem;margin-left: -0.3rem;}
.Equipment-other .item{border: 1px solid #ededed;background: #f9f9f9 url(../images/itembg.gif) no-repeat right bottom/2.9rem auto;padding: 0.32rem 0.38rem;margin-left: 0.3rem;transition: all 0.5s;margin-bottom:0.2rem;}
.Equipment-other .item aside{display:block;font-size: 0.24rem;margin-bottom: 0.15rem;color: var(--primary-color);}
.Equipment-other .item p{line-height: 0.38rem;font-weight: var(--font-weight__l);font-size: 0.18rem;}
.Equipment-other .item p{padding-left: 0.25rem;background: url(../images/arr_gray.gif) no-repeat 0 0.75em/0.05rem auto;}
.Equipment-other .item p:hover{background-image: url(../images/arr_blue.gif);color: var(--primary-color);}
.Equipment-other .item em{display:block;padding-left: 0.25rem;background: url(../images/arr_gray.gif) no-repeat 0 0.75em/0.05rem auto;}
.Equipment-other .item:hover{border-color: var(--primary-color);}

@media(min-width:1025px){
	.Equipment-info .imgbox{width: calc(424 / 1400 * 100%);}
	.Equipment-info .content{flex: 1;padding: 0 0 0 0.52rem;}
	.Equipment-other .item{margin-bottom: 0;}
	.Equipment-other .item:nth-child(1){width: calc(550 / 1400 * 100%);}
	.Equipment-other .item:nth-child(2){width: calc(244 / 1400 * 100%);}
	.Equipment-other .item:nth-child(3){width: calc(544 / 1400 * 100%);}
	.Equipment-other.w2 .item:nth-child(1){width: 48.5%;}
	.Equipment-other.w2 .item:nth-child(2){width: 48.5%;}
	.Equipment-other.w1 .item:nth-child(1){width: 100%;}
        .Equipment-other .wp_articlecontent{display:flex;}
        .Equipment-other.w2 .wp_articlecontent{width:100%;}
}
@media(max-width:1024px){
.Equipment-list .item{width: calc((100% - 0.2rem * 2) / 3); margin-right: 0.2rem;padding-bottom: 0.2rem;}
}
@media(max-width:480px){
.Equipment-list .item{width: 100%; margin-right: 0;padding-bottom: 0.2rem;}
.Equipment-other .item .desc,.Equipment-info .content{font-size: 14px;}
}

/* 业务指南 */
.business-guide .process{border-bottom: 1px solid #dedede;padding-bottom: 0.43rem;text-align: center;margin-bottom: 0.38rem;}
.business-guide .process .icon{display: flex;align-items: center;justify-content: center;width: 1.05rem;height: 1.05rem;border-radius: 50%;border: 1px solid #dee7f7;background-color: #f3f7ff;margin: 0px auto;transition: all 0.5s;}
.business-guide .process .icon img{height: 0.54rem;}
.business-guide .process .tit{color: #000000;margin: 0.15rem 0 0.11rem;}
.business-guide .process .desc{max-width: 1.8rem;margin: 0px auto;color: #999999;font-size: 0.14rem;line-height: 0.24rem;text-align: center;}
.business-guide .process li{flex: 1;position: relative;}
.business-guide .process li:not(:last-child):after{position: absolute;width: 7.031vw;content: "";height: 2px;background-color: #d2dded;right: -3.594vw;top: 0.5rem;}
.business-guide .process li:hover .icon{background-color: var(--primary-color);border-color: var(--primary-color);}

.business-guide .content{max-width: 9rem;margin: 0px auto;line-height: 0.3rem;}
.business-guide .content .title{color: var(--primary-color);font-size: 0.35rem;margin-bottom: 0.22rem;}
.business-guide .content .desc:not(:last-child){margin-bottom: 0.5rem ;}
@media(min-width:1025px){
	.business-guide .process{padding-left: 0.9rem;padding-right: 0.9rem;}
}
@media(max-width:480px){
	.business-guide .process .icon{width: 0.8rem;height: 0.8rem;}
.business-guide .process .icon img{height: 0.4rem;}
.business-guide .process li:not(:last-child):after{top: 0.4rem;}
.business-guide .content .title{font-size: 0.3rem;}
}

.Titleinfo{border-bottom: 1px solid rgba(0,0,0,0.07); text-align:center; margin-bottom:0.35rem; padding:0 0 0.18rem;}
.Titleinfo .tits{font-size:0.3rem;}
.Titleinfo .date{ font-size:14px; padding:5px 0 0 0;color:#808080;}
.Titleinfo .date i{ display:inline-block; margin:0 10px;}
.Titleinfo .share{ display:inline-block;*display:inline; zoom:1; vertical-align:middle;}

.PrevNextBox {margin:0.5rem 0 0 0;position:relative; color:#888888; font-size:16px;}
.PrevNextBox dl{line-height:90px; height:90px;overflow:hidden; background:#eee; position:relative;margin-bottom: 10px;}
.PrevNextBox dl span{ padding-left:75px; position:relative; display:block;}
.PrevNextBox dl span em{ position:absolute; left:33px; top:0px; color:#000000; font-weight:bold;}
.PrevNextBox dl a{ margin:0px auto; display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:95%; color:#666666;}
.PrevNextBox dl:hover{background:#0970e5; color:#fff;}
.PrevNextBox dl:hover a{ color:#fff;}
.PrevNextBox dl:hover span em{color:#fff;}
.PrevNextBox dl a.none{color:#999;}

.wp_artfuns .wp_art_adjoin{position: relative;}
.wp_artfuns .wp_art_adjoin .prev{position: absolute;left: 0;font-weight: bold;color:#000;line-height: 90px;left: 15px;top: 0;z-index: 10;}
.wp_artfuns .wp_art_adjoin .prev-title{line-height:90px; height:90px;overflow:hidden; background:#eee; position:relative;margin-bottom: 10px;padding-left: 90px;display: block;}
.wp_artfuns .wp_art_adjoin .prev-title:hover{background:var(--primary-color); color:#fff;}
.wp_artfuns .wp_art_adjoin .prev-title:hover a{color:#fff;}
.wp_artfuns .wp_art_adjoin .next{position: absolute;font-weight: bold;color:#000;line-height: 90px;left: 15px;bottom:0;z-index: 10;}
.wp_artfuns .wp_art_adjoin .next-title{line-height:90px; height:90px;overflow:hidden; background:#eee; position:relative;padding-left: 90px;display: block;}
.wp_artfuns .wp_art_adjoin .next-title:hover{background:#0a3071; color:#fff;}
.wp_artfuns .wp_art_adjoin .next-title:hover a{color:#fff;}
.wp_artfuns .wp_art_adjoin .prev:hover { color: #fff !important; }
.wp_artfuns .wp_art_adjoin .next:hover { color: #fff !important; }

@media(min-width:769px){
	.PrevNextBox dl{width: 49%;}
}
@media(max-width:768px){
	.Titleinfo{margin-bottom: 20px;}
	.Titleinfo .tits{font-size: 22px;line-height: 28px;}
	.PrevNextBox{margin-top: 25px;}
	.PrevNextBox dl{height: 45px;line-height: 45px;font-size: 14px;}
	.PrevNextBox dl span {padding-left: 60px;}
	.PrevNextBox dl span em {left: 12px;}
}

/* 联系我们 */
.ContactUs{}
.ContactUs .title{color: var(--primary-color);background: url(../images/linebg.gif) repeat-x bottom;font-size: 0.24rem;padding: 0.2rem 0 0.1rem;margin-bottom: 0.46rem;}
.ContactUs .wp_article_list_table tr:not(:last-child) td{padding-bottom: 0.3rem;}
.ContactUs dl{padding-left: 0.53rem;min-height: 0.57rem;position: relative;}
.ContactUs dl .icon{width: 0.42rem;height: 0.42rem;border-radius: 50%;top: 0.07rem;position: absolute;border: 1px solid #edf0f8;background-color: #f3f7ff;left: 0;display: flex;align-items: center;justify-content: center;transition: all 0.5s;}
.ContactUs dl .icon img{width: 0.16rem;height: 0.16rem;}
.ContactUs dl dt{color: #666666;font-weight: var(--font-weight__l);}
.ContactUs dl dd:nth-child(2){color: #000000;font-size: 0.22rem;margin-bottom:10px;}
.ContactUs dl dd a{color: #000000;}
.ContactUs dl:hover .icon{background-color: var(--primary-color);transform: scale(1.15);}
.ContactUs dl:hover .icon img{filter: brightness(0) invert(1);}
.ContactUs .imgbox{margin-top: 0.3rem;}

.wp_articlecontent .list-paddingleft-2{padding-left:0;}

@media(min-width:1025px){
	.ContactUs .info{width: calc(700 / 1400 * 100%);}
	.ContactUs .imgbox{width: calc(700 / 1400 * 100%);margin-top: 0;}
}

#wp_paging_w8{width:100%;padding-bottom:0.35rem;}
#wp_paging_w8 .wp_paging{padding-top:0.25rem;}


.build404{background: #fafafc;
        padding-top: 0.6rem;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;}