@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: .25rem .11rem ;
  height: .5rem;
}
.wl-head .wl-wid .wl-logo img {
  height: .52rem;
}
.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: 1rem;
  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: 1rem;
  right: 0;
  top: 0;
  background: url(../images/wap-menu.png) center center no-repeat;
  background-size: 50%;
  position: absolute;
}
.wl-head.on .wl-nav .wl-navico {
  background: url(../images/wap-menu2.png) center center 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: .4rem;
  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(3) dl dd, .wl-head .wl-nav .wl-navtxt li:nth-child(5) dl dd, .wl-head .wl-nav .wl-navtxt li:nth-child(7) dl dd, .wl-head .wl-nav .wl-navtxt li:nth-child(9) dl dd, .wl-head .wl-nav .wl-navtxt li:nth-child(15) dl dd {
  width: auto;
  padding: .01rem 2.5%;
  margin: .05rem;
  height:auto;
}
.wl-head .wl-nav .wl-navtxt li dl dd a {
  display: inline-block;
  font-size: 0.22rem;
  line-height: .44rem;
  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: 1rem;
}
.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-title {
  display: flex;
  justify-content: space-between;
	align-items: center;
	margin-bottom: .3rem;
}
.wl-title h3 {
  position: relative;
  font-size: .32rem;
  font-weight: normal;
  line-height: .5rem;
  height: .6rem;
}
.wl-title h3 span {
  display: block;
  font-size: .26rem;
  color: rgba(51, 51, 51, .12);
  position: absolute;
  /*z-index: -1;*/
  top: .26rem;
}
#wl-title-en{width:180px}
.wl-more{
	display: inline-block;
	background-image: url("../images/moreh.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 45%;
	color: #014DA1;
	padding-left: 8vw;
	line-height: 1.8;
	font-size: .22rem;
	transition: all ease .4s;
}
.wl-more:hover{
	color: #666;
	background-image: url("../images/more.png");
}

/*main-a*/
.wl-main .wl-main-a {
	background-color: #f0f2f7;
  background-image: url("../images/main-a-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: .5rem 0 .3rem 0;
  margin-top:.88rem;
}
.wl-main .wl-main-a .wl-wid {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
.wl-main .wl-main-a .wl-r {
  width: 100%;
}
.wl-main .wl-main-a .wl-title {
  padding-bottom: .15rem;
  background-position: 0 100%;
  background-size: 15% 3px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#014DA1, #014DA1);
  margin-bottom: .3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wl-main .wl-main-a .wl-title h2 {
  font-size: .28rem;
  font-weight: normal;
}
.wl-main .wl-main-a .wl-title span {
  font-size: .26rem;
  color: #888;
  padding-left: .1rem;
}
.wl-main .wl-main-a .wl-r .wl-con{
	margin-top: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide{
	width: 100%;
	height: 83vw;
	background-color: #fff;
	position: relative;
	padding-bottom: .3rem;
	border-bottom: solid 3px #ccc;
	margin-bottom: .3rem;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide::after {
  content: '';
  width: 0%;
  height: 3px;
  background: #014DA1;
  position: absolute;
  left: 0;
  bottom: -4px;
  transform: translateY(-50%);
  transition: .3s;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide:hover::after{
	width: 100%;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .swiper-container{
	overflow: hidden;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .wl-item .wl-img{
	width: 100%;
	height: 60vw;
	overflow: hidden;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .wl-item .wl-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease .4s;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .wl-item:hover .wl-img img{
	transform: scale(1.1);
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .wl-item .wl-txt{
	padding: 4vw;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .wl-item .wl-txt h2{
	font-size: .22rem;
	line-height: 1.4;
	 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	margin-bottom: 2vw;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .wl-item:hover .wl-txt h2{
	color: #014DA1;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .wl-item .wl-txt p{
	font-size: .2rem;
	color: #888;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	margin-bottom: 2vw;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .wl-item .wl-txt .wl-date{
	color: #014DA1;
	display: flex;
	line-height: .4rem;
	justify-content: space-between;
	font-size:.21rem;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .wl-item .wl-txt .wl-date i{
	padding-right: 1vw;
	float: left;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .wl-item .wl-txt .wl-date span:last-child{
	background-image: url("../images/icona.png");
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 5vw;
	background-size: 4vw;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .swiper-pagination{
	bottom: 20px;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .swiper-pagination-bullet {
  background: #000;
  position: relative;
  width: 8vw;
  height: 1vw;
  border-radius: 5px;
  opacity: .5;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .swiper-pagination-bullet-active {
  opacity: 1;
  background: #c71721;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-list{
	width: 100%;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-list ul{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-list ul li{
	border: solid 1px #BFC5D9;
	padding: 4vw 3vw;
	margin-bottom: 4vw;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-list ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-list ul li a .wl-date{
	width: 16vw;
	text-align: center;
	border-right: solid 1px #ccc;
	font-size: .18rem;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-list ul li a .wl-date span{
	font-size: .3rem;
	display: block;
	line-height: .4rem;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-list ul li a h2{
	width: 69vw;
	font-size: .22rem;
	font-weight: normal;
	line-height: 1.4;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-list ul li:hover,.wl-main .wl-main-a .wl-r .wl-con .wl-list ul li.selected:hover{
	transition:all 0.4s ease-in-out;background: #2D458F;box-shadow: 6px 6px 0 #BFC5D9;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-list ul li.selected{
	transition:all 0.4s ease-in-out;background: #f1f1f1;box-shadow: 6px 6px 0 #BFC5D9;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-list ul li a{
	color: #111;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-list ul li:hover a{
	color: #fff;
}

/*====wl-smain====*/
.wl-sbanner{
	height: 3rem;
	overflow: hidden;
	position: relative;
	z-index: -1;
	margin-top: 1rem;
}
.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;
	margin-top:1rem;
}
.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-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
	padding: 4%;
	background:#014DA1;
}
.wl-smain .wl-l .wl-stitle h3{
	color: #fff;
	font-size: .28rem;
}
.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: 4%;
	background-color: rgba(1,77,161,.2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all ease .4s;
	color:#111;
}
.wl-smain .wl-l ul li a:hover, .wl-smain .wl-l ul li.selected a{
	background-color: rgba(1,77,161,1);
	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: .25rem;
	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: 4%;
}
.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: .23rem;
	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: #666;
	 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: 98%;
	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;
}

/*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 #103675;
	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: .225rem;
	padding: 0 5%;
	font-weight: normal;
	line-height: 1.4;
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 4;
  	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-foot{
/*	background-image: url("../images/foot0bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
	background:#014DA1;
	color: #fff;
	font-size: .22rem;
	padding: 8% 2%;
}
.wl-foot a{
	color: #fff;
	
}
.wl-foot .wl-foot-a{
	display: flex;
	justify-content: space-between;
	margin-bottom: .2rem;
}
.wl-foot .wl-foot-a .wl-line{
	display: none;
	width: 1px;
	background-color: rgba(255,255,255,.3);
}
.wl-foot .wl-foot-a .wl-link{
	display: none;
	width: 35%;
}
.wl-foot .wl-foot-a .wl-link h3{
	font-size: 22px;
	margin-bottom: 20px;
}
.wl-foot .wl-foot-a .wl-link h3 span{
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	margin-top: 10px;
}
.wl-foot .wl-foot-a .wl-link a{
	display: inline-block;
	line-height: 35px;
	padding-right: 15px;
}
.wl-foot .wl-foot-a .wl-qrd{
	display: none;
}
.wl-foot .wl-foot-a .wl-qrd img{
	width: 110px;
	margin-bottom: 10px;
}
.wl-foot .wl-foot-a .wl-qrd h4{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}
.wl-foot .wl-foot-a .wl-contact{
	width: 100%;
}
.wl-foot .wl-foot-a .wl-contact h3{
	font-size: .3rem;
	margin-bottom: .2rem;
}
.wl-foot .wl-foot-a .wl-contact h3 span{
	display: block;
	width: 10vw;
	height: 1px;
	background-color: #fff;
	margin-top: .1rem;
}
.wl-foot .wl-foot-a .wl-contact ul li{
	margin-bottom: .1rem;
	display: flex;
	justify-content: space-between;
}
.wl-foot .wl-foot-a .wl-contact ul li span{
	width: 10%;
}
.wl-foot .wl-foot-a .wl-contact ul li span i{
	display: inline-block;
	width: 4vw;
	padding-right: .1rem;
	font-size: .2rem;
}
.wl-foot .wl-foot-a .wl-contact ul li p{
	width: 90%;
}
.wl-foot .wl-foot-b{
	border-top: solid 1px rgba(255,255,255,.3);
	padding-top: .2rem;
}
.wl-foot .wl-foot-b .wl-wid{
	width: 100%;
	display: flex;
	justify-content: space-between;
	line-height: .3rem;
	flex-wrap: wrap;
}
.wl-foot .wl-foot-b .wl-wid p{
	padding-bottom: .2rem;
	margin-bottom: .2rem;
	border-bottom: solid 1px rgba(255,255,255,.3);
}

/*====main-e====*/
.wl-main .wl-main-e {
  padding: .36rem 0 .5rem 0;
  background-color: #f2f1e9;
}
.wl-main .wl-main-e .wl-title {
  padding-bottom: .15rem;
  background-position: 0 100%;
  background-size: 15% 3px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#014DA1, #014DA1);
  margin-bottom: .3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wl-main .wl-main-e .wl-title h2 {
  font-size: .28rem;
  font-weight: normal;
}
.wl-main .wl-main-e .wl-title span {
  font-size: .26rem;
  color: #888;
  padding-left: .1rem;
}
.wl-main .wl-main-e .wl-con {
  position: relative;
  padding-bottom: .3rem;
}
.wl-main .wl-main-e .wl-con .swiper-container {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.wl-main .wl-main-e .wl-con .wl-item {
  width: 100%;
  margin: 0;
  background-position: 0 100%;
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#ccc, #ccc);
  transition: all ease .4s;
  position: relative;
}
.wl-main .wl-main-e .wl-con .wl-item:hover, .wl-main .wl-main-e .wl-con .swiper-slide-active .wl-item {
  background-image: linear-gradient(#014DA1, #014DA1);
  transform: translateY(-20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.wl-main .wl-main-e .wl-con .wl-item .wl-date {
  position: absolute;
  width: 30%;
  font-size: .18rem;
  text-align: center;
  padding: .1rem 0;
  color: #fff;
  /*background-image: linear-gradient(45deg, #014DA1, #c91119);*/
  background-color: rgba(1, 77, 161, 0.9);
  top: 2.7rem;
  left: 0;
  z-index: 1000;
}
.wl-main .wl-main-e .wl-con .wl-item .wl-date span {
  display: block;
  font-size: .19rem;
  font-weight: bold;
}
.wl-main .wl-main-e .wl-con .wl-item .wl-img {
  width: 100%;
  height: 3rem;
  overflow: hidden;
}
.wl-main .wl-main-e .wl-con .wl-item .wl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease .4s;
}
.wl-main .wl-main-e .wl-con .wl-item:hover .wl-img img {
  transform: scale(1.1);
}
.wl-main .wl-main-e .wl-con .wl-item .wl-info {
  padding: 12% 0% 5% 0%;
}
.wl-main .wl-main-e .wl-con .wl-item .wl-info p{
  font-size: .22rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color:#111;
}
.wl-main .wl-main-e .wl-con .swiper-pagination-bullets {
  bottom: 0;
}
.wl-main .wl-main-e .wl-con .swiper-pagination-bullet {
  background: #000;
  position: relative;
  opacity: .58;
  width: .4rem;
  height: 5px;
  border-radius: 5px;
  opacity: .5;
}
.wl-main .wl-main-e .wl-con .swiper-pagination-bullet-active {
  opacity: 1;
  background: #014DA1;
}
.wl-main .wl-main-e .wl-con .swiper-button-prev, .wl-main .wl-main-e .wl-con .swiper-button-next {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  border: solid 2px rgba(0, 0, 0, .2);
  background-color: rgba(0, 0, 0, .3);
  left: 0;
  transition: all ease .4s;
}
.wl-main .wl-main-e .wl-con .swiper-button-prev:hover, .wl-main .wl-main-e .wl-con .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, .5);
}
.wl-main .wl-main-e .wl-con .swiper-button-next {
  left: auto;
  right: 0;
}
.wl-main .wl-main-e .wl-con .swiper-button-prev::after, .wl-main .wl-main-e .wl-con .swiper-button-next::after {
  font-size: .16rem;
	font-weight: bold;
}

/*main-f*/
.wl-main .wl-main-f {
	background-color: #f0f2f7;
  background-image: url("../images/main-a-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: .5rem 0 .3rem 0;
}
.wl-main .wl-main-f .wl-wid {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
.wl-main .wl-main-f .wl-title {
  padding-bottom: .15rem;
  background-position: 0 100%;
  background-size: 15% 3px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#014DA1, #014DA1);
  margin-bottom: .3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wl-main .wl-main-f .wl-title h2 {
  font-size: .28rem;
  font-weight: normal;
}
.wl-main .wl-main-f .wl-title span {
  font-size: .26rem;
  color: #888;
  padding-left: .1rem;
}
.wl-main .wl-main-f .wl-l {
  width: 100%;
	margin-bottom: .5rem;
}
.wl-main .wl-main-f .wl-l .wl-con {
  background-color: #fff;
  padding: 3vw 0;
}
.wl-main .wl-main-f .wl-l .wl-con ul li {
  position: relative;
  padding: 3vw 4vw;
  background-image: url("../images/line.jpg");
  background-size: 1vw 8vw;
	background-repeat: no-repeat;
	background-position: left 5vw;
}
.wl-main .wl-main-f .wl-l .wl-con ul li:nth-child(2),.wl-main .wl-main-f .wl-l .wl-con ul li:nth-child(4) {
  position: relative;
  padding: 3vw 4vw;
  background-image: url("../images/line-gray.jpg");
  background-size: 1vw 8vw;
	background-repeat: no-repeat;
	background-position: left 5vw;
}
.wl-main .wl-main-f .wl-l .wl-con ul li::before {
  content: '';
  width: 1vw;
  height: 0;
  background: #014DA1;
  position: absolute;
  left: 0;
  top: 42%;
  transform: translateY(-50%);
  transition: .3s;
}
.wl-main .wl-main-f .wl-l .wl-con ul li:hover::before, .wl-main .wl-main-f .wl-l .wl-con ul li.selected::before {
  height: 8vw;
}
.wl-main .wl-main-f .wl-l .wl-con ul li a {
  display: flex;
  justify-content: space-between;
}
.wl-main .wl-main-f .wl-l .wl-con ul li:hover a, .wl-main .wl-main-f .wl-l .wl-con ul li.selected a {
  color: #014DA1;
}
.wl-main .wl-main-f .wl-l .wl-con ul li a .wl-date {
  width: 16vw;
  text-align: center;
  font-size: .18rem;
}
.wl-main .wl-main-f .wl-l .wl-con ul li a .wl-date span {
  font-size: .3rem;
  display: block;
  line-height: .4rem;
}
.wl-main .wl-main-f .wl-l .wl-con ul li a .wl-txt {
  position: relative;
  border-bottom: solid 1px #014DA1;
}
.wl-main .wl-main-f .wl-l .wl-con ul li:first-child a .wl-txt{
	border-bottom: solid 2px #014DA1;	
}
.wl-main .wl-main-f .wl-l .wl-con ul li a h2 {
  width: 70vw;
  font-size: .22rem;
  font-weight: normal;
  line-height: .3rem;
  height: .6rem;
  color: #111;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .15rem;
	align-items: center;
}
.wl-main .wl-main-f .wl-l .wl-con ul li:hover a h2{
  color: #014DA1;
	font-weight: bold;
}
.wl-main .wl-main-f .wl-l .wl-con ul li:first-child a h2{
	font-weight: bold;
}
.wl-main .wl-main-f .wl-l .wl-con ul li.selected a h2{
  color: #014DA1;
}
.wl-main .wl-main-f .wl-l .wl-con ul li a .wl-txt::after {
  content: '';
  width: 0%;
  height: 2px;
  background: #014DA1;
  position: absolute;
  left: 0;
  bottom: 0;
  top: .75rem;
  transform: translateY(-50%);
  transition: .3s;
}
.wl-main .wl-main-f .wl-l .wl-con ul li:hover a .wl-txt::after {
  width: 100%;
}
.wl-main .wl-main-f .wl-r {
  width: 100%;
}
.wl-main .wl-main-f .wl-r .wl-con{
	margin-top: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wl-main .wl-main-f .wl-r .wl-con .wl-list{
	width: 100%;
}
.wl-main .wl-main-f .wl-r .wl-con .wl-list ul{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
}
.wl-main .wl-main-f .wl-r .wl-con .wl-list ul li{
	border: solid 1px #BFC5D9;
	padding: 4vw 3vw;
	margin-bottom: 4vw;
}
.wl-main .wl-main-f .wl-r .wl-con .wl-list ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wl-main .wl-main-f .wl-r .wl-con .wl-list ul li a .wl-date{
	width: 16vw;
	text-align: center;
	border-right: solid 1px #ccc;
	font-size: .18rem;
}
.wl-main .wl-main-f .wl-r .wl-con .wl-list ul li a .wl-date span{
	font-size: .3rem;
	display: block;
	line-height: .4rem;
}
.wl-main .wl-main-f .wl-r .wl-con .wl-list ul li a h2{
	width: 69vw;
	font-size: .22rem;
	font-weight: normal;
	line-height: 1.4;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wl-main .wl-main-f .wl-r .wl-con .wl-list ul li:hover,.wl-main .wl-main-f .wl-r .wl-con .wl-list ul li.selected:hover{
	transition:all 0.4s ease-in-out;background: #2D458F;box-shadow: 6px 6px 0 #BFC5D9;
}
.wl-main .wl-main-f .wl-r .wl-con .wl-list ul li.selected{
	transition:all 0.4s ease-in-out;background: #f1f1f1;box-shadow: 6px 6px 0 #BFC5D9;
}
.wl-main .wl-main-f .wl-r .wl-con .wl-list ul li a{
	color: #111;
}
.wl-main .wl-main-f .wl-r .wl-con .wl-list ul li:hover a{
	color: #fff;
}

/*====wl-team====*/
.wl-team ul{
	display: flex;
	justify-content: space-between;
  	flex-wrap: wrap;
}
.wl-team ul li{
	width: 46%;
	padding-bottom: .25rem;
	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 #6f3a1f;
	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: .2rem;
}
.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;
}
