@charset "UTF-8";
/* CSS Document ahweilai.com */
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: .18rem;
  scroll-behavior: smooth;
  color: #222;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: left bottom;
  background-attachment: fixed;
}
.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-mb60 {
  margin-bottom: .6rem
}
/*====head==nav====*/
.wl-head {
  box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.wl-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.wl-head .wl-logo {
  padding: .1rem;
  height: .75rem;
}
.wl-head .wl-logo img {
  height: .8rem;
}
/*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: .95rem;
  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.28rem;
  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.15rem;
}
.wl-head .wl-nav .wl-navtxt li dl {
  text-align: center;
}
.wl-head .wl-nav .wl-navtxt li dl dd {
  display: inline-block;
  width: 27%;
  margin: 0 2%;
    height: .4rem;
  text-align: center;
  background-color: #c7a512;
}
.wl-head .wl-nav .wl-navtxt li:nth-child(3) dl dd, .wl-head .wl-nav .wl-navtxt li:nth-child(4) dl dd {
  width: auto;
	padding: 0 2.5%;
  margin: .05rem;
}
.wl-head .wl-nav .wl-navtxt li dl dd a {
  display: inline-block;
  font-size: 0.22rem;
  line-height: .4rem;
  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-tel{
    display: none;
}


/*banner*/
.wl-banner {
  position: relative;
  padding: .5rem 0;
  overflow: hidden;
    margin-top: 1rem;
  margin-bottom: 0rem;
}
.wl-banner .wl-txt {
  position: relative;
  color: #505050;
  width: 100%;
  text-align: center;
  padding-top: 0px;
  z-index: 1;
}
/* 定义动画 */
@keyframes fadeIn {
  from {
    opacity: 0;
    top: 40px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
/* 应用动画 */
.animated-element {
  animation: fadeIn 2s ease-in-out forwards;
}
.wl-banner .wl-txt p {
  font-size: .3rem;
  line-height: 1.8;
  letter-spacing: 2px;
}
.wl-banner .wl-txt h2 {
  font-size: .4rem;
  line-height: 1.3;
  letter-spacing: 2px;
}
.wl-banner .wl-slidecon {
  position: relative;
  padding: .4rem 0 0;
}
.wl-banner .wl-slidecon .swiper-slide {
  height: 2rem;
  width: 70%;
  overflow: hidden;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  filter: opacity(.8);
}
.wl-banner .wl-slidecon .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease .4s;
}
.wl-banner .wl-slidecon .swiper-slide-active, .wl-banner .wl-slidecon .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 100;
  filter: opacity(1);
}
.wl-banner .wl-slidecon .swiper-slide-active:hover img, .wl-banner .wl-slidecon .swiper-slide-duplicate-active:hover img {
  transform: scale(1.1);
}
.wl-banner .wl-slidecon .swiper-pagination {
  width: 100%;
  bottom: -.3rem;
}
.wl-banner .wl-slidecon .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.wl-banner .wl-slidecon .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d80b0b;
}
.wl-banner .wl-slidecon .swiper-button-prev, .wl-banner .wl-slidecon .swiper-button-next {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background-color: rgba(199,165,18, .6);
  background-size: .2rem .2rem;
  transition: all ease .4s;
  top: 62%;
    left: 4%;
}
.wl-banner .wl-slidecon .swiper-button-next{
    left: auto;
    right: 4%;
}
.wl-banner .wl-slidecon .swiper-button-prev:hover, .wl-banner .wl-slidecon .swiper-button-next:hover {
  background-color: #c7a512;
}
.wl-banner .wl-img {
  position: absolute;
  z-index: 0;
  top: 0px;
  width: 100%;
  filter: opacity(.4);
}
.wl-banner .wl-img img {
  width: 100%;
}
/*main*/
.wl-main {
  margin-bottom: 0;
}
/*about*/
.wl-main-a {
  padding: .3rem 0 .5rem 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
    flex-wrap: wrap;
}
.wl-main-a .wl-info {
  width: 100%;
}
.wl-main-a .wl-img {
  width: 100%;
  overflow: hidden;
  display: flex;
}
.wl-main-a .wl-img img {
  /*height: 100%;*/
  max-width:100%;
  object-fit: cover;
  transition: all ease .4s;
}
.wl-main-a .wl-img:hover img {
  transform: scale(1.1);
}
.wl-main-a .wl-info .wl-more{
    margin-left: 72%;
}
.wl-title {
  margin-bottom: .3rem;
}
.wl-title h2 {
  font-size: .3rem;
  line-height: 2;
}
.wl-title span {
  display: block;
  width: 1rem;
  height: 2px;
  background-color: #c7a512;
}
.wl-main-a .wl-info .wl-txt {
  font-size: .22rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: .2rem;
}
.wl-more {
  position: relative;
  width: 25%;
  line-height: .4rem;
  text-align: center;
  color: #ffffff;
  font-size: .18rem;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 200ms;
  transition: 200ms;
  text-decoration: none;
  z-index: 10;
  white-space: nowrap;
  display: block;
  margin-left: 75%;
}
.wl-more a {
  color: #fff;
  font-size:.21rem;
}
.wl-more::before, .wl-more::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e60012;
  z-index: -1;
  /*-webkit-transform: skew(-30deg);
  transform: skew(-30deg)*/
}
.wl-more::after{
    background-color: #c7a512;
}
.wl-more::before {
  top: 0;
  left: 0
}
.wl-more::after {
  top: 6px;
  left: 6px;
  opacity: .4;
  -webkit-transition: 200ms;
  transition: 200ms
}
.wl-more:hover {
  -webkit-transform: translate(8px, 8px);
  transform: translate(8px, .8px)
}
.wl-more:hover::after {
  top: 0;
  left: 0
}
/*service*/
.wl-main-b {
  background-color: rgba(255, 255, 255, .7);
  padding: 8% 5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
    flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 0;
  width: 90%;
}
.wl-main-b .wl-ico {
  width: 100%;
}
.wl-main-b .wl-ico ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wl-main-b .wl-ico ul li {
  width: 44%;
  margin: 2.5% 2%;
  font-size: .226rem;
  text-align: center;
  color: #666;
}
.wl-main-b .wl-ico ul li a {
  color: #333;
  display: block;
}
.wl-main-b .wl-ico ul li div {
  width: .6rem;
  height: .6rem;
  margin-left: calc((100% - .6rem) / 2);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 92%;
  margin-bottom: .2rem;
  transition: all ease .4s;
}
.wl-main-b .wl-ico ul li .wl-icoa {
  background-image: url("../images/icoa.png");
}
.wl-main-b .wl-ico ul li .wl-icob {
  background-image: url("../images/icob.png");
}
.wl-main-b .wl-ico ul li .wl-icoc {
  background-image: url("../images/icoc.png");
}
.wl-main-b .wl-ico ul li .wl-icod {
  background-image: url("../images/icod.png");
}
.wl-main-b .wl-ico ul li .wl-icoe {
  background-image: url("../images/icoe.png");
}
.wl-main-b .wl-ico ul li .wl-icof {
  background-image: url("../images/icof.png");
}
.wl-main-b .wl-ico ul li .wl-icog {
  background-image: url("../images/icog.png");
}
.wl-main-b .wl-ico ul li .wl-icoh {
  background-image: url("../images/icoh.png");
}
.wl-main-b .wl-ico ul li:hover .wl-icoa {
  background-image: url("../images/icoa-h.png");
}
.wl-main-b .wl-ico ul li:hover .wl-icob {
  background-image: url("../images/icob-h.png");
}
.wl-main-b .wl-ico ul li:hover .wl-icoc {
  background-image: url("../images/icoc-h.png");
}
.wl-main-b .wl-ico ul li:hover .wl-icod {
  background-image: url("../images/icod-h.png");
}
.wl-main-b .wl-ico ul li:hover .wl-icoe {
  background-image: url("../images/icoe-h.png");
}
.wl-main-b .wl-ico ul li:hover .wl-icof {
  background-image: url("../images/icof-h.png");
}
.wl-main-b .wl-ico ul li:hover .wl-icog {
  background-image: url("../images/icog-h.png");
}
.wl-main-b .wl-ico ul li:hover .wl-icoh {
  background-image: url("../images/icoh-h.png");
}
.wl-main-b .wl-ico ul li:hover div {
  background-size: 100%;
}
.wl-main-b .wl-ico ul li:hover a {
  color: #d80b0b
}
.wl-main-b .wl-line {
  width: 80%;
  height: 1px;
    margin:.3rem 10%;
  background-color: #ddd;
}
.wl-main-b .wl-info {
  width: 100%;
}
.wl-main-b .wl-info .wl-txt {
  font-size: .22rem;
  line-height: 2;
  color: #333;
  margin-bottom: .4rem;
}
/*case*/
.wl-main-c {
  padding: .5rem 0;
  margin-bottom: ;
  display: flex;
  justify-content: space-between;
  align-items: center;
    flex-wrap: wrap;
}
.wl-main-c .wl-info {
  width: 90%;
  background-color: #fff;
  padding: 5%;
}
.wl-main-c .wl-info .wl-txt {
  font-size: .2rem;
  line-height: 2;
  color: #666;
  margin-bottom: .4rem;
}
.wl-main-c .wl-slidecon {
  width: 100%;
  overflow: hidden;
}
.wl-main-c .wl-slidecon .swiper-slide .wl-item {
  position: relative;
  width: 100%;
  height: 4rem;
  overflow: hidden;
}
.wl-main-c .wl-slidecon .swiper-slide .wl-item h3 {
  font-size: .24rem;
  color: #fff;
  position: absolute;
  z-index: 100;
  top: .4rem;
  width: 80%;
  padding: 0 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wl-main-c .wl-slidecon .swiper-slide .wl-item p {
  font-size: .18rem;
  color: #fff;
  position: absolute;
  z-index: 100;
  top: .9rem;
  width: 80%;
  padding: 0 10%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wl-main-c .wl-slidecon .swiper-slide .wl-item img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 4rem;
  object-fit: cover;
  transition: all ease .4s;
}
.wl-main-c .wl-slidecon .swiper-slide .wl-item:hover img {
  transform: scale(1.1);
}
.wl-main-c .wl-slidecon .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  /*opacity: 1;*/
}
.wl-main-c .wl-slidecon .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c7a512;
}
/*news*/
.wl-main-d{
    margin: .5rem 0 .65rem 0;
}
.wl-main-d .wl-title {
  text-align: center;
}
.wl-main-d .wl-title span {
  margin-left: calc((100% - 1rem) / 2);
}
.wl-main-d .wl-con {
  padding: .4rem 0;
  position: relative;
}
.wl-main-d .wl-con .swiper-slide {
  height: 2.3rem;
  width: 70%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  filter: opacity(.8);
  overflow: hidden;
}
.wl-main-d .wl-con .swiper-slide .wl-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.wl-main-d .wl-con .swiper-slide .wl-item .wl-txt {
  position: relative;
  padding: 5%;
  width: 90%;
  height: 90%;
  /*background-color: rgba(0, 0, 0, .3);*/
  z-index: 100;
  display: none;
}
.wl-main-d .wl-con .swiper-slide .wl-item .wl-txt h2 {
  font-size: .22rem;
  font-weight: normal;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3;
}
.wl-main-d .wl-con .swiper-slide .wl-item .wl-txt .wl-date {
  font-size: .195rem;
  color: #fff;
  position: absolute;
  bottom: .2rem;
  right: .2rem;
}
.wl-main-d .wl-con .swiper-slide .wl-item .wl-txt .wl-date i {
  padding-right: .15rem;
}
.wl-main-d .wl-con .swiper-slide .wl-item .wl-img {
  position: absolute;
  top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.wl-main-d .wl-con .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease .4s;
}
.wl-main-d .wl-con .swiper-slide:hover img {
  transform: scale(1.1);
}
.wl-main-d .wl-con .swiper-slide-active, .wl-main-d .wl-con .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 100;
  filter: opacity(1);
}
.wl-main-d .wl-con .swiper-slide-active .wl-item .wl-txt, .wl-main-d .wl-con .swiper-slide-duplicate-active .wl-item .wl-txt {
  display: block;
}
.wl-main-d .wl-con .swiper-button-prev, .wl-main-d .wl-con .swiper-button-next {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background-color: rgba(199,165,18, .6);
  background-size: .2rem .2rem;
    top: 53%;
    left: 4%;
}
.wl-main-d .wl-con .swiper-button-next{
    left: auto;
    right: 4%;
}
.wl-main-d .wl-con .swiper-button-prev:hover, .wl-main-d .wl-con .swiper-button-next:hover {
  background-color: #c7a512;
}
.wl-main-d .wl-more {
  margin-left: calc((100% - 25%) / 2);
}
/*nmain*/
.wl-nbanner {
    margin-top: 1rem;
}
.wl-nbanner img {
  width: 100%;
}
.wl-nmain {
  padding: .6rem 0;
  margin-top:.8rem;
}
/*nsort*/
.wl-nsort {
  margin-bottom: .5rem;
}
.wl-nsort ul {
  text-align: center;
}
.wl-nsort ul li {
  position: relative;
  padding: 0px .2rem;
  line-height: .45rem;
  text-align: center;
  color: #ffffff;
  font-size: .22rem;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 200ms;
  transition: 200ms;
  text-decoration: none;
  z-index: 10;
  white-space: nowrap;
  display: inline-block;
    margin: .15rem;
}
.wl-nsort ul li a {
  color: #000;
}
.wl-nsort ul li::before, .wl-nsort ul li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ccc;
  z-index: -1;
  /*-webkit-transform: skew(-30deg);
  transform: skew(-30deg)*/
}
.wl-nsort ul li.wl-onn::before, .wl-nsort ul li.wl-onn::after {
  background: #c7a512;
}
.wl-nsort ul li.wl-onn a {
  color: #fff;
}
.wl-nsort ul li::before {
  top: 0;
  left: 0
}
.wl-nsort ul li::after {
  top: 5px;
  left: 5px;
  opacity: .4;
  -webkit-transition: 200ms;
  transition: 200ms
}
.wl-nsort ul li:hover {
  -webkit-transform: translate(8px, 8px);
  transform: translate(8px, .8px)
}
.wl-nsort ul li:hover::after {
  top: 0;
  left: 0
}
/*ntitle*/
.wl-ntitle {
  margin-bottom: .4rem;
}
.wl-ntitle h2 {
  font-size: .3rem;
  line-height: 2;
  display: flex;
  align-items: center;
}
.wl-ntitle h2 span {
  display: inline-block;
  width: 5px;
  height: .3rem;
  background-color: #d80b0b;
  margin-right: .15rem;
}
.wl-ncon {
  font-size: .22rem;
  line-height: 1.8;
  color: #000;
}
/*nabout*/
/*.wl-nabout .wl-img {
  margin: 3%;
}*/
.wl-nabout img {
  max-width: 100%;
}
/*nservice*/
.wl-nservice .wl-item {
  border-bottom: solid 1px #ccc;
  padding-bottom: .35rem;
  margin-bottom: .35rem;
}
.wl-nservice .wl-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
    flex-wrap: wrap;
}
.wl-nservice .wl-item .wl-img {
  width: 100%;
  height: 2.58rem;
  overflow: hidden;
}
.wl-nservice .wl-item .wl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease .4s;
}
.wl-nservice .wl-item:hover .wl-img img {
  transform: scale(1.1);
}
.wl-nservice .wl-item .wl-info {
  padding: 5%;
  width: 90%;
  background-color: #fff;
  height: auto;
  transition: all ease .4s;
}
.wl-nservice .wl-item:hover .wl-info {
  background-color: #f7efcd;
}
.wl-nservice .wl-item:nth-child(2n) .wl-info, {
  background-color: #fff;
}
.wl-nservice .wl-item .wl-info h2 {
  font-size: .25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: .2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
    text-align: center;
}
.wl-nservice .wl-item .wl-info p {
  font-size: .21rem;
  color: #666;
  height: .82rem;
  line-height: .28rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: .2rem;
}
.wl-nmore {
  position: relative;
  width: 25%;
  line-height: .4rem;
  text-align: center;
  color: #ffffff;
  font-size: .18rem;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 200ms;
  transition: 200ms;
  text-decoration: none;
  z-index: 10;
  white-space: nowrap;
  display: block;
  margin-left: 75%;
}
.wl-nmore a {
  color: #fff;
}
.wl-nmore::before, .wl-nmore::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c7a512;
  z-index: -1;
  /*-webkit-transform: skew(-30deg);
  transform: skew(-30deg)*/
}
.wl-nmore::before {
  top: 0;
  left: 0
}
.wl-nmore::after {
  top: 6px;
  left: 6px;
  opacity: .4;
  -webkit-transition: 200ms;
  transition: 200ms
}
.wl-nmore:hover {
  -webkit-transform: translate(8px, 8px);
  transform: translate(8px, .8px)
}
.wl-nmore:hover::after {
  top: 0;
  left: 0
}
/*ncon*/
.wl-ncon .wl-nntitle {
  font-size: .25rem;
  color: #000;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  /*margin-bottom: .3rem;*/
}
.wl-ncon .wl-ndate {
  text-align: center;
  font-size: .21rem;
  color: #666;
  margin-bottom: .4rem;
}
.wl-ncon .wl-ndate i {
  padding-right: .15rem;
}
.wl-ncon .wl-ntxt {
  color: #333;
  line-height: 2;
}
.wl-ncon .wl-ntxt img {
  max-width: 98%;
  margin: 2% 1%;
}
.wl-ndetail {
  padding: 6% 3%;
  background-color: #fff;
}
/*nnews*/
.wl-nnews .wl-ntop {
  position: relative;
  width: 100%;
  height: 3rem;
  overflow: hidden;
  margin-bottom: .4rem;
}
.wl-nnews .wl-ntop img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease .4s;
}
.wl-nnews .wl-ntop:hover img {
  transform: scale(1.1);
}
.wl-nnews .wl-ntop h1 {
  font-size: .22rem;
  text-align: center;
  color: #fff;
  position: absolute;
  width: calc(100% - .4rem);
  padding: .15rem .2rem;
  background-color: rgba(0, 0, 0, .7);
  z-index: 100;
  bottom: 0;
}
.wl-nnews .wl-nlist ul {
  display: flex;
  justify-content: space-between;
    flex-wrap: wrap;
}
.wl-nnews .wl-nlist ul li {
  width: 100%;
  margin-bottom: .3rem;
  padding-bottom: .3rem;
    border-bottom: solid 1px #ccc;
}
.wl-nnews .wl-nlist ul li a{
    display: flex;
    justify-content: space-between;
}
.wl-nnews .wl-nlist ul li .wl-img {
  width: 40%;
  height: 1.4rem;
  overflow: hidden;
  margin-bottom: 0;
}
.wl-nnews .wl-nlist ul li .wl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease .4s;
}
.wl-nnews .wl-nlist ul li:hover .wl-img img {
  transform: scale(1.1);
}
.wl-nnews .wl-nlist ul li .wl-info{
    width: 56%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.wl-nnews .wl-nlist ul li .wl-info h2 {
  font-size: .22rem;
  color: #000;
  font-weight: normal;
  line-height: .26rem;
    height: .52rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.wl-nnews .wl-nlist ul li:hover .wl-info h2 {
  color: #c7a512;
}
.wl-nnews .wl-nlist ul li .wl-info .wl-date {
  font-size: .2rem;
    line-height: 1.2;
  display: flex;
  justify-content: space-between;
}
.wl-nnews .wl-nlist ul li .wl-info .wl-date span i {
  padding-right: .1rem;
}
.wl-nnews .wl-nlist ul li .wl-info .wl-date .wl-nmore {
    width: 35%;
  margin-left: 0;
  margin-right: .1rem;
  color: #333;
    /*line-height: .3rem;*/
}
.wl-nnews .wl-nlist ul li .wl-info .wl-date .wl-nmore::before, .wl-nnews .wl-nlist ul li .wl-info .wl-date .wl-nmore::after {
  background-color: #ccc;
}
.wl-nnews .wl-nlist ul li:hover .wl-info .wl-date .wl-nmore::before, .wl-nnews .wl-nlist ul li:hover .wl-info .wl-date .wl-nmore::after {
  background-color: #e60012;
}
.wl-nnews .wl-nlist ul li:hover .wl-info .wl-date .wl-nmore {
  color: #fff;
}
.wl-nnews .wl-nlist ul li:hover .wl-info .wl-date .wl-nmore {
  -webkit-transform: translate(8px, 8px);
  transform: translate(8px, .8px)
}
.wl-nnews .wl-nlist ul li:hover .wl-info .wl-date .wl-nmore::after {
  top: 0;
  left: 0
}
/*njob*/
/*====njoin====*/
.wl-njob {}
.wl-njob .wl-title {
  display: flex;
  justify-content: space-between;
  background-color: #eee;
}
.wl-njob .wl-title span {
  width: 33.333%;
  color: #222;
    height: auto;
    background-color: #eee;
  font-size: .22rem;
  font-weight: bold;
  text-align: center;
  line-height: .4rem;
}
.wl-njob .wl-title span:first-child {
  padding-left: .1rem;
  text-align: left;
}
.wl-njob .wl-item {
  padding: .1rem 0;
}
.wl-njob .wl-item .wl-sub {
  display: flex;
  justify-content: space-between;
  border-bottom: dashed 1px #ddd;
  line-height: .4rem;
  transition: all .4s ease;
}
.wl-njob .wl-item:hover .wl-sub {
  background-color: #fff;
}
.wl-njob .wl-item .wl-sub span {
  width: 33.333%;
  font-size: .2rem;
  text-align: center;
}
.wl-njob .wl-item .wl-sub span:first-child {
  font-size: .21rem;
    line-height: 1.6;
  padding-left: 0;
  text-align: left;
  color: #c7a512;
}
.wl-njob .wl-item .wl-sub span:nth-child(3) {
  color: #c7a512;
  cursor: pointer;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size:.21rem;
}
.wl-njob .wl-item .wl-sub span:nth-child(3) i {
  display: inline-block;
  transform: rotate(90deg);
}
.wl-njob .wl-item .wl-sub span:last-child a {
  background-color: #e60012;
  color: #fff;
  display: inline-block;
  padding: 0 .2rem;
  line-height: .3rem;
  margin: .1rem 0;
}
.wl-njob .wl-item .wl-detail {
  line-height: 200%;
  padding: 4%;
  display: none;
  background-color: #fff;
  font-size:.21rem;
}
/*nteam*/ ::before, ::after {
  content: "";
  position: absolute;
  display: block;
}
.wl-nteam ul {
  overflow: hidden;
  margin-top: 24px;
}
.wl-nteam ul > li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-top: 2.08vw;
  border-radius: 10px;
  overflow: hidden;
}
.wl-nteam ul > li:nth-child(2n) {
  margin-right: 0;
}
.wl-nteam ul > li > a {
  border-radius: 10px;
  overflow: hidden;
}
.wl-nteam ul li .wl-img {
  background: #f7efcd;
  position: relative;
  overflow: hidden;
  padding: .1rem .2rem 0 .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 2.5rem;*/
}
.wl-nteam ul li .wl-img > img {
  max-width: 100%;
    max-height: 100%;
  position: relative;
  z-index: 10;
}
.wl-nteam ul li .wl-img > span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/zsbg.png) no-repeat left top/100% 100%;
  transition: .5s;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0%;
  transform: translate(10px, 10px);
  opacity: 0;
}
.wl-nteam ul > li:hover > a .wl-img > span {
  transform: translate(0px, 0px);
  opacity: 1;
}
.wl-nteam ul li .wl-info {
  padding: 3%;
  transition: .5s;
    text-align: center;
}
.wl-nteam ul > li:hover > a .wl-info {
  background: #c7a512;
}
.wl-nteam ul li .wl-info p:first-child {
  font-size: .18rem;
  color: #333;
  font-weight: bold;
}
.wl-nteam ul li .wl-info p:first-child > span {
  font-size: .22rem;
  margin-right: .2rem;
}
.wl-nteam ul > li:hover > a p:first-child {
  color: #fff;
}
.wl-nteam ul li .wl-info p:last-child {
  margin-top: 0px;
  font-size: .213rem;
  color: #333;
  line-height:.25rem;
}
.wl-nteam ul > li:hover > a p:last-child {
  color: #fff;
}

/*honor*/
.wl-nhonor ul {
  overflow: hidden;
  margin-top: 24px;
}
.wl-nhonor ul > li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-top: 2.08vw;
  border-radius: 10px;
  overflow: hidden;
}
.wl-nhonor ul > li:nth-child(2n) {
  margin-right: 0;
}
.wl-nhonor ul > li > a {
  border-radius: 10px;
  overflow: hidden;
}
.wl-nhonor ul li .wl-img {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
 /* 加入高度后横向图片上下垂直据中国height: 2.5rem;*/
}
.wl-nhonor ul li .wl-img > img {
  max-width: 100%;
    max-height: 100%;
  position: relative;
  z-index: 10;
}
.wl-nhonor ul li .wl-img > span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/zsbg.png) no-repeat left top/100% 100%;
  transition: .5s;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0%;
  transform: translate(10px, 10px);
  opacity: 0;
}
.wl-nhonor ul > li:hover > a .wl-img > span {
  transform: translate(0px, 0px);
  opacity: 1;
}
.wl-nhonor ul li .wl-info {
  padding: 3%;
  transition: .5s;
    text-align: center;
}
.wl-nhonor ul > li:hover > a .wl-info {
  background: #c7a512;
}
.wl-nhonor ul li .wl-info p {
	font-size: .22rem;
	color: #333;
	line-height: 24px;
	/*height: 48px;*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align:center;
}
.wl-nhonor ul > li:hover > a p {
  color: #fff;
}

/*ncustomer*/
.wl-ncustomer{
    height: 17rem;
}
.wl-ncustomer ul > li {
  float: left;
  width: 88%;
  margin: 4% 6%;
  border-radius: 8px;
  overflow: hidden;
    height: 5rem;
    overflow: hidden;
}
.wl-ncustomer ul > li:nth-child(3n) {
  margin-right: 0;
}
.wl-ncustomer ul > li > a {
  position: relative;
  overflow: hidden;
    display: block;
    height: 5rem;
}
.wl-ncustomer ul > li > a > img {
  width: 100%;
  transition: .5s;
}
.wl-ncustomer ul > li > a > div.wl-info-1 {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  background: rgba(199, 165, 18, .9);
  padding: 3% 5%;
  text-align: center;
  font-size: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.wl-ncustomer ul > li > a > div.wl-info-1 > img {
  display: inline-block;
  vertical-align: middle;
  margin-right: .2rem;
  width: .45rem;
}
.wl-ncustomer ul > li > a > div.wl-info-1 > p {
  display: inline-block;
  vertical-align: middle;
  font-size: .22rem;
  color: #fff;
  font-weight: bold;
}
.wl-ncustomer ul > li:hover > a > div.wl-info-1 {
  bottom: -1rem;
}
.wl-ncustomer ul > li > a > div.wl-info-2 {
  position: absolute;
  z-index: 11;
  left: 0;
  top: -5rem;
  width: 100%;
  height: 5rem;
  background: rgba(199, 165, 18, .9);
  transition: .5s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.wl-ncustomer ul > li:hover > a > div.wl-info-2 {
  top: 0;
}
.wl-ncustomer ul > li > a > div.wl-info-2 > div {
  position: relative;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 2.6vw;
  padding-right: 2.6vw;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.wl-ncustomer ul > li > a > div.wl-info-2 > div > img {
  margin-left: calc((100% - 1rem) / 2);
  width: 1rem;
}
.wl-ncustomer ul > li > a > div.wl-info-2 > div > .wl-txt-a {
  color: #fff;
  text-align: center;
  margin-top: 1.82vw;
  font-size: .24rem;
  font-weight: bold;
}
.wl-ncustomer ul > li > a > div.wl-info-2 > div > .wl-txt-b {
  color: #fff;
  text-align: left;
  margin-top: 2.6vw;
  font-size: .21rem;
  line-height: .3rem;
}
/*footer*/
.wl-footer {
  padding: .4rem 0 .4rem 0;
  background: #313131;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.wl-footer .wl-wid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wl-footer .wl-wid .wl-one {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.wl-footer .wl-one .wl-qrcode ul {
  display: flex;
  gap: 0 .2rem;
}
.wl-footer .wl-one .wl-qrcode ul li span {
  display: block;
  margin: 0 auto;
  padding: .08rem;
  border: 1px solid rgba(255, 255, 255, .1);
  overflow: hidden;
}
.wl-footer .wl-one .wl-qrcode ul li img {
  width: 1rem;
  height: 1rem;
}
.wl-footer .wl-one .wl-qrcode ul li h4 {
  height: .18rem;
  line-height: .18rem;
  margin-top: .2rem;
  font-size: .18rem;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.wl-footer .wl-one .wl-contact {
  margin-left: .2rem;
  width: 75%;
}
.wl-footer .wl-one .wl-contact ul li {
  margin-top: .2rem;
}
.wl-footer .wl-one .wl-contact ul li:first-child {
  margin-top: 0;
}
.wl-footer .wl-one .wl-contact ul li h4 {
  height: .22rem;
  line-height: .22rem;
  font-size: .22rem;
  color: #aaa;
  overflow: hidden;
}
.wl-footer .wl-one .wl-contact ul li h2 {
  height: .3rem;
  line-height: .3rem;
  margin-top: .1rem;
  font-size: .26rem;
  color: #fff;
  overflow: hidden;
}
.wl-footer .wl-one .wl-contact ul li h3 {
  height: auto;
  line-height: .3rem;
  margin-top: .12rem;
  font-size: .21rem;
  color: #fff;
  overflow: hidden;
  font-weight:normal;
}
.wl-footer .wl-line {
  width: 1px;
  height: 160px;
  margin-top: 20px;
  background-color: #ccc;
    display: none;
}
.wl-footer .wl-fmenu {
  display: flex;
  gap: 0 50px;
    display: none;
}
.wl-footer .wl-fmenu dl:nth-child(2) {
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wl-footer .wl-fmenu dl:nth-child(2) dd a {}
.wl-footer .wl-fmenu dl dt {
  height: 18px;
  line-height: 18px;
  font-size: 17px;
  color: #fff;
  overflow: hidden;
}
.wl-footer .wl-fmenu dl dd {
  height: 16px;
  line-height: 16px;
  margin-top: 16px;
  font-size: 15px;
}
.wl-footer .wl-fmenu dl dt + dd {
  margin-top: 26px;
}
.wl-footer .wl-fmenu dl dd a {
  display: inline-block;
  color: #aaa;
}
.wl-footer .wl-fmenu dl dd a:hover {
  color: #fff;
}
/*====copy====*/
.wl-copyright {
  padding: .24rem 0;
  line-height: .3rem;
  background: #313131;
  color: #fff;
  text-align: center;
  font-size:.2rem;
}
.wl-copyright a {
  color: #fff;
}
#wl-tec {
  display:block;
  padding-top:.2rem;
}
/* 分页 */
#wl-pager {
  padding: .3rem 0 0px;
  text-align: center;
}
#wl-pager ul.pages {
  margin: 0px;
  padding: 0px
}
#wl-pager ul.pages li {
  display: inline-block;
  margin: 0 .05rem;
  background: #fff;
  font-size: .2rem;
  border: 0px
}
#wl-pager ul.pages li:hover {
  display: inline-block;
  margin: 0 .05rem;
  background: #fff;
  font-size: .16rem;
  border: 0px
}
#wl-pager ul.pages li a:hover {
  background: #d80b0b;
  color: #FFFFFF
}
#wl-pager ul.pages li a {
  display: block;
  padding: .05rem .16rem;
  border: #ddd solid 1px;
  color: #333;
}
#wl-pager ul.pages li a.pgCurrent {
  background: #c7a512;
  color: #fff;
  border: #999 solid 1px;
}