@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-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;
}
/*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:none;
}
.wl-gzh-b {
	color:#FFFFFF;
}
.wl-linkxn {
	float:left;
	width:46.6%;
	display:none;
}
.wl-linkxw {
	float:right;
	width:46.6%;
	text-align:right;
	display:none;
}
.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*/
}