
/* CSS Document ahweilai.com*/
body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #222;
	background-color: #f1f1f1;
}
* {
	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('https://{eyou:global name='web_basehost' /}/font/iconfont.eot');
  src: url('https://{eyou:global name='web_basehost' /}/font/iconfont.eot?') format('embedded-opentype'),
       url('../font/iconfont.woff2') format('woff2'),
       url('../font/iconfont.woff') format('woff'),
       url('../font/iconfont.ttf') format('truetype'),
       url('https://{eyou:global name='web_basehost' /}/font/iconfont.svg') 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{
	background-image: url("../image/head_bg.jpg");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.wl-head .wl-logo{
	text-align: center;
	height: 200px;
	padding-top: 50px;
}
.wl-head .wl-logo img{
	width: 730px;
}
/*nav*/
.wl-head .wl-nav {
  height: 90px;
	background-color: rgba(0,0,0,0.2)
}
.wl-head .wl-nav ul {
  font-size: 0;
}
.wl-head .wl-nav li {
  display: inline-block;
  position: relative;
  line-height: 30px;
  padding: 15px 0 10px 0;
  width: 133px;
  
}
.wl-head .wl-nav li:last-child a {
  border-right: none;
}
.wl-head .wl-nav li a {
  font-size: 17px;
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
}
.wl-head .wl-nav li a i{
	display: block;
	font-size: 36px;
	height: 35px;
	transition: all .3s ease;
}
.wl-head .wl-nav li:hover a i{
-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
/*
.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: 96%;
  margin: 0 2%;
  height: 90px;
  background: #ce2123;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0px;
}
/*
.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:hover::before {
  display: block;
}
.wl-head .wl-nav li:hover, .wl-head .wl-nav li#wl-selected {
  
}
.wl-head .wl-nav li .wl-navitem-wrap {
  background: #fff;
  border-radius: 8px;
  width: 180px;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.wl-navitem {
  position: absolute;
  left: 50%;
  top: 90px;
  display: none;
  margin-left: -90px;
  width: 180px;
  z-index: 1000;
}
.wl-head .wl-nav li .wl-navitem-wrap dl dd {
  line-height: 44px;
  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;
  font-weight: normal;
  color: #333;
	border: none;
}
.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 {
  background-color: #f1f1f1;
  color: #333;
  font-weight: bold;
}
.wl-head .wl-nav li:hover .wl-navitem {
  display: block;
}
.wl-head .wl-nav span {
  width: 80px;
  background-image: url("https://{eyou:global name='web_basehost' /}/images/ico-eng.png");
  background-position: 50px center;
  background-repeat: no-repeat;
  padding-left: 80px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  color: #ce2123;
}
.wl-head .wl-nav span a {
  color: #ce2123;
}

/*====banner====*/
.wl-banner{
	margin-bottom: 40px;
}
.wl-banner .swiper-container{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.wl-banner .swiper-container .swiper-slide img{
	width: 100%;
}
.wl-banner .swiper-container .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.wl-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
.wl-banner .swiper-pagination-bullet {
  background: #fff;
  position: relative;
  opacity: .58;
}
.wl-banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ce2123;
}
.wl-banner .swiper-pagination-bullet-active:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #ce2123;
  position: absolute;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -11px;
}
.wl-banner .swiper-container .swiper-button-next, .wl-banner .swiper-container .swiper-button-prev {
  color: #fff;
  left: 3%;
}
.wl-banner .swiper-container .swiper-button-next {
  right: 3%;
  left: auto;
}



/*====main====*/
.wl-main{
	
}
.wl-main .wl-notice{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	background-color: #fff;
}
.wl-main .wl-notice .wl-title{
	width: 80px;
	height: 115px;
	padding: 35px 40px 0 40px;
	color: #fff;
	font-size: 32px;
	line-height: 120%;
	background-color: #ce2123;
	text-align: center;
	align-content: flex-start;
	margin-bottom: 0;
	background-image: url("../image/notice_icon.png");
	background-repeat: no-repeat;
	background-position: -20px -20px;
	background-size: 50%;
}
.wl-main .wl-notice .wl-con{
	width: 1040px;
	
}
.wl-main .wl-notice .wl-con ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-content: center;
	height: 150px;
}
.wl-main .wl-notice .wl-con ul li{
	font-size: 16px;
	width: 40%;
	line-height: 200%;
	background-image: url("../image/li_icon2.jpg");
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 2.5%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.wl-main .wl-notice .wl-con ul li a:hover{
	color: #ce2123;
	text-decoration: underline;
}


.wl-title{
	position: relative;
	text-align: center;
	background-image: url("../image/title-bg-2.png");
	background-repeat: no-repeat;
	background-position: center center;
	align-content: center;
	line-height: 30px;
	margin-bottom: 40px;
}
.wl-title h2{
	font-size: 24px;
	color: #ce2123;
	font-weight: normal;
}
.wl-title h2 span i{
	display: inline-block;
	padding: 0 10px;
}
.wl-title h2 span{
	font-size: 18px;
	display: inline-block;
	color: #666;
	position: relative;
	top: -2px;
}
.wl-title a{
	position: absolute;
	right: 0;
	display: inline-block;
	background-color: #ce2123;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	border-radius: 6px;
	padding: 0 10px;
	text-transform: uppercase;
}
.wl-main .wl-news{
	background-color: #fff;
	padding: 50px 0;
	margin-bottom: 40px;
}
.wl-main .wl-news .wl-con{
	display: flex;
	justify-content: space-between;
}
.wl-main .wl-news .wl-con .wl-slide{
	width: 700px;
	display: flex;
	justify-content: space-between;
}
.wl-main .wl-news .wl-con .wl-slide .mySwiper-tit{
	width: 130px;
	height: 364px;
	padding-right: 15px;
	
}
.wl-main .wl-news .wl-con .wl-slide .mySwiper-tit .swiper-wrapper{
	width: 130px;
	height: 364px;
}
.wl-main .wl-news .wl-con .wl-slide .mySwiper-tit .swiper-slide{	
	background-color: #ccc;	
	height: 82px;
	cursor: pointer;
}
.wl-main .wl-news .wl-con .wl-slide .mySwiper-tit .swiper-slide h4{
	width: 110px;
	height: 68px;
	overflow: hidden;
	color: #fff;
	padding: 0 10px;
	margin: 7px 0;
	font-size: 13px;
	line-height: 17px;
	 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.wl-main .wl-news .wl-con .wl-slide .mySwiper-tit .swiper-slide-thumb-active{
	background-color: #ce2123;
}
.wl-main .wl-news .wl-con .wl-slide .mySwiper-img{
	width: 555px;
	height: 364px;
	overflow: hidden;
}
.wl-main .wl-news .wl-con .wl-slide .mySwiper-img .swiper-slide a{
	display: block;
	position: relative;
	width: 555px;
	height: 364px;
}
.wl-main .wl-news .wl-con .wl-slide .mySwiper-img .swiper-slide a h3{
	position: absolute;
	width: 92%;
	padding: 0 4%;
	height: 40px;
	color: #fff;
	line-height: 40px;
	background-color: rgba(0,0,0,.7);
	bottom: 0px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.wl-main .wl-news .wl-con .wl-slide .mySwiper-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wl-main .wl-news .wl-con .wl-list{
	width: 480px;
}
.wl-main .wl-news .wl-con .wl-list ul li {
  border-bottom: dashed 1px #ccc;
  padding: 12px 0;
}
.wl-main .wl-news .wl-con .wl-list ul li a {
  font-size: 16px;
}
.wl-main .wl-news .wl-con .wl-list ul li a h3 {
  font-size: 16px;
  /*font-weight: normal;*/
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wl-main .wl-news .wl-con .wl-list ul li a p {
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
}
.wl-main .wl-news .wl-con .wl-list ul li a:hover h3 {
  font-weight: bold;
  color: #ce2123;
}
.wl-main .wl-news .wl-con .wl-list ul li a:hover p {
  /*text-decoration: underline;*/
}
.wl-main .wl-news .wl-con .wl-list ul li i {
  font-size: 18px;
  float: left;
  color: #ce2123;
}
.wl-main .wl-news .wl-con .wl-list ul li span {
  float: right;
  font-size: 15px;
}
.wl-main .wl-news .wl-con .wl-list ul li:nth-child(1), .wl-main .wl-news .wl-con .wl-list ul li:nth-child(2) {
  margin-left: 5px;
}
.wl-main .wl-news .wl-con .wl-list ul li:nth-child(3), .wl-main .wl-news .wl-con .wl-list ul li:nth-child(4), .wl-main .wl-news .wl-con .wl-list ul li:nth-child(5), .wl-main .wl-news .wl-con .wl-list ul li:nth-child(6) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: none;
  padding: 8px 0;
}
.wl-main .wl-news .wl-con .wl-list ul li:nth-child(3) a:hover, .wl-main .wl-news .wl-con .wl-list ul li:nth-child(4) a:hover, .wl-main .wl-news .wl-con .wl-list ul li:nth-child(5) a:hover, .wl-main .wl-news .wl-con .wl-list ul li:nth-child(6) a:hover {
  font-weight: bold;
  color: #ce2123;
}
.wl-main .wl-news .wl-con .wl-list ul li:nth-child(3) {
  padding-top: 20px;
}

.wl-main .wl-certifi{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	background-color: #fff;
}
.wl-main .wl-certifi .wl-title{
	width: 80px;
	height: 115px;
	padding: 35px 40px 0 40px;
	color: #fff;
	font-size: 32px;
	line-height: 120%;
	background-color: #ce2123;
	text-align: center;
	align-content: flex-start;
	margin-bottom: 0;
	background-image: url("../image/search_icon.png");
	background-repeat: no-repeat;
	background-position: -20px -20px;
	background-size: 60%;
}
.wl-main .wl-certifi .wl-con{
	width: 1040px;
}
.wl-main .wl-certifi .wl-con ul{
	height: 100px;
	display: flex;
	padding: 0 15px;
	padding-top: 50px;
	justify-content: space-around;
}
.wl-main .wl-certifi .wl-con ul li{
	width: 30%;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	margin: 0 1%;
	line-height: 200%;
	font-size: 16px;
	border: solid 1px #ccc;
	height: 40px;
	border-radius: 6px;
	overflow: hidden;
}
.wl-main .wl-certifi .wl-con ul li span{
	width: 35%;
	line-height: 40px;
}
.wl-main .wl-certifi .wl-con ul li span i{
	font-size: 20px;
	padding-right: 5px;
	float: left;
	color: #ce2123;
}
.wl-main .wl-certifi .wl-con ul li:first-child{
	width: 22%;
}
.wl-main .wl-certifi .wl-con ul li:last-child{
	width: 10%;
	border: none;
	padding: 0;
	height: 50px;
}
.wl-main .wl-certifi .wl-con ul li input{
	width: 62%;
	padding-left: 2%;
	/*border-radius: 10px;*/
	border: none;
	height: 40px;
}
.wl-main .wl-certifi .wl-con ul li input:focus{
	outline: none;
}
.wl-main .wl-certifi .wl-con ul li:last-child input{
	cursor: pointer;
	width: 100%;
	background-color: #ce2123;
	height: 52px;
	font-size: 18px;
	color: #fff;
	border: none;
	transition: all .4s ease;
}
.wl-main .wl-certifi .wl-con ul li:last-child input:hover{
	background-color: #a91d1f;
}

.wl-main .wl-law-industry{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.wl-main .wl-law-industry .wl-law{
	width: 555px;
	padding: 25px 15px 15px 15px;
	background-color: #fff;
}
.wl-main .wl-law-industry .wl-law .wl-title{
	margin-bottom: 15px;
	background-image: url("../image/title-bg-1.png");
	background-position: center left;
	text-align: left;
	padding-left: 130px;
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic{
	/*margin-bottom: 15px;*/
	padding: 10px;
	background-color: rgba(255,255,255,.6);
	border-radius: 8px;
	transition: all .4s;
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic:hover {
	background-color: rgba(255,255,255,.9);
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic:hover .wl-txt h2{
	color: #ce2123;
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic:hover .wl-txt p{
	text-decoration: underline;
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic a{
	display: flex;
	justify-content: space-between;
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic .wl-img{
	width: 200px;
	height: 120px;
	overflow: hidden;
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic .wl-img img{
	width: 200px;
	height: 120px;
	object-fit: cover;
	transition: all .4s;
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic:hover .wl-img img{
	transform: scale(1.1);
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic .wl-txt{
	width: 350px;
	padding-top: 10px;
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic .wl-txt h2{
	font-size: 16px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding-left:10px;
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic .wl-txt p{
	padding: 0 10px;
	color: #666;
	 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.wl-main .wl-law-industry .wl-law .wl-con ul{
	padding: 10px;
}
.wl-main .wl-law-industry .wl-law .wl-con ul li{
	line-height: 41px;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	border-bottom: dashed 1px #ccc;
}
.wl-main .wl-law-industry .wl-law .wl-con ul li:hover a{
	color: #ce2123;
	text-decoration: underline;
}
.wl-main .wl-law-industry .wl-law .wl-con ul li i{
	color: #ce2123;
	padding-right: 0px;
	font-size: 18px;
	float: left;
	left: -7px;
	position: relative;
}
.wl-main .wl-law-industry .wl-law .wl-con ul li span{
	float: right;
	color: #666;
	font-size: 15px;
	padding-left: 15px;
}
.wl-main .wl-learn{
	/*background-color: #efebea;
	padding: 50px 0;*/
	margin-bottom: 40px;
}
.wl-main .wl-learn .wl-con ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wl-main .wl-learn .wl-con ul li{
	width: 595px;
	height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
}
.wl-main .wl-learn .wl-con ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
}
.wl-main .wl-learn .wl-con ul li:hover img{
	transform: scale(1.1);
}

.wl-main .wl-picnews{
	background-color: #fff;
	padding: 50px 0;
	margin-bottom: 40px;
}
.wl-picnews .wl-con {
  position: relative;
}
.wl-picnews .wl-con .wl-container{
	position: relative;
}
.wl-picnews .wl-con .wl-pic-swiper {
  position: relative;
  margin: 0 50px;
	  overflow: hidden;
}
.wl-picnews .wl-con .wl-pic-swiper .swiper-container {
  padding-bottom: 20px;

}
.wl-picnews .wl-con .wl-pic-swiper .swiper-container .wl-item {
  width: 250px;
	padding: 10px;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;*/
  padding-bottom: 15px;
  transition: all 0.4s ease-out;
}
.wl-picnews .wl-con .wl-news-swiper .swiper-container .wl-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.wl-picnews .wl-con .wl-pic-swiper .swiper-container .wl-item .wl-img {
  width: 100%;
  height: 170px;
  overflow: hidden;
  margin-bottom: 10px;
}
.wl-picnews .wl-con .wl-pic-swiper .swiper-container .wl-item .wl-img img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  transition: all .4s;
}
.wl-picnews .wl-con .wl-pic-swiper .swiper-container .wl-item:hover .wl-img img {
  transform: scale(1.1);
}
.wl-picnews .wl-con .wl-pic-swiper .swiper-container .wl-item h4 {
  font-size: 16px;
	font-weight: normal;
  margin-bottom: 8px;
  padding: 0 10px;
  overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.wl-picnews .wl-con .wl-container .swiper-button-prev, .wl-picnews .wl-con .wl-container .swiper-button-next {
  
  outline: none;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #ce2123;
  /*box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #ccc;*/
  background-size: 100% 100%;
  position: absolute;
  margin-top: 0;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  top: 35%;
}
.wl-picnews .wl-con .wl-container .swiper-button-prev {
  left: 0px;
}
.wl-picnews .wl-con .wl-container .swiper-button-next {
  right: 0px;
}
.wl-picnews .wl-con .wl-container .swiper-pagination {
  width: 100%;
  bottom: 0px;
}
.wl-picnews .wl-con .wl-container .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
.wl-picnews .wl-con .wl-container .swiper-pagination-bullet {
  background: #999;
  position: relative;
  opacity: .58;
}
.wl-picnews .wl-con .wl-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ce2123;
}
.wl-picnews .wl-con .wl-container .swiper-pagination-bullet-active:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #ce2123;
  position: absolute;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -11px;
}
/*====smain====*/
.wl-smain {
  min-height: 500px;
  margin-bottom: 50px;
  display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.wl-smain .wl-l{
	width: 250px;
	background-color: #fff;
}
.wl-smain .wl-l .wl-title{
	text-align: left;
	background-color: #ce2123;
	background-image: url("https://{eyou:global name='web_basehost' /}/img/smain-l-title-bg.jpg");
	padding: 30px;
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 0;
	color: #fff;
}
.wl-smain .wl-l .wl-title span{
	display: block;
	height: 2px;
	width: 90px;
	background-color: #fff;
	margin-top: 15px;
}
.wl-smain .wl-l ul{
	padding: 20px;
}
.wl-smain .wl-l ul li {
	line-height: 50px;
	border-bottom: solid 1px #ccc;
	padding: 8px 15px;
	transition: all 0.4s ease-out;
}
.wl-smain .wl-l ul li:hover{
	padding: 8px 5px 8px 15px;
}
.wl-smain .wl-l ul li.wl-on{
	padding: 8px 5px 8px 15px;
}
.wl-smain .wl-l ul li.wl-on a{
	color: #ce2123;
	font-weight: bold;
}
.wl-smain .wl-l ul li:hover a{
	color: #ce2123;
	font-weight: bold;
	transition: all 0.4s ease-out;
}
.wl-smain .wl-l ul li:last-child{
	border-bottom: none;
}
.wl-smain .wl-l ul li a{
	display: block;
	font-size: 18px;
	color: #555;
}
.wl-smain .wl-l ul li a i{
	float: right;
}
.wl-smain .wl-r {
	width: 870px;
	padding: 25px;
	background-color: #fff;
}
.wl-smain .wl-stitle {
	width: 100%;
  border-bottom: solid 1px #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.wl-smain  .wl-stitle h1 {
  font-size: 22px;
  line-height: 200%;
  border-bottom: solid 2px #ce2123;
  font-weight:normal;
}
.wl-smain .wl-stitle .wl-sloc {
  font-size: 16px;
  color: #777;
}
.wl-smain.wl-stitle .wl-sloc i {
  padding-right: 10px;
}
.wl-smain .wl-stitle .wl-sloc a {
  color: #777;
  padding: 0 10px;
}
.wl-smain .wl-r .wl-con {
}
.wl-smain .wl-r .wl-con img {
  max-width: 90%;
}
.wl-smain .wl-r .wl-dy {
  font-size: 16px;
  line-height: 200%;
}
.wl-smain .wl-r .wl-con .wl-snews {}
.wl-smain .wl-r .wl-con .wl-snews .wl-item {
  border-bottom: solid 1px #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
  transition: all .4s;
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item:hover {
  transform: translateY(-10px);
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item a .wl-info {
  width: 710px;
  padding: 15px;
  transition: all .4s;
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item:nth-child(2n) a .wl-info, .wl-smain .wl-r .wl-con .wl-snews .wl-item:hover a .wl-info {
  background-color: #f8f8f8;
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item a .wl-info h2 {
  font-size: 16px;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .4s;
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item a .wl-info h2 i{
	position: relative;
	left: -7px;
	font-size: 20px;
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item:hover a .wl-info h2 {
  color: #ce2123;
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item a .wl-info p {
  font-size: 15px;
  line-height: 200%;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item a .wl-date {
  width: 125px;
  height: 80px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-left: solid 1px #ccc;
  color: #ce2123;
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item a .wl-date span:first-child {
  font-size: 32px;
  width: 100%;
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item a .wl-date span:last-child {
  font-size: 15px;
  width: 100%;
}
.wl-smain .wl-r .wl-nry .wl-nrytitle {
  margin-bottom: 30px;
  text-align: center;
}
.wl-smain .wl-r .wl-nry .wl-nrytitle h1 {
  font-size: 20px;
  padding: 10px 0 20px 0;
  margin-bottom: 15px;
  border-bottom: solid 1px #ddd;
}
.wl-smain .wl-r .wl-nry .wl-nrytitle span {
  font-size:16px;
}
.wl-smain .wl-r .wl-nry .wl-txt {
  font-size: 16px;
  line-height: 200%;
}
.wl-smain .wl-r .wl-nry .wl-txt img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

.wl-smain .wl-r .wl-result{
	padding: 30px 0;
}
.wl-smain .wl-r .wl-result .wl-img{
	width: 180px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.wl-smain .wl-r .wl-result .wl-img img{
	width: 100%;
	border-radius: 5px;
}
.wl-smain .wl-r .wl-result ul{
	width: 530px;
	margin: 0 auto;
	font-size:16px;
}
.wl-smain .wl-r .wl-result ul li{
	background-color: #f8f8f8;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
	line-height: 40px;
}
.wl-smain .wl-r .wl-result ul li span{
	background-color: #efebea;
	width: 150px;
	padding-right: 10px;
	background-color: ;
	text-align: right;
	display: inline-block;
	margin-right: 25px;
	border-radius: 5px;
}

.wl-smain .wl-online{
	
}
.wl-smain .wl-online ul li{
	background-color: #fff;
	padding: 20px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	transition: all .4s;
}
.wl-smain .wl-online ul li:hover{
	transform: translateY(-10px);
}
.wl-smain .wl-online ul li a h3{
	font-size: 20px;
	line-height: 200%;
	text-align: center;
	background-image: url("../image/title-bg-2.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	position: relative;
}
.wl-smain .wl-online ul li a h3 span{
	display: inline-block;
	background-color: #ce2123;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 3px 15px;
	border-radius: 8px;
	line-height: 160%;
	margin-top: 6px;
	position: absolute;
	right: 0px;
	transition: all .4s ease;
}
.wl-smain .wl-online ul li a h3 span:hover{
	background-color: #a91d1f;
}
.wl-smain .wl-online ul li img{
	width: 100%;
	border-radius: 8px;
}
.wl-smain .wl-gbook{
  padding: 0 20px;
}
.wl-smain .wl-gbook h1{
	font-weight: normal;
	position: relative;
  padding-bottom: 20px;
	padding-top: 20px;
  padding-left: 20px;
  font-size: 23px;
  color: #ce2123;
}
.wl-smain .wl-gbook h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  width: 7px;
  height: 26px;
  background-color: #ce2123;
}
.wl-smain .wl-gbook ul {
  padding-left:30px;
  padding-right:30px
}
.wl-smain .wl-gbook ul li:nth-child(n+2) {
  margin-top:20px
}
.wl-smain .wl-gbook ul li .wl-item {
  position:relative;
	box-sizing: border-box;
	background-color: #fff;
}
.wl-smain .wl-gbook ul li .wl-item span.rule {
  position:absolute;
  right:100%;
  top:0;
  margin-right:5px;
  font-size:14px;
  color:red;
  line-height:30px;
	box-sizing: border-box;
}
.wl-smain .wl-gbook ul li .wl-item .wrap {
  min-height:42px;
  border:solid 1px #909090;
  border-radius:5px;
  -webkit-transition:all .3s;
  transition:all .3s;
	box-sizing: border-box;
}
.wl-smain .wl-gbook ul li .wl-item .wrap .label {
  padding-left:10px;
  min-width:55px;
  font-size:16px;
  color:#ce2123;
  line-height:40px;
	box-sizing: border-box;
}
.wl-smain .wl-gbook ul li .wl-item .wrap input {
  display:block;
  padding-left:10px;
  padding-right:10px;
  width:100%;
  height:40px;
  font-size:16px;
  color:#333;
  line-height:40px;
	box-sizing: border-box;
	outline: none;
	border:none;
}
.wl-smain .wl-gbook ul li .wl-item .wrap textarea {
  display:block;
  padding-left:10px;
  padding-right:10px;
  padding-top:8px;
  padding-bottom:8px;
  width:100%;
  max-width:100%;
  min-width:100%;
  height:180px;
  min-height:180px;
  font-size:14px;
  color:#333;
  line-height:24px;
  border:none;
	box-sizing: border-box;
	outline: none;
}
.wl-smain .wl-gbook ul li .wl-item .wrap .yzm {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  padding-left:15px;
  padding-right:15px;
  height:40px;
  cursor:pointer;
	box-sizing: border-box;
}
.wl-smain .wl-gbook ul li .wl-item .wrap .yzm img {
  display:block;
  width:100px;
  height:30px;
	box-sizing: border-box;
}
.wl-smain .wl-gbook ul li .wl-item .wrap:hover {
  border-color:var(--blue);
  -webkit-box-shadow:0 3px 6px rgba(0,0,0,.1);
  -ms-box-shadow:0 3px 6px rgba(0,0,0,.1);
  -o-box-shadow:0 3px 6px rgba(0,0,0,.1);
  box-shadow:0 3px 6px rgba(0,0,0,.1);
	box-sizing: border-box;
}
.wl-smain .wl-gbook button {
  width:250px;
  height:45px;
  font-size:18px;
  color:#fff;
  background-color:#ce2123;
  -webkit-transition:all .3s;
  transition:all .3s;
	box-sizing: border-box;
	border: none;
	margin-top: 30px;
	margin-bottom: 30px;
	cursor: pointer;
}
.wl-smain .wl-gbook button:hover {
  background-color:#a91d1f;
  -webkit-box-shadow:0 3px 6px rgba(0,0,0,.1);
  -ms-box-shadow:0 3px 6px rgba(0,0,0,.1);
  -o-box-shadow:0 3px 6px rgba(0,0,0,.1);
  box-shadow:0 3px 6px rgba(0,0,0,.1);
	box-sizing: border-box;
}
.wl-smain .wl-search{

}
.wl-smain .wl-search ul {
	padding: 50px 0 30px 0;
	width: 640px;
	margin: 0 auto;
}
.wl-smain .wl-search ul li{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 30px;
	line-height: 45px;
	font-size: 16px;
	background-color: #f1f1f1;
	border-radius: 8px;
	padding: 5px 15px;
}
.wl-smain .wl-search ul li i{
	font-size: 20px;
	padding-right: 10px;
	float: left;
	color: #ce2123;
}
.wl-smain .wl-search ul li span:first-child{
	width: 130px;
	text-align: justify;
}
.wl-smain .wl-search ul li span:last-child{
	width: 550px;
}
.wl-smain .wl-search ul li:nth-child(4), .wl-smain .wl-search ul li:nth-child(5){
	background-color: transparent;
}
.wl-smain .wl-search ul li:nth-child(4) span:last-child{
  padding: 0px 15px;
  color: #de1212;
  background: #fff9f5;
  font-size: 15px;
  border-radius: 5px;
}
.wl-smain .wl-search .wl-cer{
  height: 43px;
  line-height: 40px;
  font-size: 16px;
  padding-left: 3%;
  color: #888888;
  border: 0;
  outline: none;
  width: 97%;
	background-color: transparent;
}
.wl-smain .wl-search .wl-cer-btn{
	width: 70%;
  height: 44px;
  outline: none;
  cursor: pointer;
  border: 0px;
  margin-bottom: 10px;
  background-color: #ce2123;
  color: #FFFFFF;
  font-size: 15px;
  border-radius: 2px;
  font-weight: bold;
	transition: all .4s ease;
}
.wl-smain .wl-search .wl-cer-btn:hover{
	background-color: #a91d1f;
}
.wl-smain .wl-search p{
	text-align: center;
	color: #666;
	margin-bottom: 30px;
	font-size:16px;
}
/*====foot====*/
.wl-foot{
	background-image: url("../image/footer.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.wl-foot .wl-link .wl-con{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wl-foot .wl-link .wl-con a{
	display: block;
	width: 225px;
	height: 60px;
	overflow: hidden;
	border: solid 1px #ccc;
}
.wl-foot .wl-link .wl-con a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s ease;
}
.wl-foot .wl-link .wl-con a img:hover{
	transform: scale(1.1);
}
.wl-foot .wl-copy{
	align-content: center;
	text-align: center;
	padding: 30px 0;
	font-size:15px;
	line-height:200%;
}
.wl-foot .wl-copy img{
	vertical-align: middle;
}
.wl-foot .wl-ncopy{
	align-content: center;
	text-align: center;
	padding-top: 80px;
	min-height: 70px;
}
.noinof {text-align:center;font-weight:bold;font-size:18px;padding:50px 0 50px 0}