@charset "UTF-8";
/* CSS Document By www.ahweilai.com */
.wl-iconfont {
	font-size:0.26rem;
}
/*wap header css*/
a {
	color:#333;
	text-decoration:none;
}
img {
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	display:block;
	max-width:100%;
}
body {
	position:relative;
	width:100%;
	height:100%;
	font-family:Arial,sans-serif;
	font-size:.16rem;
	line-height:1.5;
	color:#222;
}
* {
	padding:0;
	margin:0;
}
li {
	list-style-type:none;
}
@font-face {
	font-family:'iconfont';
	src:url('../font/iconfont.eot');
	src:url('../font/iconfont.eot?#iefix') format('embedded-opentype'),url('../font/iconfont.woff2') format('woff2'),url('../font/iconfont.woff') format('woff'),url('../font/iconfont.ttf') format('truetype'),url('../font/iconfont.svg#iconfont') format('svg');
}
.wl-iconfont {
	font-family:"iconfont" !important;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.wl-txt-search input[type="submit"] {
	width:.42rem !important;
	height:.42rem !important;
	background-size:.2rem .2rem !important;
}
.wl-wid {
	width:96%;
	margin:0 auto;
}
/*====head==nav====*/
.wl-head {
	box-shadow:0px 10px 6px 0px rgba(0,0,0,0.1);
	background-color:#014DA1;
	position:fixed;
	top:0;
	z-index:1000;
	width:100%;
}
.wl-head .wl-wid {
	display:flex;
	justify-content:space-between;
	width:100%;
}
.wl-head .wl-wid .wl-logo {
	padding:.23rem .1rem;
	height:.4rem;
}
.wl-head .wl-wid .wl-logo img {
	height:.41rem;
}
.wl-head .wl-wid .wl-txt {
	display:none;
}
/*nav*/
.wl-head .wl-nav {
	line-height:.4rem;
	height:auto;
	position:absolute;
	top:0rem;
	width:100%;
	border-top:0;
	background-color:transparent;
}
.wl-head .wl-nav .wl-navtxt {
	display:none;
	background:#fff;
	overflow:hidden;
	overflow-y:scroll;
	position:absolute;
	top:.86rem;
	z-index:10;
}
.wl-head .wl-nav .wl-navtxt ul {
	font-size:0;
	padding-bottom:1rem;
}
.wl-head .wl-nav .wl-navtxt li {
	display:inline-block;
	width:100%;
	border-bottom:#ddd solid 1px;
	padding:0.1rem 0;
}
.wl-head .wl-nav .wl-navtxt li a {
	line-height:.4rem;
	text-align:center;
	font-size:0.25rem;
	color:#333;
	display:block;
	position:relative;
	width:100%;
}
.wl-head .wl-nav .wl-navtxt li a i {
	position:absolute;
	display:inline-block;
	transform:rotate(90deg);
	font-size:.16rem;
	color:#999;
	margin-left:.1rem;
}
.wl-head .wl-nav .wl-navtxt li:last-child {
	border:none;
}
.wl-head .wl-nav .wl-navico {
	width:1rem;
	display:block;
	height:.86rem;
	right:.15rem;
	top:0;
	background:url(../images/wap-menu.png) center right no-repeat;
	background-size:50%;
	position:absolute;
}
.wl-head.on .wl-nav .wl-navico {
	background:url(../images/wap-menu2.png) center right no-repeat;
	background-size:50%;
}
.mmask {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.5);
	z-index:3;
}
.wl-head .wl-nav .wl-navitem {
	margin-top:0.05rem;
}
.wl-head .wl-nav .wl-navtxt li dl {
	text-align:center;
}
.wl-head .wl-nav .wl-navtxt li dl dd {
	display:inline-block;
	width:27%;
	margin:.05rem;
	height:.46rem;
	text-align:center;
	background-color:#014DA1;
}
/*.wl-head .wl-nav .wl-navtxt li:nth-of-type(7) dl dd {
	width:66%;
	margin:.05rem;
}
*/
.wl-head .wl-nav .wl-navtxt li:nth-child(5) dl dd {
	width:31%;
	margin:.05rem;
}
.wl-head .wl-nav .wl-navtxt li dl dd a {
	display:inline-block;
	font-size:0.22rem;
	line-height:.46rem;
	color:#fff;
}
.wl-head .wl-nav .wl-navtxt li.on dl dd a {
	color:#fff;
}
.wl-head .wl-nav .wl-navtxt li.on dl dd a {
	color:#fff;
}
/*banner*/
.wl-banner {
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:.86rem;
}
.wl-banner .swiper-slide img {
	width:100%;
}
.wl-banner .swiper-slide-active .imgresponsive {
	transition:transform 6000ms linear 0s;
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.wl-banner .swiper-pagination {
	bottom:2vw;
}
.wl-banner .swiper-pagination-bullet {
	background:#000;
	position:relative;
	width:8vw;
	height:1vw;
	border-radius:5px;
	opacity:.5;
}
.wl-banner .swiper-pagination-bullet-active {
	opacity:1;
	background:#FFF;
}
.wl-banner .swiper-container .swiper-button-next,.wl-banner .swiper-container .swiper-button-prev {
	color:#fff;
	background-color:rgba(0,0,0,.3);
	border:solid 2px rgba(255,255,255,.2);
	width:8vw;
	height:8vw;
	border-radius:50%;
	left:3%;
	transition:all ease .4s;
}
.wl-banner .swiper-container .swiper-button-next {
	right:3%;
	left:auto;
}
.wl-banner .swiper-container .swiper-button-next:hover,.wl-banner .swiper-container .swiper-button-prev:hover {
	background-color:rgba(0,0,0,.5);
}
.wl-banner .swiper-container .swiper-button-next::after,.wl-banner .swiper-container .swiper-button-prev::after {
	font-size:.2rem;
	font-weight:bold;
}
/*main*/
.wl-main {
	}/*wl-one css*/
.wl-one {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.wl-one .wl-news {
	width:100%;
	padding:.4rem 0 .2rem 0;
}
.wl-one .wl-news .wl-tit {
	margin-bottom:20px;
}
.wl-one .wl-news .wl-tit h2 {
	font-size:.28rem;
	font-weight:normal;
	color:#014DA1;
	line-height:.34rem;
	padding-left:12px;
	border-left:solid 4px #014DA1;
}
.wl-one .wl-news .wl-tit h2 span {
	display:block;
	font-size:.22rem;
	line-height:18px;
	text-transform:uppercase;
}
.wl-one .wl-news .wl-tit .wl-more {
	font-size:12px;
	text-transform:uppercase;
	background-color:#014DA1;
	float:right;
	line-height:25px;
	padding:0 6px;
	border-radius:4px;
	transition:.5s;
	margin-top:6px;
}
.wl-one .wl-news .wl-tit .wl-more a {
	color:#fff;
	display:block;
}
.wl-one .wl-news .wl-tit .wl-more:hover {
	background-color:#ffb100;
	transition:.5s;
}
.wl-one .wl-news .wl-con .wl-news-pic {
	display:flex;
	justify-content:space-between;
	margin-bottom:0px;
	flex-wrap:wrap;
}
.wl-one .wl-news .wl-con .wl-news-pic .wl-item {
	width:100%;
	background-color:#f2f5f7;
	transition:all 0.4s ease-out;
	padding-bottom:10px;
	margin-bottom:15px;
}
.wl-one .wl-news .wl-con .wl-news-pic .wl-item:hover {
	transform:translateY(-10px);
	box-shadow:0 0 15px rgba(0,0,0,0.15);
}
.wl-one .wl-news .wl-con .wl-news-pic .wl-item .wl-img {
	position:relative;
	width:100%;
	height:235px;
	margin-bottom:10px;
}
.wl-one .wl-news .wl-con .wl-news-pic .wl-item .wl-img img {
	width:100%;
	height:235px;
	object-fit:cover;
}
.wl-one .wl-news .wl-con .wl-news-pic .wl-item .wl-img .wl-time {
	position:absolute;
	color:#fff;
	font-size:14px;
	line-height:10px;
	width:70px;
	height:45px;
	text-align:center;
	bottom:0px;
	left:20px;
	background-color:rgba(0,0,0,0.6);
}
.wl-one .wl-news .wl-con .wl-news-pic .wl-item .wl-img .wl-time span {
	font-size:18px;
	line-height:28px;
	display:block;
}
.wl-one .wl-news .wl-con .wl-news-pic .wl-item h3 {
	font-size:.22rem;
	font-weight:normal;
	padding:0 8px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.wl-one .wl-news .wl-con .wl-news-pic .wl-item p {
	font-size:.2rem;
	color:#666;
	padding:0 8px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	display:none;
}
.wl-one .wl-news .wl-con .wl-news-list {
	}.wl-one .wl-news .wl-con .wl-news-list ul {
	/*display:flex;
	*/
	justify-content:space-between;
	flex-wrap:wrap;
}
.wl-one .wl-news .wl-con .wl-news-list ul li:nth-child(4) {
	display:none;
}
.wl-one .wl-news .wl-con .wl-news-list ul li a {
	display:block;
	width:94%;
	margin-bottom:8px;
	background-color:#f2f5f7;
	padding:3%;
	display:flex;
	justify-content:space-between;
	transition:all 0.4s ease-out;
}
.wl-one .wl-news .wl-con .wl-news-list ul li a:hover {
	transform:translateY(-10px);
	box-shadow:0 0 15px rgba(0,0,0,0.15);
}
.wl-one .wl-news .wl-con .wl-news-list ul li .wl-time {
	color:#fff;
	font-size:14px;
	line-height:10px;
	width:17%;
	height:55px;
	text-align:center;
	background:linear-gradient(-45deg,#014DA1,#1bb3e2);
}
.wl-one .wl-news .wl-con .wl-news-list ul li .wl-time span {
	font-size:18px;
	line-height:30px;
	display:block;
}
.wl-one .wl-news .wl-con .wl-news-list ul li h2 {
	width:80%;
	font-weight:normal;
	font-size:.22rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.wl-one .wl-notice {
	width:100%;
	padding-bottom:.3rem;
}
.wl-one .wl-notice .wl-tit {
	background-color:#014DA1;
	padding:15px 12px;
}
.wl-one .wl-notice .wl-tit h2 {
	font-size:.28rem;
	font-weight:normal;
	color:#fff;
	line-height:.34rem;
	padding-left:12px;
	border-left:solid 4px #fff;
}
.wl-one .wl-notice .wl-tit span {
	display:block;
	font-size:.22rem;
	line-height:18px;
	text-transform:uppercase;
}
.wl-one .wl-notice .wl-con {
	padding:10px;
	border:solid 1px #ddd;
	border-top:none;
}
.wl-one .wl-notice .wl-con ul li {
	border-left:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	padding:3%;
	position:relative;
	width:94%;
}
.wl-one .wl-notice .wl-con ul li:nth-child(5),.wl-one .wl-notice .wl-con ul li:nth-child(6) {
	display:none;
}
.wl-one .wl-notice .wl-con ul li:last-child {
	border-bottom:none;
}
.wl-one .wl-notice .wl-con ul li .wl-line {
	width:5px;
	height:40px;
	background-color:#ffb100;
	position:absolute;
	left:-3px;
	top:20px;
}
.wl-one .wl-notice .wl-con ul li:nth-child(2n) .wl-line {
	background-color:#ddd;
}
.wl-one .wl-notice .wl-con ul li h2 {
	font-size:.22rem;
	font-weight:normal;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
}
.wl-one .wl-notice .wl-con ul li h2 a {
	color:#666;
}
.wl-one .wl-notice .wl-con ul li:hover h2 a {
	color:#fff;
}
.wl-one .wl-notice .wl-con ul li h2 span {
	color:#014DA1;
	font-size:15px;
	display:block;
}
/*wl-two css*/

.wl-two {
	padding:40px 0 5px 0;
	/*background-color:#f2f5f7;
	*/
	background:url(../images/xsdtbg.jpg) no-repeat center;
	background-size:cover;
}
.wl-two .wl-tit-c {
	text-align:center;
	position:relative;
	height:60px;
	margin-bottom:8px;
}
.wl-two .wl-tit-c h3 {
	position:absolute;
	width:100%;
	z-index:1;
	font-size:22px;
	font-weight:normal;
	color:#014DA1;
	line-height:60px;
	background-image:url("../images/tit_c_bg.png");
	background-position:center center;
	background-repeat:no-repeat;
}
.wl-two .wl-tit-c span {
	width:100%;
	display:block;
	position:absolute;
	font-size:23px;
	color:#e2e2e2;
	text-transform:uppercase;
	top:-20px;
}
.wl-scale-img {
	overflow:hidden;
	cursor:pointer;
	zoom:1;
	overflow:hidden;
}
.wl-scale-img img,.wl-scale-img span {
	opacity:1;
	-webkit-transition:opacity 0.6s,-webkit-transform 0.6s;
	transition:opacity 0.6s,transform 0.6s;
}
.wl-scale-img:hover img,.wl-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;
}
.wl-imgbox {
	overflow:hidden;
	position:relative;
}
.wl-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;
}
.wl-imgbox img {
	width:auto !important;
	max-height:100%;
}
.wl-xsdt {
	/*background:#f2f5f7;
	*/position:relative;
}
.wl-xsdt .wl-xsdt-left .wl-xsdt-date {
	position:relative;
	top:-18px;
	padding:5px 10px;
	background-image:linear-gradient(to top,rgba(3,78,161,0.8),rgba(3,78,161,0.8));
	width:90px;
	color:#fff;
	font-size:15px;
}
.wl-xsdt .wl-xsdt-left .wl-xsdt-title {
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	font-size:.22rem;
	font-weight:bold;
}
.wl-xsdt .wl-xsdt-left .wl-xsdt-desc {
	color:#666;
	font-size:.2rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	display:none
}
.wl-xsdt-listpic li {
	position:relative;
	padding:0 120px 20px 60px;
}
.wl-xsdt-listpic li .wl-xsdt-date {
	position:absolute;
	left:0;

	top:6px;
	text-align:center;
	font-size:15px;
	color:#034ea1;
	border-right:1px solid #ccc;
	width:30px;
	padding-right:15px;
}
.wl-xsdt-listpic li .wl-xsdt-date:after {
	top:50%;
	height:0;
	width:1px;
	background:#034ea1;
	transition:all 0.3s;
	right:-1px;
	content:"";
	position:absolute;
}
.wl-xsdt-listpic li .wl-xsdt-date span {
	font-size:26px;
	line-height:40px;
	display:block;
}
.wl-xsdt-listpic li .wl-imgbox {
	position:absolute;
	right:0;
	top:0px;
	width:110px;
	height:90px;
}
.wl-xsdt-listpic li .wl-xsdt-title {
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	margin-bottom:10px;
	font-size:.22rem;
}
.wl-xsdt-listpic li .wl-xsdt-desc {
	font-size:.2rem;
	color:#808080;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.wl-xsdt-listpic li:hover .wl-xsdt-date:after {
	top:0;
	height:100%;
}
.wl-xsdt .wl-xsdt-left {
	width:auto;
	float:none;
	height:auto;
}
.wl-xsdt .wl-xsdt-left .wl-imgbox {
	padding-top:60%;
}
.wl-xsdt .wl-xsdt-right {
	width:auto;
	float:none;
	border-top:1px solid #014DA1;
	padding:18px 0 0 0;
	margin-top:18px
}
/*wl-three css*/
.wl-three {
	display:flex;
	justify-content:space-between;
	margin:0.4rem 0;
}
.wl-three .wl-tit-l {
	font-size:0.28rem;
	width:15%;
	background-color:#014DA1;
	color:#fff;
	text-align:center;
	padding-top:35px;
	line-height:30px;
}
.wl-three .wl-tit-l span.wl-three-pcmore {
	display:none;
}
.wl-three .wl-tit-l span.wl-three-wapmore {
	display:block;
	font-size:0.2rem;
	padding-top:50px;
	line-height:20px;
}
@media (min-width:475px) {
	.wl-three .wl-tit-l,.wl-three .wl-tit-l span.wl-three-wapmore {
	line-height:1.2;
}
}.wl-three .wl-con-wid {
	width:85%;
	overflow:scroll;
}
.wl-three .wl-con {
	width:1099px;
	padding:10px;
	border:solid 1px #ddd;
	border-left:none;
	display:flex;
	justify-content:space-between;
}
.wl-three .wl-con .wl-item {
	width:25%;
	padding:15px 0;
	color:#333;
}
.wl-three .wl-con .wl-item .wl-time {
	font-size:16px;
	text-align:center;
	border-bottom:solid 2px #ddd;
	position:relative;
	padding-bottom:30px;
	margin-bottom:30px;
	color:#333;
	transition:all 0.2s ease-in-out;
}
.wl-three .wl-con .wl-item .wl-time span {
	font-size:28px;
	display:block;
	line-height:35px;
}
.wl-three .wl-tit-l a {
	color:#fff;
}
.wl-three .wl-con .wl-item .wl-time i {
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#fff;
	border-radius:50%;
	background-color:#f7ab00;
	margin-left:calc(( 100% - 25px) / 2);
	position:absolute;
	bottom:-13px;
	display:block;
}
.wl-three .wl-con .wl-item h3 {
	font-size:.22rem;
	font-weight:normal;
	text-align:center;
	padding:0 calc((100% - 248px) / 2);
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
}
.wl-three .wl-con .wl-item .wl-line {
	width:2px;
	height:55px;
	background-color:#ddd;
	display:block;
	margin:10px calc((100% - 2px) / 2)
}
.wl-three .wl-con .wl-item .wl-more {
	display:block;
	text-align:center;
	background:none;
	padding-left:0px;
	font-size:.2rem;
	color:#014DA1;
}
.wl-three .wl-con .wl-item .wl-more i {
	padding:0 2px;
	transition:all 0.2s ease-in-out;
}
.wl-three .wl-con .wl-item:hover a {
	color:#014DA1;
}
.wl-three .wl-con .wl-item:hover .wl-more i {
	padding:0 8px;
}
.wl-three .wl-con .wl-item:hover .wl-time {
	border-bottom:solid 2px #f7ab00;
}
/*wl-four css*/
.wl-four {
	background-image:url("../images/wl_four_bg.jpg");
	background-position:right top;
	background-repeat:no-repeat;
	background-size:cover;
	padding:.4rem 0;
}
.wl-four .wl-wid-four {
	width:100%;
	margin:0 auto;
}
.wl-four .wl-tit-c {
	text-align:center;
	position:relative;
	height:60px;
	margin:10px 0;
}
.wl-four .wl-tit-c h3 {
	position:absolute;
	width:100%;
	z-index:1;
	font-size:22px;
	font-weight:normal;
	color:#014DA1;
	line-height:60px;
	background-image:url("../images/tit_c_bg.png");
	background-position:center center;
	background-repeat:no-repeat;
}
.wl-four .wl-tit-c span {
	width:100%;
	display:block;
	position:absolute;
	font-size:23px;
	color:#e2e2e2;
	text-transform:uppercase;
	top:-20px;
}
.wl-four .wl-con {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.wl-four .wl-con .wl-item {
	width:94%;
	padding:3%;
	transition:all 0.4s ease-out;
	margin-bottom:0.2rem;
}
.wl-four .wl-con .wl-item:nth-child(2n-1) {
	background-color:#fff;
}
.wl-four .wl-con .wl-item:nth-child(2) .wl-line {
	width:100%;
	display:inline-block;
	height:2px;
	background-color:#0673bb;
}
.wl-four .wl-con .wl-item:hover {
	transform:translateY(-10px);
}
.wl-four .wl-con .wl-item .wl-time {
	width:30%;
	height:0.4rem;
	line-height:0.4rem;
	font-size:0.2rem;
	text-align:center;
	color:#fff;
	margin-bottom:3%;
	background:linear-gradient(-45deg,#0570ba,#1bb3e2)
}
.wl-four .wl-con .wl-item h3 {
	font-size:0.22rem;
	/*font-weight:normal;
	*/
	line-height:0.3rem;
	margin-bottom:3%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	overflow:hidden;
}
.wl-four .wl-con .wl-item .wl-img {
	height:2.6rem;
}
.wl-four .wl-con .wl-item .wl-img img {
	width:100%;
	height:2.6rem;
	object-fit:cover;
}
.wl-four .wl-con .wl-item p {
	font-size:0.2rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	padding-top:10px;
}
.wl-four .wl-con .wl-item .wl-line {
	width:100%;
	display:inline-block;
	height:2px;
	background-color:#ffb100;
}
.wl-four .wl-con .wl-item:hover .wl-line {
	width:100%;
	display:inline-block;
	height:2px;
	background-color:#ffb100;
}
/*====wl-smain====*/
.wl-sbanner {
	height:3rem;
	overflow:hidden;
	position:relative;
	z-index:-1;
	margin-top:.86rem;
}
.wl-sbanner img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.wl-zoom {
	transition:transform 6000ms linear 0s;
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
/**/
.wl-smain {
	padding:.4rem 0;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
}
.wl-smain .wl-l {
	width:100%;
	background-color:#f2f3f7;
	padding-bottom:0;
	background-image:url("../images/l-bg.jpg");
	background-position:right bottom;
	background-size:70%;
	background-repeat:no-repeat;
	margin-bottom:.4rem
}
.wl-smain .wl-l .wl-stitle {
	/*background-image:url("../images/stit-bg.jpg");
	*/
	background:linear-gradient(60deg,#014DA1,#1bb3e2);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding:4%;
	margin-top:-.9rem;
}
.wl-smain .wl-l .wl-stitle h3 {
	color:#fff;
	font-size:.26rem;
}
.wl-smain .wl-l .wl-stitle p {
	display:block;
	width:12vw;
	height:1px;
	background-color:#fff;
	margin-top:.15rem;
}
.wl-smain .wl-l ul {
	padding:3%;
}
.wl-smain .wl-l ul li {
	margin-bottom:.1rem;
}
.wl-smain .wl-l ul li a {
	font-size:.24rem;
	padding:3% 4%;
	background-color:rgba(1,77,161,.2);
	display:flex;
	justify-content:space-between;
	align-items:center;
	transition:all ease .4s;
	color:#222;
}
.wl-smain .wl-l ul li a:hover,.wl-smain .wl-l ul li.selected a {
	background-color:#014DA1;
	color:#fff;
	padding-left:3%;
}
.wl-smain .wl-l ul li a i {
	padding-right:.1rem;
	transition:all ease .4s;
}
.wl-smain .wl-l ul li a:hover i,.wl-smain .wl-l ul li.selected a i {
	padding-right:0;
}
.wl-smain .wl-r {
	width:100%;
}
.wl-smain .wl-loc {
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:solid 1px #ccc;
	margin-bottom:40px;
}
.wl-smain .wl-loc h2 {
	font-size:.26rem;
	padding-bottom:.2rem;
	border-bottom:solid 3px #014DA1;
	background-image:url("../images/icon.png");
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:.4rem;
	background-size:.25rem;
	line-height:1;
}
.wl-smain .wl-loc h2 i {
	color:#014DA1;
	padding-right:10px;
}
.wl-smain .wl-loc span {
	font-size:16px;
	display:none;
}
.wl-smain .wl-loc span i {
	padding-right:10px;
}
.wl-smain .wl-r .wl-con,.wp_entry {
	font-size:.22rem;
	line-height:1.7;
}
.wl-smain .wl-r .wl-about p,.wp_entry p {
	margin-bottom:5px;
}
.wl-smain .wl-r .wl-about img,.wp_entry img {
	max-width:100%;
	margin:.15rem 0;
}
.wl-smain .wl-r .wl-news ul li {
	background-color:#fafafa;
	margin-bottom:25px;
	position:relative;
}
.wl-smain .wl-r .wl-news ul li:hover {
	cursor:pointer;
}
.wl-smain .wl-r .wl-news ul li::before {
	display:block;
	content:"";
	width:0;
	height:100%;
	background:url("../images/imgListBg.png") no-repeat top center;
	background-size:100% auto;
	position:absolute;
	left:50%;
	top:0;
	z-index:0;
	transition:.3s;
}
.wl-smain .wl-r .wl-news ul li:hover::before {
	width:100%;
	left:0;
}
.wl-smain .wl-r .wl-news ul li::after {
	content:'';
	width:0%;
	height:2px;
	background:#014DA1;
	position:absolute;
	left:50%;
	bottom:0px;
	transform:translateY(-50%);
	transition:.3s;
}
.wl-smain .wl-r .wl-news ul li:hover::after {
	width:100%;
	left:0;
}
.wl-smain .wl-r .wl-news ul li a {
	display:flex;
	justify-content:space-between;
	padding:3% 3% 1% 3%;
}
.wl-smain .wl-r .wl-news ul li a .wl-img {
	width:240px;
	height:180px;
	overflow:hidden;
}
.wl-smain .wl-r .wl-news ul li a .wl-img img {
	width:100%;
	height:180px;
	object-fit:cover;
	transition:all ease .4s;
}
.wl-smain .wl-r .wl-news ul li:hover a .wl-img img {
	transform:scale(1.1);
}
.wl-smain .wl-r .wl-news ul li a .wl-txt {
	width:100%;
	display:flex;
	justify-content:space-around;
	flex-direction:column;
}
.wl-smain .wl-r .wl-news ul li a .wl-txt h2 {
	font-size:.225rem;
	margin-bottom:.1rem;
	font-weight:normal;
	line-height:1.4;
}
.wl-smain .wl-r .wl-news ul li:hover a .wl-txt h2 {
	font-weight:bold;
	color:#014DA1;
}
.wl-smain .wl-r .wl-news ul li a .wl-txt .wl-date {
	display:flex;
	justify-content:space-between;
	align-items:center;
	position:relative;
	height:.5rem;
	color:#888;
	margin-bottom:.2rem;
}
.wl-smain .wl-r .wl-news ul li a .wl-txt .wl-date::after {
	content:'';
	width:30%;
	height:1px;
	background:#014DA1;
	position:absolute;
	left:0;
	bottom:0px;
	transform:translateY(-50%);
	transition:.3s;
}
.wl-smain .wl-r .wl-news ul li a .wl-txt .wl-date span i {
	padding-right:.1rem;
	font-size:.2rem;
}
.wl-smain .wl-r .wl-news ul li:hover a .wl-txt .wl-date span i:last-child {
	padding-right:.1rem;
}
.wl-smain .wl-r .wl-news ul li a .wl-txt .wl-date em {
	padding-right:.1rem;
	transition:all ease .4s;
	font-size:.3rem;
}
.wl-smain .wl-r .wl-news ul li:hover a .wl-txt .wl-date em {
	padding-right:0;
}
.wl-smain .wl-r .wl-news ul li a .wl-txt p {
	font-size:.21rem;
	line-height:1.6;
	color:#888;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.wl-smain .wl-detail {
	font-size:.22rem;
	line-height:1.7;
	width:100%;
}
.wl-smain .wl-detail p {
	margin-bottom:5px;
}
.wl-smain .wl-detail img {
	max-width:100%;
	margin:.15rem 0;
}
.wl-smain .wl-detail .wl-detail-title {
	font-size:.26rem;
	line-height:1.6;
	text-align:center;
	width:100%;
	margin:0 auto;
	margin-bottom:.2rem;
}
.wl-smain .wl-detail .wl-post {
	background-color:#f1f1f1;
	margin-bottom:.4rem;
	text-align:center;
	font-size:.22rem;
	line-height:.4rem;
}
.wl-smain .wl-detail .wl-post i {
	padding-right:.1rem;
	font-size:.18rem;
}
/*lingdao*/
.wl-lingdao ul {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.wl-lingdao li {
	vertical-align:top;
	border-bottom:#ddd dotted 1px;
	padding:4vw 2vw;
	transition:all 0.5s;
}
.wl-lingdao li:nth-child(2n-1) {
	background-color:#fafafa;
}
.wl-lingdao li a {
	display:block;
	min-height:auto;
	padding-left:0;
}
.wl-lingdao li .pic {
	width:28%;
	height:auto;
	float:left;
	overflow:hidden;
}
.wl-lingdao li .pic img {
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all 0.5s;
}
.wl-lingdao li .txt {
	overflow:hidden;
	width:68%;
	float:right;
}
.wl-lingdao li h3 {
	padding:0 0 3vw;
	color:#333;
	font-weight:bold;
	font-size:.22rem;
	position:relative;
	padding-left:7vw;
	background:url(../images/ico-r.png) 0 1vw no-repeat;
}
.wl-lingdao li p {
	line-height:5vw;
	color:#555;
	/*height:15vw;
	*/
  font-size:.21rem;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	word-wrap:break-word;
	word-break:break-all;
	white-space:normal;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
}
.wl-lingdao li:hover {
	background:#f8f8f8;
}
.wl-lingdao li:hover h3 {
	color:#034ea1;
}
.wl-lingdao li:hover img {
	transform:scale(1.1);
}
/*team*/
.wl-team ul {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.wl-team ul li {
	width:46%;
	padding-bottom:.15rem;
	background-color:#f1f1f1;
	/*border-bottom:solid 3px #014DA1;
	*/
	margin:0 2% 4%;
	transition:all ease .4s;
}
.wl-team ul li:hover {
	border-bottom:solid 3px #014DA1;
	transform:translateY(-10px);
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.wl-team ul li .wl-img {
	height:3.08rem;
	overflow:hidden;
	margin-bottom:.15rem;
}
.wl-team ul li .wl-img img {
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all ease .4s;
}
.wl-team ul li:hover .wl-img img {
	transform:scale(1.1);
}
.wl-team ul li h3 {
	font-size:.225rem;
	padding:0 5%;
	font-weight:normal;
	line-height:1.4;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	color:#000;
	text-align:center;
}
.wl-team ul li:hover h3 {
	color:#014DA1;
}
/* Nested subcolumns emitted by Window 6's simpleColumnList component. */
.wl-smain .wl-l .wl-team-primary-nav .wp_subcolumn {
	display:block;
	margin:.12rem 0 0;
	padding:0;
	border-left:1px solid #d7e2ee;
	border-right:1px solid #d7e2ee;
	background:#fff;
}
.wl-smain .wl-l .wl-team-primary-nav .wp_subcolumn li {
	margin:0;
	border-bottom:1px solid #d7e2ee;
}
.wl-smain .wl-l .wl-team-primary-nav .wp_subcolumn li:last-child {
	border-bottom:0;
}
.wl-smain .wl-l .wl-team-primary-nav .wp_subcolumn li a {
	min-height:.66rem;
	padding:.16rem .2rem .16rem .42rem;
	background:#fff;
	color:#24374f;
	font-size:.22rem;
	position:relative;
}
.wl-smain .wl-l .wl-team-primary-nav .wp_subcolumn li a::before {
	content:"";
	width:.07rem;
	height:.07rem;
	border-radius:50%;
	background:#83a3c4;
	position:absolute;
	left:.22rem;
	top:50%;
	transform:translateY(-50%);
}
.wl-smain .wl-l .wl-team-primary-nav .wp_subcolumn li a:hover,
.wl-smain .wl-l .wl-team-primary-nav .wp_subcolumn li.selected a {
	padding-left:.42rem;
	background:#edf5fc;
	color:#014da1;
}
.wl-smain .wl-l .wl-team-primary-nav .wp_subcolumn li.selected a {
	font-weight:bold;
	box-shadow:inset .04rem 0 0 #014da1;
}
.wl-smain .wl-l .wl-team-primary-nav .wp_subcolumn li.selected a::before,
.wl-smain .wl-l .wl-team-primary-nav .wp_subcolumn li a:hover::before {
	background:#014da1;
}
/*people*/
.wl-groups {
	margin-bottom:1px;
}
.wl-row {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-15px;
	margin-left:-15px;
}
.wl-groups .wl-groups-title {
	color:#192f59;
	font-size:.24rem;
	font-weight:bold;
	margin-bottom:25px;
}
.wl-row-list {
	position:relative;
	width:100%;
	padding-right:15px;
	padding-left:15px;
}
.wl-groups .wl-row-list-box {
	display:flex;
	margin-bottom:45px;
}
.wl-groups .wl-row-list-box .wl-row-list-box-img {
	width:36%;
	margin-right:15px;
}
.wl-groups .wl-row-list-box .wl-row-list-box-img .wl-row-list-box-bgimg {
	width:100%;
	padding-bottom:130%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.wl-groups .wl-row-list-box .wl-row-content {
	width:calc(64% - 15px);
	position:relative;
	border-top:2px solid #192f59;
	padding-top:15px;
}
.wl-groups .wl-row-list-box .wl-row-content .wl-row-content-name {
	font-size:.22rem;
	font-weight:bold;
	color:#192f59;
	margin-bottom:5px;
}
.wl-groups .wl-row-list-box .wl-row-content .wl-row-content-position {
	font-size:.22rem;
	margin-bottom:10px;
}
.wl-groups .wl-row-list-box .wl-row-content .wl-row-content-dept {
	font-size:.22rem;
	color:#000;
	line-height:120%;
}
.wl-groups .wl-row-list-box .wl-row-content .wl-row-content-dept::after {
	content:"";
	position:absolute;
	width:100px;
	border-bottom:1px solid #192f59;
	margin:10px 0;
	display:block;
}
.wl-groups .wl-row-list-box .wl-row-content .wl-row-content-contact {
	margin-top:25px;
	font-size:.22rem;
	color:#192f59;
	line-height:140%;
}
.wl-groups .wl-row-list-box .wl-row-content .wl-row-content-contact div {
	padding-left:25px;
	position:relative;
}
.wl-groups .wl-row-list-box .wl-row-content .wl-row-content-contact div img {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	max-width:13px;
	max-height:13px;
	margin-right:5px;
}
/*pic*/
.wl-smain .wl-r .wl-spic ul {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.wl-smain .wl-r .wl-spic ul li {
	width:46%;
	padding-bottom:.25rem;
	background-color:#f1f1f1;
	border-bottom:solid 2px #014DA1;
	margin:0 2% 5%;
	transition:all ease .4s;
}
.wl-smain .wl-r .wl-spic ul li:hover,.wl-smain .wl-r .wl-spic ul li.selected {
	border-bottom:solid 3px #6f3a1f;
	transform:translateY(-10px);
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.wl-smain .wl-r .wl-spic ul li .wl-img {
	height:1.6rem;
	overflow:hidden;
	margin-bottom:.2rem;
}
.wl-smain .wl-r .wl-spic ul li .wl-img img {
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all ease .4s;
}
.wl-smain .wl-r .wl-spic ul li:hover .wl-img img {
	transform:scale(1.1);
}
.wl-smain .wl-r .wl-spic ul li h3 {
	font-size:.22rem;
	padding:0 5%;
	font-weight:normal;
	line-height:1.4;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
	color:#000;
}
.wl-smain .wl-r .wl-spic ul li:hover h3,.wl-smain .wl-r .wl-spic ul li.selected h3 {
	color:#014DA1;
}
/*foot*/
.wl-footer {
	background:url(../images/footerbg.jpg) center bottom no-repeat;
	height:auto;
	background-size:cover;
	padding:8% 2% 5% 2%;
}
.wl-rel {
	position:relative;
}
.wl-footer-a {
	padding:0 0 4% 0;
}
.wl-footer-a dl {
	/*float:left;
	*/
}
.wl-footer-a dl dt {
	font-size:0.23rem;
	font-weight:bold;
	color:#fff;
	margin-bottom:0.2rem;
}
.wl-footer-a dl dd img {
	width:100px;
	height:100px;
	padding-top:6px;
}
.wl-gzh {
	display:block;
	margin:0 0 .3rem;
}
.wl-xhs {
	display:block;
	margin:0 0 .3rem;
}
.wl-xhs-qr {
	width:140px;
	height:140px;
	overflow:hidden;
	background:#fff;
}
.wl-footer-a .wl-xhs .wl-xhs-qr img {
	display:block;
	width:150px;
	max-width:none;
	height:auto;
	padding:0;
	transform:translateX(-5px);
}
.wl-footer-a .wl-gzh dd > img {
	display:block;
	box-sizing:border-box;
	width:140px;
	height:140px;
	padding:0;
}
.wl-xhs-b {
	display:block;
	margin-top:.12rem;
	color:#fff;
	font-size:.19rem;
	line-height:1.5;
}
.wl-gzh-b {
	display:block;
	margin-top:.12rem;
	color:#FFFFFF;
	font-size:.19rem;
	line-height:1.5;
}
.wl-linkxn {
	display:block;
	float:none;
	width:100%;
	margin:0 0 .3rem;
}
.wl-linkxw {
	display:block;
	float:none;
	width:100%;
	margin:0 0 .3rem;
	text-align:left;
}
.wl-footer-a dl dd a {
	padding-bottom:0.09375rem;
	border-bottom:#fff solid 1px;
	font-size:0.22rem;
	line-height:1.92;
	color:#fff;
}
.wl-footer-a dl dd a:hover {
	opacity:0.6;
}
.wl-footer-a dl:last-child {
	margin-right:0;
}
.wl-footer-a .wl-contact {
	/*max-width:60%;
	position:absolute;
	right:0;
	top:0;
	*/padding-bottom:.3rem;
	border-bottom:solid 1px rgba(255,255,255,.9);
}
.wl-footer-a .wl-contact h2 {
	font-size:0.23rem;
	font-weight:bold;
	color:#fff;
	margin-bottom:0.2rem;
	/*text-align:right;
	*/
}
.wl-footer-a .wl-contact p {
	line-height:1.8;
	color:#fff;
	font-size:0.22rem;
	/*text-align:right;
	*/
}
.wl-footer-b {
	/*padding:1rem 0.625rem;
	clear:both*/
}
.wl-footer-b p {
	text-align:center;
	color:#fff;
	font-size:0.22rem;
	line-height:1.6;
}
.wl-footer-b p a {
	text-align:center;
	color:#fff;
	font-size:0.22rem;
}
.wl-footer-b p.wl-copy {
	padding-bottom:.2rem;
}
.wl-footer-b p.wl-teclink {
	padding:.2rem 0 0 0;
	border-top:solid 1px rgba(255,255,255,.9);
}
.wl-footer-b .wl-teclink a {
	padding:0 0.1rem;
	/*border-bottom:1px solid #FFFFFF*/
}

/* homepage redesign */
.agi-hero {
	position:relative;
	height:6.5rem;
	min-height:0;
	overflow:hidden;
	background:#071c3f url("../images/ibg1.png") center center no-repeat;
	background-size:cover;
	margin-top:.86rem;
}
.agi-hero-media,.agi-hero-media .swiper-container,.agi-hero-media .swiper-wrapper,.agi-hero-media .swiper-slide {
	position:absolute;
	inset:0;
	width:100%;
	height:100% !important;
}
.agi-hero-media {
	z-index:0;
}
.agi-hero-media img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.agi-hero-media img[src="{图片路径}"] {
	display:none;
}
.agi-hero-overlay {
	position:absolute;
	inset:0;
	z-index:1;
	background:linear-gradient(180deg,rgba(4,20,45,.86),rgba(4,20,45,.78));
}
.agi-hero-grid {
	position:absolute;
	inset:0;
	z-index:1;
	opacity:.28;
	background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
	background-size:.7rem .7rem;
	animation:agi-grid-drift 18s linear infinite;
}
.agi-tech-layer {
	position:absolute;
	inset:0;
	z-index:1;
	pointer-events:none;
	overflow:hidden;
}
.agi-tech-trace {
	position:absolute;
	height:1px;
	background:linear-gradient(90deg,transparent,rgba(126,232,204,.9),transparent);
	animation:agi-trace-flow 5.5s ease-in-out infinite;
}
.agi-tech-trace-a {
	width:3.2rem;
	right:-.4rem;
	top:1.4rem;
	transform:rotate(-18deg);
}
.agi-tech-trace-b {
	width:2.6rem;
	right:.1rem;
	bottom:1.18rem;
	transform:rotate(20deg);
	animation-delay:-2.2s;
}
.agi-tech-trace-c,.agi-tech-node-c,.agi-tech-readout {
	display:none;
}
.agi-tech-node {
	position:absolute;
	width:.1rem;
	height:.1rem;
	border:1px solid #baf7e8;
	background:#0e70b7;
	transform:rotate(45deg);
	box-shadow:0 0 .16rem rgba(126,232,204,.48);
	animation:agi-node-signal 3.6s ease-in-out infinite;
}
.agi-tech-node-a {
	right:.78rem;
	top:1.15rem;
}
.agi-tech-node-b {
	right:.35rem;
	bottom:1.36rem;
	animation-delay:-1.2s;
}
.agi-hero-content {
	position:relative;
	z-index:2;
	width:90%;
	padding-top:1rem;
	color:#fff;
}
.agi-eyebrow {
	font-size:.22rem;
	color:#9fd7ff;
	margin-bottom:.18rem;
}
.agi-hero-content h1 {
	font-size:.56rem;
	line-height:1.18;
	font-weight:bold;
	margin-bottom:.16rem;
}
.agi-hero-en {
	font-size:.24rem;
	color:rgba(255,255,255,.8);
	margin-bottom:.22rem;
}
.agi-hero-desc {
	font-size:.23rem;
	line-height:1.8;
	color:rgba(255,255,255,.88);
}
.agi-hero-actions {
	display:flex;
	flex-wrap:wrap;
	gap:.12rem;
	margin-top:.34rem;
}
.agi-hero-actions a {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:.58rem;
	padding:0 .2rem;
	color:#fff;
	border:1px solid rgba(255,255,255,.48);
	background:rgba(255,255,255,.08);
	font-size:.22rem;
}
.agi-hero-actions a:first-child {
	background:#fff;
	color:#014DA1;
	border-color:#fff;
}
.agi-hero-signals {
	display:flex;
	flex-wrap:wrap;
	gap:.1rem;
	margin-top:.22rem;
}
.agi-hero-signals span {
	display:inline-flex;
	align-items:center;
	height:.42rem;
	padding:0 .16rem;
	color:rgba(255,255,255,.86);
	font-size:.18rem;
	background:rgba(255,255,255,.1);
	border:1px solid rgba(159,215,255,.3);
}
.agi-hero-visual {
	display:none;
}
.agi-home {
	background:#fff;
}
.agi-section {
	padding:.62rem 0;
}
.agi-section-head {
	text-align:center;
	margin-bottom:.32rem;
}
.agi-section-head-left {
	text-align:left;
}
.agi-section-head p {
	font-size:.18rem;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#0e70b7;
	margin-bottom:.08rem;
}
.agi-section-head h2 {
	font-size:.34rem;
	line-height:1.3;
	color:#102a55;
	margin-bottom:.12rem;
}
.agi-section-head span {
	display:block;
	font-size:.22rem;
	line-height:1.7;
	color:#5b677a;
}
.agi-map {
	padding:0;
	background:#fff;
}
.agi-map-wrap {
	position:relative;
	z-index:3;
	margin-top:0;
	padding:.32rem .28rem;
	background:#fff;
	border:1px solid #dfe7f1;
	box-shadow:0 .14rem .36rem rgba(16,42,85,.12);
}
.agi-map-wrap::before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:.06rem;
	height:100%;
	background:linear-gradient(180deg,#0e70b7,#7ee8cc);
}
.agi-map-wrap .agi-section-head {
	margin-bottom:.26rem;
}
.agi-map-flow {
	display:grid;
	grid-template-columns:1fr;
	gap:.12rem;
}
.agi-map-flow a {
	position:relative;
	display:flex;
	align-items:center;
	min-height:.72rem;
	padding:.18rem .18rem;
	background:#f6f9fc;
	border:1px solid #e1e9f2;
	transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.agi-map-flow span {
	display:block;
	width:.58rem;
	color:#0e70b7;
	font-size:.18rem;
}
.agi-map-flow strong {
	display:block;
	color:#102a55;
	font-size:.23rem;
	line-height:1.35;
}
.agi-map-flow a:active {
	transform:scale(.98);
	background:#fff;
	border-color:#7fc6e9;
}
.agi-motion-ready .agi-reveal:not(.is-visible) {
	opacity:0;
	transform:translateY(.2rem);
	transition:opacity .5s ease var(--agi-delay,0ms),transform .5s ease var(--agi-delay,0ms);
}
.agi-motion-ready .agi-reveal.is-visible {
	opacity:1;
}
@keyframes agi-grid-drift {
	from { background-position:0 0,0 0; }
	to { background-position:.7rem .7rem,.7rem .7rem; }
}
@keyframes agi-trace-flow {
	0%,100% { opacity:.1; }
	48% { opacity:.9; }
	56% { opacity:.2; }
}
@keyframes agi-node-signal {
	0%,100% { opacity:.25; }
	50% { opacity:1; }
}
@media (prefers-reduced-motion: reduce) {
	.agi-hero-grid,.agi-tech-trace,.agi-tech-node {
		animation:none;
	}
	.agi-map-flow a {
		transition:none;
	}
}
.agi-directions,.agi-academic,.agi-results {
	background:#f6f9fc;
}
.agi-direction-grid,.agi-portal-grid,.agi-results-layout,.agi-update-layout,.agi-academic-wrap {
	display:grid;
	grid-template-columns:1fr;
	gap:.18rem;
}
.agi-direction-card {
	display:block;
	min-height:1.9rem;
	padding:.28rem;
	background:#fff;
	border:1px solid #e2e8f0;
}
.agi-direction-card span {
	display:block;
	font-size:.18rem;
	color:#0e70b7;
	margin-bottom:.24rem;
}
.agi-direction-card h3 {
	font-size:.28rem;
	color:#102a55;
	margin-bottom:.12rem;
}
.agi-direction-card p {
	font-size:.22rem;
	line-height:1.7;
	color:#5b677a;
}
.agi-news-panel,.agi-side-panel,.agi-academic-wrap,.agi-results-layout > div {
	background:#fff;
	border:1px solid #e4eaf2;
	box-shadow:0 .12rem .32rem rgba(15,42,80,.08);
}
.agi-panel-title {
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	padding:.26rem;
	border-bottom:1px solid #e4eaf2;
}
.agi-panel-title p {
	font-size:.18rem;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#0e70b7;
	margin-bottom:.06rem;
}
.agi-panel-title h3 {
	font-size:.3rem;
	color:#102a55;
}
.agi-panel-title > a {
	color:#0e70b7;
	font-size:.2rem;
}
.agi-news-feature > div[frag="窗口内容"] {
	display:grid;
	grid-template-columns:1fr;
	gap:.18rem;
	padding:.24rem;
}
.agi-news-card {
	background:#f8fafc;
}
.agi-news-img {
	height:3.2rem;
	background:#dfe8f2;
	overflow:hidden;
}
.agi-news-img img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.agi-news-body {
	padding:.24rem;
}
.agi-news-body time {
	display:block;
	color:#0e70b7;
	font-size:.2rem;
	margin-bottom:.1rem;
}
.agi-news-body time strong {
	font-size:.34rem;
	padding-right:.08rem;
}
.agi-news-body h4 {
	font-size:.27rem;
	line-height:1.45;
	color:#102a55;
	margin-bottom:.1rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.agi-news-body p {
	font-size:.23rem;
	line-height:1.7;
	color:#5b677a;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
}
.agi-news-list,.agi-notice-list {
	padding:0 .24rem .24rem;
}
.agi-news-list li a,.agi-notice-list li a,.agi-academic-list li a {
	display:block;
	padding:.18rem 0;
	border-top:1px solid #e8eef5;
	font-size:.22rem;
	line-height:1.5;
	color:#102a55;
}
.agi-news-list li a span,.agi-notice-list li a span,.agi-academic-list li a span {
	display:block;
	font-size:.18rem;
	color:#7c8da5;
	margin-bottom:.06rem;
}
.agi-empty-note {
	margin:0 .24rem .24rem;
	padding:.22rem;
	color:#718096;
	font-size:.21rem;
	line-height:1.7;
	background:#f8fafc;
	border:1px dashed #cfd8e3;
}
.agi-academic-feature a {
	display:block;
	min-height:auto;
}
.agi-academic-img {
	display:block;
	height:3rem;
	background:#dfe8f2 center center no-repeat;
	background-size:cover;
}
.agi-academic-info {
	display:block;
	padding:.28rem;
}
.agi-academic-info time {
	display:block;
	color:#0e70b7;
	font-size:.2rem;
	margin-bottom:.12rem;
}
.agi-academic-info strong {
	display:block;
	color:#102a55;
	font-size:.28rem;
	line-height:1.45;
	margin-bottom:.12rem;
}
.agi-academic-info em {
	display:block;
	font-style:normal;
	color:#5b677a;
	font-size:.21rem;
	line-height:1.7;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
}
.agi-academic-list {
	padding:0 .28rem .2rem;
	border-top:1px solid #e4eaf2;
}
.agi-portal-grid a {
	position:relative;
	display:block;
	min-height:1.7rem;
	padding:.28rem;
	background:#102a55;
	color:#fff;
	overflow:hidden;
}
.agi-portal-grid a:nth-child(2n) {
	background:#0e70b7;
}
.agi-portal-grid a::after {
	content:"";
	position:absolute;
	right:-.7rem;
	top:-.7rem;
	width:1.6rem;
	height:1.6rem;
	border:1px solid rgba(255,255,255,.22);
}
.agi-portal-grid a span {
	display:block;
	color:rgba(255,255,255,.68);
	font-size:.18rem;
	margin-bottom:.2rem;
}
.agi-portal-grid a h3 {
	font-size:.28rem;
	margin-bottom:.1rem;
}
.agi-portal-grid a p {
	font-size:.21rem;
	line-height:1.65;
	color:rgba(255,255,255,.82);
}
.agi-results-layout .agi-section-head {
	padding:.26rem .26rem 0;
	margin-bottom:.08rem;
}
.agi-result-list,.agi-collab-list {
	padding:0 .26rem .04rem;
}
.agi-result-list article a,.agi-collab-list article a {
	display:block;
	padding:.18rem 0;
	border-top:1px solid #e4eaf2;
}
.agi-result-list article span,.agi-collab-list article span {
	display:block;
	color:#7c8da5;
	font-size:.18rem;
	margin-bottom:.08rem;
}
.agi-result-list article strong,.agi-collab-list article strong {
	display:block;
	color:#102a55;
	font-size:.23rem;
	line-height:1.55;
}
.agi-collab-list article em {
	display:block;
	font-style:normal;
	color:#5b677a;
	font-size:.21rem;
	line-height:1.7;
	margin-top:.08rem;
}

/* Compact list-page layout for narrow screens. */
.wl-sbanner {
	height:1.35rem;
	margin-top:.76rem;
	z-index:0;
}
.wl-sbanner img {
	object-position:center center;
}
.wl-smain {
	padding:.22rem 0 .42rem;
}
.wl-smain .wl-l {
	margin:0 0 .22rem;
	padding:0;
	background:#f4f7fa;
	background-image:none;
	border:1px solid #dce6f0;
}
.wl-smain .wl-l .wl-stitle {
	margin-top:0;
	padding:.18rem .22rem;
	background:linear-gradient(100deg,#014da1,#0d8dcc);
}
.wl-smain .wl-l .wl-stitle h3 {
	font-size:.24rem;
	line-height:1.35;
}
.wl-smain .wl-l .wl-stitle p {
	display:none;
}
.wl-smain .wl-l .wl-mobile-column-nav {
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:.1rem;
	margin:0;
	padding:.12rem;
}
.wl-smain .wl-l .wl-mobile-column-nav > li {
	min-width:0;
	margin:0;
}
.wl-smain .wl-l .wl-mobile-column-nav > li.parent {
	grid-column:1 / -1;
}
.wl-smain .wl-l .wl-mobile-column-nav > li > a {
	box-sizing:border-box;
	min-height:44px;
	padding:10px 12px;
	border:1px solid #cbd9e8;
	background:#fff;
	color:#24374f;
	font-size:16px;
	line-height:1.3;
}
.wl-smain .wl-l .wl-mobile-column-nav > li > a:hover,
.wl-smain .wl-l .wl-mobile-column-nav > li.selected > a {
	padding-left:12px;
	border-color:#014da1;
	background:#014da1;
	color:#fff;
}
.wl-smain .wl-l .wl-mobile-column-nav > li > a i {
	padding-right:0;
	font-size:18px;
}
.wl-smain .wl-l .wl-mobile-column-nav > li > a:hover i,
.wl-smain .wl-l .wl-mobile-column-nav > li.selected > a i {
	padding-right:0;
}
.wl-smain .wl-l .wl-team-primary-nav .wp_subcolumn {
	margin:.1rem 0 0;
}
.wl-smain .wl-r {
	box-sizing:border-box;
	padding:0 .18rem;
}
.wl-smain .wl-loc {
	margin-bottom:.22rem;
}
.wl-smain .wl-loc h2 {
	font-size:.25rem;
	padding-bottom:.15rem;
}
.wl-footer {
	box-sizing:border-box;
	padding:.4rem .22rem .28rem;
}
.wl-footer-a .wl-contact {
	max-width:100%;
}
.wl-footer-a .wl-contact p,
.wl-footer-b p,
.wl-footer-b p a {
	font-size:.19rem;
	white-space:normal;
	overflow-wrap:anywhere;
	word-break:break-all;
}

/* WebPlus outputs list pagination as three adjacent list items. Keep each
   control group intact on phones instead of letting the legacy inline layout wrap word by word. */
.wl-smain .wl-r .wp_paging {
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:.14rem .16rem;
	margin:.28rem 0 0;
	padding:.18rem .16rem;
	border:1px solid #d8e4ee;
	background:#f7fafd;
	color:#516173;
	font-size:.16rem;
	line-height:1.4;
	list-style:none;
}
.wl-smain .wl-r .wp_paging > li {
	float:none;
	min-width:0;
	margin:0;
	padding:0;
	list-style:none;
}
.wl-smain .wl-r .wp_paging .pages_count {
	box-sizing:border-box;
	display:flex;
	flex:1 0 100%;
	flex-wrap:wrap;
	gap:.04rem .14rem;
	padding:0 0 .13rem;
	border-bottom:1px solid #dbe5ee;
	white-space:nowrap;
}
.wl-smain .wl-r .wp_paging .pages_count span,
.wl-smain .wl-r .wp_paging .pages_count em {
	font-style:normal;
}
.wl-smain .wl-r .wp_paging .page_nav {
	display:flex;
	flex:1 0 100%;
	flex-wrap:wrap;
	gap:.08rem;
}
.wl-smain .wl-r .wp_paging .page_nav a {
	box-sizing:border-box;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:36px;
	padding:0 .13rem;
	border:1px solid #c9d8e7;
	background:#fff;
	color:#165a99;
	font-size:.16rem;
	line-height:1;
	text-decoration:none;
	white-space:nowrap;
}
.wl-smain .wl-r .wp_paging .page_nav a:active {
	border-color:#075ba6;
	background:#075ba6;
	color:#fff;
}
.wl-smain .wl-r .wp_paging .page_jump {
	display:flex;
	flex:1 0 100%;
	flex-wrap:wrap;
	align-items:center;
	gap:.08rem;
	padding-top:.02rem;
}
.wl-smain .wl-r .wp_paging .page_jump > span {
	display:inline-flex;
	align-items:center;
	min-height:36px;
	white-space:nowrap;
}
.wl-smain .wl-r .wp_paging .page_jump input.pageNum {
	box-sizing:border-box;
	width:.52rem;
	height:36px;
	margin:0;
	padding:0 .06rem;
	border:1px solid #c9d8e7;
	border-radius:0;
	background:#fff;
	color:#1b3550;
	font-size:.16rem;
	text-align:center;
}
.wl-smain .wl-r .wp_paging .page_jump input[type="hidden"] {
	display:none;
}
.wl-smain .wl-r .wp_paging .page_jump .pagingJump {
	box-sizing:border-box;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:36px;
	padding:0 .15rem;
	border:1px solid #075ba6;
	background:#075ba6;
	color:#fff;
	font-size:.16rem;
	line-height:1;
	text-decoration:none;
}

/* Override the article-card selectors above: pagination is also a ul, but it
   must not inherit card spacing, hover layers, or link padding. */
.wl-smain .wl-r .wl-news ul.wp_paging > li {
	position:static;
	margin:0;
	background:transparent;
}
.wl-smain .wl-r .wl-news ul.wp_paging > li::before,
.wl-smain .wl-r .wl-news ul.wp_paging > li::after {
	display:none;
	content:none;
}
.wl-smain .wl-r .wl-news ul.wp_paging .page_nav a,
.wl-smain .wl-r .wl-news ul.wp_paging .page_jump .pagingJump {
	display:inline-flex;
	justify-content:center;
	padding:0 .13rem;
}
.wl-smain .wl-r .wl-news ul.wp_paging .page_jump .pagingJump {
	padding:0 .15rem;
}

/* Use the homepage's clearer grouped navigation on every small-screen page. */
@media screen and (max-width:1025px) {
	.wl-head,
	.wl-head.on {
		background:#04355b;
		box-shadow:0 7px 20px rgba(0,18,34,.2);
	}
	.wl-head .wl-wid .wl-logo {
		width:calc(100% - 1.18rem);
	}
	.wl-head .wl-wid .wl-logo > a,
	.wl-head .wl-wid .wl-logo > a > img {
		display:block;
		max-width:100%;
	}
	.wl-head .wl-wid .wl-logo > a > img {
		width:100%;
		height:auto;
		max-height:.41rem;
	}
	.wl-head .wl-nav .wl-navico {
		right:.14rem;
		top:.12rem;
		width:.62rem;
		height:.62rem;
		box-sizing:border-box;
		border:1px solid rgba(226,246,255,.48);
		border-radius:.05rem;
		background-color:rgba(8,103,174,.84);
		background-position:center;
		background-size:.30rem;
	}
	.wl-head.on .wl-nav .wl-navico {
		border-color:rgba(226,246,255,.48);
		background-color:rgba(8,103,174,.84);
		background-position:center;
		background-size:.30rem;
	}
	.wl-head .wl-nav .wl-navtxt {
		box-sizing:border-box;
		position:fixed;
		top:.86rem;
		left:0;
		width:100vw;
		height:calc(100dvh - .86rem) !important;
		max-height:calc(100dvh - .86rem);
		padding:.12rem 0 .44rem;
		border-top:1px solid rgba(93,153,197,.25);
		background:#f7fbff;
		box-shadow:0 18px 36px rgba(5,43,75,.18);
		overflow-x:hidden;
		overflow-y:auto;
		overscroll-behavior:contain;
		-webkit-overflow-scrolling:touch;
	}
	.wl-head .wl-nav .wl-navtxt ul {
		padding:0;
	}
	.wl-head .wl-nav .wl-navtxt ul > div > span {
		display:none;
	}
	.wl-head .wl-nav .wl-navtxt li {
		display:block;
		width:auto;
		padding:.12rem .16rem .14rem;
		border-bottom:1px solid #d8e6f2;
		background:transparent;
	}
	.wl-head .wl-nav .wl-navtxt li > a {
		display:block;
		width:auto;
		padding:0 0 0 .13rem;
		border-left:3px solid transparent;
		color:#0b477e;
		font-size:.23rem;
		font-weight:600;
		line-height:.42rem;
		text-align:left;
	}
	.wl-head .wl-nav .wl-navtxt li.selected > a,
	.wl-head .wl-nav .wl-navtxt li.parent > a,
	.wl-head .wl-nav .wl-navtxt li.on > a {
		border-left-color:#0b78c4;
		color:#075d9f;
	}
	.wl-head .wl-nav .wl-navtxt li .wl-navitem {
		margin:.1rem 0 0;
	}
	.wl-head .wl-nav .wl-navtxt li dl {
		display:grid;
		grid-template-columns:repeat(2,minmax(0,1fr));
		gap:.08rem;
		padding:0 .13rem;
		text-align:left;
	}
	.wl-head .wl-nav .wl-navtxt li dl dd,
	.wl-head .wl-nav .wl-navtxt li:nth-child(5) dl dd {
		display:block;
		width:auto;
		height:auto;
		min-height:.46rem;
		margin:0;
		border:1px solid #d3e4f2;
		background:#edf6fd;
	}
	.wl-head .wl-nav .wl-navtxt li dl dd a,
	.wl-head .wl-nav .wl-navtxt li.on dl dd a {
		display:flex;
		align-items:center;
		justify-content:flex-start;
		box-sizing:border-box;
		width:100%;
		min-height:.46rem;
		padding:.06rem .1rem;
		color:#174b76;
		font-size:.18rem;
		font-weight:normal;
		line-height:1.35;
		text-align:left;
		background:transparent;
	}
	.wl-head .wl-nav .wl-navtxt li dl dd a:active,
	.wl-head .wl-nav .wl-navtxt li dl dd a:focus-visible {
		background:#dceefa;
		color:#075d9f;
	}
	/* The header is fixed. Keep the inner-page banner below its full height. */
	.wl-sbanner {
		margin-top:.86rem;
	}
}
