@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;
}
/*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;
}
/*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-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;
}
