@charset "UTF-8";
/* CSS Document By ahweilai.com */
body {
  font-family: Arial, SimSun;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: .18rem;
  scroll-behavior: smooth;
  background: linear-gradient(to right, rgb(252, 248, 249), rgb(245, 245, 253));
}
.wl-wid {
  width: 96%;
  margin: 0 auto;
}
* {
  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;
}
img {
  display: block;
  max-width: 100%;
}
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-iconfont {
  font-size: 0.26rem;
}
.wl-pc{
	display: none;
}
/*====head==nav====*/
.wl-head {
  /*box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;*/
  background-color: rgba(239,235,234, 0.9);
  box-shadow: 0 3px 10px rgba(0,0,0,0.18);
  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 {
  font-size: .2rem;
  padding: .2rem;
  height: .6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width:86%;
}
.wl-head .wl-wid .wl-logo img {
  height: .7rem;
  margin-right: .1rem;
}
/*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
}
.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.24rem;
  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: 50%;*/
  padding:0 2%;
  margin: .03rem;
    height: .44rem;
  text-align: center;
  background-color: #B82B00;
}
.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;
}
.wl-head .wl-nav span {
  width: 80px;
  background-image: url("../images/ico-eng.png");
  background-position: 20px;
  background-repeat: no-repeat;
  padding-left: 60px;
  display: inline-block;
  text-align: left;
  font-size: .22rem;
  margin-left: calc((100% - 120px) / 2);
}
.wl-head .wl-nav .wl-navtxt .wl-lang-wap{
	display: block;
	width:27%;
	margin: .3rem auto 0 auto;
}
.wl-head .wl-nav .wl-navtxt .wl-lang-wap a{
	display: inline-block;
	width: 100%;
	height: .5rem;
	text-align: center;
	background: linear-gradient(to top, #8E363C, #fa6f06);
	color: #fff;
	border-radius: 10px;
	line-height: .5rem;
	text-shadow: none;
	transition: all ease .4s;
	margin-bottom: .6rem;
	font-size:.22rem;
}
.wl-head .wl-lang {
	display: none;
}
/*banner*/
.wl-banner{
	width: 100%;
	position: relative;
	overflow: hidden;
	top: 1rem;
}
.wl-banner .swiper-container .swiper-slide img{
	width: 100%;
	line-height: 0;
}
.wl-banner .swiper-container .swiper-slide .wl-txt{
	position: absolute;
	z-index: 10;
	bottom: calc((100% - 1.6rem) / 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: .28rem;
	line-height: .36rem;
}
.wl-banner .swiper-container .swiper-slide .wl-txt p{
	font-size: .23rem;
	line-height: .4rem;
}
.wl-banner .swiper-container .swiper-slide .wl-txt a{
	display: inline-block;
	width: 30%;
	font-size: .16rem;
	height: .4rem;
	text-align: center;
	background: linear-gradient(to top, #fd1f02, #fa6f06);
	color: #fff;
	border-radius: 15px;
	line-height: .4rem;
	text-shadow: none;
	margin-top: .1rem;
	transition: all ease .4s;
}
.wl-banner .swiper-container .swiper-slide .wl-txt a:hover{
	width: 33%;
	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: .1rem;
}
.wl-banner .swiper-pagination-bullet {
  background: #000;
  position: relative;
  width: .5rem;
  height: 3px;
  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: .4rem;
  height: .4rem;
  border-radius: 50%;
  left: 2%;
  transition: all ease .4s;
}
.wl-banner .swiper-container .swiper-button-next {
  right: 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{
	margin-top: 1rem;
}
.wl-main .wl-main-a{
	margin-top: .3rem;
	margin-bottom: .6rem;
}
.wl-title{
	text-align: center;
	line-height: .3rem;
	margin-bottom: .3rem;
}
.wl-title h2{
	font-size: .28rem;
	color: #222;
	letter-spacing: 2px;
}
.wl-title span{
	display: inline-block;
	width: 20%;
	line-height: .2rem;
	height: 2px;
	background-color: #B82B00;
}
.wl-title p{
	font-size: .2rem;
	text-transform: uppercase;
	color: #888;
}
.wl-main .wl-main-a .wl-con{
	background-color: #fcfcfc;
	border-radius: 15px;
	padding: 3%;
	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;
	flex-wrap: wrap;
}
.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: 100%;
	text-align: center;
	transition: all ease .4s;
	border-radius: 10px;
	padding: 1% 2%;
}
.wl-main .wl-main-a .wl-con ul span{
	width: 100%;
	height: 1px;
	background-color: #ddd;
	margin: .1rem 0;
}
.wl-main .wl-main-a .wl-con ul li h2{
	font-size: .225rem;
	font-weight: normal;
	line-height: .4rem;
}
.wl-main .wl-main-a .wl-con ul li p{
	color: #0057A8;
	font-size:.24rem;
}
.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: #FB6807;
}
.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: .4rem 0;
}
.wl-main .wl-main-b .wl-con{
	background-color: #fcfcfc;
	border-radius: 15px;
	padding: 4%;
	border: solid 1px #ddd;
	line-height: 1.8;
	font-size: .22rem;
	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: .15rem 0 .3rem 0;
}
.wl-main .wl-main-f .wl-con{
	background-color: #fcfcfc;
	border-radius: 15px;
	padding: 4%;
	border: solid 1px #ddd;
	line-height: 1.8;
	font-size: .22rem;
	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: 30%;
	height: .5rem;
	margin-left: calc((100% - 120px) / 2);
	text-align: center;
	background: linear-gradient(to top, #B82B00, #fa6f06);
	color: #fff;
	border-radius: 15px;
	line-height: .5rem;
	text-shadow: none;
	margin-top: .4rem;
	transition: all ease .4s;
	font-size:.21rem;
}
.wl-more a:hover{
	width: 33%;
	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: .4rem 0;
	background-image: url("../images/bg-c.jpg");
	background-size: cover;
	margin-bottom: .4rem;
}
.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: 100%;
	margin: 0 auto;
	position: relative;
}
.wl-main .wl-main-c .wl-con .swiper-container{
	width: 78%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 .2rem 0;
}
.wl-main .wl-main-c .wl-con .swiper-slide{
	width: 100%;
	margin-bottom: 2%;
	border-radius: 10px;
	height: 3rem;
	overflow: hidden;
}
.wl-main .wl-main-c .wl-con .swiper-slide.swiper-slide-active{
	
}
.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: -10px;
}
.wl-main .wl-main-c .wl-con .swiper-pagination-bullet {
  background: #000;
  position: relative;
  width: .5rem;
  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: 9vw;
  height: 9vw;
  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: .2rem;
	font-weight: bold;
}
.lightcase-fullScreenMode #lightcase-case a.lightcase-close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
    background-image: url(../images/close.png);
    background-size: 100%;
}
  
/*main-d*/
.wl-main .wl-main-d{
	margin-top: .3rem;
	margin-bottom: .4rem;
}
.wl-main .wl-main-d .wl-con ul{
	display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
.wl-main .wl-main-d .wl-con ul li{
	width: 48%;
	height: 1.2rem;
	overflow: hidden;
	margin-bottom: .2rem;
	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-newlist .wl-con{
	background-color: #fcfcfc;
  border-radius: 15px;
  padding: 6% 4%;
  border: solid 1px #ddd;
  line-height: 1.8;
  font-size: .22rem;
  color: #000;
  transition: all ease .4s;
  box-shadow: 0 4px 10px #dbdbdb;
}
.wl-main .wl-main-e{
	padding: .15rem 0 .3rem 0;
}
.wl-main .wl-main-e .wl-con{
	background-color: #fcfcfc;
	border-radius: 15px;
	padding: 8% 4%;
	border: solid 1px #ddd;
	line-height: 1.8;
	font-size: .22rem;
	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: 6vw;
	height: 4vw;
	font-size: 4vw;
	color: #666;
	position: relative;
	z-index: 2;
	width: 15vw;
}
.wl-newsa-item .wl-date:after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translate(50%, -50%);
	right: 0;
	width: 2vw;
	height: 2vw;
	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;
	position: relative;
	padding-bottom: .25rem;
	z-index: 1;
	justify-content: space-between;
	width: calc(100% - 11vw);
}
.wl-newsa-item .wl-text {
	padding-left: 5vw;
	width: 100%;
	box-sizing: border-box;
	display: inline-block
}
.wl-newsa-item .wl-title {
	font-size: .22rem;
	color: #222;
	text-align: left;
	margin-bottom: .1rem;
}
.wl-newsa-item .wl-right .wl-line {
	width: calc(100% - 5vw);
	height: 1px;
	background-color: #aaa;
	margin-top: 10px;
	margin-left: 5vw;
}

/*smain*/
.wl-about, .wl-piclist, .wl-detail,.wl-newlist{
	padding: .4rem 0;
	margin: 1rem 0 .2rem 0;
}
.wl-about .wl-title span, .wl-piclist .wl-title span,.wl-newlist .wl-title span{
	height: 2px;
	width: 24%;
}
.wl-about .wl-con{
	background-color: #fcfcfc;
  border-radius: 15px;
  padding: 4%;
  border: solid 1px #ddd;
  line-height: 1.8;
  font-size: .22rem;
  color: #000;
  transition: all ease .4s;
  box-shadow: 0 4px 10px #dbdbdb;
}
.wl-about .wl-con .wl-con-wap{
	width: 100%;
	overflow: scroll;
}
.wl-about .wl-con .wl-con-wap img{
	max-width: 100%;
	margin: .15rem 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: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wl-piclist .wl-con ul li{
	width: 48%;
	margin-bottom: .3rem;
	transition: all ease .4s;
}
.wl-piclist .wl-con ul li .wl-img{
	width: 100%;
	height: 1.7rem;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: .1rem;
	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.3);	
}
.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;*/
	font-weight: normal;
	font-size: .22rem;
	text-align: center;
	padding: 0 1%;
}
.wl-detail .wl-detail-title{
	text-align: center;
	font-size: .22rem;
	width: 96%;
	margin: 0 auto;
}
.wl-detail .wl-detail-time{
	text-align: center;
	font-size: .22rem;
	padding: .15rem 0;
	color: #888;
	margin-bottom: .3rem;
}
.wl-detail .wl-detail-time i{
	padding-right: .1rem;
}
.wl-detail .wl-con{
	background-color: #fcfcfc;
  border-radius: 15px;
  padding: 4%;
  border: solid 1px #ddd;
  line-height: 1.8;
  font-size: .22rem;
  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: .3rem 0 0;
  /*background-image: url("../images/bg-c.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: .18rem;*/  
  background: #464547 url(../images/m2us_c5bg.png) repeat-x center bottom;
}
.wl-foot .wl-foot-a {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
  margin-bottom: .2rem;
  color: #fff;
}
.wl-foot .wl-foot-a h3 {
  font-size: .26rem;
  color: #fff;
  padding-bottom: .15rem;
  margin-bottom: .2rem;
  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: 100%;
}
.wl-foot .wl-foot-a .wl-link a {
  border-radius: 10px;
  /*border: solid 1px #fff;
  padding: 0 2%;*/
	margin: 1%;
  line-height: .4rem;
  display: inline-block;
  color: #fff;
	transition: all ease .4s;
	font-size:.21rem;
	overflow-wrap: break-word;
	word-break: break-word;
}
.wl-foot .wl-foot-a .wl-link a:hover{
	background-color: #fff;
	color: #0060ad;
}
.wl-foot .wl-foot-a .wl-qrd {
	display: none;
  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: 100%;
	font-size: .18rem
}
.wl-foot .wl-foot-a .wl-contact ul li {
  margin-bottom: .15rem;
  font-size:.21rem;
}
.wl-foot .wl-foot-a .wl-contact ul li span {
  float: left;
  width: 30%;
  text-align: justify-all;
}
.wl-foot .wl-foot-a .wl-contact ul li span i {
  padding-right: 8px;
	font-size: .18rem;
}
.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: 69%;
}
.wl-foot .wl-foot-a .wl-line{
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,.3);
	margin: .3rem 0;
}
.wl-foot .wl-foot-a .wl-line:nth-child(2){
	/*display: none;*/
}
.wl-copy {
  border-top: solid 1px rgba(255, 255, 255, .3);
  padding: 15px 0;
  /*display: flex;*/
  justify-content: space-between;
	flex-wrap: wrap;
  color: #fff;
  font-size:.21rem;
  text-align:center;
}
.wl-copy p{
	width: 100%;
	margin-bottom: .2rem;
}
.wl-copy a {
  color: #fff;
}

/*subnav*/
.wl-smain .wl-sort {
	text-align: center;
	margin-bottom: 5vw;
}
.wl-smain .wl-sort a {
	display: inline-block;
	margin: 1.2vw;
	padding: 0 3.5vw;
	font-size: .23rem;
	line-height: 200%;
	background-color: #fff;
	transition: all ease .4s;
	color: #000;
	border-radius: 2vw;
}
.wl-smain .wl-sort a:hover,.wl-smain .wl-sort a.selected {
	background-color: #B82B00;
	color: #fff;
}