@charset "UTF-8";
/* CSS Document By www.ahweilai.com */
body {
	font-family:sans-serif,Arial;
	font-size:14px;
	line-height:22px;
	color:#222;
}
* {
	margin:0px;
	padding:0px;
}
a {
	color:#333;
	text-decoration:none;
}
img {
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
}
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-wid {
	width:1200px;
	margin:0 auto;
}
/*head*/
.wl-head {
	position:absolute;
	width:100%;
	background-image:linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,0.9));
	top:0;
	z-index:10;
}
.wl-head .wl-wid {
	display:flex;
	justify-content:space-between;
	padding:20px 0;
}
.wl-head .wl-wid .wl-logo {
	height:60px;
}
.wl-head .wl-wid .wl-logo img {
	height:100%;
}
.wl-head .wl-wid .wl-txt {
	text-align:right;
}
.wl-head .wl-wid .wl-txt .wl-txt-link {
	display:flex;
	justify-content:space-between;
	margin-bottom:10px;
	font-size:15px;
}
.wl-head .wl-wid .wl-txt .wl-txt-link a {
	color:#fff;
}
.wl-head .wl-wid .wl-txt .wl-txt-link span {
	display:inline-block;
	width:1px;
	height:13px;
	background-color:#fff;
	margin:0 18px;
	margin-top:5px;
}
.wl-txt-search {
	width:200px;
	overflow:hidden;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	transition:all 0.35s ease-in-out;
	border:1px solid #ccc;
	position:relative;
	border-radius:8px;
}
.wl-ser {
	width:100%;
	height:28px;
	z-index:9999994;
	margin:0 auto;
	position:relative;
}
.wl-txt-search input,.wl-txt-search button {
	/*position:absolute;
	*/
  height:28px;
	padding-left:8px;
	line-height:28px;
	border:none;
	background:none;
	top:0px;
	overflow:hidden;
	left:0;
	color:#fff;
}
.wl-txt-search input.wl-notxt {
	color:#fff;
	width:96%;
	left:0;
	padding-left:4%;
	font-size:14px;
}
.wl-txt-search input::placeholder {
	color:#fff;
}
.wl-txt-search .notxt1 {
	position:absolute;
	width:15%;
	right:0;
	cursor:pointer;
	color:#fff;
}
.wl-txt-search button {
	position:absolute;
	height:28px;
	line-height:28px;
	border:none;
	background:none;
	top:0px;
	overflow:hidden;
	right:0;
	width:28px;
	left:auto;
	color:#fff;
}
.wl-txt-search input[type="submit"] {
	-webkit-appearance:none !important;
	appearance:none !important;
	position:absolute !important;
	right:0 !important;
	top:0 !important;
	left:auto !important;
	width:34px !important;
	height:28px !important;
	padding:0 !important;
	margin:0 !important;
	border:0 !important;
	cursor:pointer;
	color:transparent !important;
	font-size:0 !important;
	text-indent:-9999px;
	background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E") no-repeat center center !important;
	background-size:16px 16px !important;
	box-shadow:none !important;
	overflow:hidden !important;
}
/*nav*/
.wl-head .wl-nav {
	height:60px;
}
.wl-head .wl-nav .wl-wid {
	padding:0;
}
.wl-head .wl-nav .wl-wid .wl-navtxt {
	width:100%;
}
.wl-head .wl-nav ul {
	font-size:0;
	display:flex;
	justify-content:space-between;
}
.wl-head .wl-nav li {
	display:inline-block;
	position:relative;
	line-height:60px;
}
.wl-head .wl-nav span {
	width:1px;
	height:20px;
	margin-top:20px;
	display:inline-block;
	background-color:#fff;
}
.wl-head .wl-nav li a {
	font-size:17px;
	/*width:108px;
	*/
  display:block;
	position:relative;
	text-align:center;
	color:#fff;
}
.wl-head .wl-nav li .wl-iconfont {
	display:inline-block;
	transform:rotate(90deg);
	font-size:12px;
	color:#999;
	width:20px;
}
/*.wl-head .wl-nav li:last-child a {
	width:120px;
}
*/
.wl-head .wl-nav li a:hover {
	color:#014DA1;
}
.wl-head .wl-nav li::before {
	content:"";
	display:none;
	width:100%;
	height:2px;
	background:#fff;
	position:absolute;
	z-index:1;
	left:0;
	margin-left:0;
	bottom:0;
}
.wl-head .wl-nav li:last-child:after {
	display:none;
}
.wl-head .wl-nav li.selected::before,.wl-head .wl-nav li.parent::before {
	display:block;
}
.wl-head .wl-nav li.selected a,.wl-head .wl-nav li.parent a {
	font-weight:bold;
	color:#fff;
}
.wl-head .wl-nav li:hover::before {
	display:block;
}
.wl-head .wl-nav li:hover a {
	font-weight:bold;
	color:#fff;
}
.wl-head .wl-nav li .wl-navitem-wrap {
	background:#fff;
	/*border-radius:0 0 8px 8px;
	*/
  box-shadow:0 0 10px rgba(0,0,0,.08);
	width:108px;
}
.wl-navitem {
	position:absolute;
	left:50%;
	top:60px;
	display:none;
	margin-left:-55px;
	z-index:1000;
}
.wl-head .wl-nav li:nth-of-type(3) .wl-navitem-wrap {
	width:150px;
	margin-left:-21px;
}
.wl-head .wl-nav li .wl-navitem-wrap dl dd {
	line-height:42px;
	text-align:center;
	border-bottom:#eee solid 1px;
}
.wl-head .wl-nav li .wl-navitem-wrap dl dd:last-child {
	border:none;
}
.wl-head .wl-nav li .wl-navitem-wrap dl dd a {
	font-size:16px;
}
.wl-head .wl-nav li:hover .wl-navitem-wrap dl dd a,.wl-head .wl-nav li.selected .wl-navitem-wrap dl dd a,.wl-head .wl-nav li.parent .wl-navitem-wrap dl dd a {
	font-weight:normal;
	color:#333;
}
.wl-head .wl-nav li .wl-navitem-wrap dl dd:last-child a {
	/*border-radius:0 0 8px 8px;
	*/
}
.wl-head .wl-nav li .wl-navitem-wrap dl dd:hover a,.wl-head .wl-nav li.selected .wl-navitem-wrap dl dd:hover a,.wl-head .wl-nav li.parent .wl-navitem-wrap dl dd:hover a {
	background-color:#014DA1;
	color:#fff;
}
.wl-head .wl-nav li:hover .wl-navitem {
	display:block;
}
/*banner*/
.wl-banner {
	width:100%;
	overflow:hidden;
	position:relative;
}
.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:50px;
}
.wl-banner .swiper-pagination-bullet {
	background:#000;
	position:relative;
	width:50px;
	height:5px;
	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:50px;
	height:50px;
	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:20px;
	font-weight:bold;
}
/*main*/
.wl-main {
	}/*wl-one css*/
.wl-one {
	display:flex;
	justify-content:space-between;
	padding:40px 0;
}
.wl-one .wl-news {
	width:865px;
	padding-top:15px;
}
.wl-one .wl-news .wl-tit {
	margin-bottom:20px;
}
.wl-one .wl-news .wl-tit h2 {
	font-size:22px;
	font-weight:normal;
	color:#014DA1;
	line-height:20px;
	padding-left:18px;
	border-left:solid 4px #014DA1;
}
.wl-one .wl-news .wl-tit h2 span {
	display:block;
	font-size:16px;
	line-height:18px;
	text-transform:uppercase;
	padding-top:6px;
}
.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:10px;
}
.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:15px;
}
.wl-one .wl-news .wl-con .wl-news-pic .wl-item {
	width:420px;
	background-color:#f1f1f1;
	transition:all 0.4s ease-out;
	padding-bottom:10px;
}
.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:13px;
	line-height:12px;
	width:60px;
	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:16px;
	line-height:32px;
	padding:0 8px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.wl-one .wl-news .wl-con .wl-news-pic .wl-item p {
	font-size:14px;
	color:#666;
	line-height:21px;
	padding:0 8px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.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 a {
	display:block;
	width:400px;
	margin-bottom:15px;
	background-color:#f1f1f1;
	padding:15px 10px;
	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:13px;
	line-height:15px;
	width:60px;
	height:55px;
	text-align:center;
	/*background-color:rgba(3,78,161,0.9);
	*/
	background:linear-gradient(-45deg,#014DA1,#1bb3e2);
}
.wl-one .wl-news .wl-con .wl-news-list ul li .wl-time span {
	font-size:17px;
	line-height:30px;
	display:block;
}
.wl-one .wl-news .wl-con .wl-news-list ul li h2 {
	width:320px;
	font-weight:normal;
	font-size:16px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	line-height:26px;
}
.wl-one .wl-notice {
	width:300px;
}
.wl-one .wl-notice .wl-tit {
	background-color:#014DA1;
	padding:15px 12px;
}
.wl-one .wl-notice .wl-tit h2 {
	font-size:22px;
	font-weight:normal;
	color:#fff;
	line-height:20px;
	padding-left:18px;
	border-left:solid 4px #fff;
}
.wl-one .wl-notice .wl-tit span {
	display:block;
	font-size:16px;
	line-height:18px;
	text-transform:uppercase;
	padding-top:6px;
}
.wl-one .wl-notice .wl-con {
	padding:9px 10px 9px 10px;
	border:solid 1px #ddd;
	border-top:none;
	/*height:515px;
	*/
}
.wl-one .wl-notice .wl-con ul li {
	border-left:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	padding:11.5px 8px;
	position:relative;
	width:260px;
	transition:all 0.5s ease-out;
}
.wl-one .wl-notice .wl-con ul li:hover {
	background-color:#014DA1;
	color:#fff;
}
.wl-one .wl-notice .wl-con ul li:hover a {
	color:#fff;
}
.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:22px;
}
.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:16px;
	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,.wl-one .wl-notice .wl-con ul li:hover h2 span {
	color:#fff;
}
.wl-one .wl-notice .wl-con ul li h2 span {
	color:#014DA1;
	font-size:15px;
	line-height:18px;
	display:block;
}
/*wl-two css*/
.wl-two {
	padding:65px 0 60px 0;
	margin-bottom:60px;
	/*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:30px;
}
.wl-two .wl-tit-c h3 {
	position:absolute;
	width:100%;
	z-index:1;
	font-size:24px;
	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:40px;
	color:#e2e2e2;
	line-height:60px;
	text-transform:uppercase;
	top:-35px;
}
.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:#fff;
	position:relative;
}
.wl-xsdt:after {
	content:"";
	left:456px;
	top:0;
	height:100%;
	background:url(../images/shadowbg.gif) 0px top repeat-y;
	position:absolute;
	width:44px;
}
.wl-xsdt .wl-xsdt-left {
	/*width:38%;
	*/width:416px;
	float:left;
	padding:25px 20px 20px 20px;
	/*height:500px;
	*/
}
.wl-xsdt .wl-xsdt-left .wl-imgbox {
	padding-top:280px;
}
.wl-xsdt .wl-xsdt-left .wl-xsdt-date {
	position:relative;
	top:-30px;
	padding:15px;
	background-image:linear-gradient(to top,rgba(3,78,161,0.8),rgba(3,78,161,0.8));
	/*background:#034ea1;
	*/width:90px;
	color:#fff;
	font-size:16px;
}
.wl-xsdt .wl-xsdt-left .wl-xsdt-title {
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	overflow:hidden;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px
}
.wl-xsdt .wl-xsdt-left .wl-xsdt-desc {
	color:#808080;
	font-size:14px;
	line-height:25px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.wl-xsdt .wl-xsdt-right {
	padding:25px 20px 0 20px;
	float:right;
	/*width:62%;
	*/width:704px;
}
.wl-xsdt-listpic li {
	position:relative;
	padding:0 210px 0 122px;
	height:144px;
}
.wl-xsdt-listpic li .wl-xsdt-date {
	position:absolute;
	left:0;
	top:4px;
	width:91px;
	padding-top:10px;
	text-align:center;
	font-size:16px;
	color:#034ea1;
	border-right:1px solid #dfe8f0;
	height:90px;
}
.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:32px;
	line-height:40px;
	display:block;
}
.wl-xsdt-listpic li .wl-imgbox {
	position:absolute;
	right:0;
	top:0px;
	width:190px;
	height:115px;
}
.wl-xsdt-listpic li .wl-xsdt-title {
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	line-height:26px;
	margin-bottom:10px;
	font-size:16px;
}
.wl-xsdt-listpic li:nth-of-type(1) .wl-xsdt-title {
	font-weight:bold
}
.wl-xsdt .wl-xsdt-left a:hover,.wl-two .wl-xsdt-listpic li a:hover {
	color:#014DA1;
}
.wl-xsdt-listpic li .wl-xsdt-desc {
	font-size:14px;
	color:#808080;
	line-height:24px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.wl-xsdt-listpic li:hover .wl-xsdt-date:after,.wl-xsdt-listpic li:nth-of-type(1) .wl-xsdt-date:after {
	top:0;
	height:100%;
}
/*wl-three css*/
.wl-three {
	display:flex;
	justify-content:space-between;
	margin-bottom:60px;
}
.wl-three .wl-tit-l {
	font-size:24px;
	width:80px;
	background-color:#014DA1;
	color:#fff;
	text-align:center;
	padding-top:50px;
	line-height:30px;
}
.wl-three .wl-tit-l span.wl-three-pcmore {
	display:block;
	font-size:16px;
	padding-top:60px;
	line-height:20px;
}
.wl-three .wl-tit-l span.wl-three-wapmore {
	display:none;
}
.wl-three .wl-tit-l a {
	color:#fff;
}
.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-con .wl-item .wl-time i {
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#fff;
	border-radius:50%;
	background-color:#014DA1;
	margin-left:calc(( 100% - 25px) / 2);
	position:absolute;
	bottom:-13px;
	display:block;
}
.wl-three .wl-con .wl-item:first-child .wl-time i,.wl-three .wl-con .wl-item:hover .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:16px;
	font-weight:normal;
	line-height:22px;
	height:66px;
	text-align:center;
	padding:0 calc((100% - 230px) / 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;
	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-time {
	color:#014DA1;
}
.wl-three .wl-con .wl-item:hover .wl-more i {
	padding:0 8px;
}
.wl-three .wl-con .wl-item:hover .wl-time,.wl-three .wl-con .wl-item:first-child .wl-time {
	border-bottom:solid 2px #f7ab00;
}
/*wl-four css*/
.wl-four {
	background-image:url("../images/wl_four_bg.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	padding:65px 0 70px 0;
}
.wl-four .wl-tit-c {
	text-align:center;
	position:relative;
	height:60px;
	margin-bottom:30px;
}
.wl-four .wl-tit-c h3 {
	position:absolute;
	width:100%;
	z-index:1;
	font-size:24px;
	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:40px;
	color:#e2e2e2;
	line-height:60px;
	text-transform:uppercase;
	top:-35px;
}
.wl-four .wl-con {
	display:flex;
	/*justify-content:space-between;
	*/
}
.wl-four .wl-con .wl-item {
	width:360px;
	padding:15px 25px;
	transition:all 0.4s ease-out;
}
.wl-four .wl-con .wl-item:hover {
	background-color:#fff;
}
.wl-four .wl-con .wl-item:nth-child(2) {
	background-color:#fff;
}
.wl-four .wl-con .wl-item:nth-child(2) .wl-line {
	width:100%;
	display:inline-block;
	height:2px;
	background-color:#ffb100;
}
.wl-four .wl-con .wl-item:hover {
	transform:translateY(-30px);
}
.wl-four .wl-con .wl-item .wl-time {
	width:90px;
	height:28px;
	line-height:28px;
	font-size:15px;
	text-align:center;
	color:#fff;
	margin-bottom:15px;
	background:linear-gradient(-45deg,#0570ba,#1bb3e2);
}
.wl-four .wl-con .wl-item h3 {
	font-size:16px;
	line-height:25px;
	margin-bottom:15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.wl-four .wl-con .wl-item .wl-img {
	height:220px;
}
.wl-four .wl-con .wl-item .wl-img img {
	width:100%;
	height:220px;
	object-fit:cover;
}
.wl-four .wl-con .wl-item p {
	font-size:15px;
	color:#666;
	padding:15px 5px 0 5px;
	margin-bottom:15px;
	line-height:22px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.wl-four .wl-con .wl-item .wl-line {
	width:100%;
	display:inline-block;
	height:2px;
	background-color:#0673bb;
}
.wl-four .wl-con .wl-item:hover .wl-line {
	width:100%;
	display:inline-block;
	height:2px;
	background-color:#ffb100;
}
/*====wl-smain====*/
.wl-sbanner {
	height:500px;
	overflow:hidden;
	position:relative;
	z-index:-1;
}
.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:45px 0 60px 0;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
}
.wl-smain .wl-l {
	width:250px;
	background-color:#f2f3f7;
	padding-bottom:100px;
	background-image:url("../images/l-bg.jpg");
	background-position:right bottom;
	background-size:70%;
	background-repeat:no-repeat;
	/*margin-top:-100px;
	*/
}
.wl-smain .wl-l .wl-stitle {
	/*background-image:url("../images/stit-bg.jpg");
	background:#014DA1;
	*/
	background:linear-gradient(60deg,#014DA1,#1bb3e2);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding:30px 20px;
	margin-top:-100px;
}
.wl-smain .wl-l .wl-stitle h3 {
	color:#fff;
	font-size:20px;
}
.wl-smain .wl-l .wl-stitle p {
	display:block;
	width:60px;
	height:1px;
	background-color:#fff;
	margin-top:15px;
}
.wl-smain .wl-l ul {
	padding:30px 20px;
}
.wl-smain .wl-l ul li {
	margin-bottom:15px;
}
.wl-smain .wl-l ul li a {
	font-size:18px;
	padding:20px 15px;
	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:20px
}
.wl-smain .wl-l ul li a i {
	padding-right:10px;
	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:910px;
}
.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:20px;
	padding-bottom:15px;
	border-bottom:solid 3px #014DA1;
	background-image:url("../images/icon.png");
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:35px;
	background-size:22px;
	line-height:1;
	padding-top:2px;
}
.wl-smain .wl-loc h2 i {
	color:#014DA1;
	padding-right:10px;
}
.wl-smain .wl-loc span.wl-posico {
	font-size:16px;
	background:url(../images/in-posico.png) 0 center no-repeat;
	background-size:15px;
	display:block;
	float:right;
	padding-left:25px;
}
.wl-smain .wl-loc span i {
	padding-right:10px;
}
.wl-smain .wl-r .wl-con,.wp_entry {
	font-size:16px;
	line-height:1.8;
}
.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:3px 0;
}
.wl-smain .wl-r .wl-news ul li {
	background-color:#fafafa;
	margin-bottom:20px;
	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;
	*/
  background-color:#fafafa;
	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:10px 20px 0 20px;
}
.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:16px;
	font-weight:normal;
	/*overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	*/
	color:#000;
	position:relative;
}
.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:50px;
	color:#222;
	margin-bottom:20px;
}
.wl-smain .wl-r .wl-news ul li a .wl-txt .wl-date::after {
	content:'';
	width:15%;
	height:1px;
	background:#014DA1;
	position:absolute;
	left:0;
	bottom:0px;
	transform:translateY(-90%);
	transition:.3s;
}
.wl-smain .wl-r .wl-news ul li a .wl-txt .wl-date span i {
	padding-right:10px;
}
.wl-smain .wl-r .wl-news ul li:hover a .wl-txt .wl-date span i:last-child {
	padding-right:10px;
}
.wl-smain .wl-r .wl-news ul li a .wl-txt .wl-date em {
	padding-right:10px;
	transition:all ease .4s;
	font-size:22px;
}
.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:15px;
	line-height:1.6;
	color:#888;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	position:relative;
}
.wl-smain .wl-detail {
	font-size:16px;
	line-height:1.8;
	width:100%;
}
.wl-smain .wl-detail p {
	margin-bottom:5px;
}
.wl-smain .wl-detail img {
	max-width:100%;
	margin:3px 0;
}
.wl-smain .wl-detail .wl-detail-title {
	font-size:22px;
	text-align:center;
	width:100%;
	margin:0 auto;
	margin-bottom:20px;
}
.wl-smain .wl-detail .wl-post {
	background-color:#f1f1f1;
	margin-bottom:40px;
	text-align:center;
	font-size:16px;
	line-height:40px;
}
.wl-smain .wl-detail .wl-post i {
	padding-right:10px;
}
/*lingdao*/
.wl-lingdao li {
	vertical-align:top;
	border-bottom:#ddd dotted 1px;
	padding:30px 0;
	transition:all 0.5s;
}
.wl-lingdao li:nth-child(2n-1) {
	background-color:#fafafa;
}
.wl-lingdao li /*a */ {
	display:block;
	min-height:180px;
	padding-left:40px
}
.wl-lingdao li .pic {
	width:138px;
	height:180px;
	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:640px;
	float:right;
	padding-right:40px
}
.wl-lingdao li h3 {
	padding:12px 0 20px;
	color:#333;
	font-weight:bold;
	font-size:18px;
	padding-right:140px;
	position:relative;
	padding-left:30px;
	background:url(../images/ico-r.png) 0 19px no-repeat;
}
.wl-lingdao li p {
	line-height:24px;
	color:#555;
	font-size:16px;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	word-wrap:break-word;
	word-break:break-all;
	white-space:normal;
	-webkit-line-clamp:3;
	-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:grid;
	justify-content:space-between;
	grid-template-columns:repeat(auto-fill,152px/*190px*/);
}
.wl-team ul li {
	width:152px/*190px*/;
	background-color:#f1f1f1;
	border-bottom:solid 2px #014DA1;
	margin-bottom:38px;
	transition:all ease .4s;
	padding-bottom:15px;
	/*box-shadow:0 0 10px rgba(0,0,0,0.3);
	*/
}
.wl-team ul li:hover {
	border-bottom:solid 2px #014DA1;
	transform:translateY(-10px);
}
.wl-team ul li .wl-img {
	height:201px/*251px*/;
	overflow:hidden;
	margin-bottom:15px;
}
.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:16px;
	padding:0 15px;
	font-weight:normal;
	text-align:center;
	line-height:1.3;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	color:#000;
}
.wl-team ul li:hover h3 {
	color:#103675;
}
/* Nested subcolumns emitted by Window 6's simpleColumnList component. */
.wl-smain .wl-l .wl-team-primary-nav .wp_subcolumn {
	display:block;
	margin:10px 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:46px;
	padding:12px 15px 12px 31px;
	background:#fff;
	color:#24374f;
	font-size:16px;
	position:relative;
}
.wl-smain .wl-l .wl-team-primary-nav .wp_subcolumn li a::before {
	content:"";
	width:5px;
	height:5px;
	border-radius:50%;
	background:#83a3c4;
	position:absolute;
	left:16px;
	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:31px;
	background:#edf5fc;
	color:#014da1;
}
.wl-smain .wl-l .wl-team-primary-nav .wp_subcolumn li.selected a {
	font-weight:bold;
	box-shadow:inset 3px 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:20px;
	font-weight:bold;
	margin-bottom:25px;
}
.wl-row-list {
	position:relative;
	width:100%;
	padding-right:15px;
	padding-left:15px;
}
@media (min-width:992px) {
	.wl-row-list {
	-ms-flex:0 0 50%;
	flex:0 0 50%;
	max-width:46%;
}
}.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:17px;
	font-weight:bold;
	color:#192f59;
	margin-bottom:5px;
}
.wl-groups .wl-row-list-box .wl-row-content .wl-row-content-position {
	font-size:15px;
	margin-bottom:10px;
}
.wl-groups .wl-row-list-box .wl-row-content .wl-row-content-dept {
	font-size:15px;
	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:35px;
	font-size:15px;
	color:#192f59;
	position:absolute;
	bottom:-3px;
	left:0;
	line-height:130%;
}
.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:grid;
	justify-content:space-between;
	grid-template-columns:repeat(auto-fill,280px);
}
.wl-smain .wl-r .wl-spic ul li {
	width:280px;
	background-color:#f1f1f1;
	border-bottom:solid 2px #014DA1;
	margin-bottom:38px;
	transition:all ease .4s;
	padding-bottom:15px;
	/*box-shadow:0 0 10px rgba(0,0,0,0.3);
	*/
}
.wl-smain .wl-r .wl-spic ul li:hover,.wl-smain .wl-r .wl-spic ul li.selected {
	border-bottom:solid 2px #014DA1;
	transform:translateY(-10px);
}
.wl-smain .wl-r .wl-spic ul li .wl-img {
	height:200px;
	overflow:hidden;
	margin-bottom:15px;
}
.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:16px;
	padding:0 15px;
	font-weight:normal;
	line-height:1.3;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	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;
	background-size:cover;
	/*height:478px;
	*/height:410px;
}
.wl-rel {
	position:relative;
}
.wl-footer-a {
	padding:55px 0 0;
}
.wl-footer-a dl {
	float:left;
}
.wl-gzh {
	width:300px
}

.wl-gzh-t {
	padding-left:12px
}
.wl-gzh-b {
	color:#FFFFFF;
	line-height:240%;
	font-size:15px;
}
.wl-xhs {
	width:140px;
	margin-left:14px;
}
.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:8px;
	color:#fff;
	font-size:14px;
	line-height:1.5;
}
.wl-linkxn {
	width:290px;
	padding-right:44px;
}
.wl-linkxw {
	width:290px;
	padding-right:44px;
}
.wl-footer-a dl dt {
	font-size:18px;
	font-weight:bold;
	color:#fff;
	margin-bottom:18px;
}
.wl-footer-a dl dd img {
	width:110px;
	height:110px;
	padding-left:18px;
	padding-top:6px
}
.wl-footer-a dl dd a {
	padding-bottom:3px;
	border-bottom:#fff solid 1px;
	font-size:15px;
	line-height:35px;
	color:#fff;
}
.wl-footer-a dl dd a:hover {
	opacity:0.7;
}
.wl-footer-a .wl-contact {
	max-width:232px;
	position:absolute;
	right:0;
	top:55px;
}
.wl-footer-a .wl-contact h2 {
	font-size:18px;
	font-weight:bold;
	color:#fff;
	margin-bottom:18px;
}
.wl-footer-a .wl-contact p {
	line-height:34px;
	color:#fff;
	font-size:15px;
}
.wl-footer-b {
	padding-top:46px;
}
.wl-footer-b p {
	text-align:center;
	color:#fff;
	font-size:15px;
	line-height:35px;
}
.wl-footer-b p a {
	text-align:center;
	color:#fff;
	font-size:15px;
	padding:0 5px;
}
.wl-footer-b p a:hover {
	text-decoration:underline;
}
.possplit {
	padding:0 5px;
}

/* homepage redesign */
.agi-hero {
	position:relative;
	height:640px;
	min-height:0;
	overflow:hidden;
	background:#071c3f url("../images/ibg1.png") center center no-repeat;
	background-size:cover;
}
.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(90deg,rgba(4,20,45,.92) 0%,rgba(4,20,45,.72) 42%,rgba(4,20,45,.22) 100%);
}
.agi-hero-grid {
	position:absolute;
	inset:0;
	z-index:1;
	opacity:.35;
	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:70px 70px;
	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);
	transform-origin:left center;
	animation:agi-trace-flow 5.5s ease-in-out infinite;
}
.agi-tech-trace-a {
	width:410px;
	right:72px;
	top:142px;
	transform:rotate(-16deg);
}
.agi-tech-trace-b {
	width:330px;
	right:188px;
	top:452px;
	transform:rotate(18deg);
	animation-delay:-2.2s;
}
.agi-tech-trace-c {
	width:240px;
	left:40px;
	bottom:82px;
	transform:rotate(-7deg);
	animation-delay:-3.8s;
}
.agi-tech-node {
	position:absolute;
	width:8px;
	height:8px;
	border:1px solid #baf7e8;
	background:#0e70b7;
	transform:rotate(45deg);
	box-shadow:0 0 16px rgba(126,232,204,.48);
	animation:agi-node-signal 3.6s ease-in-out infinite;
}
.agi-tech-node-a {
	right:270px;
	top:110px;
}
.agi-tech-node-b {
	right:146px;
	top:394px;
	animation-delay:-1.2s;
}
.agi-tech-node-c {
	left:238px;
	bottom:64px;
	animation-delay:-2.4s;
}
.agi-tech-readout {
	position:absolute;
	right:calc((100% - 1200px)/2 + 22px);
	bottom:30px;
	color:rgba(159,215,255,.72);
	font-size:10px;
	letter-spacing:2px;
}
.agi-hero-content {
	position:relative;
	z-index:2;
	max-width:730px;
	padding-top:160px;
	color:#fff;
}
.agi-eyebrow {
	font-size:18px;
	color:#9fd7ff;
	margin-bottom:22px;
}
.agi-hero-content h1 {
	font-size:58px;
	line-height:1.15;
	font-weight:bold;
	margin-bottom:16px;
}
.agi-hero-en {
	font-size:22px;
	color:rgba(255,255,255,.8);
	margin-bottom:28px;
}
.agi-hero-desc {
	width:680px;
	font-size:19px;
	line-height:1.9;
	color:rgba(255,255,255,.88);
}
.agi-hero-actions {
	display:flex;
	gap:14px;
	margin-top:38px;
}
.agi-hero-actions a {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:128px;
	height:42px;
	color:#fff;
	border:1px solid rgba(255,255,255,.48);
	background:rgba(255,255,255,.08);
	transition:all .25s ease;
}
.agi-hero-actions a:first-child,.agi-hero-actions a:hover {
	background:#fff;
	color:#014DA1;
	border-color:#fff;
}
.agi-hero-signals {
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin-top:24px;
}
.agi-hero-signals span {
	display:inline-flex;
	align-items:center;
	height:30px;
	padding:0 14px;
	color:rgba(255,255,255,.86);
	font-size:13px;
	background:rgba(255,255,255,.1);
	border:1px solid rgba(159,215,255,.28);
	backdrop-filter:blur(8px);
}
.agi-hero-visual {
	position:absolute;
	z-index:2;
	right:calc((100% - 1200px)/2 + 18px);
	top:176px;
	width:320px;
	color:#fff;
	pointer-events:none;
	transform:translate3d(var(--agi-shift-x,0),var(--agi-shift-y,0),0);
	transition:transform .42s cubic-bezier(.2,.72,.18,1);
}
.agi-logic-board {
	position:relative;
	height:232px;
	padding:24px;
	background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.04));
	border:1px solid rgba(255,255,255,.22);
	box-shadow:0 28px 70px rgba(0,16,45,.34);
	backdrop-filter:blur(10px);
}
.agi-logic-board::before {
	content:"";
	position:absolute;
	left:32px;
	right:32px;
	top:50%;
	height:1px;
	background:linear-gradient(90deg,transparent,rgba(126,232,204,.9),transparent);
}
.agi-logic-board::after {
	content:"";
	position:absolute;
	inset:16px;
	border:1px solid rgba(159,215,255,.22);
	clip-path:polygon(0 0,74% 0,100% 28%,100% 100%,0 100%);
}
.agi-logic-board span {
	position:absolute;
	z-index:1;
	min-width:86px;
	height:34px;
	padding:0 12px;
	line-height:34px;
	color:#dff6ff;
	font-size:13px;
	text-align:center;
	background:rgba(0,87,166,.35);
	border-left:3px solid #7ee8cc;
}
.agi-logic-board span:nth-child(1) {
	left:28px;
	top:28px;
}
.agi-logic-board span:nth-child(2) {
	right:28px;
	top:92px;
}
.agi-logic-board span:nth-child(3) {
	left:58px;
	bottom:28px;
}
.agi-logic-board em {
	position:absolute;
	z-index:1;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:88px;
	height:56px;
	line-height:56px;
	text-align:center;
	font-style:normal;
	font-size:28px;
	font-weight:bold;
	color:#071c3f;
	background:#fff;
	box-shadow:0 18px 34px rgba(0,0,0,.2);
}
.agi-hero-caption {
	display:flex;
	flex-direction:column;
	gap:6px;
	margin-top:14px;
	padding-left:18px;
	border-left:3px solid #7ee8cc;
}
.agi-hero-caption strong {
	font-size:18px;
	letter-spacing:1px;
}
.agi-hero-caption span {
	color:rgba(255,255,255,.72);
	font-size:13px;
	letter-spacing:1.2px;
	text-transform:uppercase;
}
.agi-home {
	background:#fff;
}
.agi-section {
	padding:78px 0;
}
.agi-section-head {
	text-align:center;
	margin-bottom:34px;
}
.agi-section-head-left {
	text-align:left;
}
.agi-section-head p {
	font-size:13px;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#0e70b7;
	margin-bottom:10px;
}
.agi-section-head h2 {
	font-size:32px;
	line-height:1.25;
	color:#102a55;
	margin-bottom:12px;
}
.agi-section-head span {
	display:block;
	font-size:16px;
	line-height:1.8;
	color:#5b677a;
}
.agi-map {
	padding:0;
	background:#fff;
}
.agi-map-wrap {
	position:relative;
	z-index:3;
	display:grid;
	grid-template-columns:360px 1fr;
	gap:48px;
	align-items:center;
	margin-top:-62px;
	padding:34px 38px;
	background:#fff;
	border:1px solid #dfe7f1;
	box-shadow:0 22px 60px rgba(16,42,85,.12);
}
.agi-map-wrap::before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:6px;
	height:100%;
	background:linear-gradient(180deg,#0e70b7,#7ee8cc);
}
.agi-map-wrap .agi-section-head {
	margin-bottom:0;
}
.agi-map-flow {
	display:grid;
	grid-template-columns:repeat(5,1fr);
	gap:12px;
}
.agi-map-flow a {
	position:relative;
	display:block;
	min-height:116px;
	padding:18px 16px;
	background:#f6f9fc;
	border:1px solid #e1e9f2;
	transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.agi-map-flow a::after {
	content:"";
	position:absolute;
	right:-18px;
	top:50%;
	width:22px;
	height:1px;
	background:#9fb7d3;
}
.agi-map-flow a:last-child::after {
	display:none;
}
.agi-map-flow span {
	display:block;
	color:#0e70b7;
	font-size:13px;
	margin-bottom:28px;
}
.agi-map-flow strong {
	display:block;
	color:#102a55;
	font-size:18px;
	line-height:1.35;
}
.agi-map-flow a:hover,.agi-map-flow a:focus-visible {
	transform:translateY(-8px);
	background:#fff;
	border-color:#7fc6e9;
	box-shadow:0 14px 28px rgba(14,112,183,.15);
}
.agi-map-flow a:hover strong,.agi-map-flow a:focus-visible strong {
	color:#0e70b7;
}
.agi-motion-ready .agi-reveal:not(.is-visible) {
	opacity:0;
	transform:translateY(20px);
	transition:opacity .55s ease var(--agi-delay,0ms),transform .55s cubic-bezier(.2,.72,.18,1) 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:70px 70px,70px 70px; }
}
@keyframes agi-trace-flow {
	0%,100% { opacity:.1; }
	48% { opacity:.95; }
	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-hero-visual,.agi-map-flow a {
		transition:none;
	}
}
.agi-directions {
	background:#f6f9fc;
}
.agi-direction-grid {
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:18px;
}
.agi-direction-card {
	display:block;
	min-height:220px;
	padding:28px 24px;
	background:#fff;
	border:1px solid #e2e8f0;
	transition:all .25s ease;
}
.agi-direction-card span {
	display:block;
	font-size:13px;
	color:#0e70b7;
	margin-bottom:36px;
}
.agi-direction-card h3 {
	font-size:22px;
	color:#102a55;
	margin-bottom:18px;
}
.agi-direction-card p {
	font-size:15px;
	line-height:1.7;
	color:#5b677a;
}
.agi-direction-card:hover {
	transform:translateY(-8px);
	border-color:#0e70b7;
	box-shadow:0 18px 40px rgba(13,58,113,.12);
}
.agi-updates {
	background:#fff;
}
.agi-update-layout {
	display:grid;
	grid-template-columns:1fr 360px;
	gap:28px;
	align-items:start;
}
.agi-news-panel,.agi-side-panel,.agi-academic-wrap,.agi-results-layout > div {
	background:#fff;
	border:1px solid #e4eaf2;
	box-shadow:0 14px 40px rgba(15,42,80,.08);
}
.agi-panel-title {
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	padding:24px 26px;
	border-bottom:1px solid #e4eaf2;
}
.agi-panel-title p {
	font-size:12px;
	letter-spacing:1.5px;
	text-transform:uppercase;
	color:#0e70b7;
	margin-bottom:6px;
}
.agi-panel-title h3 {
	font-size:24px;
	color:#102a55;
}
.agi-panel-title > a {
	color:#0e70b7;
	font-size:14px;
}
.agi-news-feature > div[frag="窗口内容"] {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:22px;
	padding:26px;
}
.agi-news-card {
	background:#f8fafc;
	transition:all .25s ease;
}
.agi-news-card:hover {
	transform:translateY(-6px);
	box-shadow:0 16px 32px rgba(15,42,80,.12);
}
.agi-news-card a {
	display:block;
}
.agi-news-img {
	height:245px;
	background:#dfe8f2;
	overflow:hidden;
}
.agi-news-img img {
	width:100%;
	height:100%;
	object-fit:cover;
	transition:transform .35s ease;
}
.agi-news-card:hover img {
	transform:scale(1.04);
}
.agi-news-body {
	padding:20px 22px 24px;
}
.agi-news-body time {
	display:block;
	color:#0e70b7;
	font-size:14px;
	margin-bottom:12px;
}
.agi-news-body time strong {
	font-size:28px;
	padding-right:8px;
}
.agi-news-body h4 {
	font-size:20px;
	line-height:1.45;
	color:#102a55;
	margin-bottom:12px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.agi-news-body p {
	font-size:15px;
	line-height:1.7;
	color:#5b677a;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
}
.agi-news-list {
	padding:0 26px 26px;
}
.agi-news-list li a,.agi-notice-list li a,.agi-academic-list li a {
	display:block;
	padding:16px 0;
	border-top:1px solid #e8eef5;
	font-size:16px;
	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:13px;
	color:#7c8da5;
	margin-bottom:6px;
}
.agi-news-list li a:hover,.agi-notice-list li a:hover,.agi-academic-list li a:hover {
	color:#0e70b7;
}
.agi-notice-list {
	padding:6px 26px 18px;
}
.agi-empty-note {
	margin:0 26px 26px;
	padding:22px;
	color:#718096;
	font-size:15px;
	line-height:1.7;
	background:#f8fafc;
	border:1px dashed #cfd8e3;
}
.agi-academic {
	background:#f4f8fc;
}
.agi-academic-wrap {
	display:grid;
	grid-template-columns:1.05fr .95fr;
	gap:0;
}
.agi-academic-feature a {
	display:grid;
	grid-template-columns:42% 1fr;
	min-height:320px;
}
.agi-academic-img {
	display:block;
	background:#dfe8f2 center center no-repeat;
	background-size:cover;
}
.agi-academic-info {
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:38px;
}
.agi-academic-info time {
	color:#0e70b7;
	font-size:14px;
	margin-bottom:16px;
}
.agi-academic-info strong {
	color:#102a55;
	font-size:24px;
	line-height:1.45;
	margin-bottom:16px;
}
.agi-academic-info em {
	font-style:normal;
	color:#5b677a;
	font-size:16px;
	line-height:1.8;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
}
.agi-academic-list {
	padding:32px 38px;
	border-left:1px solid #e4eaf2;
}
.agi-portals {
	background:#fff;
}
.agi-portal-grid {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:18px;
}
.agi-portal-grid a {
	position:relative;
	display:block;
	min-height:176px;
	padding:26px;
	background:#102a55;
	color:#fff;
	overflow:hidden;
	transition:all .25s ease;
}
.agi-portal-grid a:nth-child(2n) {
	background:#0e70b7;
}
.agi-portal-grid a::after {
	content:"";
	position:absolute;
	right:-70px;
	top:-70px;
	width:160px;
	height:160px;
	border:1px solid rgba(255,255,255,.22);
}
.agi-portal-grid a span {
	display:block;
	color:rgba(255,255,255,.68);
	font-size:13px;
	margin-bottom:34px;
}
.agi-portal-grid a h3 {
	font-size:22px;
	margin-bottom:14px;
}
.agi-portal-grid a p {
	font-size:15px;
	line-height:1.7;
	color:rgba(255,255,255,.82);
}
.agi-portal-grid a:hover {
	transform:translateY(-8px);
	box-shadow:0 18px 36px rgba(15,42,80,.18);
}
.agi-results {
	background:#f6f9fc;
}
.agi-results-layout {
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:28px;
}
.agi-results-layout .agi-section-head {
	padding:26px 26px 0;
	margin-bottom:10px;
}
.agi-result-list,.agi-collab-list {
	padding:0 26px 4px;
}
.agi-result-list article a,.agi-collab-list article a {
	display:block;
	padding:18px 0;
	border-top:1px solid #e4eaf2;
}
.agi-result-list article span,.agi-collab-list article span {
	display:block;
	color:#7c8da5;
	font-size:13px;
	margin-bottom:8px;
}
.agi-result-list article strong,.agi-collab-list article strong {
	display:block;
	color:#102a55;
	font-size:17px;
	line-height:1.55;
}
.agi-collab-list article em {
	display:block;
	font-style:normal;
	color:#5b677a;
	font-size:15px;
	line-height:1.7;
	margin-top:8px;
}
@media screen and (max-width:1320px) {
	.agi-hero-visual {
		display:none;
	}
}
