@charset "UTF-8";
/* CSS Document By ahweilai.com */
html{ overflow-x:hidden}
body {
	font-family: Arial, SimSun;
	font-size: 14px;
	line-height: 22px;
	color: #222;
	background-color: #efebea;
	/*background: linear-gradient(to right, rgb(252, 248, 249), rgb(245, 245, 253));*/
}
* {
	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;
}
.wl-lang-wap{display: none;}
/*wl-head*/
.wl-head{
/*取消导航大图外效果	padding: 10px 0;
	background-color: #fff;*/
	position: absolute;		
	width: 100%;		
	padding: 10px 0;
	z-index: 1000;
	background-image: linear-gradient(to top, rgba(239,235,234, 0.62), rgba(255, 255, 255, 0.82));
}
.wl-head .wl-wid{
	display: flex;
	justify-content: space-between;
}
.wl-head .wl-wid .wl-logo{
	width: 165px;
	line-height: 0;
}
.wl-wap{
	display: none;
}
.wl-head .wl-wid .wl-logo img{
	width: 100%;
}
.wl-head .wl-wid .wl-nav{
	padding-top: 6px;
	width: 1000px;
}
.wl-head .wl-wid .wl-lang{
	width: 88px;
	text-align: right;
}
.wl-head .wl-wid .wl-lang a{
	display: inline-block;
	margin-right: 5px;
	width: 58px;
	height: 30px;
	text-align: center;
	background: linear-gradient(to top, #8E363C, #fa6f06);
	color: #fff;
	border-radius: 10px;
	line-height: 30px;
	text-shadow: none;
	margin-top: 20px;
	transition: all ease .4s;
	font-size:16px;
}
.wl-head .wl-wid .wl-lang a:hover{
	width: 68px;
	margin-right: 0;
	box-shadow: 0 0px 4px 0px rgba(0,0,0,.5);
}
/*nav*/
.wl-head .wl-nav {
  height: 60px;
}
.wl-head .wl-nav ul {
  font-size: 0;
}
.wl-head .wl-nav li {
/*一行  display: inline-block;
  position: relative;
  line-height: 60px;
	margin: 0 2px;
  padding:1px 3px;
*/
  display: inline-block;
  position: relative;
  line-height: 28px;
  margin: 0 5px;
}
.wl-head .wl-nav li a {
  font-size: 18px;
  display: block;
  padding: 0 12px;
  position: relative;
  text-align: center;
}
.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: 160px;
}
.wl-head .wl-nav li a:hover{
	background-color: #1769b0;
	color: #fff;
}*/
.wl-head .wl-nav li::before {
  content: "";
  display: none;
  width: 100%;
  height: 30px;
  /*background: #71262d;*/
  background: linear-gradient(to top, #B82B00, #fa6f06);
  position: absolute;
  z-index: 0;
  left: 0;
  margin-left: 0;
  /*top: 15px;*/
  top: 0px;
  border-radius: 10px;
}
/*
.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#wl-parent::before {
  display: block;
}
.wl-head .wl-nav li#wl-selected::before {
  display: block;
}
.wl-head .wl-nav li#wl-selected a{
	color: #fff;
}
.wl-head .wl-nav li:hover::before {
  display: block;
}
.wl-head .wl-nav li:hover a{
	color: #fff;
}
.wl-head .wl-nav li .wl-navitem-wrap {
  background: #fff;
  /*border-radius: 0 0 8px 8px;*/
  width: 210px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}
.wl-navitem {
  position: absolute;
  left: 50%;
  /*top: 50px;*/
  top: 33px;
  display: none;
  margin-left: -105px;
  width: 210px;
  z-index: 1000;
}
.wl-head .wl-nav li .wl-navitem-wrap dl dd {
  line-height: 30px;
  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;
  padding:6px 0px;
}
.wl-head .wl-nav li:hover .wl-navitem-wrap dl dd a, .wl-head .wl-nav li#wl-selected .wl-navitem-wrap dl dd a{
	font-weight: normal;
	color: #B82B00;
}
.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#wl-selected .wl-navitem-wrap dl dd:hover a {
  /*background-color: #71262d;*/
  background: linear-gradient(to top, #B82B00, #fa6f06);
  color: #fff;
}
.wl-head .wl-nav li:hover .wl-navitem {
  display: block;
}

/*banner*/
.wl-banner{
	width: 100%;
	position: relative;
	overflow: hidden;
	top: 0;
/*取消导航大图外效果	width: 100%;
	overflow: hidden;*/
}
/*取消导航大图外效果.wl-banner .swiper-container{
	position: relative;
}*/
.wl-banner .swiper-container .swiper-slide img{
	width: 100%;
	line-height: 0;
	/*单张图片自动放大放小animation: zoomInOut 15s infinite;*/
}
/*单张图片自动放大放小@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}*/
.wl-banner .swiper-container .swiper-slide .wl-txt{
	position: absolute;
	z-index: 10;
	bottom: calc((100% - 280px) / 2);
	width: 90%;
	margin-left: 5%;
	text-align: center;
	line-height: 2.2;
	color: #fff;
	text-shadow: 1px 1px 0px #000000;
}
.wl-banner .swiper-container .swiper-slide .wl-txt h2{
	font-size: 35px;
	text-shadow: 2px 2px 5px #000, -1px -1px 2px #efebea;
	letter-spacing: 3px;
	word-spacing: 3px;
}
.wl-banner .swiper-container .swiper-slide .wl-txt p{
	font-size: 30px;
	text-shadow: 2px 2px 5px #000, -1px -1px 2px #efebea;
}
.wl-banner .swiper-container .swiper-slide .wl-txt a{
	display: inline-block;
	width: 120px;
	font-size: 18px;
	height: 40px;
	text-align: center;
	background: linear-gradient(to top, #fd1f02, #fa6f06);
	color: #fff;
	border-radius: 15px;
	line-height: 40px;
	text-shadow: none;
	margin-top: 20px;
	transition: all ease .4s;
}
.wl-banner .swiper-container .swiper-slide .wl-txt a:hover{
	width: 130px;
	box-shadow: 0 0px 8px 0px rgba(0,0,0,.5);
}
.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: calc((100% - 1200px) / 2);
  transition: all ease .4s;
}
.wl-banner .swiper-container .swiper-button-next {
  right: calc((100% - 1200px) / 2);
  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*/
/*main-a*/
.wl-main{}
.wl-main .wl-main-a{
	margin-bottom: 65px;
}
.wl-title{
	text-align: center;
	line-height: 24px;
	margin-bottom: 25px;
}
.wl-title h2{
	font-size: 24px;
	color: #B82B00;
	letter-spacing: 2px;
}
.wl-title span{
	display: inline-block;
	width: 80px;
	height: 2px;
	background-color: #B82B00;
}
.wl-title p{
	font-size: 18px;
	text-transform: uppercase;
	color: #888;
}
.wl-main .wl-main-a .wl-con{
	background-color: #fff;
	border-radius: 15px;
	padding: 10px;
	border: solid 1px #ddd;
	transition: all ease .4s;
	box-shadow: 0 4px 10px #dbdbdb;
}
.wl-main .wl-main-a .wl-con ul{
	display: flex;
	justify-content: space-between;
}
.wl-main .wl-main-a .wl-con:hover{
	box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}
.wl-main .wl-main-a .wl-con ul li{
	width: 30%;
	text-align: center;
	transition: all ease .4s;
	border-radius: 10px;
	padding: 1% 2%;
}
.wl-main .wl-main-a .wl-con ul li:nth-child(3) {
  width: 50%;
}
.wl-main .wl-main-a .wl-con ul span{
	width: 1px;
	height: 40px;
	background-color: #ddd;
	margin-top: 20px;
}
.wl-main .wl-main-a .wl-con ul li h2{
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
}
.wl-main .wl-main-a .wl-con ul li p{
	color: #0057A8;
	font-size:17px;
}
.wl-main .wl-main-a .wl-con ul li:nth-child(3) p{
	color: #22948A;
}
.wl-main .wl-main-a .wl-con ul li:nth-child(5) p{
	color: #B82B00;
}
.wl-main .wl-main-a .wl-con ul li:nth-child(7) p{
	color: #016CFF;
}
.wl-main .wl-main-a .wl-con ul li:hover{
	background-color: #f1f1f1;
	cursor: pointer;
}
.wl-main .wl-main-a .wl-con ul li:hover h2{
	color: #0060ad;
}

/*main-b*/
.wl-main .wl-main-b{
	padding: 60px 0;
}
.wl-main .wl-main-b .wl-con{
	background-color: #fff;
	border-radius: 15px;
	padding: 30px;
	border: solid 1px #ddd;
	line-height: 1.8;
	font-size: 16px;
	color: #333;
	transition: all ease .4s;
	box-shadow: 0 4px 10px #dbdbdb;
}
.wl-main .wl-main-b .wl-con:hover{
	box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
	cursor: pointer;
}

/*main-f*/
.wl-main .wl-main-f{
	padding-bottom: 60px;
}
.wl-main .wl-main-f .wl-con{
	background-color: #fff;
	border-radius: 15px;
	padding: 30px;
	border: solid 1px #ddd;
	line-height: 1.8;
	font-size: 16px;
	color: #333;
	transition: all ease .4s;
	box-shadow: 0 4px 10px #dbdbdb;
}
.wl-main .wl-main-f .wl-con:hover{
	box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
	cursor: pointer;
}

.wl-more a{
	display: inline-block;
	width: 100px;
	height: 36px;
	margin-left: calc((100% - 120px) / 2);
	text-align: center;
	background: linear-gradient(to top, #B82B00, #fa6f06);
	color: #fff;
	border-radius: 15px;
	line-height: 36px;
	text-shadow: none;
	margin-top: 30px;
	transition: all ease .4s;
	font-size:16px;
}
.wl-more a:hover{
	width: 130px;
	margin-left: calc((100% - 130px) / 2);
	box-shadow: 0 0px 8px 0px rgba(0,0,0,.5);
}
/*main-c*/
.wl-main .wl-main-c{
	padding: 70px 0;
	background-image: url("../images/bg-c.jpg");
	background-size: cover;
	margin-bottom: 50px;
}
.wl-main .wl-main-c .wl-title h2,.wl-main .wl-main-c .wl-title p{
	color: #fff;
}
.wl-main .wl-main-c .wl-title span{
	background-color: #fff;
}
.wl-main .wl-main-c .wl-con.wl-wid{
	width: 1340px;
	margin: 0 auto;
	position: relative;
}
.wl-main .wl-main-c .wl-con .swiper-container{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0;
}
.wl-main .wl-main-c .wl-con .swiper-slide{
	width: 23.5%;
	margin-bottom: 2%;
	border-radius: 10px;
	height: 200px;
	overflow: hidden;
}
.wl-main .wl-main-c .wl-con .swiper-slide.swiper-slide-active{
	transform: translateY(-15px);
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.wl-main .wl-main-c .wl-con .swiper-slide:hover{
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.wl-main .wl-main-c .wl-con .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease .4s;
}
.wl-main .wl-main-c .wl-con .swiper-slide img:hover{
	transform: scale(1.1);
	
}
.wl-main .wl-main-c .wl-con .swiper-pagination{
	bottom: 1px;
}
.wl-main .wl-main-c .wl-con .swiper-pagination-bullet {
  background: #000;
  position: relative;
  width: 50px;
  height: 5px;
  border-radius: 5px;
  opacity: .5;
}
.wl-main .wl-main-c .wl-con .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FFF;
}
.wl-main .wl-main-c .wl-con  .swiper-button-next, .wl-main .wl-main-c .wl-con .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: 0;
  transition: all ease .4s;
}
.wl-main .wl-main-c .wl-con .swiper-button-next {
  right: 0;
  left: auto;
}
.wl-main .wl-main-c .wl-con .swiper-button-next:hover, .wl-main .wl-main-c .wl-con .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, .5);
}
.wl-main .wl-main-c .wl-con .swiper-button-next::after, .wl-main .wl-main-c .wl-con .swiper-button-prev::after {
  font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width: 1300px) {
	.wl-main-c{
		width: 1280px;
		overflow: hidden;
	}
	.wl-main .wl-main-c .wl-con.wl-wid{
		margin-left: -30px;
	}
}
/*main-d*/
.wl-main .wl-main-d{
	margin-bottom: 50px;
}
.wl-main .wl-main-d .wl-con ul{
	display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 220px);
}
.wl-main .wl-main-d .wl-con ul li{
	width: 220px;
	height: 110px;
	overflow: hidden;
	margin-bottom: 20px;
	border: solid 1px #ddd;
	border-radius: 8px;
	transition: all ease .4s;
}
.wl-main .wl-main-d .wl-con ul li:hover{
	box-shadow: 0 0px 8px 0px rgba(0,0,0,.2);
}
.wl-main .wl-main-d .wl-con ul li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all ease .4s;
}
.wl-main .wl-main-d .wl-con ul li img:hover{
	transform: scale(1.1);
}

/*main-e*/
.wl-main .wl-main-e{
	margin-bottom: 60px;
}
.wl-main .wl-main-e .wl-con{
	background-color: #fff;
	border-radius: 15px;
	padding: 30px;
	border: solid 1px #ddd;
	line-height: 1.8;
	font-size: 16px;
	color: #333;
	transition: all ease .4s;
	box-shadow: 0 4px 10px #dbdbdb;
}
.wl-main .wl-main-e .wl-con:hover{
	box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
	cursor: pointer;
}
.wl-newsa-item {
  cursor:pointer;
  display: flex;
  justify-content: space-between;
  transition: all ease .4s;
}
.wl-newsa-item:hover{
  transform: translateY(-10px);
}
.wl-newsa-item:hover .wl-title,.wl-newsa-item:nth-child(2n-1) .wl-title {
  color:#222;
  font-weight:700
}
.wl-newsa-item:hover .wl-button,.wl-newsa-item:nth-child(2n-1) .wl-button {
  background-color:#B82B00
}
.wl-newsa-item:hover .wl-date:after,.wl-newsa-item:nth-child(2n-1) .wl-date:after {
  background-color:#B82B00
}
.wl-newsa-item .wl-date {
  display:inline-block;
  vertical-align:top;
  line-height:43px;
  height:43px;
  font-size:16px;
  color:#666;
  position:relative;
  z-index:2;
  width: 120px;
}
.wl-newsa-item .wl-date:after {
  position:absolute;
  content:"";
  top:50%;
  transform:translate(50%,-50%);
  right:0;
  width:13px;
  height:13px;
  border-radius:50%;
  background:#aaa;
}
.wl-newsa-item .wl-right {
  display:flex;
  vertical-align:top;
  flex-wrap: wrap;
  font-size:0;
  border-left:1px solid #aaa;
  width:calc(100% - 120px);
  position:relative;
  padding-bottom:20px;
  z-index:1;
  justify-content: space-between;
}
.wl-newsa-item .wl-text {
  padding-left:47px;
  box-sizing:border-box;
  display:inline-block
}
.wl-newsa-item .wl-title {
  font-size:16px;
  color:#222;
  line-height:1.6;
  padding-top:9px;
  text-align: left;
}
.wl-newsa-item .wl-right .wl-line{
	width: calc(100% - 47px);
	height: 1px;
	background-color: #aaa;
	/*margin-top: 30px;*/
	margin-left: 47px;
}



/*smain*/
.wl-about, .wl-piclist, .wl-detail,.wl-newlist{
	padding: 46px 0 70px 0;
}
.wl-about .wl-title span, .wl-piclist .wl-title span{
	height: 3px;
	width: 90px;
}
.wl-about .wl-con,.wl-newlist .wl-con{
	background-color: #fff;
  border-radius: 15px;
  padding: 35px;
  border: solid 1px #ddd;
  line-height: 1.8;
  font-size: 16px;
  color: #000;
  transition: all ease .4s;
  box-shadow: 0 4px 10px #dbdbdb;
}
.wl-about .wl-con img{
	max-width: 100%;
	margin: 10px 0;
}
/*.wl-piclist .wl-con{
  background-color: #fcfcfc;
  border-radius: 15px;
  padding: 30px;
  border: solid 1px #ddd;
  line-height: 1.8;
  font-size: 16px;
  color: #555;
  transition: all ease .4s;
  box-shadow: 0 4px 10px #dbdbdb;
}*/
.wl-piclist .wl-con ul{
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(auto-fill, 275px);
}
.wl-piclist .wl-con ul li{
	width: 275px;
	margin-bottom: 30px;
	transition: all ease .4s;
}
.wl-piclist .wl-con ul li:hover{
	transform: translateY(-10px);
	
}
.wl-piclist .wl-con ul li .wl-img{
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 10px;
	transition: all ease .4s;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);	
}
.wl-piclist .wl-con ul li:hover .wl-img{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);	
}
.wl-piclist .wl-con ul li .wl-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease .4s;
}
.wl-piclist .wl-con ul li:hover .wl-img img{
	transform: scale(1.1);
}

.wl-piclist .wl-con ul li h3{
	color: #000;
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2;
  	overflow: hidden;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding: 0 15px;
	font-weight:bold;
}
.wl-piclist .wl-con ul li:hover h3{
	color: #0060ad;
}
.wl-detail .wl-detail-title{
	text-align: center;
	font-size: 18px;
	width: 80%;
	margin: 0 auto;
}
.wl-detail .wl-detail-time{
	text-align: center;
	font-size: 17px;
	padding: 15px 0;
	color: #888;
	margin-bottom: 30px;
}
.wl-detail .wl-detail-time i{
	padding-right: 10px;
}
.wl-detail .wl-con{
	background-color: #fff;
  border-radius: 15px;
  padding: 35px;
  border: solid 1px #ddd;
  line-height: 1.8;
  font-size: 16px;
  color: #555;
  transition: all ease .4s;
  box-shadow: 0 4px 10px #dbdbdb;
}
.wl-detail .wl-con img{
	max-width: 100%;
	margin: 10px 0;
}

/*====foot====*/
.wl-foot {
  padding: 50px 0 0;
  /*background-image: url("../images/bg-c.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;*/
  background: #464547 url(../images/m2us_c5bg.png) repeat-x center bottom;
  font-size: 15px;
}
.wl-foot .wl-foot-a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  color: #fff;
}
.wl-foot .wl-foot-a h3 {
  font-size: 22px;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background-position: 0 100%;
  background-size: 20% 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#fff, #fff);
}
.wl-foot .wl-foot-a .wl-link {
  /*width: 400px;*/
  width: 600px;
}
.wl-foot .wl-foot-a .wl-link a {
  border-radius: 10px;
  border: solid 1px #fff;
  padding: 0 15px;
	margin: 5px;
  line-height: 25px;
  display: inline-block;
  color: #fff;
	transition: all ease .4s;
	/*overflow-wrap: break-word;
	word-break: break-word;*/
}
.wl-foot .wl-foot-a .wl-link a:hover{
	background-color: #fff;
	color: #B82B00;
}
.wl-foot .wl-foot-a .wl-qrd {
  width: 120px;
  text-align: center;
}
.wl-foot .wl-foot-a .wl-qrd img {
  width: 110px;
  margin-bottom: 15px;
}
.wl-foot .wl-foot-a .wl-contact {
  width: 510px;
}
.wl-foot .wl-foot-a .wl-contact ul li {
  margin-bottom: 10px;
}
.wl-foot .wl-foot-a .wl-contact ul li span {
  float: left;
  /*width: 90px;*/
  width: 110px;
  text-align: justify-all;
}
.wl-foot .wl-foot-a .wl-contact ul li span i {
  padding-right: 8px;
}
.wl-foot .wl-foot-a .wl-contact ul li span em{
	width: 1em;
	display: inline-block;
}
.wl-foot .wl-foot-a .wl-contact ul li p {
  display: inline-block;
  width: 400px;
}
.wl-foot .wl-foot-a .wl-line{
	width: 1px;
	height: 150px;
	background-color: rgba(255,255,255,.3);
}
.wl-copy {
  border-top: solid 1px rgba(255, 255, 255, .3);
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  color: #fff;
	font-size: 15px;
}
.wl-copy a {
  color: #fff;
}
.wl-copy a:hover {
  text-decoration:underline;
}
/*subnav*/
.wl-smain .wl-sort{
	text-align: center;
	margin-bottom: 22px;
}
.wl-smain .wl-sort a{
	display: inline-block;
	margin: 10px 20px;
	padding: 2px 18px;
	font-size: 17px;
	line-height: 200%;
	background-color: #fff;
	transition: all ease .4s;
	color: #000;
	border-radius: 6px;
}
.wl-smain .wl-sort a:hover, .wl-smain .wl-sort a.selected{
	background-color: #B82B00;
	color: #fff;
}