@charset "UTF-8";
/* ahweilai.com CSS Document */
.wl-nav-wap, .black-fixed, .wl-header-wap{
	display: none;
}
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;
}
.wl-head{
}
.wl-head .wl-toptxt{
	background-color: #f1f1f1;
	border-bottom: solid 5px #d62329;
	line-height: 35px;
}
.wl-head .wl-toptxt .wl-wid{
	display: flex;
	justify-content: space-between;
}
.wl-head .wl-toptxt .wl-wid span i{
	padding: 0 10px;
}
.wl-head .wl-logo-tel {
	padding: 20px 0;
}
.wl-head .wl-logo-tel .wl-wid{
	display: flex;
	justify-content: space-between;
}
.wl-head .wl-logo-tel .wl-logo{
	width: 630px;
}
.wl-head .wl-logo-tel .wl-logo img{
	width: 100%;
}
.wl-head .wl-logo-tel .wl-tel{
	margin-top: 8px;
	width:auto;
}
.wl-head .wl-tel i{
	padding-top: 15px;
	font-size: 40px;
	float: left;
	padding-right: 10px;
}
.wl-head .wl-tel h2{
	font-size: 18px;
	font-weight: normal;
}
.wl-head .wl-tel h2 span{
	display: block;
	font-size: 30px;
	padding-left: 50px;
	padding-top: 10px;
	color: #d62329;
}
.wl-head .wl-nav{
	background-color: #d62329;
}

.wl-banner{
	margin-bottom: 30px;
}
.wl-banner .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
}
.swiper-pagination-bullet{
	border-radius: 0;
	width: 10px;
	height: 10px;
	transition: all .4s;
}
.swiper-pagination-bullet-active{
	height: 20px;
	background-color: #d62329;
}
.wl-banner .swiper-button-next, .swiper-button-prev{
	width:50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.6);
	text-align: center;
	line-height: 50px;
	color: #fff;
}
.wl-banner .swiper-button-next::after, .swiper-button-prev::after{
	font-size: 24px;
}
.wl-main{
	
}
.wl-main .wl-title{
	text-align: center;
	background-image: url("../images/title.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}
.wl-main .wl-title h3{
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
}
.wl-main .wl-title span{
	font-size: 16px;
	text-transform: uppercase;
	color: #666;
}
.wl-main .wl-main-a{
	margin-bottom: 30px;
}
.wl-main .wl-main-a .wl-con{
}
.wl-main .wl-main-a .wl-con .swiper-wrapper{
	margin-bottom: 60px;
	padding-top: 20px;
}

.wl-main .wl-main-a .wl-con .wl-item{
	position: relative;
	background-color: #f1f1f1;
	border-radius: 10px;
	transition: all .4s;
}
.wl-main .wl-main-a .wl-con .wl-item:hover {
	transform: translateY(-20px);
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.wl-main .wl-main-a .wl-con .wl-item:hover .wl-img img{
	transform: scale(1.2 );
}
.wl-main .wl-main-a .wl-con .wl-item .wl-img{
	height: 180px;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.wl-main .wl-main-a .wl-con .wl-item .wl-img img{
	border-radius: 10px 10px 0 0;
	width: 100%;
	height: 180px;
	object-fit: cover;
	transition: all .4s;
}
.wl-main .wl-main-a .wl-con .wl-item .wl-ico{
	position: absolute;
	width: 100%;
	top: 150px;
	text-align:  center;
	z-index: 1;
}
.wl-main .wl-main-a .wl-con .wl-item .wl-ico i{
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	font-size: 32px;
	line-height: 60px;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
	bor/der: solid 3px #d62329;
}
.wl-main .wl-main-a .wl-con .wl-item .wl-info{
	width: 90%;
	height: 250px;
	padding: 30px 5%;
	position: relative;
	margin-bottom: 18px;
}
.wl-main .wl-main-a .wl-con .wl-item .wl-info h1{
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px;
}
.wl-main .wl-main-a .wl-con .wl-item .wl-info ul li{
	line-height: 35px;
	font-size: 16px;
	background-image: url("../images/li-dot.jpg");
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.wl-main .wl-main-a .wl-con .wl-item .wl-btn{
	position: absolute;
	width: 100%;
	height: 35px;
	bottom: -18px;
	z-index: 1;
}
.wl-main .wl-main-a .wl-con .wl-item .wl-info ul li a{
	transition: all .4s;
}
.wl-main .wl-main-a .wl-con .wl-item .wl-info ul li a:hover{
	color: #d62329;
	text-decoration: underline;
}
.wl-main .wl-main-a .wl-con .wl-item .wl-btn a{
	display: inline-block;
	width: 40%;
	margin: 0 30%;
	height: 35px;
	line-height: 35px;
	border-radius: 8px;
	text-align: center;
	background-image: linear-gradient(#ff7b00, #ff2a00);
	transition: all .4s;
	color: #fff;
}
.wl-main-b{
	background-image: url("../images/about-bg.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.wl-main-b .wl-con{
	display: flex;
	justify-content: space-between;
}
.wl-main-b .wl-con .wl-pic{
	/*background-image: url("../images/about-pic-b.png");*/
	background-position: left top;
	background-repeat: no-repeat;
	margin: 15px 0 30px 0px;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.wl-main-b .wl-con .wl-pic .wl-about-swiper{
	width: 550px;
	height: 415px;
}
.wl-main-b .wl-con .wl-pic .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
}
.wl-main-b .wl-con .wl-info{
	width: 570px;
	padding: 15px 0;
	font-size: 16px;
	line-height: 28px;
	color: #666;
}
.wl-main-b .wl-con .wl-info h1{
	font-weight: normal;
	font-size: 22px;
	line-height: 25px;
	border-left: solid 3px #d62329;
	padding-left: 20px;
	margin-bottom: 20px;
	color: #333;
}
.wl-main-b .wl-con .wl-info h1 span{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}
.wl-main-b .wl-con .wl-info .wl-txt{
	padding: 20px;
	border-radius: 6px;
	margin:28px 0 18px 0;
	background-color: rgba(255,255,255,.8);
	box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
.wl-main-b .wl-con .wl-info ul{
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
}
.wl-main-b .wl-con .wl-info ul li{
	width: 180px;
	height: 40px;
}
.wl-main-b .wl-con .wl-info ul li:nth-child(2n) a{
	background-color: #ff2a00;
}

.wl-main-b .wl-con .wl-info ul li a{
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	margin: 0 15px;
	border-radius: 6px;
	color: #fff;
	background-color: #d62329;
	transition: all .4s;
}
.wl-main-b .wl-con .wl-info ul li a:hover{
	background-color: #333;
	color: #fff;
	transform: translateY(-5px);
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

.wl-main-c{
	background-image: url("../images/advantage.jpg");
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
	margin-bottom: 50px;
}
.wl-main-c .wl-con{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wl-main-c .wl-con .wl-item{
	padding: 20px;
	width: 540px;
	display: flex;
	justify-content: space-between;
	background-color: rgba(255,255,255,.6);
	margin-bottom: 20px;
	border-radius: 10px;
	border: solid 1px #f1f1f1;
	transition: all .4s;
}
.wl-main-c .wl-con .wl-item:first-child{
	transform: translateY(-10px);
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.wl-main-c .wl-con .wl-item:first-child .wl-ico{
	color: #d62329;
}
.wl-main-c .wl-con .wl-item:first-child .wl-info h3{
	color: #d62329;
}
.wl-main-c .wl-con .wl-item:last-child{
	transform: translateY(10px);
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.wl-main-c .wl-con .wl-item:last-child .wl-ico{
	color: #d62329;
}
.wl-main-c .wl-con .wl-item:last-child .wl-info h3{
	color: #d62329;
}
.wl-main-c .wl-con .wl-item:hover{
	transform: translateY(-10px);
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.wl-main-c .wl-con .wl-item:hover .wl-ico{
	color: #d62329;
}
.wl-main-c .wl-con .wl-item .wl-ico{
	line-height: 60px;
	font-size: 40px;
	width: 100px;
	text-align: center;
	transition: all .4s;
}
.wl-main-c .wl-con .wl-item .wl-ico span{
	font-size: 14px;
	padding-left: 10px;
	color: #777;
}
.wl-main-c .wl-con .wl-item .wl-info{
	width: 430px;
	font-size: 16px;
}
.wl-main-c .wl-con .wl-item .wl-info h3{
	font-size: 20px;
	line-height: 30px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
	transition: all .4s;
}
.wl-main-c .wl-con .wl-item:hover .wl-info h3{
	color: #d62329;
}
.wl-main-d {
	margin-bottom: 50px;
}
.wl-main-d .wl-con .swiper-wrapper{
	margin-bottom: 50px;
	padding-top: 20px;
}
.wl-main-d .wl-con .swiper-slide{
	transition: all .4s;
}
.wl-main-d .wl-con .swiper-slide:nth-child(2n-1){
	transform: translateY(-15px);
}
.wl-main-d .wl-con .swiper-slide:hover{
	transform: translateY(-20px);
}
.wl-main-d .wl-con .swiper-slide a img{
	 display: block;
     width: 100%;
     height: 100%;
     object-fit: cover;
	border-radius: 10px;
	margin-bottom: 15px;
	transition: all .4s;
}
.wl-main-d .wl-con .swiper-slide:hover a img{
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.wl-main-d .wl-con .swiper-slide a h3{
	text-align: center;
	font-size: 17px;
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 10px;
}
.wl-main-d .wl-con .swiper-slide a span{
	display: inline-block;
	width: 40%;
	margin: 0 30%;
	line-height: 30px;
	border-radius: 8px;
    text-align: center;
    border: solid 1px #d62329;
    color: #d62329;
	transition: all .4s;
}
.wl-main-d .wl-con .swiper-slide:hover a span{
	background-color: #d62329;
    color: #fff;
}
.wl-main-e{
	background-color: #f1f1f1;
	padding: 50px 0;
}
.wl-main-e .wl-con{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wl-main-e .wl-con .wl-item{
	width: 560px;
	padding: 15px;
	background-color: rgba(255,255,255,.6);
	margin-bottom: 15px;
	border-radius: 8px;
	transition: all .4s;
}
.wl-main-e .wl-con .wl-item:hover, .wl-main-e .wl-con .wl-item:first-child{
	transform: translateY(-10px);
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.wl-main-e .wl-con .wl-item a{
	display: flex;
	justify-content: space-between;
}
.wl-main-e .wl-con .wl-item .wl-img{
	width: 180px;
	height: 120px;
}
.wl-main-e .wl-con .wl-item .wl-img img{
	width: 100%;
	height: 120px;
	object-fit: cover;
	border-radius: 8px;
}
.wl-main-e .wl-con .wl-item .wl-info{
	width: 350px;
}
.wl-main-e .wl-con .wl-item .wl-info h3{
	font-size: 17px;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.wl-main-e .wl-con .wl-item:hover h3, .wl-main-e .wl-con .wl-item:first-child h3{
	color: #d62329;
}
.wl-main-e .wl-con .wl-item .wl-info span{
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	display: block;
}
.wl-main-e .wl-con .wl-item .wl-info span i{
	padding-right: 8px;
}
.wl-main-e .wl-con .wl-item .wl-info p{
	font-size: 14px;
	line-height: 26px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.wl-smain {
	margin-bottom: 50px;
}
.wl-smain .wl-wid{
	display: flex;
	justify-content: space-between;
}
.wl-smain .wl-smain-l{
	width: 260px;
}
.wl-smain .wl-smain-l .wl-smain-l-a{
	margin-bottom: 30px;
}
.wl-smain .wl-smain-l .wl-title{
	color: #fff;
	font-size: 26px;
	background-image: url("../images/stitle-bg.jpg");
	background-position: center top;
	height: 50px;
	padding: 25px 0;
	text-align: center;
}
.wl-smain .wl-smain-l .wl-title span{
	display: block;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 10px;
}
.wl-smain .wl-smain-l .wl-smain-l-a .wl-con{
	border: solid 2px #de2b31;
	padding: 15px;
	padding-bottom: 120px;
	background-image: url("../images/smain-l-a-bg.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
}
.wl-smain .wl-smain-l .wl-smain-l-a .wl-con ul li{
	margin-bottom: 15px;
}
.wl-smain .wl-smain-l .wl-smain-l-a .wl-con ul li a{
	display: block;
	padding: 0 30px 0 40px;
	font-size: 18px;
	line-height: 60px;
	background-color: #f1f1f1;
	transition: all .4s;
}
.wl-smain .wl-smain-l .wl-smain-l-a .wl-con ul li a.wl-on{
	background-color: #d62329;
	color: #fff;
}
.wl-smain .wl-smain-l .wl-smain-l-a .wl-con ul li a:hover{
	background-color: #d62329;
	color: #fff;
}
.wl-smain .wl-smain-l .wl-smain-l-a .wl-con ul li a.wl-on i{
	background-color: #fff;
	color: #d62329;
}
.wl-smain .wl-smain-l .wl-smain-l-a .wl-con ul li a:hover i{
	background-color: #fff;
	color: #d62329;
}
.wl-smain .wl-smain-l .wl-smain-l-a .wl-con ul li a i{
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	background-color: #d62329;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	float: right;
	font-size: 12px;
}
.wl-smain .wl-smain-l .wl-smain-l-a .wl-con .wl-sideMenu{}
.wl-smain .wl-smain-l .wl-smain-l-a .wl-con .wl-sideMenu h3{
	margin-bottom: 15px;
	font-weight: normal;
}
.wl-smain .wl-smain-l .wl-smain-l-a .wl-con .wl-sideMenu h3 a{
	display: block;
	padding: 0 30px 0 40px;
	font-size: 18px;
	line-height: 60px;
	background-color: #f1f1f1;
	transition: all .4s;
}
.wl-smain .wl-smain-l .wl-smain-l-a .wl-con .wl-sideMenu h3.wl-navon a{
	background-color: #d62329;
	color: #fff;
}
.wl-smain .wl-smain-l .wl-smain-l-a .wl-con .wl-sideMenu h3.wl-navon a i{
	background-color: #fff;
	color: #d62329;
}
.wl-smain .wl-smain-l .wl-smain-l-a .wl-con .wl-sideMenu h3 a:hover{
	background-color: #d62329;
	color: #fff;
}
.wl-smain .wl-smain-l .wl-smain-l-a .wl-con .wl-sideMenu h3 a:hover i{
	background-color: #fff;
	color: #d62329;
}

.wl-smain .wl-smain-l .wl-smain-l-a .wl-con .wl-sideMenu h3 a i{
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	background-color: #d62329;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	float: right;
	font-size: 12px;
}
.wl-smain .wl-smain-l .wl-smain-l-a .wl-con .wl-sideMenu ul {
	padding: 0 0 20px 0;
}
.wl-smain .wl-smain-l .wl-smain-l-a .wl-con .wl-sideMenu ul a{
	line-height: 32px;
	display: block;
	margin-left: 10px;
	font-size: 16px;
	color: #666;
	background-color: #f1f1f1;
	margin-bottom: 10px;
	padding-left: 20px;
	border-radius: 6px;
}
.wl-smain .wl-smain-l .wl-smain-l-a .wl-con .wl-sideMenu ul a:hover{
	background-color: #444;
	color: #fff;
}
.wl-smain .wl-smain-l .wl-smain-l-a .wl-con .wl-sideMenu ul .wl-select{
	background-color: #444;
	color: #fff;
}
.wl-smain .wl-smain-l .wl-smain-l-b .wl-con{
	padding: 10px;
	border: solid 2px #de2b31;
}
.wl-smain .wl-smain-l .wl-smain-l-b .wl-con img{
	width: 100%;
	margin-bottom: 10px;
}
.wl-smain .wl-smain-l .wl-smain-l-b .wl-con p{
	padding: 5px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.wl-smain .wl-smain-r{
	width: 900px;
}
.wl-smain .wl-smain-r .wl-title{
	font-size: 22px;
	padding: 25px 10px;
	margin-bottom: 30px;
	border-bottom: solid 1px #ccc;
}
.wl-smain .wl-smain-r .wl-title i{
	padding-right: 10px;
}
.wl-smain .wl-smain-r .wl-title span{
	float: right;
	font-size: 16px;
}
.wl-smain .wl-smain-r .wl-title span i{
	padding-right: 10px;
	font-size: 20px;
}
.wl-smain .wl-smain-r .wl-con{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.wl-smain .wl-smain-r .wl-about{
	padding: 0 20px;
}
.wl-smain .wl-smain-r .wl-about img,.wl-smain .wl-smain-r .wl-news img{
	max-width: 100%;
}
.wl-smain .wl-smain-r .wl-newslist .wl-item{
	padding: 15px;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	transition: all .4s;
}
.wl-smain .wl-smain-r .wl-newslist .wl-item:nth-child(2n){
	background-color: #f1f1f1;
}
.wl-smain .wl-smain-r .wl-newslist .wl-item:hover{
	background-color: #f1f1f1;
}
.wl-smain .wl-smain-r .wl-newslist .wl-item .wl-txt{
	width: 750px
}
.wl-smain .wl-smain-r .wl-newslist .wl-item .wl-more{
	width: 80px;
}
.wl-smain .wl-smain-r .wl-newslist .wl-item .wl-txt h2{
	font-size: 18px;
	font-weight: normal;
}
.wl-smain .wl-smain-r .wl-newslist .wl-item:hover .wl-txt h2 a{
	color: #d62329;
	padding-left: 10px;
}
.wl-smain .wl-smain-r .wl-newslist .wl-item .wl-txt h2 a{
	color: #333;
	transition: all .4s;
}
.wl-smain .wl-smain-r .wl-newslist .wl-item .wl-txt span{
	display: block;
	font-size: 15px;
	color: #666;
	padding-left: 18px;
}
.wl-smain .wl-smain-r .wl-newslist .wl-item .wl-txt span i{
	padding-right: 10px;
}
.wl-smain .wl-smain-r .wl-newslist .wl-item .wl-txt p{
	font-size: 15px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding-left: 18px;
}
.wl-smain .wl-smain-r .wl-newslist .wl-item .wl-more{
	margin-top: 35px;
}
.wl-smain .wl-smain-r .wl-newslist .wl-item .wl-more a{
	display: block;
	text-align: center;
	border: solid 1px #d62329;
	color: #d62329;
	font-size: 15px;
	line-height: 30px;
	border-radius: 6px;
	transition: all .4s;
}
.wl-smain .wl-smain-r .wl-newslist .wl-item:hover .wl-more a{
	background-color: #d62329;
	color: #fff;
}
.wl-smain .wl-smain-r .wl-news{
	padding: 0 20px;
	line-height: 30px;
	color: #666;
}
.wl-smain .wl-smain-r .wl-news .wl-ntitle{
	font-size: 20px;
	color: #333;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
}
.wl-smain .wl-smain-r .wl-news .wl-date{
	display: block;
	text-align: center;
	color: #666;
	font-size: 15px;
	margin-bottom: 30px;
}
.wl-smain .wl-smain-r .wl-news .wl-date i{
	padding-right: 10px;
}
.wl-smain .wl-smain-r .wl-caselist .wl-casecon{
	display:grid;;
	justify-content: space-between;
	grid-template-columns: repeat(auto-fill, 280px);
}
.wl-smain .wl-smain-r .wl-caselist .wl-casecon .wl-item{
	width: 260px;
	padding: 15px;
	margin-bottom: 25px;
	background-color: #f1f1f1;
	border-radius: 10px;
	transition: all .4s;
}
.wl-smain .wl-smain-r .wl-caselist .wl-casecon .wl-item:hover{
	transform: translateY(-10px);
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.wl-smain .wl-smain-r .wl-caselist .wl-casecon .wl-item .wl-img{
	width: 260px;
	height: 195px;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 6px;
}
.wl-smain .wl-smain-r .wl-caselist .wl-casecon .wl-item .wl-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 6px;
	transition: all .4s;
}
.wl-smain .wl-smain-r .wl-caselist .wl-casecon .wl-item:hover .wl-img img{
	transform: scale(1.1 );
	border-radius: 6px;
}
.wl-smain .wl-smain-r .wl-caselist .wl-casecon .wl-item h2{
	border-top: solid 1px #ccc;
	padding-top: 10px;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: all .4s;
}
.wl-smain .wl-smain-r .wl-caselist .wl-casecon .wl-item:hover h2{
	color: #d62329;
}





.wl-foot{
	background-image: url("../images/foot-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 0 0 0;
	color: #ccc;
}
.wl-foot a{
	color: #ddd;
}
.wl-foot .wl-link .wl-wid{
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #333;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.wl-foot .wl-link .wl-wid .wl-title{
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	width: 180px;
}
.wl-foot .wl-link .wl-wid .wl-title span{
	font-size: 16px;
	padding-left: 10px;
}
.wl-foot .wl-link .wl-wid .wl-title i{
	padding-right: 10px;
}
.wl-foot .wl-link .wl-wid .wl-con{
	width: 1000px;
	line-height: 52px;
	font-size:15px;
}
.wl-foot .wl-link .wl-wid .wl-con a{
	padding:0 12px;
	color:#ddd;
}
.wl-foot .wl-link .wl-wid .wl-con a:hover{
	color:#fff;
	text-decoration:underline
}
.wl-foot .wl-wid{
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}
.wl-foot .wl-foot-a{
	display: flex;
	justify-content: space-between;
}
.wl-foot .wl-foot-a dl{
	width: 130px;
}
.wl-foot .wl-foot-a dl dt{
	font-size: 18px;
	margin-bottom: 15px;
	color:#fff;
}
.wl-foot .wl-foot-a dl dd{
	line-height: 32px;
	font-size: 15px;
	position: relative;
    left: -6px;
}
.wl-foot .wl-foot-a dl dd a:hover{
	text-decoration: underline;
	color: #fff;
}
.wl-foot .wl-foot-a dl dd i{
	padding-right: 0px;
}
.wl-foot .wl-foot-b{
	line-height: 32px;
	width: 250px;
	font-size: 15px;
	color: #ddd;
}
.wl-foot .wl-foot-b h3{
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 22px;
	color:#fff;
}
.wl-foot .wl-foot-c{
	display: flex;
	justify-content: space-between;
}
.wl-foot .wl-foot-c .wl-qrd{
	width: 126px;
	line-height: 30px;
	margin: 0 10px;
	text-align: center;
	color: #ddd;
	font-size:15px;
}
.wl-foot .wl-foot-c .wl-qrd img{
	width: 110px;
	border-radius: 6px;
	padding: 5px;
	background-color: #fff;
}
.wl-foot .wl-copy{
	color: #eee;
	line-height: 50px;
	font-size:15px;
}
.wl-foot .wl-copy .wl-wid{
    padding-bottom: 0;
	border-top: solid 1px rgba(255,255,255,.4);
}
.wl-foot .wl-copy a{
	color: #eee;
}
.wl-foot .wl-copy a:hover{
	color: #fff;
	text-decoration:underline
}
