@charset "UTF-8";
/* CSS Document By www.ahweilai.com */
body {
  font-family: Arial, sans-serif;
  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;*/
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background-color: #103675;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  /*background-image: url("../images/topbg.png");*/
  background-image: url("../images/topbg.jpg");
}
.wl-head .wl-wid {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
/*.wl-head .wl-wid .wl-logo {
  height: 80px;
}
.wl-head .wl-wid .wl-logo img {
  height: 100%;
}*/
.wl-head .wl-wid .wl-txt {
	text-align: right;
	margin-top:8px;
}
.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 15px;
  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;
  margin-top: 5px;
}
.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;*/
  padding:8px 0px;
  background-color: rgba(0, 0, 0, 0.2);
}
.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: 50px;
}
.wl-head .wl-nav span {
  width: 1px;
  height: 15px;
  margin-top: 20px;
  display: inline-block;
  background-color: #fff;
  margin:0 35px;
}
.wl-head .wl-nav li a {
  font-size: 18px;
  /*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: #103675;
}
.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:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #ebf3f9;
  position: absolute;
  right: 0;
  top: 15px;
}
*/
.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 10px 10px 0 rgba(0, 0, 0, 0.2);
  width:108px;
}

.wl-navitem {
  position: absolute;
  left: 50%;
  top: 50px;
  display: none;
  margin-left: -55px;
  z-index: 1000;
}

.wl-head .wl-nav li:nth-of-type(2) .wl-navitem-wrap {
  width: 270px;
  margin-left: -81px;
}
.wl-head .wl-nav li:nth-of-type(3) .wl-navitem-wrap {
  width: 520px;
  margin-left: -206px;
}
.wl-head .wl-nav li:nth-of-type(4) .wl-navitem-wrap,.wl-head .wl-nav li:nth-of-type(8) .wl-navitem-wrap {
  width: 190px;
  margin-left: -40px;
}
.wl-head .wl-nav li:nth-of-type(5) .wl-navitem-wrap {
  width: 260px;
  margin-left: -76px;
}
.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-title {
  display: flex;
  justify-content: space-between;
	align-items: center;
}
.wl-title h3 {
  position: relative;
  font-size: 28px;
  font-weight: normal;
  line-height: 40px;
  height: 60px;
}
.wl-title h3 span {
  display: block;
  font-size: 24px;
  color: rgba(51, 51, 51, .12);
  position: absolute;
  /*z-index: -1;*/
  top: 18px;
}
#wl-title-en{width:220px}
.wl-more{
	display: inline-block;
	background-image: url("../images/moreh.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 45%;
	color: #103675;
	padding-left: 40px;
	line-height: 1.8;
	font-size: 16px;
	transition: all ease .4s;
}
.wl-more:hover{
	color: #777;
	background-image: url("../images/more.png");
	transform: translateY(-5px);
}

/*main-a*/
.wl-main .wl-main-a {
	background-color: #f0f2f7;/*F6F8FA*/
  background-image: url("../images/main-a-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding: 60px 0;
  margin-top:255px;
}
.wl-main .wl-main-a .wl-wid {
  display: flex;
  justify-content: space-between;
}
.wl-main .wl-main-a .wl-r {
  width: 1200px;
}
.wl-main .wl-main-a .wl-title {
  /*margin-left: 10px;*/
  padding-bottom: 15px;
  background-position: 0 100%;
  background-size: 80px 3px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#014DA1, #014DA1);
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wl-main .wl-main-a .wl-title h2 {
  font-size: 28px;
  font-weight: normal;
}
.wl-main .wl-main-a .wl-title span {
  font-size: 24px;
  color: #888;
  padding-left: 10px;
}
.wl-main .wl-main-a .wl-r .wl-con{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide{
	width: 615px;
	height: 435px;
	background-color: #fff;
	position: relative;
	padding-bottom: 45px;
	border-bottom: solid 3px #ccc;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide::after {
  content: '';
  width: 0%;
  height: 3px;
  background: #103675;
  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: 405px;
	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: 20px;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .wl-item .wl-txt h2{
	font-size: 16px;
	line-height: 1.4;
	 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	margin-bottom: 10px;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .wl-item:hover .wl-txt h2{
	color: #103675;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .wl-item .wl-txt p{
	font-size: 15px;
	color: #888;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	margin-bottom: 15px;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .wl-item .wl-txt .wl-date{
	color: #103675;
	display: flex;
	justify-content: space-between;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .wl-item .wl-txt .wl-date i{
	font-size: 18px;
	padding-right: 8px;
	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: 20px;
	background-size: 15px;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .swiper-pagination{
	bottom: 100px;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .swiper-pagination-bullet {
  background: #fff;
  position: relative;
  width: 50px;
  height: 5px;
  border-radius: 5px;
  opacity: 1;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-slide .swiper-pagination-bullet-active {
  opacity: 1;
  background: #014DA1;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-list{
	width: 540px;
	height: 480px;
}
.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: 15px 10px;
}
.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: 70px;
	text-align: center;
	border-right: solid 1px #ccc;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-list ul li a .wl-date span{
	font-size: 26px;
	display: block;
	line-height: 30px;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-list ul li a h2{
	width: 425px;
	font-size: 16px;
	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:first-child a h2{
	font-weight: bold;
}*/
.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:first-child:hover{
	transition:all 0.2s ease-in-out;background: #014DA1;box-shadow: 6px 6px 0 #BFC5D9;
}
.wl-main .wl-main-a .wl-r .wl-con .wl-list ul li:first-child{
	transition:all 0.2s 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: 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: 50px 0 60px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top:262px;
}
.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;*/
}
.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: 30px 20px;
}
.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: rgba(1,77,161,1);
	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: #103675;
	padding-right: 10px;
}
.wl-smain .wl-loc span{
	font-size: 16px;
}
.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: 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: #103675;
  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: 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: 17px;
	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: #103675;
}
.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: #777;
	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(-50%);
  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: #555;
	 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: 90%;
	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;
}

/*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 #103675;
	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 #103675;
	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: 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: #103675;
}

/*foot*/
.wl-foot{
	/*background-image: url("../images/foot0bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
	background-color: #014DA1;
	color: #fff;
	font-size: 15px;
}
.wl-foot a{
	color: #fff;
}
.wl-foot a:hover{
	text-decoration:underline;
}
.wl-foot .wl-foot-a{
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
.wl-foot .wl-foot-a .wl-line{
	width: 1px;
	background-color: rgba(255,255,255,.3);
}
.wl-foot .wl-foot-a .wl-link{
	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{
	text-align:center;
}
.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: 35%;
}
.wl-foot .wl-foot-a .wl-contact h3{
	font-size: 22px;
	margin-bottom: 20px;
}
.wl-foot .wl-foot-a .wl-contact h3 span{
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	margin-top: 10px;
}
.wl-foot .wl-foot-a .wl-contact ul li{
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
}
.wl-foot .wl-foot-a .wl-contact ul li span{
	width: 7.5%;
}
.wl-foot .wl-foot-a .wl-contact ul li p{
	width: 92%;
}
.wl-foot .wl-foot-a .wl-contact ul li span i{
	padding-right: 8px;
}
.wl-foot .wl-foot-b{
	border-top: solid 1px rgba(255,255,255,.3);
}
.wl-foot .wl-foot-b .wl-wid{
	display: flex;
	justify-content: space-between;
	line-height: 55px;
}
.possplit{padding:0 5px;}

/*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: 100%;*/
  padding: 60px 0;
  
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;  
}
.wl-main .wl-main-f .wl-wid {
  display: flex;
  justify-content: space-between;
}
.wl-main .wl-main-f .wl-title {
  /*margin-left: 10px;*/
  padding-bottom: 15px;
  background-position: 0 100%;
  background-size: 80px 3px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#014DA1, #014DA1);
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wl-main .wl-main-f .wl-title h2 {
  font-size: 28px;
  font-weight: normal;
}
.wl-main .wl-main-f .wl-title span {
  font-size: 24px;
  color: #888;
  padding-left: 10px;
}
.wl-main .wl-main-f .wl-l {
  width: 580px;
}
.wl-main .wl-main-f .wl-l .wl-con {
  background-color: #fff;
  padding: 15px 0;
	margin-top: 20px;
}
.wl-main .wl-main-f .wl-l .wl-con ul li {
  position: relative;
  padding: 13px 20px;
  background-image: url("../images/line.jpg");
  background-size: 3px 38px;
	background-repeat: no-repeat;
	background-position: left 20px;
}
.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: 13px 20px;
  background-image: url("../images/line-gray.jpg");
  background-size: 3px 38px;
	background-repeat: no-repeat;
	background-position: left 20px;
}
.wl-main .wl-main-f .wl-l .wl-con ul li::before {
  content: '';
  width: 3px;
  height: 0;
  background: #c71721;
  position: absolute;
  left: 0;
  top: 42%;
  transform: translateY(-50%);
  transition: .3s;
}
.wl-main .wl-main-f .wl-l .wl-con ul li:hover::before{
  height: 40px;
}
.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: #103675;
}
.wl-main .wl-main-f .wl-l .wl-con ul li a .wl-date {
  width: 70px;
  font-size: 14px;
  text-align: center;
}
.wl-main .wl-main-f .wl-l .wl-con ul li a .wl-date span {
  font-size: 26px;
  display: block;
  line-height: 30px;
}
.wl-main .wl-main-f .wl-l .wl-con ul li a .wl-txt {
  position: relative;
  border-bottom: solid 1px #103675;
}
.wl-main .wl-main-f .wl-l .wl-con ul li:first-child a .wl-txt{
	border-bottom: solid 2px #103675;
}
.wl-main .wl-main-f .wl-l .wl-con ul li a h2 {
  width: 455px;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  height: 50px;
  color: #111;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 13px;
	align-items: center;
}
.wl-main .wl-main-f .wl-l .wl-con ul li:hover a h2{
  color: #103675;
	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: #103675;
}
.wl-main .wl-main-f .wl-l .wl-con ul li a .wl-txt::after {
  content: '';
  width: 0%;
  height: 2px;
  background: #c71721;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 64px;
  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: 575px;
}
.wl-main .wl-main-f .wl-r .wl-con{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.wl-main .wl-main-f .wl-r .wl-con .wl-list{
	width: 575px;
	height: 480px;
}
.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: 15px 10px;
}
.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: 70px;
	text-align: center;
	border-right: solid 1px #ccc;
}
.wl-main .wl-main-f .wl-r .wl-con .wl-list ul li a .wl-date span{
	font-size: 26px;
	display: block;
	line-height: 30px;
}
.wl-main .wl-main-f .wl-r .wl-con .wl-list ul li a h2{
	width: 465px;
	font-size: 16px;
	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:first-child:hover{
	transition:all 0.2s ease-in-out;background: #014DA1;box-shadow: 6px 6px 0 #BFC5D9;
}
.wl-main .wl-main-f .wl-r .wl-con .wl-list ul li:first-child{
	transition:all 0.2s 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;
}

/*====main-e====*/
.wl-main .wl-main-e {
  padding: 60px 0;
  /*background-color: #f0f2f7;*/
  
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.wl-main .wl-main-e .wl-wid{
	width: 1200px;
	margin: 0 auto;
}
.wl-main .wl-main-e .wl-title {
  /*margin-left: 10px;*/
  padding-bottom: 15px;
  background-position: 0 100%;
  background-size: 80px 3px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#014DA1, #014DA1);
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wl-main .wl-main-e .wl-title h2 {
  font-size: 26px;
  font-weight: normal;
}
.wl-main .wl-main-e .wl-title span {
  font-size: 24px;
  color: #888;
  padding-left: 10px;
}
.wl-main .wl-main-e .wl-con {
  position: relative;
  padding-bottom: 30px;
}
.wl-main .wl-main-e .wl-con .swiper-container {
  width: 1216px;
  /*padding: 0 10px;*/
  margin: 0 auto;
  overflow: hidden;
	padding-top: 20px;
}
.wl-main .wl-main-e .wl-con .wl-item {
  width: 370px;
  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 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.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: 80px;
  font-size: 14px;
  text-align: center;
  padding: 6px 0;
  color: #fff;
  /*background-image: linear-gradient(45deg, #970c12, #c91119);*/
  background-color: rgba(1, 77, 161, 0.9);
  top: 220px;
  left: 0;
  z-index: 1000;
}
.wl-main .wl-main-e .wl-con .wl-item .wl-date span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.wl-main .wl-main-e .wl-con .wl-item .wl-img {
  width: 100%;
  height: 250px;
  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: 50px 25px 25px 30px;
}
.wl-main .wl-main-e .wl-con .wl-item .wl-info p{
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color:#111;
  /*background:#fff;*/
}
.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: 40px;
  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: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  border: solid 2px rgba(0, 0, 0, .2);
  background-color: rgba(0, 0, 0, .3);
  left: -60px;
  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: -60px;
}
.wl-main .wl-main-e .wl-con .swiper-button-prev::after, .wl-main .wl-main-e .wl-con .swiper-button-next::after {
  font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width: 1300px) {
	.wl-main-e{
		width: 1262px;
		margin: 0 auto;
		overflow: hidden;
	}
}


/*====wl-team====*/
.wl-team ul{
	display: grid;
	justify-content: space-between;
  	grid-template-columns: repeat(auto-fill, 190px);
}
.wl-team ul li{
	width: 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: 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;
}
