.container {
  max-width: 1300px;
  padding: 0;
}
body {
  background: #fff;
}
.h-active .nav-a {
  color: #00a2e4 !important;
}
.h-active .nav-a::after {
  opacity: 1 !important;
  width: 100% !important;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../font/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue";
  src: url("../font/BebasNeue.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Light";
  src: url("../font/Poppins-Light.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../font/Poppins-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

.mxl-o {
    position: absolute;
    right: 0;
    top: 1px;
    padding: 19.5px 15px;
}

.mb-div {
  display: none;
  /*margin-top: 9px;*/
  padding-left: 21px;
}
.mb-div .mxl-t {
  position: absolute;
  right: -29px;
  top: 13px;
}
.mb-div a {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2px;
  width: 90%;
  position: relative;
}
.mb-div a:last-child {
  margin-bottom: 0;
}





.headd {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.05);
}
.headd .headd-cen {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headd .headd-cen .head-rt {
  display: flex;
  align-items: center;
  width: 72%;
  justify-content: space-between;
}
.headd .headd-cen .head-rt .head-nav {
  display: flex;
  justify-content: space-between;
  width: 87%;
}
.headd .headd-cen .head-rt .head-nav li .nav-a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333333;
  transition: all 0.5s;
  padding: 25.5px 15px;
  position: relative;
  white-space: nowrap;
}
.headd .headd-cen .head-rt .head-nav li .nav-a::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  bottom: 0;
  width: 0px;
  opacity: 0;
  height: 3px;
  background-color: #00a2e4;
  transition: all 0.5s;
}
.headd .headd-cen .head-rt .head-nav li:hover .nav-a {
  color: #00a2e4;
}
.headd .headd-cen .head-rt .head-nav li:hover .nav-a::after {
  opacity: 1;
  width: 100%;
}
.headd .headd-cen .head-rt .head-rt-rt {
  display: flex;
  align-items: center;
}
.headd .headd-cen .head-rt .head-rt-rt .head-rt-search {
  padding: 27.5px 30px;
  cursor: pointer;
}
.headd .headd-cen .head-rt .head-rt-rt .head-rt-lan {
  cursor: pointer;
  position: relative;
  padding: 27.5px 0;
}
.headd .headd-cen .head-rt .head-rt-rt .head-rt-lan ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background: #fff;
  width: 120px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 7px;
  padding-top: 7px;
  border-bottom: 3px solid #ff0000;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.2s;
}
.headd .headd-cen .head-rt .head-rt-rt .head-rt-lan ul li {
  text-align: center;
  display: flex;
  padding: 0 15px;
  align-items: center;
}
.headd .headd-cen .head-rt .head-rt-rt .head-rt-lan ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: all 0.6s;
  color: #333333;
  white-space: nowrap;
}
.headd .headd-cen .head-rt .head-rt-rt .head-rt-lan ul li a img {
  margin-right: 11px;
}
.headd .headd-cen .head-rt .head-rt-rt .head-rt-lan ul li a:hover {
  color: #00a2e4;
}
.headd .headd-cen .head-rt .head-rt-rt .head-rt-lan:hover ul {
  opacity: 1;
  visibility: visible;
  height: 73px;
}




.h-child {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.3s;
}
.h-child .container {
  display: block;
  padding: 28px 0;
}
.h-child .container div {
  display: flex;
  justify-content: flex-start;
  width: fit-content;
  position: relative;
  left: 69.5%;
}
.h-child .container div a {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  transition: all 0.5s;
  margin-right: 36px;
  color: #ffffff;
}
.h-child .container div a:last-child {
  margin-right: 0;
}
.h-child .container div a:hover {
  color: #00a2e4;
}
/*.headd .headd-cen .head-rt .head-nav li:hover .nav-h {*/
/*  color: #fff;*/
/*  background: rgba(35, 130, 0, 0.5);*/
/*}*/
/*.headd .headd-cen .head-rt .head-nav li:hover .nav-h::after {*/
/*  width: 100%;*/
/*  opacity: 1;*/
/*}*/
.headd .headd-cen .head-rt .head-nav li:hover .h-child {
  height: 84px;
  opacity: 1;
  visibility: visible;
}
.headd .headd-cen .head-rt .head-nav li:nth-child(2) .h-child .container div {
  position: relative;
  left: 36.6%;
}
.headd .headd-cen .head-rt .head-nav li:nth-child(3) .h-child .container div {
    position: relative;
    left: 46.2%;
}
.headd .headd-cen .head-rt .head-nav li:nth-child(4) .h-child .container div {
    position: relative;
    left: 56%;
}









.headd .headd-cen .head-rt .head-rt-rt::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 13px;
  background-color: #333333;
  opacity: 0.27;
}
#menu {
  position: fixed;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
}
.search form {
  position: absolute;
  top: 100%;
  background: #00a2e4;
  padding: 11px 10px;
  width: 100%;
  right: 0;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 3;
}
.search form p span input:nth-child(1) {
  display: block;
  width: 100%;
  background: #fff;
  padding: 11px 11px;
  border: 1px solid #dedede;
  outline: none;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
}
.search form p span {
  width: 91%;
  position: relative;
}
.search form p span::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #000;
}
.search form p input:nth-child(2) {
  background: url(../images/ss2.png) no-repeat;
  display: block;
  width: 15px;
  height: 14px;
  background-size: 100% 100%;
  margin-left: 15px;
}
.search form p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24%;
}
.form-active {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}
.banner {
  position: relative;
}
.banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
}
.banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg1{
    display: none !important;
}
.banner .myswiper .swiper-wrapper .swiper-slide1 .swiper-bg,.banner .myswiper .swiper-wrapper .swiper-slide3 .swiper-bg{
    background-position: 100% 100% !important;
}
.banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner .myswiper .swiper-wrapper .slide2 .swiper-bg .swiper-cen{
    justify-content: center;
    text-align: center;
}
.banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen div h2 {
  font-size: 54px;
  line-height: 76px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0;
}
.banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen div p:nth-child(2) {
  font-size: 30px;
  color: #ffffff;
  margin-top: 16px;
}
.banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen div p:nth-child(3) {
  font-size: 20px;
  color: #ffffff;
  opacity: 0.65;
  margin-top: -8px;
}
.banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen div a:last-child {
  display: flex;
  align-items: center;
  width: 200px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  font-size: 15px;
  color: #00a2e4;
  padding-left: 23px;
  padding-right: 3px;
  justify-content: space-between;
  margin-top: 33px;
  transition: all 0.3s;
}
.banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen div a:last-child img {
  transition: all 0.5s;
}
.banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen div a:last-child:hover img {
  transform: rotateZ(360deg);
}


.banner .myswiper .swiper-wrapper .slide2 .swiper-bg .swiper-cen div{
    /*position: relative;*/
    /*top: -80px;*/
}

.banner .myswiper .swiper-wrapper .slide3 .swiper-bg .swiper-cen{
    justify-content: center;
    text-align: center;

}
.banner .myswiper .swiper-wrapper .slide3 .swiper-bg .swiper-cen div h3{
    font-size: 55px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 14px;
}

.banner .myswiper .swiper-wrapper .slide3 .swiper-bg .swiper-cen div p:nth-child(2){
    margin-top: 16px;
    font-size: 32px;
}



.banner .myswiper .swiper-dh {
  position: absolute;
  bottom: 0;
  width: 100%;
  bottom: 45px;
}
.banner .myswiper .swiper-dh .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .myswiper .swiper-dh .swiper-lf {
  width: 11.6%;
  display: flex;
  justify-content: space-between;
}
.banner .myswiper .swiper-dh .swiper-lf .my-prev {
  position: relative;
  top: 0;
  opacity: 1;
  margin-top: 0;
  width: 48px;
  height: 48px;
  background-image: url(../images/blf.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
}
.banner .myswiper .swiper-dh .swiper-lf .my-next {
  position: relative;
  top: 0;
  opacity: 1;
  margin-top: 0;
  width: 48px;
  height: 48px;
  background-image: url(../images/brt.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 0;
}
.banner .myswiper .swiper-dh .swiper-lf .my-next:after,
.banner .myswiper .swiper-dh .swiper-lf .my-prev:after {
  display: none;
}
.banner .myswiper .swiper-dh .swiper-rt {
  width: 9%;
}
.banner .myswiper .swiper-dh .swiper-rt .my-pagination {
  position: relative;
  bottom: inherit;
  font-size: 20px;
  color: #ffffff;
  white-space: nowrap;
}
.banner .myswiper .swiper-dh .swiper-rt .my-pagination .swiper-pagination-current {
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  padding-left: 41px;
  font-family: "Poppins";
}
.banner .myswiper .swiper-dh .swiper-rt .my-pagination .swiper-pagination-total {
  font-size: 20px;
  color: #ffffff;
  position: relative;
  padding-left: 14px;
  font-family: "Poppins-Regular";
}
.banner .myswiper .swiper-dh .swiper-rt .my-pagination .swiper-pagination-current::before {
  position: absolute;
  content: '0';
  font-size: 60px;
  color: #ffffff;
  left: 0;
  font-family: "Poppins";
}
.banner .myswiper .swiper-dh .swiper-rt .my-pagination .swiper-pagination-total::before {
  position: absolute;
  content: '0';
  font-size: 20px;
  color: #ffffff;
  left: 0;
  top: -7px;
  font-family: "Poppins-Regular";
}
.banner .ban-xl {
  text-align: center;
  position: absolute;
  bottom: 37px;
  left: 0;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  animation: float 2s infinite;
}
.banner .ban-xl img {
  cursor: pointer;
}
@keyframes float {
  0% {
    bottom: 37px;
  }
  25% {
    bottom: 45px;
  }
  50% {
    bottom: 53px;
  }
  75% {
    bottom: 45px;
  }
  100% {
    bottom: 37px;
  }
}
.about {
  background: url(../images/ab-bg.png) no-repeat;
  background-size: cover;
}
.about .about-con {
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 90px;
  align-items: center;
  position: relative;
}
.about .about-con .container .about-con-tp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .about-con .container .about-con-tp .about-con-tp-lf {
  width: 36.7%;
}
.about .about-con .container .about-con-tp .about-con-tp-lf .about-name {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-top: 45px;
}
.about .about-con .container .about-con-tp .about-con-tp-lf div {
  font-size: 14px;
  color: #333333;
  text-align: justify;
  border-top: 1px dashed #dadada;
  margin-top: 16px;
  padding-top: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 4;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.about .about-con .container .about-con-tp .about-con-tp-lf a {
  display: flex;
  width: 200px;
  height: 54px;
  background-color: #00a2e4;
  border-radius: 27px;
  align-items: center;
  font-size: 15px;
  color: #ffffff;
  padding-left: 23px;
  padding-right: 4px;
  justify-content: space-between;
  margin-top: 108px;
  transition: all 0.3s;
}
.about .about-con .container .about-con-tp .about-con-tp-lf a img {
  transition: all 0.3s;
}
.about .about-con .container .about-con-tp .about-con-tp-lf a:hover img {
  transform: rotateZ(360deg);
}
.about .about-con .container .about-con-tp .about-con-tp-rt {
  width: 56.35%;
  padding-top: 37px;
}
.about .about-con .container .about-con-tp .about-con-tp-rt p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 418px;
  max-height: 418px;
}
.about .about-con .container .about-con-bt {
  margin-top: 90px;
}
.about .about-con .container .about-con-bt ul {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.05);
  padding-top: 4px;
  padding-bottom: 17px;
}
.about .about-con .container .about-con-bt ul li {
  text-align: center;
  width: calc(100%/3);
  position: relative;
}
.about .about-con .container .about-con-bt ul li span {
  font-size: 38px;
  color: #000;
  font-family: "BebasNeue";
}
.about .about-con .container .about-con-bt ul li p {
font-size: 14px;
    color: #757575;
    margin-top: -9px;
    line-height: 22px;
}
.about .about-con .container .about-con-bt ul li::after {
  position: absolute;
  right: 0;
  top: 59%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 41px;
  background-color: #e1e1e1;
}
.about .about-con .container .about-con-bt ul li:last-child::after {
  display: none;
}
.about .about-con .about-xl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  animation: float1 2s infinite;
  cursor: pointer;
}
@keyframes float1 {
  0% {
    bottom: 20px;
  }
  25% {
    bottom: 25px;
  }
  50% {
    bottom: 30px;
  }
  75% {
    bottom: 25px;
  }
  100% {
    bottom: 20px;
  }
}
.about-bt {
  position: relative;
  padding-left: 22px;
  padding-top: 16px;
  width: fit-content;
  padding-right: 77px;
  margin-bottom: 0;
}
.about-bt span {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333333;
  position: relative;
  z-index: 3;
}
.about-bt:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 46px;
  content: '';
  background: url(../images/dbx.png) no-repeat;
  background-size: 100% 100%;
}
.about-bt:after {
  position: absolute;
  top: 68%;
  transform: translateY(-50%);
  content: '';
  right: 0;
  width: 64px;
  height: 3px;
  background-color: #00a2e4;
}
.product {
  background: url(../images/pro-bg.jpg) no-repeat;
  background-size: cover;
}
.product .product-con {
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 90px;
  align-items: center;
  position: relative;
}
.product .product-con .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.product .product-con .container .product-con-lf {
  width: 23%;
}
.product .product-con .container .product-con-lf h2 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  color: #ffffff;
  width: fit-content;
  padding-right: 77px;
  margin-bottom: 0;
}
.product .product-con .container .product-con-lf h2::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 64px;
  height: 3px;
  background-color: #ffffff;
}
.product .product-con .container .product-con-lf p {
  font-size: 16px;
  color: #ffffff;
  margin-top: 38px;
  letter-spacing: 5px;
}
.product .product-con .container .product-con-lf ul {
  margin-top: 80px;
}
.product .product-con .container .product-con-lf ul li {
  margin-bottom: 37px;
  transition: all 0.3s;
}
.product .product-con .container .product-con-lf ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.product .product-con .container .product-con-lf ul li:hover {
  transform: translateX(10px);
}
.product .product-con .container .product-con-lf .product-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 23px;
  padding-right: 4px;
  width: 200px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 27px;
  font-size: 15px;
  color: #00a2e4;
  margin-top: 120px;
}
.product .product-con .container .product-con-lf .product-more img {
  transition: all 0.3s;
}
.product .product-con .container .product-con-lf .product-more:hover img {
  transform: rotateZ(360deg);
}
.product .product-con .container .product-con-rt {
  width: 70%;
  position: relative;
}
.product .product-con .container .product-con-rt .pro-swiper {
  padding-top: 10px;
  overflow: hidden;
}
.product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide {
  background-color: #fafafa;
  box-shadow: 0px 7px 12px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide .pro-detail {
  padding-top: 26px;
  padding-bottom: 25px;
  padding-left: 23px;
  padding-right: 23px;
}
.product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide .pro-detail a:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
.product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide .pro-detail a:nth-child(1) h3 {
  margin-bottom: 0;
}
.product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide .pro-detail a:nth-child(1) img:nth-child(3) {
  display: none;
}
.product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide .pro-detail a:nth-child(2) {
  font-size: 14px;
  line-height: 28px;
  color: #757575;
  border-top: 1px solid #dcdcdc;
  display: block;
  padding-top: 17px;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 5;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  min-height: 102px;
}
.product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide .pro-detail a:nth-child(3) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 233px;
  max-height: 233px;
  display: block;
  width: 95.4%;
  margin: 0 auto;
  margin-top: 46px;
}
.product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide .pro-detail:hover a:nth-child(1) {
  color: #00a2e4;
}
.product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide .pro-detail:hover a:nth-child(1) img:nth-child(2) {
  display: none;
}
.product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide .pro-detail:hover a:nth-child(1) img:nth-child(3) {
  display: inline;
}
.product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide:hover {
  transform: translateY(-10px);
}
.product .product-con .container .product-con-rt .pro-pagination {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  margin-top: 24px;
}
.product .product-con .container .product-con-rt .pro-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  opacity: 1;
  border-radius: 100%;
  background: none;
  margin: 0 16.2px;
  outline: none;
}
.product .product-con .container .product-con-rt .pro-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.product .product-con .pro-xl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  animation: float1 2s infinite;
  cursor: pointer;
}
.news .news-con {
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 90px;
  align-items: center;
  position: relative;
}
.news .news-con .container .news-swiper {
  overflow: hidden;
  margin-top: 56px;
}
.news .news-con .container .news-swiper .swiper-wrapper .swiper-slide .news-detail a:nth-child(1) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 215px;
  max-height: 215px;
  display: block;
}
.news .news-con .container .news-swiper .swiper-wrapper .swiper-slide .news-detail p:nth-child(2) {
  font-size: 14px;
  font-weight: bold;
  font-family: "Poppins-Light";
  color: #b2b2b2;
  margin-top: 12px;
}
.news .news-con .container .news-swiper .swiper-wrapper .swiper-slide .news-detail a:nth-child(3) {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  transition: all 0.3s;
}
.news .news-con .container .news-swiper .swiper-wrapper .swiper-slide .news-detail a:nth-child(4) {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  margin-top: 4px;
  white-space: normal;
  margin-bottom: 10px;
}
.news .news-con .container .news-swiper .swiper-wrapper .swiper-slide .news-detail a:nth-child(5) {
  font-size: 14px;
  transition: all 0.3s;
  color: #a2a2a2;
}
.news .news-con .container .news-swiper .swiper-wrapper .swiper-slide .news-detail:hover a:nth-child(3) {
  color: #00a2e4;
}
.news .news-con .container .news-swiper .swiper-wrapper .swiper-slide .news-detail:hover a:nth-child(5) {
  color: #00a2e4;
}
.news .news-con .container .news-pagination {
  position: relative;
  height: 1px;
  background-color: #c9c9c9;
  margin-top: 93px;
}
.news .news-con .container .news-pagination .swiper-pagination-progressbar-fill {
  background-color: #00a2e4;
  height: 3px;
  top: -1px;
}
.news .news-con .news-xl {
  text-align: center;
  position: absolute;
  bottom: 37px;
  left: 0;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  animation: float 2s infinite;
}
.news .news-con .news-xl img {
  cursor: pointer;
}
.footer .fp-tableCell {
  display: block !important;
}
.footer .footer-con {
  background: #333333;
}
.footer .footer-con .footer-con-tp {
  display: flex;
  justify-content: space-between;
}
.footer .footer-con .footer-con-tp .footer-con-tp-lf {
  width: 60.6%;
  padding-right: 83px;
  border-right: 1px solid #666666;
  padding-top: 50px;
}
.footer .footer-con .footer-con-tp .footer-con-tp-lf .footer-nav {
  display: flex;
  justify-content: space-between;
}
.footer .footer-con .footer-con-tp .footer-con-tp-lf .footer-nav li .foot-a {
  font-size: 16px;
  color: #ffffff;
}
.footer .footer-con .footer-con-tp .footer-con-tp-lf .footer-nav li ul {
  margin-top: 14px;
}
.footer .footer-con .footer-con-tp .footer-con-tp-lf .footer-nav li ul li {
  margin-bottom: 12px;
}
.footer .footer-con .footer-con-tp .footer-con-tp-lf .footer-nav li ul li a {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.5;
  transition: all 0.3s;
}
.footer .footer-con .footer-con-tp .footer-con-tp-lf .footer-nav li ul li a:hover {
  opacity: 1;
}
.footer .footer-con .footer-con-tp .footer-con-tp-rt {
  display: flex;
  justify-content: space-between;
  width: 33.8%;
  padding-top: 52px;
  padding-bottom: 20px;
  align-items: center;
}
.footer .footer-con .footer-con-tp .footer-con-tp-rt div:nth-child(1){
    width: 84%;
}
.footer .footer-con .footer-con-tp .footer-con-tp-rt div:nth-child(1) p {
  font-size: 16px;
  color: #ffffff;
}
.footer .footer-con .footer-con-tp .footer-con-tp-rt div:nth-child(1) ul li {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.5;
  line-height: 38px;
}
.footer .footer-con .footer-con-tp .footer-con-tp-rt div:nth-child(1) ul li a{
    color: #fff;
}
.footer .footer-con .footer-con-tp .footer-con-tp-rt div:nth-child(2) ul li {
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
}
.footer .footer-con .footer-con-tp .footer-con-tp-rt div:nth-child(2) ul li .foot-img {
  opacity: 0.3;
  transition: all 0.3s;
}
.footer .footer-con .footer-con-tp .footer-con-tp-rt div:nth-child(2) ul li p {
  position: absolute;
  background: #fff;
  right: 150%;
  padding: 1px;
  width: 170px;
  height: 170px;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  visibility: visible;
  transition: all 0.3s;
}
.footer .footer-con .footer-con-tp .footer-con-tp-rt div:nth-child(2) ul li p img {
  position: relative;
  z-index: 3;
}
.footer .footer-con .footer-con-tp .footer-con-tp-rt div:nth-child(2) ul li p::after {
  position: absolute;
  right: -7.5px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 17px;
  height: 17px;
  background: url(../images/zx.png) no-repeat;
  background-size: 100% 100%;
}
.footer .footer-con .footer-con-tp .footer-con-tp-rt div:nth-child(2) ul li:hover .foot-img {
  opacity: 1;
}
.footer .footer-con .footer-con-tp .footer-con-tp-rt div:nth-child(2) ul li:hover p {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0px);
}
.footer .footer-con .footer-con-bt {
  border-top: 1px solid #666666;
  padding: 10.5px 0;
}
.footer .footer-con .footer-con-bt .container {
  display: flex;
  justify-content: space-between;
}
.footer .footer-con .footer-con-bt .container p {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.3;
}
.footer .footer-con .footer-con-bt .container p a {
  color: #ffffff;
}
#menu {
  left: 103px;
}
#menu li {
  display: flex;
  align-items: center;
  padding-bottom: 61px;
  position: relative;
}
#menu li a:nth-child(1) {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: none;
  position: relative;
  display: block;
}
#menu li a:nth-child(1)::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  content: '';
  height: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  opacity: 0.5;
}
#menu li a:nth-child(2) {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-left: 17px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#menu li::after {
  position: absolute;
  left: 9px;
  content: '';
  transform: translateX(-50%);
  top: 29px;
  width: 1px;
  height: 62px;
  border-left: 1px dashed #fff;
}
#menu li:last-child::after,
#menu li:nth-child(4)::after {
  display: none;
}
#menu li:nth-child(4) {
  padding-bottom: 0;
}
#menu .active a:nth-child(1) {
  border: 1px solid #fff;
}
#menu .active a:nth-child(1)::after {
  opacity: 1;
}
#menu .active a:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.black a:nth-child(2) {
  color: #00a2e4 !important;
}
.black a:nth-child(1)::after {
  background: #00a2e4 !important;
}
.black.active a:nth-child(1) {
  border: 1px solid #00a2e4 !important;
}
.black::after {
  border-left: 1px dashed #00a2e4 !important;
}
.i-ban {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 200px;
  max-height: 200px;
}
.i-ban .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding-top: 81px;
}
.i-ban .container h3 {
  font-size: 34px;
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0;
}
.i-crumb {
  box-shadow: 0px 1px 8px 0px rgba(208, 208, 208, 0.35);
}
.i-crumb .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i-crumb .container p {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  padding: 11px 0;
}
.i-crumb .container p img {
  margin-right: 4px;
}
.i-crumb .container p a {
  font-size: 14px;
  transition: all 0.3s;
  color: #999999;
  margin: 0 4px;
}
.i-crumb .container p a:hover {
  color: #00a2e4;
}
.i-bt {
  font-size: 30px;
  text-align: center;
  margin-bottom: 0;
  color: #333333;
}
.z-con {
  margin-top: 78px;
  padding-bottom: 82px;
}
.recruitment .container {
  display: none;
}
.recruitment .container .recruitment-tp {
  background-color: #00a2e4;
  margin-top: 30px;
  z-index: 2;
  position: relative;
}
.recruitment .container .recruitment-tp .recruitment-tp-tp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16.5px 0px;
}
.recruitment .container .recruitment-tp .recruitment-tp-tp li {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  width: calc(100%/4);
  text-align: center;
}
.recruitment .container .recruitment-tp .recruitment-tp-tp li:nth-child(1),
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:nth-child(1) {
  width: 13%;
}
.recruitment .container .recruitment-tp .recruitment-tp-tp li:last-child,
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:last-child {
  width: 15%;
}
.recruitment .container .recruitment-tp-cont {
  margin-top: 0px;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content {
  padding: 0px;
  margin-top: -1px;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li {
  font-size: 14px;
  color: #333;
  transition: all 0.5s;
  text-align: center;
  width: calc(100%/4);
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:last-child {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:last-child p {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:last-child p:nth-child(2) {
  display: none;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:last-child img {
  margin-left: 10px;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-box {
  display: none;
  margin: 0 auto;
  padding-top: 19px;
  margin-bottom: 23px;
  margin-top: -1px;
  padding-right: 0;
  width: 92.5%;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-box .recruitment-box-con {
  display: flex;
  justify-content: space-between;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-box .recruitment-box-con .recruitment-box-lf {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  width: 50%;
  padding-right: 35px;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-box .recruitment-box-con .recruitment-box-rt {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  width: 50%;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content:nth-child(1) .recruitment-box {
  display: block;
}
.recruitment .container:nth-child(1) {
  display: block;
}
.r-active {
  color: #00a2e4 !important;
}
.r-active img:nth-child(2) {
  display: inline !important;
}
.r-active img:nth-child(1) {
  display: none !important;
}
.r-con-recruitment {
  margin-top: 58px;
  margin-bottom: 63px;
}
.r-con-recruitment .r-con-recruitment-dh {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.r-con-recruitment .r-con-recruitment-dh li {
  font-size: 16px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c4c4c4;
  margin: 0 25px;
  padding: 6.5px 33.5px;
  cursor: pointer;
  transition: all 0.5s;
}
.r-con-recruitment .r-con-recruitment-dh li img {
  margin-right: 24px;
}
.r-con-recruitment .r-con-recruitment-dh li:hover {
  background: #00a2e4;
}
.zx-active .recruitment-zw {
  border-bottom: none !important;
}
.zx-active .recruitment-box {
  border-top: 1px dashed #dfdfdf;
}
.zx-active .recruitment-zw li:last-child p:nth-child(1) {
  display: none !important;
}
.zx-active .recruitment-zw li:last-child p:nth-child(2) {
  display: flex !important;
  color: #00a2e4 !important;
}
.x-con {
  padding-top: 73px;
  padding-bottom: 80px;
}
.j-newcon {
  padding: 33px 0;
  padding-bottom: 51px;
}
.j-newcon ul li {
  display: flex;
  padding: 40px 42px;
  align-items: center;
  border-bottom: 1px solid #c6c6c6;
  transition: all 0.5s;
}
.j-newcon ul li .j-date {
  width: 9.4%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.j-newcon ul li .j-date h3 {
  font-size: 40px;
  line-height: 26px;
  color: #999;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 22px;
  transition: all 0.5s;
  font-family: "Poppins-Regular";
}
.j-newcon ul li .j-date p {
  font-size: 16px;
  color: #999;
  padding-top: 8px;
  transition: all 0.5s;
  font-family: "Poppins-Regular";
}
.j-newcon ul li .j-thumb {
  padding-left: 50px;
  width: 30.7%;
}
.j-newcon ul li .j-thumb a {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 206px;
  max-height: 206px;
}
.j-newcon ul li .j-newdetail {
  width: 60%;
  padding-left: 45px;
}
.j-newcon ul li .j-newdetail .j-tit {
  font-size: 20px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  transition: all 0.5s;
}
.j-newcon ul li .j-newdetail .j-desc {
  font-size: 14px;
  color: #666666;
  display: block;
  line-height: 26px;
  padding-top: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.j-newcon ul li .j-newdetail p {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
  border-top: 1px dashed #c9c9c9;
  padding-top: 33px;
}
.j-newcon ul li .j-newdetail p .j-newlf {
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.j-newcon ul li .j-newdetail p .j-newlf img {
  margin-right: 13px;
}
.j-newcon ul li .j-newdetail p .j-newlf .j-arrow {
  display: none;
}
.j-newcon ul li .j-newdetail p .j-newrt {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.j-newcon ul li:hover {
  background: #f5f5f5;
}
.j-newcon ul li:hover .j-date h3 {
  color: #00a2e4;
  border-bottom: 1px solid #00a2e4;
}
.j-newcon ul li:hover .j-date p {
  color: #00a2e4;
}
.j-newcon ul li:hover .j-thumb a img {
  transform: scale(1.2);
}
.j-newcon ul li:hover .j-newdetail .j-tit {
  color: #00a2e4;
}
.j-newcon ul li:hover .j-newdetail p .j-newlf img {
  display: none;
}
.j-newcon ul li:hover .j-newdetail p .j-newlf .j-arrow {
  display: block;
}
.j-newcon ul li:hover .j-newdetail p .j-newlf {
  color: #00a2e4;
}
.j-newcon ul li:hover .j-newdetail p .j-newrt {
  opacity: 1;
  visibility: visible;
  transform: translateX(10px);
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  margin: 0 2.5px !important;
}
.pagination li a {
  font-size: 14px !important;
  color: #999999 !important;
  border: solid 1px #e2e2e2 !important;
  display: block !important;
  padding: 0 10.2525px !important;
  transition: all 0.3s !important;
  font-family: 微软雅黑 !important;
}
.pagination li:hover a {
  background: #00a2e4 !important;
  border: solid 1px #00a2e4 !important;
  color: #fff !important;
}
.pagination .active a {
  background: #00a2e4 !important;
  border: solid 1px #00a2e4 !important;
  color: #fff !important;
}
.xshow-con {
  padding-top: 65px;
  padding-bottom: 70px;
}
.xshow-con .xshow-tit {
  font-size: 24px;
  text-align: center;
  color: #333333;
}
.xshow-con .xshow-time {
  font-family: Poppins-Regular;
  font-size: 14px;
  text-align: center;
  color: #9e9e9e;
}
.xshow-con .xshow-detail {
  font-size: 14px;
  line-height: 28px;
  margin-top: 13px;
  color: #333333;
}
.xshow-con .xshow-back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  background-color: #00a2e4;
  transition: all 0.3s;
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 30px;
  margin-right: 0;
}
.xshow-con .xshow-back:hover {
  transform: translateX(-10px);
  box-shadow: 1px 1px 10px #00a2e4;
}
.xshow-con .xshow-dh {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d7d7d7;
  margin-top: 33px;
  padding-top: 23px;
}
.xshow-con .xshow-dh p {
  font-size: 14px;
  color: #666666;
}
.xshow-con .xshow-dh p a {
  font-size: 14px;
  color: #666666;
  transition: all 0.3s;
}
.xshow-con .xshow-dh p a:hover {
  color: #00a2e4;
}
.l-con {
  padding-top: 74px;
}
.l-con .l-lxfs {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
  align-items: center;
  padding-bottom: 55px;
}
.l-con .l-lxfs .l-lxfs-lf {
  width: 50.65%;
}
.l-con .l-lxfs .l-lxfs-lf #map {
  height: 382px;
}
.l-con .l-lxfs .l-lxfs-lf #map img {
  max-width: inherit !important;
}
.l-con .l-lxfs .l-lxfs-rt {
  width: 44.2%;
}
.l-con .l-lxfs .l-lxfs-rt h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 25px;
}
.l-con .l-lxfs .l-lxfs-rt ul {
  margin-top: 24px;
}
.l-con .l-lxfs .l-lxfs-rt ul li {
  display: flex;
  margin-bottom: 33px;
}
.l-con .l-lxfs .l-lxfs-rt ul li:last-child a{
    display: flex;
}
.l-con .l-lxfs .l-lxfs-rt ul li p:nth-child(1) {
  width: 23px;
  position: relative;
  top: -3px;
}
.l-con .l-lxfs .l-lxfs-rt ul li p:nth-child(2) {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  padding-left: 18px;
}
.l-con .l-lxfs .l-lxfs-rt ul li:last-child {
  margin-bottom: 0;
}
.l-con .l-zxly {
  margin-top: 40px;
  padding-bottom: 80px;
}
.l-con .l-zxly form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-con .l-zxly form input {
  width: 48.95%;
  font-size: 14px;
  color: #808080;
  padding: 11px 19px;
  background-color: #f7f7f7;
  /*margin-bottom: 20px;*/
  outline: none;
  border: 1px solid #ccc;
}
.l-con .l-zxly form input:nth-child(3) {
  width: 100%;
}
.l-con .l-zxly form textarea {
  width: 100%;
  padding: 11px 19px;
  background-color: #f7f7f7;
  resize: none;
  outline: none;
  min-height: 172px;
  border: 1px solid #ccc;
}

.l-con .l-zxly form button {
    width: 149px;
      height: 47px;
      background-color: #00a2e4;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      color: #ffffff;
      padding: 0;
      margin: 0 auto;
      margin-top: 52px;
      transition: all 0.5s;
      text-align: center;
      cursor: pointer;
}
/*.l-con .l-zxly form input:last-child {*/
/*  width: 149px;*/
/*  height: 47px;*/
/*  background-color: #00a2e4;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  font-size: 16px;*/
/*  color: #ffffff;*/
/*  padding: 0;*/
/*  margin: 0 auto;*/
/*  margin-top: 52px;*/
/*  transition: all 0.5s;*/
/*  text-align: center;*/
/*  cursor: pointer;*/
/*}*/
/*.l-con .l-zxly form input:last-child:hover {*/
/*  box-shadow: 1px 1px 10px #00a2e4;*/
/*}*/
.k-con {
  padding-top: 74px;
  padding-bottom: 80px;
}
.k-con .k-zs-con {
  background: #f8f8f8;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.k-con .k-zs-con .zs-swiper,.k-con .k-zs-con .zs-swiper1 {
  overflow: hidden;
  padding: 50px 0;
  width: 78%;
  margin: 0 auto;
}
.k-con .k-zs-con .zs-swiper .swiper-wrapper,.k-con .k-zs-con .zs-swiper1 .swiper-wrapper{
align-items: center;
}
.k-con .k-zs-con .zs-swiper .swiper-wrapper .swiper-slide,.k-con .k-zs-con .zs-swiper1 .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.k-con .k-zs-con .zs-swiper .swiper-wrapper .swiper-slide img,.k-con .k-zs-con .zs-swiper .swiper-wrapper .swiper-slide1 img {
  max-height: 100%;
}
.k-con .k-zs-con .zs-next, .k-con .k-zs-con .zs-next1{
  position: relative;
  background: none;
  right: 52px;
  outline: none;
}
.k-con .k-zs-con .zs-prev,.k-con .k-zs-con .zs-prev1 {
  position: relative;
  background: none;
  left: 52px;
  outline: none;
}
.k-con .k-zs-con .zs-prev:after,
.k-con .k-zs-con .zs-next:after,
.k-con .k-zs-con .zs-prev1:after,
.k-con .k-zs-con .zs-next1:after  {
  font-size: 36px;
  color: #00a2e4;
}
.k-con .k-lw-con {
  background-color: #f8f8f8;
  padding: 0 38px;
  margin-top: 30px;
  padding-top: 16px;
  padding-bottom: 40px;
}
.k-con .k-lw-con .k-lw-cont {
  margin-bottom: 37px;
}
.k-con .k-lw-con .k-lw-cont li {
  border-bottom: 1px dashed #d2d2d2;
  padding-top: 8px;
  padding-bottom: 9px;
}
.k-con .k-lw-con .k-lw-cont li a:nth-child(1) {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #333333;
}
.k-con .k-lw-con .k-lw-cont li a:nth-child(2),.k-con .k-lw-con .k-lw-cont li a:nth-child(3) {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #8b8b8b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.k-con .k-lw-con .k-lw-cont li a{
    transition: all .3s;
}
.k-con .k-lw-con .k-lw-cont li a:hover {
  color:#00a2e4;
}
.k-con .k-lw-con .k-lw-cont li:last-child {
  border-bottom: none;
}
.z-con-desc {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  margin-top: 29px;
}
.z-con-desc a {
  color: #007bff;
}
.g-con {
  padding-top: 74px;
  padding-bottom: 80px;
}
.g-con .g-con-jj {
  background-color: #f7f7f7;
  border-radius: 22px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: fit-content;
  margin-top: 27px;
}
.g-con .g-con-jj li {
  font-size: 16px;
  color: #333333;
  padding: 5.5px 33px;
  position: relative;
}
.g-con .g-con-jj li::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 16px;
  background-color: #d7d7d7;
}
.g-con .g-con-jj li:last-child::after {
  display: none;
}
.g-con .g-con-detail {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  margin-top: 31px;
  text-align: justify;
}
.g-con .g-con-td {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.g-con .g-con-td li {
  text-align: center;
  width: calc(100%/3);
  position: relative;
}
.g-con .g-con-td li img {
  transition: all 0.5s;
}
.g-con .g-con-td li p:nth-child(1) {
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-con .g-con-td li p:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-top: 30px;
}
.g-con .g-con-td li:hover img {
  transform: rotateY(360deg);
}
.g-con .g-con-td li::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 106px;
  background-color: #d2d2d2;
}
.g-con .g-con-td li:last-child::after {
  display: none;
}
.g-con .g-con-thumb {
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*background-position: center center;*/
  width: 100%;
  /*height: 624px;*/
  /*max-height: 624px;*/
  margin-top: 50px;
  text-align: center;
}
.c-con {
  padding-top: 74px;
  padding-bottom: 80px;
}
.c-con .c-cont {
  margin-top: 37px;
}
.c-con .c-cont .c-cont-items {
  display: flex;
  justify-content: space-between;
  background-color: #f8f8f8;
  padding: 35px 53px 35px 35px;
  margin-bottom: 31px;
  transition: all 0.5s;
}
.c-con .c-cont .c-cont-items:nth-child(2){
    display: none;
}
.c-con .c-cont .c-cont-items .c-cont-items-lf {
  width: 38.8%;
}
.c-con .c-cont .c-cont-items .c-cont-items-lf a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 302px;
  max-height: 302px;
  display: block;
}
.c-con .c-cont .c-cont-items .c-cont-items-rt {
  width: 56.65%;
  padding-top: 1px;
}
.c-con .c-cont .c-cont-items .c-cont-items-rt a:nth-child(1) {
  font-size: 24px;
  color: #333333;
  position: relative;
  padding-bottom: 16px;
  display: block;
}
.c-con .c-cont .c-cont-items .c-cont-items-rt a:nth-child(1)::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 172px;
  height: 3px;
  background: url(../images/tjt.png) no-repeat;
  background-size: 100% 100%;
}
.c-con .c-cont .c-cont-items .c-cont-items-rt .c-cont-intro-desc {
  font-size: 14px;
  line-height: 30px;
  color: #515151;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  margin-top: 25px;
}
.c-con .c-cont .c-cont-items .c-cont-items-rt a:last-child {
  font-size: 14px;
  transition: all 0.3s;
  color: #8d8d8d;
  display: flex;
  align-items: center;
  margin-top: 37px;
}
.c-con .c-cont .c-cont-items .c-cont-items-rt a:last-child img {
  margin-left: 11px;
}
.c-con .c-cont .c-cont-items .c-cont-items-rt a:last-child img:last-child {
  display: none;
}
.c-con .c-cont .c-cont-items:last-child {
  margin-bottom: 0;
}
.c-con .c-cont .c-cont-items:hover {
  transform: translateX(8px);
}
.c-con .c-cont .c-cont-items:hover a:last-child {
  color: #00a2e4;
}
.c-con .c-cont .c-cont-items:hover a:last-child img:last-child {
  display: inline;
}
.c-con .c-cont .c-cont-items:hover a:last-child img:nth-child(1) {
  display: none;
}
.cshow-con {
  margin-top: 80px;
  padding-bottom: 80px;
}
.cshow-con .cshow-lb {
  display: flex;
  justify-content: space-between;
}
.cshow-con .cshow-lb .cshow-lb-lf {
  width: 48.5%;
  background-color: #f6f6f6;
}
.cshow-con .cshow-lb .cshow-lb-lf .cpxq-swiper {
  overflow: hidden;
  position: relative;
}
.cshow-con .cshow-lb .cshow-lb-lf .cpxq-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  height: 420px;
  align-items: center;
}
.cshow-con .cshow-lb .cshow-lb-lf .cpxq-swiper .swiper-wrapper .swiper-slide img{
    max-width: 75%;
    max-height: 100%;
}
.cshow-con .cshow-lb .cshow-lb-lf .cpxq-swiper .cpxq-next {
  background-image: none;
  right: 37px;
}
.cshow-con .cshow-lb .cshow-lb-lf .cpxq-swiper .cpxq-prev {
  left: 37px;
  background-image: none;
}
.cshow-con .cshow-lb .cshow-lb-lf .cpxq-swiper .cpxq-next:after {
  color: #999999;
  font-size: 33px;
  font-weight: bold;
}
.cshow-con .cshow-lb .cshow-lb-lf .cpxq-swiper .cpxq-prev:after {
  color: #999999;
  font-size: 33px;
  font-weight: bold;
}
.cshow-con .cshow-lb .cshow-lb-rt {
  width: 46.56%;
  padding-top: 56px;
}
.cshow-con .cshow-lb .cshow-lb-rt h3 {
  font-size: 26px;
  font-weight: bold;
  color: #00a2e4;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 13px;
  position: relative;
}
.cshow-con .cshow-lb .cshow-lb-rt h3::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  width: 103px;
  height: 1px;
  background-color: #01baf2;
}
.cshow-con .cshow-lb .cshow-lb-rt div:nth-child(2) {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: 29px;
}
.cshow-con .cshow-lb .cshow-lb-rt div:nth-child(3) {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: 30px;
}
.cshow-con .cshow-detail {
  margin-top: 60px;
}
.cshow-con .cshow-detail h4 {
  font-family: "Poppins-Medium";
  font-size: 20px;
  color: #333333;
  margin-top: 39px;
}
.cshow-con .cshow-detail .cshow-bg table {
  width: 100%;
  margin-top: 27px;
}
.cshow-con .cshow-detail .cshow-bg table tr {
  background: #f5f5f5;
}
.cshow-con .cshow-detail .cshow-bg table tr td {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #333333;
  text-align: center;
  padding: 11px 0;
  line-height: 24px;
  border: 1px solid #fff;
}
.cshow-con .cshow-detail .cshow-bg table tr td img{
    max-width: 83%;
}
.cshow-con .cshow-detail .cshow-bg table tr:nth-child(2n) {
  background: #fff;
}
.cshow-con .cshow-detail .cshow-bg table tr:nth-child(1) {
  background-color: #00a2e4;
}
.cshow-con .cshow-detail .cshow-bg table tr:nth-child(1) td {
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #ffffff;
}
.cshow-con .cshow-detail .cshow-onload {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-right: 0;
  border-bottom: 1px solid #00a2e4;
  padding-bottom: 6px;
  margin-top: 43px;
  transition: all 0.3s;
}
.cshow-con .cshow-detail .cshow-onload:hover {
  color: #00a2e4;
  transform: translateX(10px);
}
.cshow-bt {
  border-bottom: 1px solid #01baf2;
}
.cshow-bt p {
  font-size: 20px;
  color: #ffffff;
  background: url(../images/jx.png) no-repeat;
  text-align: center;
  width: 211px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mb-zd {
  display: none;
}
.mb-nav {
  display: none;
}
@media (max-width: 1800px) {
  #menu {
    left: 31px;
  }
  .about .about-con .container .about-con-bt,
  .news .news-con .container .news-pagination {
    margin-top: 45px;
  }
}
@media (max-width: 1599px) {
  #menu {
    left: 14px;
  }
  #menu li a:nth-child(2) {
    visibility: hidden !important;
    display: none;
  }
  #menu li::after {
    top: 19px;
  }
}
@media (max-width: 1500px) {
  .banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen div h2 {
    font-size: 44px;
    line-height: 61px;
  }
  .banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen div p:nth-child(2) {
    margin-top: 5px;
  }
  .about .about-con .container .about-con-tp .about-con-tp-lf a {
    margin-top: 32px;
  }
  .about .about-con .container .about-con-tp .about-con-tp-lf div{
      margin-top: 9px;
      padding-top: 10px;
  }
  .about .about-con .container .about-con-tp .about-con-tp-lf .about-name {
    margin-top: 20px;
  }
  .about .about-con .container .about-con-tp .about-con-tp-rt {
    padding-top: 15px;
  }.about .about-con .container .about-con-bt{
      margin-top: 27px;
  }
  .news .news-con .container .news-pagination{
      margin-top: 14px;
  }
  .about .about-con .container .about-con-tp .about-con-tp-rt p {
    height: 308px;
  }
  .product .product-con .container .product-con-lf ul li {
    margin-bottom: 17px;
  }
  .product .product-con .container .product-con-lf ul {
    margin-top: 43px;
  }
  .product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide .pro-detail a:nth-child(2){
      padding-top: 9px;
      margin-top: 13px;
      line-height: 25px;
  }
  .product .product-con .container .product-con-lf .product-more {
    margin-top: 39px;
  }
  .product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide .pro-detail a:nth-child(3) {
    height:174px;
    margin-top: 12px;
  }
  .product .product-con .container .product-con-rt .pro-pagination{
      margin-top: 13px;
  }
  .product .product-con .container .product-con-lf p{
      margin-top: 17px;
  }
  .news .news-con .container .news-swiper{
      margin-top: 21px;
  }
  .news .news-con .container .news-swiper .swiper-wrapper .swiper-slide .news-detail p:nth-child(2){
      margin-top: 5px;
  }
  .news .news-con .container .news-swiper .swiper-wrapper .swiper-slide .news-detail a:nth-child(3){
      margin-top: -8px;
  }
  .news .news-con .container .news-swiper .swiper-wrapper .swiper-slide .news-detail a:nth-child(4) {
    font-size: 14px;
    line-height: 23px;
    margin-top: -3px;
    margin-bottom: 2px;
}
.banner .myswiper .swiper-wrapper .slide3 .swiper-bg .swiper-cen div h3{
    font-size: 44px;
}
}
@media (max-width: 1365px) {
  #menu {
    left: 5px;
  }
  .banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen div h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .container {
    max-width: 93%;
  }
  .z-con .container,
  .x-con .container {
    max-width: 100%;
  }
  .headd .container {
    max-width: 93%;
  }
  .banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen div p:nth-child(2) {
    margin-top: 5px;
    font-size: 24px;
  }
  .banner .myswiper .swiper-wrapper .slide3 .swiper-bg .swiper-cen div p:nth-child(2){
          margin-top: -10px;
    font-size: 28px;
  }
  .about .about-con .container .about-con-bt,
  .news .news-con .container .news-pagination {
    margin-top: 28px;
  }
  .product .product-con .container .product-con-lf p {
    white-space: nowrap;
    letter-spacing: 4px;
  }
}
@media (max-width: 1199px) {
  .banner {
    margin-top: 0;
  }
  .banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen div h2 {
    font-size: 31px;
    line-height: 42px;
  }
  .banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen div p:nth-child(2) {
    margin-top: 5px;
    font-size: 21px;
  }
  .banner .myswiper .swiper-wrapper .slide3 .swiper-bg .swiper-cen div p:nth-child(2){
      margin-top: -11px;
    font-size: 24px;
  }
  .banner .myswiper .swiper-dh .swiper-lf .my-prev,
  .banner .myswiper .swiper-dh .swiper-lf .my-next {
    width: 38px;
    height: 38px;
  }
  .banner .myswiper .swiper-dh .swiper-lf {
    width: 14.6%;
  }
  .banner .myswiper .swiper-dh .swiper-rt .my-pagination .swiper-pagination-current {
    font-size: 44px;
    padding-left: 33px;
  }
  .banner .myswiper .swiper-dh .swiper-rt .my-pagination .swiper-pagination-current::before {
    font-size: 44px;
  }
  .banner .myswiper .swiper-dh {
    bottom: 17px;
  }
  .product .product-con .container .product-con-lf p {
    letter-spacing: 0;
  }
  .product .product-con .container .product-con-lf ul li {
    margin-bottom: 15px;
  }
  .product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide .pro-detail a:nth-child(2) {
    padding-top: 10px;
    margin-top: 14px;
  }
  .product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide .pro-detail {
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .news .news-con .container .news-swiper {
    margin-top: 35px;
  }
  .news .news-con .container .news-swiper .swiper-wrapper .swiper-slide .news-detail p:nth-child(2) {
    margin-top: 8px;
  }
  .news .news-con .container .news-swiper .swiper-wrapper .swiper-slide .news-detail a:nth-child(3) {
    margin-top: -6px;
  }
  .news .news-con .container .news-swiper .swiper-wrapper .swiper-slide .news-detail a:nth-child(4) {
    font-size: 14px;
    line-height: 21px;
    margin-top: -1px !important;
  }
  .product .product-con .container .product-con-lf h2{
    padding-right: 69px;
  }
  .banner .myswiper .swiper-wrapper .slide3 .swiper-bg .swiper-cen div h3{
      font-size: 38px;
  }
    .banner .myswiper .swiper-wrapper .slide1 .swiper-bg,.banner .myswiper .swiper-wrapper .slide3 .swiper-bg {
    background-position: 21% 100% !important;
  }
}
@media (max-width: 990px) {
  .headd .headd-cen .head-rt {
    display: none;
  }
  .banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen div h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen div p:nth-child(3) {
    font-size: 20px;
    line-height: 25px;
    margin-top: 3px;
  }
  .banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen div p:nth-child(3) {
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    opacity: 0.65;
    margin-top: 3px;
  }
  .banner .myswiper .swiper-dh .swiper-rt {
    width: 15%;
  }
  .banner .myswiper .swiper-dh {
    bottom: 0;
  }
  .about .about-con .container .about-con-tp .about-con-tp-lf {
    width: 38.7%;
  }
  .about .about-con,
  .product .product-con,
  .news .news-con {
    padding-top: 22px;
  }
  .product .product-con .container .product-con-lf h2::after {
    width: 38px;
  }
  .product .product-con .container .product-con-lf h2 {
    font-size: 24px;
    padding-right: 47px;
  }
  .product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide .pro-detail a:nth-child(1) h3 {
    font-size: 19px;
  }
  .product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide .pro-detail a:nth-child(3) {
    height: 190px;
    margin-top: 12px;
  }
  .product .product-con .container .product-con-rt{
    width: 65%;
  }
  .footer .footer-con .footer-con-tp .footer-con-tp-lf {
    display: none;
  }
  .footer .footer-con .footer-con-tp .footer-con-tp-rt {
    width: 100%;
  }
  .footer .footer-con .footer-con-bt .container {
    display: block;
    text-align: center;
  }
  .recruitment .container .recruitment-tp .recruitment-tp-tp li:last-child,
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:last-child {
    width: 13%;
  }
  .recruitment .container .recruitment-tp .recruitment-tp-tp li:nth-child(1),
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:nth-child(1) {
    width: 13%;
  }
  .i-ban .container h3 {
    font-size: 29px;
  }
  .i-ban .container {
    padding-top: 57px;
  }
  .z-con,
  .x-con,
  .cshow-con {
    margin-top: 54px;
    padding-bottom: 67px;
  }
  .xshow-con,
  .k-con,
  .g-con,
  .c-con {
    padding-top: 54px;
    padding-bottom: 67px;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-box .recruitment-box-con .recruitment-box-lf,
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-box .recruitment-box-con .recruitment-box-rt {
    width: 49%;
  }
  .l-con {
    padding-top: 54px;
  }
  .l-con .l-zxly {
    padding-bottom: 50px;
  }
  .x-con {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .j-newcon {
    padding: 3px 0;
    padding-bottom: 30px;
  }
  .j-newcon ul li {
    padding: 32px 19px;
  }
  .j-newcon ul li .j-thumb {
    padding-left: 23px;
  }
  .j-newcon ul li .j-newdetail .j-desc {
    padding-top: 6px;
  }
  .j-newcon ul li .j-newdetail {
    padding-left: 28px;
  }
  .j-newcon ul li .j-newdetail p {
    margin-top: 18px;
    padding-top: 16px;
  }
  .j-newcon ul li .j-thumb a {
    height: 156px;
  }
  .xshow-con .xshow-dh {
    display: block;
  }
  .xshow-con .xshow-dh p {
    width: 100%;
  }
  .k-con .k-zs-con .zs-next, .k-con .k-zs-con .zs-next1{
    right: 15px;
  }
  .k-con .k-zs-con .zs-prev,.k-con .k-zs-con .zs-prev1 {
    left: 15px;
  }
  .g-con .g-con-td li p:nth-child(2) {
    font-size: 13px;
  }
  .c-con .c-cont .c-cont-items {
    padding: 25px;
  }
  .c-con .c-cont .c-cont-items .c-cont-items-lf a {
    height: 245px;
  }
  .c-con .c-cont .c-cont-items .c-cont-items-rt a:last-child {
    margin-top: 13px;
  }
  .cshow-con .cshow-lb .cshow-lb-rt div:nth-child(2) {
    word-break: break-all;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cpxq-swiper .swiper-wrapper .swiper-slide {
    height: 382px;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cpxq-swiper .swiper-wrapper .swiper-slide {
    padding: 0 35px;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cpxq-swiper .cpxq-next {
    right: 10px;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cpxq-swiper .cpxq-prev {
    left: 10px;
  }
  .cshow-con .cshow-detail .cshow-bg table tr td {
    padding: 7px 10px;
  }
  .mb-zd {
    display: block;
  }
  .mb-zd img {
    height: 21px;
  }
  .head-logo img {
    height: 42px;
  }
  .headd .headd-cen {
    padding: 7.5px 0;
  }
  .mb-nav {
    position: fixed;
    z-index: 9999999 !important;
    width: 100%;
    background: #fff;
    padding: 88px 0;
    top: 0;
    display: none;
    height: 100%;
    padding-top: 19px;
  }
  .mb-nav form {
    position: relative;
    background: #01baf2;
    padding: 11px 10px;
    width: 100%;
    opacity: 1;
    visibility: visible;
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: 3;
    margin-top: 13px;
  }
  .mb-nav form p span input:nth-child(1) {
    display: block;
    width: 100%;
    background: #fff;
    padding: 11px 11px;
    border: 1px solid #dedede;
    outline: none;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
  }
  .mb-nav form p span {
    width: 91%;
    position: relative;
  }
  .mb-nav form p span::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #000;
  }
  .mb-nav form p input:nth-child(2) {
    background: url(../images/fdj1.png) no-repeat;
    display: block;
    width: 15px;
    height: 14px;
    background-size: 100% 100%;
    margin-left: 15px;
  }
  .mb-nav form p {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 86%;
  }
  .mb-nav p {
    width: 80%;
    margin: 0 auto;
  }
  .mb-nav p img {
    max-width: 36px;
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
  /*.mb-nav div {*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  width: 80%;*/
  /*  margin: 0 auto;*/
  /*  justify-content: center;*/
  /*  margin-top: 19px;*/
  /*}*/
  /*.mb-nav div img {*/
  /*  margin-right: 10px;*/
  /*}*/
  /*.mb-nav div p {*/
  /*  font-size: 15px;*/
  /*  letter-spacing: 1px;*/
  /*  font-weight: bold;*/
  /*  color: #01baf2;*/
  /*  line-height: 18px;*/
  /*  width: 130px;*/
  /*  margin: 0;*/
  /*}*/
  /*.mb-nav div p span {*/
  /*  font-size: 20px;*/
  /*  white-space: nowrap;*/
  /*}*/
  .mb-nav .logo {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 77%;
    margin-top: 10px;
  }
  .mb-nav ul {
    width: 80%;
    margin: 0 auto;
    margin-top: 5px;
  }
  .mb-nav ul li{
      position: relative;
  }
  .mb-nav ul li a {
    color: #333;
    font-size: 15px;
    line-height: 45px;
    border-bottom: 1px solid #01baf2;
    padding-left: 19px;
    display: block;
    position: relative;
  }
  .mb-nav ul li a::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #01baf2;
  }
  .mb-nav .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    margin-top: 27px;
  }
  .mb-nav .tel img {
    max-height: 24px;
    margin-right: 8px;
  }
  .mb-nav .mb-dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    margin-top: 17px;
  }
  .mb-nav .mb-dl li {
    width: 13%;
  }
  .mb-nav .mb-dl li a {
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 35px;
    border-bottom: none;
    font-weight: bold;
  }
  .mb-nav .mb-dl li a::before {
    display: none;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-box .recruitment-box-con .recruitment-box-lf{
      padding-right: 0;
  }
  .banner .myswiper .swiper-wrapper .slide3 .swiper-bg .swiper-cen div h3{
      font-size: 28px;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cpxq-swiper .swiper-wrapper .swiper-slide img{
      max-width: 91%;
  }

}
@media (max-width: 767px) {
  .banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen div h2 {
    font-size: 21px;
    line-height: 30px;
  }
  .banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg{
      display: none !important;
  }
  .banner .myswiper .swiper-dh .swiper-rt .my-pagination .swiper-pagination-total::before{
      top: -7px;
  }
  .banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg1{
      display: block !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
  }
  .banner .myswiper .swiper-wrapper .slide2 .swiper-bg .swiper-cen,.banner .myswiper .swiper-wrapper .slide3 .swiper-bg .swiper-cen{
      text-align: left;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cpxq-swiper .swiper-wrapper .swiper-slide img{
      max-width: 100%;
  }
  .banner .myswiper .swiper-wrapper .slide3 .swiper-bg .swiper-cen div h3{
      font-size: 21px;
      line-height: 30px;
  }
  .product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide .pro-detail a:nth-child(2){
    display: none;
  }
  .banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen div p:nth-child(2) {
    margin-top: 5px;
    font-size: 17px;
    line-height: 24px;
  }
  .banner .myswiper .swiper-wrapper .slide3 .swiper-bg .swiper-cen div p:nth-child(2){
font-weight: bold;
    margin-top: -9px;
    font-size: 16px;
    text-align: left;
  }
  .banner .myswiper .swiper-wrapper .slide3 .swiper-bg .swiper-cen div h3{
      text-align: left;
  }
  .banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen div p:nth-child(3) {
    font-size: 17px;
    word-break: break-all;
    text-align: justify;
    line-height: 22px;
  }
  .banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen div a:last-child img,
  .about .about-con .container .about-con-tp .about-con-tp-lf a img,
  .product .product-con .container .product-con-lf .product-more img {
    max-height: 84%;
  }
  .banner .myswiper .swiper-wrapper .swiper-slide .swiper-bg .swiper-cen div a:last-child,
  .about .about-con .container .about-con-tp .about-con-tp-lf a,
  .product .product-con .container .product-con-lf .product-more {
    width: 126px;
    height: 33px;
    padding-left: 12px;
    font-size: 14px;
  }
  .banner .myswiper .swiper-dh .swiper-lf .my-prev,
  .banner .myswiper .swiper-dh .swiper-lf .my-next {
    width: 30px;
    height: 30px;
  }
  .banner .myswiper .swiper-dh .swiper-lf {
    width: 26.6%;
  }
  .banner .myswiper .swiper-dh .swiper-rt .my-pagination .swiper-pagination-current {
    font-size: 33px;
    padding-left: 24px;
  }
  .banner .myswiper .swiper-dh .swiper-rt .my-pagination .swiper-pagination-current::before {
    font-size: 33px;
  }
  .banner .myswiper .swiper-dh .swiper-rt {
    width: 29%;
  }
  .about .about-con .container .about-con-tp {
    display: block;
  }
  .about .about-con .container .about-con-tp .about-con-tp-lf {
    width: 100%;
  }
  .about .about-con .container .about-con-tp .about-con-tp-rt {
    width: 100%;
    padding-top: 16px;
  }
  .about .about-con .container .about-con-tp .about-con-tp-rt p {
    /* height: 160px; */
    display: none;
  }
  .about .about-con .container .about-con-tp .about-con-tp-lf a {
    margin-top: 11px;
  }
  .about .about-con .container .about-con-tp .about-con-tp-lf .about-name {
    font-size: 17px;
    margin-top: 4px;
  }
  .about .about-con .container .about-con-tp .about-con-tp-lf div {
    font-size: 13px;
    margin-top: 4px;
    padding-top: 7px;
    line-height: 22px;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
  }
  .about-bt span {
    font-size: 20px;
  }
  .about-bt {
    padding-left: 22px;
    padding-top: 21px;
    padding-right: 53px;
  }
  .about-bt:after {
    width: 44px;
    top: 71%;
  }
  .about .about-con .container .about-con-bt ul li span {
    font-size: 23px;
  }
  .about .about-con .container .about-con-bt ul {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 8px;
  }
  .about .about-con .container .about-con-bt ul li {
    width: calc(100%/2);
    margin-bottom: -4px;
  }
  .about .about-con .container .about-con-bt ul li:nth-child(2n)::after {
    display: none;
  }
  .about .about-con .container .about-con-bt ul li p {
    font-size: 13px;
    margin-top: -15px;
  }
  .about .about-con .container .about-con-bt,
  .news .news-con .container .news-pagination {
    margin-top: 0px;
  }
  .product .product-con .container {
    display: block;
  }
  .news .news-con .container .news-swiper .swiper-wrapper .swiper-slide .news-detail a:nth-child(1){
    height: 161px;
  }
  .product .product-con .container .product-con-lf {
    width: 100%;
  }
  .product .product-con .container .product-con-rt {
    width: 100%;
  }
  .product .product-con .container .product-con-lf ul li a {
    font-size: 15px;
  }
  .product .product-con .container .product-con-lf ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -3px;
  }
  .product .product-con .container .product-con-lf ul li {
    width: 25%;
    margin-bottom: -3px;
  }
  .product .product-con .container .product-con-lf p {
    font-size: 14px;
    margin-top: 3px;
  }
  .product .product-con .container .product-con-lf .product-more {
    margin-top: 12px;
  }
  .product .product-con .container .product-con-lf h2 {
    font-size: 20px;
    padding-right: 47px;
  }
  .product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide .pro-detail a:nth-child(1) h3 {
    font-size: 16px;
  }
  .product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide .pro-detail a:nth-child(2) {
    padding-top: 10px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 23px;
  }
  .product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide .pro-detail {
    padding-top: 14px;
    padding-bottom: 17px;
    padding-left: 11px;
    padding-right: 11px;
  }
  .product .product-con .container .product-con-rt .pro-swiper .swiper-wrapper .swiper-slide .pro-detail a:nth-child(3) {
    height: 146px;
  }
  .product .product-con .container .product-con-rt .pro-swiper {
    padding-top: 16px;
  }
  .product .product-con .container .product-con-rt .pro-pagination .swiper-pagination-bullet {
    margin: 0 7.2px;
  }
  .product .product-con .container .product-con-rt .pro-pagination {
    margin-top: 5px;
  }
  .news .news-con .container .news-swiper {
    margin-top: 15px;
  }
  .news .news-con .container .news-swiper .swiper-wrapper .swiper-slide .news-detail a:nth-child(3) {
    margin-top: -8px;
    font-size: 16px;
  }
  .news .news-con .container .news-swiper .swiper-wrapper .swiper-slide .news-detail a:nth-child(4) {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 3px;
  }
  .footer .footer-con .footer-con-tp .footer-con-tp-rt {
    padding-top: 21px;
  }
  .footer .footer-con .footer-con-tp .footer-con-tp-rt div:nth-child(1) ul li,.footer .footer-con .footer-con-tp .footer-con-tp-rt div:nth-child(1) ul a {
    line-height: 28px;
    font-size: 14px;
  }
  .footer .footer-con .footer-con-tp .footer-con-tp-rt div:nth-child(2) ul li:nth-child(2) {
    margin-bottom: 0;
  }
  .footer .footer-con .footer-con-tp .footer-con-tp-rt div:nth-child(2) ul li:hover p{
      width: 120px;
      height: 120px;
  }
  .footer .footer-con .footer-con-bt .container {
    display: block;
    text-align: center;
    line-height: 22px;
  }
  .banner .myswiper .swiper-wrapper .slide1 .swiper-bg {
    background-position: 60% 100%;
  }
    .banner .myswiper .swiper-wrapper .slide2 .swiper-bg {
    background-position: 49% 100%;
  }
      .banner .myswiper .swiper-wrapper .slide3 .swiper-bg {
    background-position: 52% 100%;
  }
    .banner .myswiper .swiper-wrapper .slide2 .swiper-bg .swiper-cen div {
    top: -42px;
  }
  .i-ban {
    height: 167px;
  }
  .i-bt {
    font-size: 20px;
    font-weight: bold;
  }
  .z-con,
  .x-con {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .l-con {
    padding-top: 20px;
  }
  .xshow-con,
  .k-con,
  .g-con,
  .c-con {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .l-con .l-zxly {
    padding-bottom: 20px;
  }
  .i-crumb .container p {
    padding: 6px 0;
  }
  .i-ban .container h3 {
    font-size: 22px;
  }
  .z-con-desc {
    font-size: 13px;
    line-height: 22px;
    margin-top: 8px;
    text-align: justify;
  }
  .recruitment .container .recruitment-tp .recruitment-tp-tp li {
    font-size: 13px;
    width: 25%;
    white-space: nowrap;
  }
  .recruitment .container .recruitment-tp .recruitment-tp-tp li:nth-child(1),
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:nth-child(1) {
    width: 25%;
  }
  .recruitment .container .recruitment-tp .recruitment-tp-tp li:nth-child(4),
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:nth-child(4) {
    /*display: none;*/
  }
  .recruitment .container .recruitment-tp .recruitment-tp-tp li:last-child,
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:last-child {
    width: 25%;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:last-child img {
    margin-left: 5px;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li {
    font-size: 13px;
    white-space: nowrap;
  }
  .recruitment .container .recruitment-tp .recruitment-tp-tp {
    padding: 9.5px 0;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw {
    padding: 10px 0;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-box .recruitment-box-con {
    display: block;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-box .recruitment-box-con .recruitment-box-lf,
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-box .recruitment-box-con .recruitment-box-rt {
    width: 100%;
    font-size: 13px;
    line-height: 22px;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-box {
    padding-top: 11px;
    margin-bottom: 12px;
  }
  .recruitment .container .recruitment-tp {
    margin-top: 11px;
  }
  .j-newcon ul li .j-date {
    display: none;
  }
  .j-newcon ul li {
    display: block;
  }
  .j-newcon ul li .j-thumb {
    padding-left: 0;
    width: 100%;
  }
  .j-newcon ul li .j-newdetail {
    padding-left: 0;
    width: 100%;
  }
  .j-newcon ul li {
    padding: 15px 13px;
    padding-bottom: 7px;
  }
  .j-newcon ul li .j-newdetail .j-tit {
    font-size: 15px;
    margin-top: 4px;
  }
  .j-newcon ul li .j-newdetail .j-desc {
    padding-top: 1px;
    font-size: 13px;
    line-height: 20px;
  }
  .j-newcon ul li .j-newdetail p {
    margin-top: 10px;
    padding-top: 7px;
  }
  .j-newcon {
    padding-bottom: 20px;
  }
  .xshow-con .xshow-tit {
    font-size: 16px;
    line-height: 23px;
  }
  .xshow-con .xshow-detail {
    font-size: 14px;
    line-height: 25px;
    margin-top: -2px;
  }
  .xshow-con .xshow-time {
    margin-top: 1px;
  }
  .xshow-con .xshow-back {
    width: 134px;
    height: 36px;
    margin-top: 10px;
    font-size: 14px;
  }
  .xshow-con .xshow-dh {
    margin-top: 15px;
    padding-top: 11px;
  }
  .xshow-con .xshow-dh p {
    line-height: 21px;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .l-con .l-lxfs {
    display: block;
  }
  .l-con .l-lxfs .l-lxfs-lf {
    width: 100%;
  }
  .l-con .l-lxfs .l-lxfs-rt {
    width: 100%;
  }
  .l-con .l-lxfs {
    margin-top: 13px;
    padding-bottom: 23px;
  }
  .l-con .l-lxfs .l-lxfs-lf #map {
    height: 241px;
  }
  .l-con .l-lxfs .l-lxfs-rt h3 {
    font-size: 16px;
    padding-bottom: 9px;
    margin-top: 17px;
  }
  .l-con .l-lxfs .l-lxfs-rt ul li p:nth-child(2) {
    font-size: 14px;
    line-height: 21px;
    padding-left: 8px;
    width: 96%;
  }
  .l-con .l-lxfs .l-lxfs-rt ul li {
    margin-bottom: 9px;
  }
  .l-con .l-lxfs .l-lxfs-rt ul {
    margin-top: 14px;
  }
  .l-con .l-zxly {
    margin-top: 14px;
  }
  .l-con .l-zxly form input {
    padding: 12px;
    width: 100%;
    margin-bottom: 9px;
  }
  .l-con .l-zxly form textarea {
    padding: 12px;
  }
  .l-con .l-zxly form input:last-child {
    width: 120px;
    height: 36px;
    font-size: 15px;
    margin-top: 19px;
  }
  .k-con .k-zs-con .zs-swiper,.k-con .k-zs-con .zs-swiper1 {
    padding: 15px 0;
  }
  .k-con .k-zs-con {
    margin-top: 13px;
    margin-bottom: 25px;
  }
  .k-con .k-zs-con .zs-prev:after,
  .k-con .k-zs-con .zs-next:after,
    .k-con .k-zs-con .zs-prev1:after,
  .k-con .k-zs-con .zs-next1:after{
    font-size: 31px;
    color: #00a2e4;
    font-weight: bold;
  }
  .k-con .k-zs-con .zs-next, .k-con .k-zs-con .zs-next1{
    right: 4px;
  }
  .k-con .k-zs-con .zs-prev,.k-con .k-zs-con .zs-prev1 {
    left: 4px;
  }
  .k-con .k-lw-con {
    padding: 0 16px;
    margin-top: 13px;
    padding-top: 16px;
    padding-bottom: 21px;
  }
  .k-con .k-lw-con .k-lw-cont li a:nth-child(1) {
    font-size: 15px;
    word-break: break-all;
    display: block;
    line-height: 20px;
  }
  .k-con .k-lw-con .k-lw-cont li {
    padding-top: 10px;
    padding-bottom: 6px;
  }
  .k-con .k-lw-con {
    padding-top: 8px;
    padding-bottom: 19px;
  }
  .k-con .k-lw-con .k-lw-cont {
    margin-bottom: 9px;
  }
  .g-con .g-con-jj {
    flex-wrap: wrap;
    padding: 9px 0;
    margin-top: 15px;
  }
  .g-con .g-con-jj li {
    font-size: 15px;
    padding: 0 33px;
    margin-bottom: -5px;
  }
  .g-con .g-con-jj li::after {
    display: none;
  }
  .g-con .g-con-detail {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    margin-top: 10px;
  }
  .g-con .g-con-td {
    display: block;
    margin-top: 16px;
  }
  .g-con .g-con-td li {
    width: 100%;
    margin-bottom: 11px;
  }
  .g-con .g-con-td li::after {
    display: none;
  }
  .g-con .g-con-td li p:nth-child(2) {
    margin-top: 7px;
  }
  .g-con .g-con-thumb {
    margin-top: 18px;
  }
  .c-con .c-cont {
    margin-top: 17px;
  }
  .c-con .c-cont .c-cont-items {
    display: block;
    padding: 16px;
    padding-bottom: 9px;
    margin-bottom: 14px;
  }
  .c-con .c-cont .c-cont-items .c-cont-items-lf {
    width: 100%;
  }
  .c-con .c-cont .c-cont-items .c-cont-items-rt {
    width: 100%;
  }
  .c-con .c-cont .c-cont-items .c-cont-items-rt a:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4px;
    margin-top: 7px;
  }
  .c-con .c-cont .c-cont-items .c-cont-items-rt a:nth-child(1)::after {
    width: 138px;
  }
  .c-con .c-cont .c-cont-items .c-cont-items-lf a {
    height: 173px;
  }
  .c-con .c-cont .c-cont-items .c-cont-items-rt .c-cont-intro-desc {
    font-size: 13px;
    line-height: 21px;
    margin-top: 10px;
  }
  .c-con .c-cont .c-cont-items .c-cont-items-rt a:last-child {
    margin-top: 5px;
  }
  .cshow-con .cshow-lb {
    display: block;
  }
  .cshow-con .cshow-lb .cshow-lb-lf {
    width: 100%;
  }
  .cshow-con .cshow-lb .cshow-lb-rt {
    width: 100%;
    padding-top: 15px;
  }
  .cshow-con {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cpxq-swiper .swiper-wrapper .swiper-slide {
    height: 249px;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cpxq-swiper .swiper-wrapper .swiper-slide {
    padding: 28px 33px;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cpxq-swiper .cpxq-next:after,
  .cshow-con .cshow-lb .cshow-lb-lf .cpxq-swiper .cpxq-prev:after {
    font-size: 24px;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cpxq-swiper .cpxq-next {
    right: 2px;
  }
  .cshow-con .cshow-lb .cshow-lb-lf .cpxq-swiper .cpxq-prev {
    left: 2px;
  }
  .cshow-con .cshow-lb .cshow-lb-rt h3 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .cshow-con .cshow-lb .cshow-lb-rt div:nth-child(2) {
    font-size: 14px;
    line-height: 22px;
    margin-top: 13px;
  }
  .cshow-con .cshow-lb .cshow-lb-rt div:nth-child(3) {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
  .cshow-bt p {
    font-size: 15px;
    width: 118px;
    height: 34px;
    background-size: 100% 100%;
  }
  .cshow-con .cshow-detail {
    margin-top: 18px;
    overflow-x: auto;
  }
  .cshow-con .cshow-detail h4 {
    font-size: 16px;
    margin-top: 14px;
  }
  .cshow-con .cshow-detail .cshow-bg table tr:nth-child(1) td {
    font-size: 14px;
    word-wrap: break-all;
    padding: 7px 0;
  }
  .cshow-con .cshow-detail .cshow-bg table {
    margin-top: 11px;
    width: 883px;
  }
  .cshow-con .cshow-detail .cshow-bg table tr td {
    padding: 11px 10px;
    line-height: 17px;
  }
  .cshow-con .cshow-detail .cshow-onload {
    font-size: 15px;
    margin-top: 11px;
  }
  .banner .myswiper .swiper-dh{
    bottom: 33px;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-box .recruitment-box-con .recruitment-box-rt{
      margin-top: 8px;
  }
}