@charset "UTF-8";
/* CSS Document */
.wl-head{
	display: none;
}
.wl-nav-wap, .black-fixed, .wl-header-wap{
	display: block;
}
.wl-iconfont{
	font-size: 0.26rem;
}
/*wap header css*/
img {
  display: block;
  max-width: 100%;
}
body {
  position: relative;
  width: 100%;
  height: 100%;
}
* {
	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: 96%;
	margin: 0 auto;
}
.wl-head {
    background-image: url("../images/head-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
    box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
}
.wl-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.wl-head  .wl-logo {
  padding: .25rem .1rem;
  height: .5rem;
}
.wl-head .wl-logo img {
  height: .55rem;
}
.wl-head .wl-logo .wl-search{
	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-wid{
	width: 100%;
}
.wl-head .wl-nav .wl-daoz {
  display: none;
  background: #fff;
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
  top: 1rem;
	z-index: 10;
}

.wl-daohang {
    text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.wl-daohang > li {
	width:100%;
    text-align: center;
	border-bottom: solid 1px #ddd;
}
.wl-daohang > li > a {
    display: block;
    font-size: .26rem;
    line-height: .7rem;
    position: relative;
    overflow: hidden;
    color: #9c1e23;
    position: relative;
}
.wl-daohang > li:hover > a {
    display: block;
}
.wl-dangqiandao > a {
    display: block;
	border-bottom: solid 1px #fff;
}

.wl-yijiw {
    width: 100%;
}
.wl-yiji {
    background: #ffffff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 80%;
	margin-left: 10%;
}

.wl-yiji li {
    width: 40%;
	margin: 0 3%;
	text-align: center;
	background-color: #9c1e23;
	border-radius: .1rem;
	margin-bottom: .1rem;
}

.wl-yiji li a {
    display: block;
	text-align: center;
    font-size: .2rem;
	line-height: .4rem;
	color: #fff;
}
.wl-yiji li:hover {
	
}
.wl-yiji li:hover > a {
	color: #fff;
	background-image: url("../images/nav-icon.png");
	background-size: 18px;
	background-position: 13% center ;
	background-repeat: no-repeat;
}
.wl-erji {
    position: absolute;
    width: 202px;
    background: #ffffff;
    top: -9999px;
    left: 100%;
    box-shadow: 0px 4px 6px 0px rgba(32, 23, 10, 0.24);
}
.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;
}




/*banner*/
.wl-banner{
	margin-top: 1rem;
}
.wl-banner .swiper-slide img{
	width: 100%;
	vertical-align: bottom;
}
.wl-banner .swiper-button-prev, .wl-banner .swiper-button-next {
	top: 43%;
    left: 2%;
    right: auto;
	width: .4rem;
	height: .8rem;
	background-color: rgba(255,255,255,.3);
	border-radius: 10px;
	transition: all ease .4s;
	z-index: 100;
}
.wl-banner .swiper-button-next:hover, .wl-banner .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, .3);
}
.wl-banner .swiper-button-prev::after, .wl-banner .swiper-button-next::after{
	color: #fff;
	font-size: 22px;
}
.wl-banner .swiper-button-next {
    right: 2%;
    left: auto;
}
.wl-banner .swiper-pagination{
	bottom: 0;
}
.wl-banner .swiper-pagination .swiper-pagination-bullet{
	background-color: #fff;
	opacity: 1;
	transition: all ease .4s;
}
.wl-banner .swiper-pagination .swiper-pagination-bullet-active{
	width: 65px;
	border-radius: 5px;
	background-color: #ce2125;
}
/*main-a*/
.wl-main-a{
	padding: .5rem 0;
	background-image: url("../images/about-bg.jpg");
	background-position: center center;
	background-size: cover;
}
.wl-main-a .wl-wid{
	background-color: rgba(255,255,255,.8);
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
}
.wl-main-a .wl-wid .wl-l{
	width: 90%;
	padding: 5%;
}
.wl-main-a .wl-wid .wl-l .wl-title{
	font-size: .3rem;
	font-weight: bold;
	line-height: .6rem;
	text-align: left;
	color: #333;
	background-image: url("../images/about-title-bg.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 75%;
	margin-bottom: .2rem;
}
.wl-main-a .wl-wid .wl-l .wl-txt{
	font-size: .22rem;
	line-height: .34rem;
	/*margin-bottom: .2rem;*/
}
.wl-more{
	display: inline-block;
	background-image: url("../images/more-bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 120px;
	height: 35px;
	text-align: center;
	color: #fff;
	font-size: .2rem;
	line-height: 35px;
	margin-left: 5px;
	margin-bottom: 5px;
	transition: all ease .4s;
}
.wl-more:hover{
	width: 130px;
	height: 40px;
	line-height: 40px;
	margin-left: 0;
	margin-bottom: 0;
}
.wl-main-a .wl-wid .wl-r{
	width: 90%;
	padding: 0 5% 10% 5%;
	position: relative;
}
.wl-main-a .wl-wid .wl-r .wl-video{
	width: 100%;
	height: 3rem;
	position: relative;
	/*margin-left: 5%;*/
	background-color: #fff;
	z-index: 10;
}
.wl-main-a .wl-wid .wl-r .wl-video img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wl-main-a .wl-wid .wl-r .wl-bk{
	width: 85%;
	height: 2.9rem;
	/*border: solid 1px #9c1e23;*/
	top: .3rem;
	position: absolute;
}
/*main-b*/
.wl-main-b{
	padding: .5rem 0;
	background-image: url("../images/pro-bg.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.wl-main-b .wl-wid{
	position: relative;
}
.wl-title{
	font-size: .3rem;
	line-height: .6rem;
	color: #9c1e23;
	text-align: center;
	background-image: url("../images/title-bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 200%;
	margin-bottom: .3rem;
	font-weight:bold;
}
.wl-main-b .wl-info{
	font-size: .22rem; 
	line-height: .34rem;
	margin-bottom: .4rem;
	text-align: center;
}
.wl-main-b .wl-con {
	width: 80%;
	margin: 0 10%;
}
.wl-main-b .wl-con .swiper-slide{
	width: 100%;
	height: 4.5rem;
	background-image: url("../images/sort-bg.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wl-main-b .wl-con .swiper-slide .wl-item{
	width: 85%;
	height: 3.7rem;
}
.wl-main-b .wl-con .swiper-slide .wl-item .wl-img{
	position: relative;
	width: 100%;
	height: 3.2rem;
	overflow: hidden;
	margin-bottom: 10px;
}
.wl-main-b .wl-con .swiper-slide .wl-item .wl-img a{
	display: inline-block;
	width: 100%;
	height: 3.2rem;
	background-color: rgba(120,25,23,.5);
	top: -3.2rem;
	position: absolute;
	transition: all ease .4s;
	text-align: center;
	line-height: 3.2rem;
	z-index: 100;
}
.wl-main-b .wl-con .swiper-slide .wl-item:hover .wl-img a{
	top: 0;
}
.wl-main-b .wl-con .swiper-slide .wl-item .wl-img a span{
	display: inline-block;
	color: #fff;
	border: solid 1px #fff;
	padding: 0 .15rem;
	line-height: .4rem;
	vertical-align: middle; 
	transition: all ease .4s;
	font-size: .2rem;
}
.wl-main-b .wl-con .swiper-slide .wl-item .wl-img a span:hover{
	background-color: #fff;
	color: #9c1e23;
}
.wl-main-b .wl-con .swiper-slide .wl-item .wl-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease .4s;
}
.wl-main-b .wl-con .swiper-slide .wl-item:hover .wl-img img{
	transform: scale(1.1);
}
.wl-main-b .wl-con .swiper-slide .wl-item h2{
	font-size: .26rem;
	text-align: center;
	font-weight: normal;
	color: #781917;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.wl-main-b .wl-con .swiper-slide .wl-item h2 a{
	color: #9c1e23;
}
.wl-main-b .swiper-button-next, .wl-main-b .swiper-button-prev{
	top: 73%;
	left: 0;
}
.wl-main-b .swiper-button-next{
	right: 0;
	left: auto;
}
.wl-main-b .swiper-button-next::after, .wl-main-b .swiper-button-prev::after{
	color: #888888;
	font-size: .4rem;
	transition: all ease .4s;
}
.wl-main-b .swiper-button-next:hover::after, .wl-main-b .swiper-button-prev:hover::after{
	color: #9c1e23;
	font-size: .45rem;
	transition: all ease .4s;
}
/*main-c*/
.wl-main-c .swiper-slide img{
	width: 100%;
}
.wl-main-c  .swiper-button-prev, .wl-main-c  .swiper-button-next {
	top: 40%;
    left: 2%;
    right: auto;
	width: .4rem;
	height: .8rem;
	background-color: rgba(0,0,0,.3);
	border-radius: 10px;
	border: solid 1px rgba(0,0,0,.3);
	transition: all ease .4s;
	z-index: 100;
}
.wl-main-c  .swiper-button-next:hover, .wl-main-c  .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, .8);
}
.wl-main-c  .swiper-button-prev::after, .wl-main-c  .swiper-button-next::after{
	color: #fff;
	font-size: 22px;
}
.wl-main-c  .swiper-button-next {
    right: 2%;
    left: auto;
}
.wl-main-c  .swiper-pagination{
	bottom: 0px;
}
.wl-main-c  .swiper-pagination .swiper-pagination-bullet{
	background-color: #fff;
	opacity: 1;
	transition: all ease .4s;
}
.wl-main-c  .swiper-pagination .swiper-pagination-bullet-active{
	width: 65px;
	border-radius: 5px;
	background-color: #ce2125;
}
/*main-d*/
.wl-main-d{
	padding: .5rem 0;
}
.wl-main-d .wl-info{
	font-size: .22rem; 
	line-height: .4rem;
	margin-bottom: 0rem;
	text-align: center;
}
.wl-main-d .wl-sort{
	margin-bottom: .3rem;
}
.wl-main-d .wl-sort ul{
	text-align: center;
}
.wl-main-d .wl-sort ul li{
	display: inline-block;
	margin: 0 2%;
	width: 35%;
	text-align: center;
	font-size: .26rem;
	line-height: .5rem;
	border: solid 1px #b8b8b8;
	border-radius: 10px;
	background-color: #f2f2f2;
	color: #000;
	cursor: pointer;
}
.wl-main-d .wl-sort ul li.on{
	background-color: #9c1e23;
	border-color: #9c1e23;
	color: #fff;
}
.wl-main-d .wl-con ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: .3rem;
}
.wl-main-d .wl-con .wl-l{
	width: 100%;
	margin-bottom: .4rem;
}
.wl-main-d .wl-con .wl-l .wl-img{
	width: 100%;
	height: 4rem;
	overflow: hidden;
	margin-bottom: .2rem;
}
.wl-main-d .wl-con .wl-l .wl-img img{
	width: 100%;
	height: 4rem;
	object-fit: cover;
	transition: all ease .4s;
}
.wl-main-d .wl-con .wl-l:hover .wl-img img{
	transform: scale(1.1);
}
.wl-main-d .wl-con .wl-l h2{
	font-size: .22rem;
	line-height: 2.2;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.wl-main-d .wl-con .wl-l:hover h2{
	color: #9c1e23;
}
.wl-main-d .wl-con .wl-l p{
	font-size: .22rem;
	color: #6c6c6c;
	line-height: 1.5;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.wl-main-d .wl-con .wl-r{
	width: 100%;
}
.wl-main-d .wl-con .wl-r ul{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-content: center;
	height: 100%;
}
.wl-main-d .wl-con .wl-r ul li{
	border: solid 1px #f2f2f2;
	transition: all ease .4s;
	width: calc(100% - 2px);
}
.wl-main-d .wl-con .wl-r ul li:hover, .wl-main-d .wl-con .wl-r ul li:first-child {
	border-bottom: solid 2px #9c1e23;
	box-shadow: 0 0 10px 0px rgba(0,0,0,.1);
}
.wl-main-d .wl-con .wl-r ul li a{
	padding: 3%;
	display: flex;
	justify-content: space-between;
}
.wl-main-d .wl-con .wl-r ul li a .wl-date{
	width: 18%;
	text-align: center;
	font-size: .18rem;
	color: #646464;
	margin: .15rem 0;
	padding-top:.15rem;
	border-right: solid 1px #eee;
}
.wl-main-d .wl-con .wl-r ul li a .wl-date span{
	font-size: .3rem;
	display: block;
	line-height: 1.3;
}
.wl-main-d .wl-con .wl-r ul li a .wl-txt{
	width: 78%;
	padding: 2% 0;
}
.wl-main-d .wl-con .wl-r ul li a .wl-txt h2{
	font-size: .22rem;
	line-height: 2.2;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.wl-main-d .wl-con .wl-r ul li:hover a .wl-txt h2, .wl-main-d .wl-con .wl-r ul li:first-child a .wl-txt h2{
	color: #9c1e23;
}
.wl-main-d .wl-con .wl-r ul li a .wl-txt p{
	font-size: .22rem;
	line-height: 1.5;
	color: #6c6c6c;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.wl-main-d .wl-btn{
	display: flex;
	justify-content: space-between;
}
.wl-main-d .wl-btn .wl-slide-btn, .wl-main-d .wl-btn .wl-slide-btn .arrow{
	line-height: 0;
}
.wl-main-d .wl-btn .prev, .wl-main-d .wl-btn .next{
	display: inline-block;
	width: .4rem;
	height: .4rem;
	line-height: .4rem;
	text-align: center;
	color: #fff;
	background-color: #d9d9d9;
	margin: 0 .1rem;
	font-size: .2rem;
	border-radius: 8px;
	cursor: pointer;
	transition: all ease .4s;
}
.wl-main-d .wl-btn .prev i{
	transform: rotate(180deg);
	display: inline-block;
}
.wl-main-d .wl-btn .prev:hover, .wl-main-d .wl-btn .next{
	background-color: #d5b99f;
}

/*smain*/
.wl-s{
	position: relative;
	height: 3.3rem;
	margin-bottom: .4rem;
	margin-top: 1rem;
}
.wl-ps{
	height: 4.5rem;
}
.wl-ps2{
	height: 5rem;
}
.wl-probg{
	background-color: #efefef;
}
/*sbanner*/
.wl-sbanner{
	height: 3rem;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}
.wl-sbanner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.wl-sbanner .wl-stitle{
	position: relative;
	background-image: url("../images/stitle-bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 120%;
	text-align: center;
	font-size: .32rem;
	color: #fff;
	width: 100%;
	margin-bottom: .4rem;
	z-index: 10;
}
/*ssort*/
.wl-ssort{
	position: absolute;
	background-color: #fff;
	top: 2.6rem;
	width: 94%;
	margin-left: 3%;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	align-items: center;
	flex-wrap: wrap;
}
.wl-ssort .wl-loc{
	display: none;
	padding-left: 20px;
	color: #888888;
}
.wl-ssort .wl-loc img{
	float: left;
	margin-right: 10px;
	padding-top: 2px;
}
.wl-ssort .wl-loc a{
	color: #888;
}
.wl-ssort .wl-loc .wl-red{
	color: #9c1e23;
}
.wl-ssort ul{
	width: 96%;
	padding: 2%;
	padding-bottom: 0;
	display: flex;
	justify-content: space-between;
}
.wl-ssort ul li{
	width: 23%;
}
.wl-ssort ul li a{
	line-height: .5rem;
	font-size: .24rem;
	padding-bottom: 5%;
	display: block;
	text-align: center;
}
.wl-ssort ul li a.wl-sel ,.wl-ssort ul li a:hover{
	border-bottom: solid 2px #9c1e23;
	color: #9c1e23;
}
.wl-ssort .wl-subsort{
	width: 96%;
	background-color: #f8f8f8;
	padding: 2%;
	line-height: 0;
}
.wl-ssort .wl-subsort a{
	/*margin: 0 2%;*/
	padding: 0 2%;
	font-size: .21rem;
	line-height: .4rem;
	display: inline-block;
	color: #888;
}
.wl-ssort .wl-subsort a:hover, .wl-ssort .wl-subsort a.wl-sel{
	background-color: #9c1e23;
	color: #fff;
	border-radius: .15rem;
}
/*smain*/
.wl-about{
	background-image: url("../images/about-sbg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 300%;
	padding: 0 0 3rem 0;
	color: #202020;
}
.wl-show{
	padding: 0 0 .8rem 0;
	color: #202020;
}
.wl-about .wl-h1{
	font-size: .3rem;
	margin-bottom: .3rem;
	text-align: center;
	line-height: 1.5;
}
.wl-show .wl-h1{
	font-size: .26rem;
	margin-bottom: .3rem;
	text-align: center;
	line-height: 1.5;
}
.wl-about,.wl-show{
	font-size: .22rem;
	line-height: 2;
}
.wl-about p,.wl-show p{
	font-size: .22rem;
	line-height: 2;
	text-indent: 2em;
}
.wl-about ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: .4rem 0;
}
.wl-about ul li{
	width: 40%;
	text-align: center;
	padding: 3% 0;
	border: solid 1px #9c1e23;
	font-size: .2rem;
	margin-bottom: .2rem;
	color: #9c1e23;
}
.wl-about ul li span{
	font-size: .32rem;
	line-height: 1.5;
	display: block;
}
.wl-about ul li span i{
	font-size: .26rem;
	line-height: 1;
	font-style: normal;
	vertical-align: text-top;
}
.wl-about ul li:nth-child(200) span i{
	vertical-align:baseline;
}
.wl-show .wl-post{
	background-color: #f1f1f1;
	margin-bottom: 20px;
	text-align: center;
	font-size: .22rem;
	line-height: 40px;
}
.wl-show .wl-post i{
	padding-right: 10px;
}
/*sprolist*/
.wl-prolist{
	background-image: url("../images/pro-sbg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 300%;
	padding-bottom: .6rem;
}
.wl-prolist .wl-wid ul{
	width: 92%;
	margin-left: 4%;
	display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
.wl-prolist .wl-wid ul li{
	border: solid 1px #bfbfbf;
	width: 47%;
	background-color: #f1f1f1;
	margin-bottom: .3rem;
	transition: all ease .4s;
}
.wl-prolist .wl-wid ul li .wl-img{
	width: 100%;
	height: 1.9rem;
	background-color: #fff;
	overflow: hidden;
	align-items: center;
	display: flex;
	justify-content: center;
}
.wl-prolist .wl-wid ul li .wl-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all ease .4s;
}
.wl-prolist .wl-wid ul li:hover{
	background-color: #9c1e23;
}
.wl-prolist .wl-wid ul li:hover h2{
	color: #fff;
}
.wl-prolist .wl-wid ul li:hover .wl-img img{
	transform: scale(1.1);
}
.wl-prolist .wl-wid ul li h2{
	text-align: center;
	font-size: .24rem;
	line-height: .5rem;
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/*news*/
.wl-newslist{
	background-image: url("../images/news-sbg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 300%;
	padding-bottom: .6rem;
}
.wl-newslist .wl-wid ul li{
	margin-bottom: .2rem;
	background-color: #fff;
}
.wl-newslist .wl-wid ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3%;
	border: solid 1px #e7e7e7;
	transition: all ease .4s;
}
.wl-newslist .wl-wid ul li a:hover{
	box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}
.wl-newslist .wl-wid ul li a .wl-img{
	width: 30%;
	height: 1rem;
	overflow: hidden;
}
.wl-newslist .wl-wid ul li a .wl-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease .4s;
}
.wl-newslist .wl-wid ul li:hover a .wl-img img{
	transform: scale(1.1);
}
.wl-newslist .wl-wid ul li a .wl-txt{
	width: 66%;
}
.wl-newslist .wl-wid ul li a .wl-txt h2{
	font-size: .2rem;
	line-height: 1.5;
	margin-bottom: .1rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.wl-newslist .wl-wid ul li a:hover .wl-txt h2{
	color: #9c1e23;
}
.wl-newslist .wl-wid ul li a .wl-txt p{
	font-size: .2rem;
	color: #6c6c6c;
	line-height: 1.4;
	margin-bottom: .1rem;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wl-newslist .wl-wid ul li a .wl-txt .wl-date{
	display: flex;
	justify-content: space-between;
	color: #6c6c6c;
}
.wl-newslist .wl-wid ul li a .wl-txt .wl-date span:first-child{
	font-size: .16rem;
	line-height: .2rem;
}
.wl-newslist .wl-wid ul li a .wl-txt .wl-date span:first-child i{
	padding-right: .1rem;
	float: left;
}
.wl-newslist .wl-wid ul li a .wl-txt .wl-date span:last-child{
	padding-right: .1rem;
	transition: all ease .4s;
	font-size: .18rem;
	line-height: .2rem;
}
.wl-newslist .wl-wid ul li a .wl-txt .wl-date span:last-child img{
	margin-left: .1rem;
	padding-top: .05rem;
	float: right;
}
.wl-newslist .wl-wid ul li a:hover .wl-txt .wl-date span:last-child{
	padding-right: 0px;
}
/*contact*/
.wl-contact .wl-wid {
	display: flex;
	justify-content: space-between;
	padding-bottom: .6rem;
	flex-wrap: wrap;
}
.wl-contact .wl-wid .wl-l{
	width: 100%;
	margin-bottom: .4rem;
}
.wl-contact .wl-wid .wl-l .wl-qrd{
	display: flex;
	justify-content: space-between;
	margin-bottom: .3rem;
	align-items: center;
}
.wl-contact .wl-wid .wl-l .wl-qrd img{
	border: solid 1px #c9c9c9;
	width: 40%;
}
.wl-contact .wl-wid .wl-l .wl-qrd p{
	font-size: .24rem;
	line-height: 2;
	width: 57%;
	text-align: center;
	color: #444444;
}
.wl-contact .wl-wid .wl-l ul li{
	font-size: .22rem;
	color: #444;
	margin-bottom: .1rem;
	display: flex;
}
.wl-contact .wl-wid .wl-l ul li i{
	display: inline-block;
	font-size: .16rem;
	width: .3rem;
	height: .3rem;
	border-radius: 50%;
	text-align: center;
	line-height: .3rem;
	color: #fff;
	background-color: #9c1e23;
}
.wl-contact .wl-wid .wl-l ul li span{
	width: 26%;
	padding: 0 0 0 .1rem;
	display: inline-block;
	text-align: justify;
	overflow: hidden;
}
.wl-contact .wl-wid .wl-l ul li span::after{
	content: "";
    display: inline-block;
    width: 100%;
}
.wl-contact .wl-wid .wl-l ul li em{
	font-style: normal;
}
.wl-contact .wl-wid .wl-l ul li p{
	display: inline-block;
	line-height: 23px;
	width: 58%;
}
.wl-contact .wl-wid .wl-r{
	width: 100%;
}
.wl-contact .wl-wid .wl-r img{
	width: 100%;
}
/*honor*/
.wl-honor{
	padding-bottom: .6rem;
}
.wl-honor .wl-wid ul{
	width: 96%;
	margin-left: 2%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wl-honor .wl-wid ul li{
	padding: 2%;
	border: solid 1px #e6e6e6;
	width: 43%;
	margin-bottom: .3rem;
	transition: all ease .4s;
}
.wl-honor .wl-wid ul li:hover{
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.wl-honor .wl-wid ul li img{
	width: 100%;
	height: 1.4rem;
	object-fit: cover;
	transition: all ease .4s;
	margin-bottom: .1rem;
}
.wl-honor .wl-wid ul li:hover img{
	transform: scale(1.03)
;}
.wl-honor .wl-wid ul li h2{
	width: 80%;
	margin-left: 10%;
	font-size: .22rem;
	text-align: center;
	font-weight: normal;
	line-height: .3rem;
	color: #888;
	height: .62rem;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
  	overflow: hidden;
}
/*base*/
.wl-base{
	background-image: url("../images/news-sbg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 300%;
	padding-bottom: 1.5rem;
}
.wl-base .mySwiper3{
	margin-bottom: .1rem;
}
.wl-base .mySwiper3 .swiper-slide img{
	width: 100%;
	height: 3rem;
	object-fit: cover;
	margin-bottom: .1rem;
}
.wl-base .mySwiper3 .swiper-slide h3{
	font-size: .26rem;
	text-align: center;
	font-weight: normal;
	line-height: 2;
}
.wl-base .mySwiper{
	height: 1rem;
}
.wl-base .mySwiper .swiper-slide{
	width: 30%;
    height: 100%;
	overflow: hidden;
    opacity: 0.6;
	transition: all ease .4s;
}
.wl-base .mySwiper .swiper-slide img{
	transition: all ease .4s;
}
.wl-base .mySwiper .swiper-slide:hover{
	box-shadow: 0 0 8px 0 rgba(0,0,0,.6);
}
.wl-base .mySwiper .swiper-slide:hover img{
	transform: scale(1.1);
}
.wl-base .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.6);
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wl-base .mySwiper .swiper-button-prev, .wl-base .mySwiper .swiper-button-next {
	top: 45%;
    left: 1%;
    right: auto;
	width: .3rem;
	height: .7rem;
	background-color: rgba(0,0,0,.3);
	border-radius: 10px;
	border: solid 1px rgba(0,0,0,.3);
	transition: all ease .4s;
}
.wl-base .mySwiper .swiper-button-next:hover, .wl-base .mySwiper .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, .8);
}
.wl-base .mySwiper .swiper-button-prev::after, .wl-base .mySwiper .swiper-button-next::after{
	color: #fff;
	font-size: .28rem;
}
.wl-base .mySwiper .swiper-button-next {
    right: 1%;
    left: auto;
}
/*job*/
.wl-job{
	background-image: url("../images/news-sbg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 300%;
	padding-bottom: 1.5rem;
}
.wl-job .wl-wid{
	border: solid 1px #b7b7b7;
	border-top: solid 2px #9c1e23;
	background-color: #fff;
}
.wl-job .wl-wid .wl-job-title{
	display: flex;
	justify-content: space-between;
}
.wl-job .wl-wid .wl-job-title span{
	width: 18%;
	font-size: .19rem;
	color: #444;
	line-height: .5rem;
	text-align: center;
	font-weight:bold;
}
.wl-job .wl-wid .wl-job-title span:first-child{
	width: 20%;
}
.wl-job .wl-wid .wl-job-title span:nth-child(2){
	width: 15%;
}
.wl-job .wl-wid .wl-job-item{
	border-top: solid 1px #b7b7b7;
}
.wl-job .wl-wid .wl-job-item .wl-job-sub{
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.wl-job .wl-wid .wl-job-item .wl-job-sub span{
	width: 18%;
	font-size: .18rem;
	color: #444;
	line-height: .5rem;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.wl-job .wl-wid .wl-job-item .wl-job-sub span:nth-child(3){
	font-size: .14rem;
}
.wl-job .wl-wid .wl-job-item .wl-job-sub span:nth-child(4),.wl-job .wl-wid .wl-job-item .wl-job-sub span:nth-child(5){
	font-size: .15rem;
}
.wl-job .wl-wid .wl-job-item .wl-job-sub span:first-child{
	width: 20%;
}
.wl-job .wl-wid .wl-job-item .wl-job-sub span:nth-child(2){
	width: 15%;
}
.wl-job .wl-wid .wl-job-item:nth-child(2n-1) .wl-job-sub{
	background-color: #f7f7f7;
}
.wl-job .wl-wid .wl-job-item .wl-job-detail{
	padding: 5% 3%;
	border-top: solid 1px #b7b7b7;
	display: none;
	font-size: .2rem;
	line-height: 2;
}
.wl-job .wl-wid .wl-job-item .wl-job-detail h3{
	font-size: .2rem;
	font-weight: normal;
	margin-bottom: .1rem;
	margin-top: .1rem;
}
.wl-job .wl-wid .wl-job-item .wl-job-detail p{
	font-size: .2rem;
	line-height: 2;
	/*border-bottom: solid 1px #dedede;*/
	padding-bottom: .1rem;
}
.wl-job .wl-wid .wl-job-item .wl-job-detail p:last-child{
	border: none;
}
/*foot*/
.wl-foot{
	background-image: url("../images/f-bg.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding-top: .4rem;
}
.wl-foot .wl-wid{
}
.wl-foot .wl-wid .wl-foot-a{
	position: relative;
}
.wl-foot .wl-wid .wl-foot-a ul{
	width: 900px;
	display: none;
	justify-content: space-between;
}
.wl-foot .wl-wid .wl-foot-a ul li{
	width: 12%;
}
.wl-foot .wl-wid .wl-foot-a ul li h2{
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	color: #9fa0a0;
}
.wl-foot .wl-wid .wl-foot-a ul li h2 span{
	display: block;
	width: 40px;
	height: 1px;
	background-color: #9fa0a0;
	margin: 10px 0;
}
.wl-foot .wl-wid .wl-foot-a ul li a{
	display: block;
	line-height: 35px;
	font-size: 16px;
	color: #9fa0a0;
}
.wl-foot .wl-wid .wl-foot-a ul li a:hover{
	text-decoration: underline;
}
.wl-foot .wl-wid .wl-foot-a .wl-qrd{
	width: 20%;
	position: absolute;
	left: auto;
	right: 0;
	top: -.1rem;
}
.wl-foot .wl-wid .wl-foot-a .wl-qrd img{
	width: 100%;
	margin-bottom: .1rem;
}
.wl-foot .wl-wid .wl-foot-a .wl-qrd p{
	text-align: center;
	color: #9fa0a0;
	font-size: .2rem;
	line-height: .26rem;
}
.wl-foot .wl-wid .wl-foot-b{
	color: #9fa0a0;
	align-items: center;
	padding-bottom: .3rem;
	margin-bottom: .3rem;
	border-bottom: solid 1px #9fa0a0;
}
.wl-foot .wl-wid .wl-foot-b .wl-add{
	width: 78%;
	font-size: .22rem;
}
.wl-foot .wl-wid .wl-foot-b .wl-add p{
	display: flex;
	margin-bottom: .1rem;
}
.wl-foot .wl-wid .wl-foot-b .wl-add span{
	display:block;
	width:40%;
}
.wl-foot .wl-wid .wl-foot-b .wl-add p:nth-child(2) span{
	width: 50%;
}
.wl-foot .wl-wid .wl-foot-b .wl-tel{
	width: 56%;
	margin-top: .2rem;
	margin-left: .05rem;
}
.wl-foot .wl-wid .wl-foot-b .wl-tel img{
	width: 100%;
}
.wl-foot .wl-wid .wl-foot-c{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #9fa0a0;
	font-size: .22rem;
	padding-bottom: .2rem;
}
.wl-foot .wl-wid .wl-foot-c p{
	width: 100%;
}
.wl-foot .wl-wid .wl-foot-c a{
	color: #9fa0a0;
}
.wl-foot .wl-wid .wl-foot-c a#wl-tec{
	color: #ddd;
	text-align:center;
	padding-top:.22rem;
	display:block;
}