@charset "UTF-8";
/* CSS Document ahweilai.com */
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: .18rem;
  scroll-behavior: smooth;
}
.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: rgba(0, 72, 71, 0.7);
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.wl-head .wl-wid {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.wl-head .wl-wid .wl-logo {
  padding: .15rem .25rem .2rem .25rem;
  height: .6rem;
}
.wl-head .wl-wid .wl-logo img {
  height: .66rem;
  filter: grayscale(100%) brightness(1000%);
}
/*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: 1rem;
  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: .5rem;
  text-align: center;
  font-size: 0.26rem;
  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#parent {
  background: #fff;
  color: #156BC6;
}
.wl-head .wl-nav .wl-navtxt li#parent a {
  background: #fff;
  color: #054e93;
}
.wl-head .wl-nav .wl-navtxt li#wl-selected {
  background: #fff;
  color: #054e93;
}
/*.wl-head .wl-nav .wl-navtxt li#wl-selected a {
  background: #fff;
  color: #333;
}
.wl-head .wl-nav .wl-navtxt li:hover a {
  background: #fff;
  color: #054e93;
}
*/.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-navtxt li dl {
  text-align: center;
}
.wl-head .wl-nav .wl-navtxt li dl dd {
  display: inline-block;
  width: 22%;
  text-align: center;
  background-color: #004847;
  margin: 1.5%;
  margin-bottom: .15rem;
}
.wl-head .wl-nav .wl-navtxt li:nth-child(2) dl dd {
  width: 27%;
  margin: .05rem;
}
.wl-head .wl-nav .wl-navtxt li dl dd a {
  display: inline-block;
  font-size: 0.2rem;
  line-height: .5rem;
  color: #fff;
}
.wl-head .wl-nav .wl-navtxt li.on dl dd a {
  color: #fff;
}
.wl-head .wl-nav span {
  width: 80px;
  background-image: url("../images/ico-eng.png");
  background-position: 20px;
  center;
  background-repeat: no-repeat;
  padding-left: 60px;
  display: inline-block;
  text-align: left;
  font-size: .22rem;
  margin-left: calc((100% - 120px) / 2);
}
/*====banner====*/
.wl-banner {
  margin-top: .95rem;
  margin-bottom: .4rem;
}
.wl-banner .swiper-container {
  height: 60vw;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wl-banner .swiper-container .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wl-banner .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wl-banner .swiper-container .swiper-pagination {
  width: 100%;
  bottom: .2rem;
}
.wl-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .12rem;
}
.wl-banner .swiper-pagination-bullet {
  background: #fff;
  position: relative;
  opacity: .58;
}
.wl-banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #004847;
}
.wl-banner .swiper-pagination-bullet-active:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #004847;
  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;
}
/*====main====*/
.wl-main {}
.wl-main .wl-title {
  text-align: center;
  margin-bottom: .3rem;
}
.wl-main .wl-title h3 {
  font-size: .32rem;
  line-height: 160%;
}
.wl-main .wl-title em {
  display: block;
  margin: 4px auto;
  width: 60px;
  height: 4px;
  background-color: #8dc887;
}
.wl-main .wl-title span {
  font-size: .2rem;
  text-transform: uppercase;
  line-height: 160%;
}
.wl-main .wl-about {
  margin-bottom: .5rem;
}
.wl-main .wl-about .wl-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wl-main .wl-about .wl-con .wl-img {
  width: 100%;
  height: 60vw;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.2rem;
}
.wl-main .wl-about .wl-con .wl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}
.wl-main .wl-about .wl-con .wl-img img:hover {
  transform: scale(1.1);
}
.wl-main .wl-about .wl-con .wl-info {
  width: 96%;
  margin: 0 auto;
}
.wl-main .wl-about .wl-con .wl-info h1 {
  font-size: .28rem;
  line-height: 200%;
  color: #004847;
}
.wl-main .wl-about .wl-con .wl-info p {
  line-height: 180%;
  font-size: .22rem;
}
.wl-main .wl-about .wl-con .wl-info ul {
  padding: .2rem 0;
  display: flex;
  justify-content: space-between;
}
.wl-main .wl-about .wl-con .wl-info ul li {}
.wl-main .wl-about .wl-con .wl-info ul li span, .wl-main .wl-about .wl-con .wl-info ul li em {
  font-size: .6rem;
  line-height: .6rem;
  font-family: "DINCondensed";
  color: #8dc887;
}
.wl-main .wl-about .wl-con .wl-info ul li em {
  font-style: normal;
}
.wl-main .wl-about .wl-con .wl-info ul li p {
  color: #999;
  margin-top: .05rem;
  font-size: .18rem;
}
.wl-more {
  width: 40%;
  height: .6rem;
  border-radius: .3rem;
  border: 1px solid #004847;
  background-color: #004847;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  font-family: "DINCondensed";
  font-size: .22rem;
  color: #fff;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wl-more i {
  display: block;
  width: 32px;
  height: 9px;
  background-image: url(../images/08.png);
  background-size: auto 100%;
  background-position: 0px 0;
  margin-left: 12px;
  margin-top: -4px;
  transition: all 0.3s;
}
.wl-more:hover {
  background-color: #fff;
  border-color: #E6E6E6;
  color: #333;
}
.wl-more:hover i {
  background-position: 32px 0px;
}
.wl-main .wl-about .wl-con .wl-more {
  margin-top: 10px;
  margin: 0 auto;
}
.wl-main .wl-pro {
  padding: .5rem 0;
  background-image: linear-gradient(to right, #e9f9ff, #FFFFFF, #e9f9ff);
}
.wl-main .wl-pro .wl-sort {
  text-align: center;
  margin-bottom: .3rem;
}
.wl-main .wl-pro .wl-sort a {
  display: inline-block;
  width: 27%;
  text-align: center;
  margin: 0 1.5%;
  line-height: 250%;
  border: solid 1px #e6e6e6;
  border-radius: .25rem;
  transition: all .4s;
  font-size: .23rem;
}
.wl-main .wl-pro .wl-sort a:hover, .wl-main .wl-pro .wl-sort a.wl-on {
  background-color: #004847;
  border-color: #004847;
  color: #fff;
}
.wl-main .wl-pro .wl-con {
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.wl-main .wl-pro .wl-con .swiper-container {
  width: 80%;
  padding: 2%;
  padding-bottom: .5rem;
  margin: 0 8%;
  overflow: hidden;
}
.wl-main .wl-pro .wl-con .swiper-container .swiper-slide {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wl-main .wl-pro .wl-con .swiper-container .swiper-slide .wl-item {
  background-color: #f5f5f5;
  transition: all .4s;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.wl-main .wl-pro .wl-con .swiper-container .swiper-slide .wl-item .wl-img {
  width: 100%;
  height: 45vw;
  overflow: hidden;
}
.wl-main .wl-pro .wl-con .swiper-container .swiper-slide .wl-item .wl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}
.wl-main .wl-pro .wl-con .swiper-container .swiper-slide .wl-item:hover .wl-img img {
  transform: scale(1.1);
}
.wl-main .wl-pro .wl-con .swiper-container .swiper-slide .wl-item .wl-info {
  padding: 5%;
}
.wl-main .wl-pro .wl-con .swiper-container .swiper-slide .wl-item .wl-info h2 {
  font-size: .23rem;
  font-weight: normal;
  margin-bottom: .15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wl-main .wl-pro .wl-con .swiper-container .swiper-slide .wl-item .wl-info p {
  font-size: .2rem;
  color: #777;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .15rem;
}
.wl-main .wl-pro .wl-con .swiper-container .swiper-slide .wl-item .wl-info span {
  display: block;
  text-align: right;
  color: #004847;
  font-size: .18rem;
}
.wl-main .wl-pro .wl-con .swiper-container .swiper-slide .wl-item:hover {
  transform: translateY(-15px);
}
.wl-main .wl-pro .wl-con .swiper-button-next, .wl-main .wl-pro .wl-con .swiper-button-prev {
  color: #004847;
  opacity: .8;
  left: 0;
}
.wl-main .wl-pro .wl-con .swiper-button-next {
  right: 0;
  left: auto;
}
.wl-main .wl-pro .wl-con .swiper-container .swiper-pagination {
  width: 80%;
  bottom: 0px;
}
.wl-main .wl-pro .wl-con .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .12rem;
}
.wl-main .wl-pro .wl-con .swiper-container .swiper-pagination-bullet {
  background: #004847;
  position: relative;
  opacity: .58;
}
.wl-main .wl-pro .wl-con .swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #004847;
}
.wl-main .wl-pro .wl-con .swiper-container .swiper-pagination-bullet-active:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #004847;
  position: absolute;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -11px;
}
.wl-main .wl-news {
  padding: .5rem 0;
  background-image: url("../images/news-bg.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.wl-main .wl-news .wl-wid .wl-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: .3rem;
}
.wl-main .wl-news .wl-wid .wl-slide {
  width: 100%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: .15rem;
}
.wl-main .wl-news .wl-wid .wl-slide .swiper-container {
  width: 100%;
  height: 60vw;
  overflow: hidden;
  position: relative;
}
.wl-main .wl-news .wl-wid .wl-slide .swiper-slide a {
  position: relative;
}
.wl-main .wl-news .wl-wid .wl-slide .swiper-slide a img {
  width: 100%;
  height: 60vw;
  object-fit: cover;
  position: relative;
  display: inline-block;
}
.wl-main .wl-news .wl-wid .wl-slide .swiper-slide a h4 {
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  line-height: .5rem;
  position: absolute;
  bottom: 0;
  width: 75%;
  min-height: .5rem;
  padding: 5px 23% 5px 2%;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wl-main .wl-news .wl-wid .wl-slide .swiper-pagination {
  text-align: right;
  width: 96%;
  padding-right: 4%;
  bottom: .2rem;
}
.wl-main .wl-news .wl-wid .wl-slide .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 6px;
  margin: 0 3px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 0;
}
.wl-main .wl-news .wl-wid .wl-slide .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.wl-main .wl-news .wl-wid .wl-list {
  width: 96%;
	margin: 0 auto;
}
.wl-main .wl-news .wl-wid .wl-list ul li {
  border-bottom: dashed 1px #ccc;
  padding: .1rem 0;
}
.wl-main .wl-news .wl-wid .wl-list ul li:last-child {
  border: none;
}
.wl-main .wl-news .wl-wid .wl-list ul li a {
  font-size: .22rem;
  line-height: .5rem;
}
.wl-main .wl-news .wl-wid .wl-list ul li:first-child, .wl-main .wl-news .wl-wid .wl-list ul li:nth-child(2) {
  padding: .1rem 0;
}
.wl-main .wl-news .wl-wid .wl-list ul li a h3 {
  font-size: .22rem;
  margin-bottom: .06rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wl-main .wl-news .wl-wid .wl-list ul li a p {
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: .19rem;
  line-height: .3rem;
}
.wl-main .wl-news .wl-wid .wl-list ul li a:hover h3 {
  color: #004746;
}
.wl-main .wl-news .wl-wid .wl-list ul li a:hover p {
  text-decoration: underline;
}
.wl-main .wl-news .wl-wid .wl-list ul li i {
  font-size: .22rem;
  float: left;
  line-height: .5rem;
	text-indent: -.1rem;
}
.wl-main .wl-news .wl-wid .wl-list ul li span {
  float: right;
  line-height: .5rem;
}
.wl-main .wl-news .wl-wid .wl-list ul li:nth-child(3), .wl-main .wl-news .wl-wid .wl-list ul li:nth-child(4), .wl-main .wl-news .wl-wid .wl-list ul li:nth-child(5), .wl-main .wl-news .wl-wid .wl-list ul li:nth-child(6) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wl-main .wl-news .wl-wid .wl-list ul li:nth-child(3) a:hover, .wl-main .wl-news .wl-wid .wl-list ul li:nth-child(4) a:hover, .wl-main .wl-news .wl-wid .wl-list ul li:nth-child(5) a:hover, .wl-main .wl-news .wl-wid .wl-list ul li:nth-child(6) a:hover {
  font-weight: bold;
  color: #004746;
}
.wl-main .wl-news .wl-wid .wl-more {
  margin: 0 auto;
}
/*=======*/
.wl-nbanner {
	margin-top: .95rem;
}
.wl-nbanner img {
  width: 100%;
}
.wl-nmain {
  margin-bottom: 50px;
}
.wl-nmain .wl-nsort {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.wl-nmain .wl-nsort .wl-wid {
  display: flex;
  justify-content: space-between;
}
.wl-nmain .wl-nsort ul {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.wl-nmain .wl-nsort ul li {
	width: 28%;
	text-align: center;
  line-height: .6rem;
  font-size: .23rem;
  position: relative;
}
.wl-nmain .wl-nsort ul span {
  width: 1px;
  height: .2rem;
  margin-top: .22rem;
  background-color: #ccc;
}
.wl-nmain .wl-nsort ul span:nth-child(6){
	display: none;
}
.wl-nmain .wl-nsort ul li a::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  width: 0%;
  height: 3px;
  background-color: none;
  transition: all .3s;
}
.wl-nmain .wl-nsort ul li a:hover:before, .wl-nmain .wl-nsort ul li a.wl-on:before {
  width: 70%;
  left: 15%;
  background-color: #004847;
}
.wl-nmain .wl-nsort ul li a:hover, .wl-nmain .wl-nsort ul li a.wl-on {
  font-weight: bold;
  color: #004847;
}
.wl-nmain .wl-nsort .wl-loc {
	display: none;
  line-height: 80px;
  font-size: 16px;
  color: #777;
}
.wl-nmain .wl-nsort .wl-loc i {
  padding-right: 10px;
}
.wl-nmain .wl-nsort .wl-loc span {
  padding: 0 10px;
}
.wl-nmain .wl-nsort .wl-loc a {
  color: #777;
}
.wl-nmain .wl-ntitle {
  font-size: .35rem;
  text-align: center;
  border-bottom: solid 1px #ccc;
  margin-bottom: .4rem;
  padding-bottom: .3rem;
}
.wl-nmain .wl-ntitleb {
  font-size: .25rem;
  text-align: center;
  border-bottom: solid 1px #ccc;
  margin-bottom: .4rem;
  padding-bottom: .3rem;
}
.wl-nmain .wl-ntitleb span {
  display: block;
  font-size: .22rem;
  color: #777;
  margin-top: .15rem;
}
.wl-nmain .wl-ntitle span i {
  padding-right: .1rem;
}
.wl-nmain .wl-con {
  line-height: 180%;
  /*min-height: 5rem;*/
  font-size: .22rem;
}
.wl-nmain .wl-con img {
  max-width: 100%;
}
.wl-nmain .wl-prolist {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
.wl-nmain .wl-prolist .wl-item {
  width: 94%;
	margin: 0 auto;
  margin-bottom: .25rem;
  background-color: #f5f5f5;
  transition: all .4s;
}
.wl-nmain .wl-prolist .wl-item .wl-img {
  width: 100%;
  height: 50vw;
  overflow: hidden;
}
.wl-nmain .wl-prolist .wl-item .wl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}
.wl-nmain .wl-prolist .wl-item:hover .wl-img img {
  transform: scale(1.1);
}
.wl-nmain .wl-prolist .wl-item .wl-info {
  padding: 5%;
}
.wl-nmain .wl-prolist .wl-item .wl-info h2 {
  font-size: .23rem;
  font-weight: normal;
  margin-bottom: .15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wl-nmain .wl-prolist .wl-item .wl-info p {
  font-size: .19rem;
  color: #777;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .15rem;
}
.wl-nmain .wl-prolist .wl-item .wl-info span {
  display: block;
  text-align: right;
  color: #004847;
  font-size: .18rem;
}
.wl-nmain .wl-prolist .wl-item:hover {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
  background-color: #fff;
}
.wl-nmain .wl-prodetail .wl-detail-a {
  padding: 3%;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
  margin-bottom: .4rem;
}
.wl-nmain .wl-prodetail .wl-detail-a .wl-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
	margin-bottom: .3rem;
}
.wl-nmain .wl-prodetail .wl-detail-a .wl-img img {
  max-width: 100%;
}
.wl-nmain .wl-prodetail .wl-detail-a .wl-info {
  width: 100%;
  padding-top: 0;
  font-size: .18rem;
}
.wl-nmain .wl-prodetail .wl-detail-a .wl-info h1 {
  font-size: .26rem;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  padding-bottom: .2rem;
  margin-bottom: .2rem;
  border-bottom: solid 1px #ddd;
}
.wl-nmain .wl-prodetail .wl-detail-a .wl-info h1 span {
  display: inline-block;
  width: 3px;
  height: .3rem;
  background-color: #004746;
  margin-right: .15rem;
}
.wl-nmain .wl-prodetail .wl-detail-a .wl-info .wl-txt h3 {
  font-size: .24rem;
  font-weight: normal;
  margin-bottom: .15rem;
}
.wl-nmain .wl-prodetail .wl-detail-a .wl-info .wl-txt h3 img {
  margin-right: .1rem;
	padding-top: .05rem;
  width: .25rem;
  height: .25rem;
	float: left;
}
.wl-nmain .wl-prodetail .wl-detail-a .wl-info .wl-txt p {
  margin-bottom: .3rem;
  line-height: 180%;
  font-size:.22rem;
}
.wl-nmain .wl-prodetail .wl-detail-a .wl-info .wl-txt ul li {
  margin-bottom: .1rem;
  font-size:.22rem;
}

.wl-nmain .wl-prodetail .wl-detail-b h2 {
  font-size: .26rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}
.wl-nmain .wl-prodetail .wl-detail-b h2 span {
  display: block;
  width: .5rem;
  margin-left: calc((100% - .5rem) / 2);
  height: 3px;
  background-color: #004746;
  margin-top: .15rem;
}
.wl-nmain .wl-prodetail .wl-detail-b .wl-txt img {
  max-width: 100%;
}
.wl-nmain .wl-prodetail .wl-detail-b .wl-txt {
  font-size: .22rem;
  line-height: 180%;
}
.wl-nmain .wl-nnews .wl-nslide {
  margin-bottom: .3rem;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  transition: all .4s;
  height: auto;
  overflow: hidden;
}
.wl-nmain .wl-nnews .wl-nslide:hover {
  transform: translateY(-10px);
}
.wl-nmain .wl-nnews .wl-nslide .swiper-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wl-nmain .wl-nnews .wl-nslide .wl-item {
  background-color: #f5f5f5;
}
.wl-nmain .wl-nnews .wl-nslide .wl-item a {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
.wl-nmain .wl-nnews .wl-nslide .wl-item a .wl-img {
  width: 100%;
  height: 60vw;
  overflow: hidden;
}
.wl-nmain .wl-nnews .wl-nslide .wl-item a .wl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}
.wl-nmain .wl-nnews .wl-nslide .wl-item:hover .wl-img img {
  transform: scale(1.1);
}
.wl-nmain .wl-nnews .wl-nslide .wl-item a .wl-info {
  width: 94%;
  padding: 3%;
}
.wl-nmain .wl-nnews .wl-nslide .wl-item a .wl-info h2 {
  font-size: .22rem;
  line-height: 150%;
  margin-bottom: .15rem;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wl-nmain .wl-nnews .wl-nslide .wl-item:hover .wl-info h2 {
  color: #004847;
}
.wl-nmain .wl-nnews .wl-nslide .wl-item a .wl-info p {
  font-size: .18rem;
  line-height: 180%;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.wl-nmain .wl-nnews .wl-nslide .wl-item:hover .wl-info p {
  text-decoration: underline;
}
.wl-nmain .wl-nnews .wl-nslide .wl-item a .wl-info span {
  display: inline-block;
  margin-top: .2rem;
  color: #777;
  font-size: .18rem;
}
.wl-nmain .wl-nnews .wl-nslide .wl-item a .wl-info span i {
  padding-right: .1rem;
}
.wl-nmain .wl-nnews .wl-nslide .swiper-pagination {
  width: 96%;
  padding-right: 4%;
  text-align: right;
  display: block;
  position: absolute;
  bottom: .15rem;
}
.wl-nmain .wl-nnews .wl-nslide .swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background-color: #004847;
}
.wl-nmain .wl-nnews .wl-nnewslist {}
.wl-nmain .wl-nnews .wl-nnewslist .wl-item {
  border-bottom: solid 1px #eee;
  margin-bottom: .2rem;
  padding-bottom: .2rem;
  transition: all .4s;
}
.wl-nmain .wl-nnews .wl-nnewslist .wl-item:hover {
  transform: translateY(-10px);
}
.wl-nmain .wl-nnews .wl-nnewslist .wl-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wl-nmain .wl-nnews .wl-nnewslist .wl-item a .wl-img {
	display: none;
  width: 280px;
  height: 170px;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.wl-nmain .wl-nnews .wl-nnewslist .wl-item a .wl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}
.wl-nmain .wl-nnews .wl-nnewslist .wl-item:hover a .wl-img img {
  transform: scale(1.1);
}
.wl-nmain .wl-nnews .wl-nnewslist .wl-item a .wl-info {
  width: 72%;
  padding: 2.5% 1.5%;
  transition: all .4s;
}
.wl-nmain .wl-nnews .wl-nnewslist .wl-item:nth-child(2n) a .wl-info, .wl-nmain .wl-nnews .wl-nnewslist .wl-item:hover a .wl-info {
  background-color: #f5f5f5;
}
.wl-nmain .wl-nnews .wl-nnewslist .wl-item a .wl-info h2 {
  font-size: .22rem;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .4s;
}
.wl-nmain .wl-nnews .wl-nnewslist .wl-item:hover a .wl-info h2 {
  color: #004847;
}
.wl-nmain .wl-nnews .wl-nnewslist .wl-item a .wl-info p {
  font-size: .18rem;
  line-height: 160%;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wl-nmain .wl-nnews .wl-nnewslist .wl-item a .wl-date {
  width: 22%;
  height: .6rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-left: solid 1px #ccc;
  color: #004847;
}
.wl-nmain .wl-nnews .wl-nnewslist .wl-item a .wl-date span:first-child {
  font-size: .4rem;
  width: 100%;
}
.wl-nmain .wl-nnews .wl-nnewslist .wl-item a .wl-date span:last-child {
  font-size: .22rem;
  width: 100%;
}
.wl-nmain .wl-con .wl-contact {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
.wl-nmain .wl-con .wl-contact .wl-img {
  width: 100%;
  height: 70vw;
}
.wl-nmain .wl-con .wl-contact .wl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wl-nmain .wl-con .wl-contact .wl-info {
  /*background-color: #004845;
  background-image: url("../images/contact-bg.jpg");*/
  background-position: right bottom;
  background-size: 150%;
  padding: 8%;
  width: 84%;
  color: #000;
}
.wl-nmain .wl-con .wl-contact .wl-info h1 {
  font-size: .26rem;
  margin-bottom: .3rem;
}
.wl-nmain .wl-con .wl-contact .wl-info p {
  margin-bottom: .2rem;
  font-size: .2rem;
}
.wl-nmain .wl-con .wl-contact .wl-info p span {
  display: block;
  font-size: .22rem;
  margin-bottom: .1rem;
}
.wl-nmain .wl-con .wl-contact .wl-info p span i {
  padding-right: .1rem;
}
/*========*/
.wl-foot {
  background-image: url("../images/foot-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.wl-foot .wl-wid {
  padding: .4rem 0;
  display: flex;
  justify-content: space-between;
}
.wl-foot .wl-wid .wl-a {
  display: none;
  justify-content: space-between;
  align-items: flex-start;
}
.wl-foot .wl-wid .wl-a dl {
  width: 80px;
  margin-right: 30px;
}
.wl-foot .wl-wid .wl-a dl:first-child {
  width: 160px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wl-foot .wl-wid .wl-a dl:first-child dd {
  width: 50%;
}
.wl-foot .wl-wid .wl-a dl dt {
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #004847;
}
.wl-foot .wl-wid .wl-a dl dd {
  font-size: 16px;
}
.wl-foot .wl-wid .wl-a dl dd a {
  line-height: 35px;
}
.wl-foot .wl-wid .wl-line {
  width: 1px;
  height: 80px;
  margin: 40px 40px 0 0px;
  background-color: #bbb;
	display: none;
}
.wl-foot .wl-wid .wl-b {
  width: 65%;
}
.wl-foot .wl-wid .wl-b h3 {
  margin-bottom: .15rem;
  font-size: .22rem;
  font-weight: bold;
  color: #004847;
}
.wl-foot .wl-wid .wl-b p {
  font-size: .21rem;
  line-height: 180%;
}
.wl-foot .wl-wid .wl-c {
}
.wl-foot .wl-wid .wl-c h3 {
  margin-bottom: .15rem;
  font-size: .22rem;
  font-weight: bold;
  color: #004847;
  text-align: center;
}
.wl-foot .wl-wid .wl-c img {
  width: 90%;
	margin-left: 5%;
}
.wl-foot .wl-copy {
  border-top: solid 1px #ccc;
  background-color: #004847;
  color: #fff;
}
.wl-foot .wl-copy a {
  color: #fff;
}
.wl-foot .wl-copy .wl-wid {
  display: block;
  padding: .2rem 0;
  font-size: .21rem;
  line-height: 180%;
}
.wl-foot .wl-copy .wl-wid span{
	display: block;
}
.wl-foot .wl-copy .wl-wid span:last-child{
	text-align: center;
	padding-top:6px;
}
.wl-scroll-fix {
  box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.1);
}