@charset "UTF-8";
/* CSS Document By ahweilai.com */
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #222;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
* {
  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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wl-head .wl-logo {
  padding: 20px 0 0;
}
.wl-head .wl-logo img {
  height: 80px;
}
/*nav*/
.wl-head .wl-nav {
  height: 50px;
  padding: 15px 0;
}
.wl-head .wl-nav ul {
  font-size: 0;
}
.wl-head .wl-nav li {
  display: inline-block;
  position: relative;
  line-height: 50px;
  margin: 0 10px;
}
.wl-head .wl-nav li a {
  font-size: 17px;
  font-weight: bold;
  padding: 0 10px;
  display: block;
  position: relative;
  text-align: center;
}
.wl-head .wl-nav li .wl-iconfont {
  display: inline-block;
  transform: rotate(90deg);
  font-size: 12px;
  color: #999;
  width: 20px;
}
/*
.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: 90%;
  height: 3px;
  background: #d80b0b;
  position: absolute;
  z-index: 0;
  left: 5%;
  margin-left: 0;
  bottom: 0;
}
.wl-head .wl-nav li:first-child::before {
  top: 48px;
}
/*
.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 .wl-navitem-wrap {
  background: #fff;
  border-radius: 0 0 8px 8px;
  width: 130px;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
}
.wl-head .wl-nav li:nth-child(3) .wl-navitem-wrap {
  width: 380px;
  margin-left: -125px;
}
.wl-head .wl-nav li:nth-child(4) .wl-navitem-wrap {
  width: 200px;
  margin-left: -35px;
}
.wl-navitem {
  position: absolute;
  left: 50%;
  top: 52px;
  display: none;
  margin-left: -65px;
  width: 130px;
  z-index: 1000;
}
.wl-head .wl-nav li .wl-navitem-wrap dl dd {
  line-height: 40px;
  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;
}
.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: #d80b0b;
  color: #fff;
}
.wl-head .wl-nav li:hover .wl-navitem {
  display: block;
}
/*tel*/
.wl-head .wl-tel {
  padding: 20px 0;
  font-size: 22px;
}
.wl-head .wl-tel i {
  padding-right: 10px;
  font-size: 24px;
}
/*banner*/
.wl-banner {
  position: relative;
  padding: 60px 0 30px 0;
  overflow: hidden;
  /*margin-bottom: 80px;*/
}
.wl-banner .wl-txt {
  position: relative;
  color: #505050;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  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: 36px;
  line-height: 2;
  letter-spacing: 2px;
}
.wl-banner .wl-txt h2 {
  font-size: 46px;
  line-height: 1.3;
  letter-spacing: 2px;
}
.wl-banner .wl-slidecon {
  position: relative;
  padding: 80px 0 50px 0;
}
.wl-banner .wl-slidecon .swiper-slide {
  height: 350px;
  width: 800px;
  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: 8px;
}
.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: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(199,165,18, .6);
  background-size: 20px 20px;
  transition: all ease .4s;
  top: 51%;
    left: 7%;
}
.wl-banner .wl-slidecon .swiper-button-next{
    right: 7%;
    left: auto;
}
.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: 100px;
}
/*about*/
.wl-main-a {
  padding: 50px 0;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}
.wl-main-a .wl-info {
  width: 650px;
}
.wl-main-a .wl-img {
  width: 500px;
  height: 500px;
  overflow: hidden;
  display: flex;
}
.wl-main-a .wl-img img {
  padding-top: 10%;
  height: 90%;
  object-fit: cover;
  transition: all ease .4s;
}
.wl-main-a .wl-img:hover img {
  transform: scale(1.1);
}
.wl-title {
  margin-bottom: 30px;
}
.wl-title h2 {
  font-size: 32px;
  line-height: 2;
}
.wl-title span {
  display: block;
  width: 100px;
  height: 2px;
  background-color: #c7a512;
}
.wl-main-a .wl-info .wl-txt {
  font-size: 17px;
  line-height: 2;
  color: #666;
  margin-bottom: 50px;
}
.wl-more {
  position: relative;
  width: 130px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 200ms;
  transition: 200ms;
  text-decoration: none;
  z-index: 10;
  white-space: nowrap;
  display: block;
  margin-left: 20px;
}
.wl-more a {
  color: #fff;
}
.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: .3;
  -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: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  width: 1100px;
  margin-left: calc((100% - 1200px) / 2);
}
.wl-main-b .wl-ico {
  width: 600px;
}
.wl-main-b .wl-ico ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wl-main-b .wl-ico ul li {
  width: 19%;
  margin: 2.5% 3%;
  font-size: 16px;
  text-align: center;
  color: #666;
}
.wl-main-b .wl-ico ul li a {
  color: #666;
  display: block;
}
.wl-main-b .wl-ico ul li div {
  width: 65px;
  height: 65px;
  margin-left: calc((100% - 65px) / 2);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 92%;
  margin-bottom: 20px;
  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: 1px;
  height: 150px;
  background-color: #ddd;
}
.wl-main-b .wl-info {
  width: 400px;
}
.wl-main-b .wl-info .wl-txt {
  font-size: 17px;
  line-height: 2;
  color: #666;
  margin-bottom: 50px;
}
/*case*/
.wl-main-c {
  padding: 0;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wl-main-c .wl-info {
  width: 440px;
  background-color: #fff;
  padding: 30px;
}
.wl-main-c .wl-info .wl-txt {
  font-size: 18px;
  line-height: 2;
  color: #666;
  margin-bottom: 50px;
}
.wl-main-c .wl-slidecon {
  width: 700px;
  overflow: hidden;
}
.wl-main-c .wl-slidecon .swiper-slide .wl-item {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.wl-main-c .wl-slidecon .swiper-slide .wl-item h3 {
  font-size: 24px;
  color: #fff;
  position: absolute;
  z-index: 100;
  top: 50px;
  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: 18px;
  color: #fff;
  position: absolute;
  z-index: 100;
  top: 90px;
  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: 480px;
  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 .wl-title {
  text-align: center;
}
.wl-main-d .wl-title span {
  margin-left: calc((100% - 100px) / 2);
}
.wl-main-d .wl-con {
  padding: 50px 0;
  position: relative;
}
.wl-main-d .wl-con .swiper-slide {
  height: 350px;
  width: 650px;
  /* 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: 50px 30px;
  width: 590px;
  height: 250px;
  /*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: 22px;
  font-weight: normal;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}
.wl-main-d .wl-con .swiper-slide .wl-item .wl-txt .wl-date {
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.wl-main-d .wl-con .swiper-slide .wl-item .wl-txt .wl-date i {
  padding-right: 15px;
}
.wl-main-d .wl-con .swiper-slide .wl-item .wl-img {
    width: 100%;
    height: 100%;
  position: absolute;
  top: 0;
}
.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-active: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: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(199,165,18, .6);
  background-size: 20px 20px;
    left: 9.5%;
}
.wl-main-d .wl-con .swiper-button-next{
    left: auto;
    right: 9.5%;
}
.wl-main-d .wl-con .swiper-button-prev:hover, .wl-main-d .wl-con .swiper-button-next:hover {
  background-color: #c7a512;
}


@keyframes progressing {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}
.wl-main-d .wl-con .swiper-slide-active .wl-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background: #ff0000;
  -webkit-animation: progressing 6s ease;
  animation: progressing 6s ease;
    z-index: 101;
}

.wl-main-d .wl-more {
  margin-left: calc((100% - 150px) / 2);
}
/*nmain*/
.wl-nbanner {
    height: 400px;
}
.wl-nbanner img {
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.wl-nmain {
  padding: 60px 0;
}
/*nsort*/
.wl-nsort {
  margin-bottom: 50px;
}
.wl-nsort ul {
  text-align: center;
}
.wl-nsort ul li {
  position: relative;
  padding: 0px 18px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 200ms;
  transition: 200ms;
  text-decoration: none;
  z-index: 10;
  white-space: nowrap;
  display: inline-block;
  margin-left: 20px;
}
.wl-nsort ul li a {
  color: #000;
}
.wl-nsort ul li::before {
  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  {
  background: #c7a512;
    z-index: 1;
}
.wl-nsort ul li.wl-onn::after{
    background-color: #dc3212;
    z-index: -1;
}
.wl-nsort ul li.wl-onn a {
  color: #fff;
    position: relative;
    z-index: 100;
}
.wl-nsort ul li::before {
  top: 0;
  left: 0
}
.wl-nsort ul li::after {
  top: 5px;
  left: 5px;
  opacity: .9;
  -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: 40px;
}
.wl-ntitle h2 {
  font-size: 30px;
  line-height: 2;
  display: flex;
  align-items: center;
}
.wl-ntitle h2 span {
  display: inline-block;
  width: 5px;
  height: 30px;
  background-color: #d80b0b;
  margin-right: 15px;
}
.wl-ncon {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}
/*nabout*/
.wl-nabout .wl-img {
  float: right;
  margin: 15px;
}
.wl-nabout img {
  max-width: 100%;
}
/*nservice*/
.wl-nservice .wl-item {
  border-bottom: solid 1px #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.wl-nservice .wl-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wl-nservice .wl-item .wl-img {
  width: 600px;
  height: 300px;
  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: 30px;
  width: 540px;
  background-color: #fff;
  height: 220px;
  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: #f7efcd;*/
}
.wl-nservice .wl-item .wl-info h2 {
  font-size: 22px;
  /*font-weight: normal;*/
  line-height: 1.5;
  margin-bottom: 20px;
  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: 18px;
  color: #666;
  height: 75px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 50px;
}
.wl-nmore {
  position: relative;
  width: 120px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 200ms;
  transition: 200ms;
  text-decoration: none;
  z-index: 10;
  white-space: nowrap;
  display: block;
  margin-left: 400px;
}
.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: 5px;
  left: 5px;
  opacity: .3;
  -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: 24px;
  color: #222;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
.wl-ncon .wl-ndate {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}
.wl-ncon .wl-ndate i {
  padding-right: 15px;
}
.wl-ncon .wl-ntxt {
  color: #000;
  line-height: 2;
}
.wl-ncon .wl-ntxt img {
  max-width: 94%;
  margin: 0.8% 3%;
}
.wl-ndetail {
  padding: 40px;
  background-color: #fff;
}
/*nnews*/
.wl-nnews .wl-ntop {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
  margin-bottom: 50px;
}
.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: 20px;
  text-align: center;
  color: #fff;
  position: absolute;
  width: calc(100% - 70px);
  padding: 15px 35px;
  background-color: rgba(0, 0, 0, .7);
  z-index: 100;
  bottom: 0;
}
.wl-nnews .wl-nlist ul {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 380px);
}
.wl-nnews .wl-nlist ul li {
  width: 380px;
  margin-bottom: 40px;
}
.wl-nnews .wl-nlist ul li .wl-img {
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin-bottom: 15px;
}
.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 h2 {
  font-size: 17px;
  color: #000;
  font-weight: normal;
  line-height: 24px;
    height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
}
.wl-nnews .wl-nlist ul li:hover .wl-info h2 {
  color: #c7a512;
}
.wl-nnews .wl-nlist ul li .wl-info .wl-date {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
.wl-nnews .wl-nlist ul li .wl-info .wl-date span i {
  padding-right: 10px;
}
.wl-nnews .wl-nlist ul li .wl-info .wl-date .wl-nmore {
  margin-left: 0;
  margin-right: 15px;
  color: #000;
}
.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;
  margin-bottom:45px;
}
.wl-njob .wl-title span {
  width: 33.333%;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
.wl-njob .wl-title span:first-child {
  padding-left: 20px;
  text-align: left;
}
.wl-njob .wl-item {
  padding: 10px 0;
}
.wl-njob .wl-item .wl-sub {
  display: flex;
  justify-content: space-between;
  border-bottom: dashed 1px #ddd;
  line-height: 50px;
  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: 16px;
  text-align: center;
}
.wl-njob .wl-item .wl-sub span:first-child {
  font-size: 20px;
  padding-left: 20px;
  text-align: left;
  color:#c7a512;
}
.wl-njob .wl-item .wl-sub span:nth-child(3) {
  color: #c7a512;
  cursor: pointer;
}
.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 20px;
  line-height: 30px;
  margin: 10px 0;
}
.wl-njob .wl-item .wl-detail {
  line-height: 200%;
  padding: 20px;
  display: none;
  background-color: #fff;
  ;
}
/*nteam*/ ::before, ::after {
  content: "";
  position: absolute;
  display: block;
}
.wl-nteam ul {
  overflow: hidden;
  margin-top: 24px;
}
.wl-nteam ul > li {
  float: left;
  width: 23.65%;
  margin-right: 1.8%;
  margin-top: 2.08vw;
  border-radius: 10px;
  overflow: hidden;
}
.wl-nteam ul > li:nth-child(4n) {
  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: 30px 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 270px;
}
.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: 15px 0px 25px;
  transition: .5s;
}
.wl-nteam ul > li:hover > a .wl-info {
  background: #c7a512;
}
.wl-nteam ul li .wl-info p:first-child {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align:center;
}
.wl-nteam ul li .wl-info p:first-child > span {
  font-size: 20px;
  margin-right: 20px;
}
.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: 16px;
  color: #666;
  text-align:center;
}
.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: 23.65%;
  margin-right: 1.8%;
  margin-top: 2.08vw;
  border-radius: 10px;
  overflow: hidden;
}
.wl-nhonor ul > li:nth-child(4n) {
  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: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
 /* 加入高度后横向图片上下垂直据中国height: 270px;*/
}
.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: 15px 5px 15px;
  transition: .5s;
}
.wl-nhonor ul > li:hover > a .wl-info {
  background: #c7a512;
}
.wl-nhonor ul li .wl-info p {
	font-size: 17px;
	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: 500px;
}
.wl-ncustomer ul > li {
  float: left;
  width: 32%;
  margin-right: 1%;
  border-radius: 8px;
  overflow: hidden;
    height: 480px;
    overflow: hidden;
}
.wl-ncustomer ul > li:nth-child(3n) {
  margin-right: 0;
}
.wl-ncustomer ul > li > a {
  position: relative;
  overflow: hidden;
    display: block;
    height: 480px;
}
.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: 15px 5px;
  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: 20px;
  width: 50px;
}
.wl-ncustomer ul > li > a > div.wl-info-1 > p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.wl-ncustomer ul > li:hover > a > div.wl-info-1 {
  bottom: -100px;
}
.wl-ncustomer ul > li > a > div.wl-info-2 {
  position: absolute;
  z-index: 11;
  left: 0;
  top: -480px;
  width: 100%;
  height: 480px;
  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% - 120px) / 2);
  width: 120px;
}
.wl-ncustomer ul > li > a > div.wl-info-2 > div > .wl-txt-a {
  color: #fff;
  text-align: center;
  margin-top: 1.82vw;
  font-size: 26px;
  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: 16px;
  line-height: 36px;
}
/*footer*/
.wl-footer {
  padding: 70px 0 50px 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: 400px;
}
.wl-footer .wl-one .wl-qrcode ul {
  display: flex;
  gap: 0 20px;
}
.wl-footer .wl-one .wl-qrcode ul li span {
  display: block;
  margin: 0 auto;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .1);
  overflow: hidden;
}
.wl-footer .wl-one .wl-qrcode ul li img {
  width: 100px;
  height: 100px;
}
.wl-footer .wl-one .wl-qrcode ul li h4 {
  height: 16px;
  line-height: 16px;
  margin-top: 20px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.wl-footer .wl-one .wl-contact {
  margin-left: 20px;
  width: 280px;
}
.wl-footer .wl-one .wl-contact ul li {
  margin-top: 20px;
}
.wl-footer .wl-one .wl-contact ul li:first-child {
  margin-top: 0;
}
.wl-footer .wl-one .wl-contact ul li h4 {
  height: 16px;
  line-height: 16px;
  font-size: 15px;
  color: #aaa;
  overflow: hidden;
}
.wl-footer .wl-one .wl-contact ul li h2 {
  height: 32px;
  line-height: 32px;
  margin-top: 10px;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  overflow: hidden;
}
.wl-footer .wl-one .wl-contact ul li h3 {
  height: auto;
  line-height: 24px;
  margin-top: 12px;
  font-size: 15px;
  color: #fff;
  overflow: hidden;
  font-weight:normal;
}
.wl-footer .wl-line {
  width: 1px;
  height: 160px;
  margin-top: 20px;
  background-color: #ccc;
}
.wl-footer .wl-fmenu {
  display: flex;
  gap: 0 50px;
}
.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: #ccc;
}
.wl-footer .wl-fmenu dl dd a:hover {
  color: #fff;
}
/*====copy====*/
.wl-copyright {
  padding: 25px 0;
  line-height: 36px;
  background: #313131;
  color: #fff;
  text-align: center;
  font-size:15px;
}
.wl-copyright a {
  color: #fff;
}
.wl-copyright a:hover {
  color: #c7a512;
  text-decoration:underline;
}
/* 分页 */
#wl-pager {
  padding: 30px 0 0px;
  text-align: center;
}
#wl-pager ul.pages {
  margin: 0px;
  padding: 0px
}
#wl-pager ul.pages li {
  display: inline-block;
  margin: 0 6px;
  background: #fff;
  font-size: 15px;
  border: 0px
}
#wl-pager ul.pages li:hover {
  display: inline-block;
  margin: 0 6px;
  background: #fff;
  font-size: 15px;
  border: 0px
}
#wl-pager ul.pages li a:hover {
  background: #d80b0b;
  color: #FFFFFF
}
#wl-pager ul.pages li a {
  display: block;
  padding: 2px 12px;
  border: #ddd solid 1px;
  color: #999;
}
#wl-pager ul.pages li a.pgCurrent {
  background: #c7a512;
  color: #fff;
  border: #999 solid 1px;
}