@charset "UTF-8";
/* 通用样式 */
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.w1500 {
  max-width: 1530px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/*head*/
.head-bg {
  background: #248faf;
  padding: 22px 0;
}

.head-bg .head-index {
  align-items: center;
}

.head-bg .head-index .headl {
  align-items: center;
}

.head-bg .head-index .headl .logo img {
  max-width: 100%;
}

.head-bg .head-index .headl .logowz {
  background: url(../images/tt1.png) no-repeat left center;
  padding-left: 20px;
  margin-left: 20px;
}

.head-bg .head-index .headl .logowz p {
  color: #fff;
}

.head-bg .head-index .headl .logowz p:nth-of-type(1) {
  font-size: 24px;
}

.head-bg .head-index .headl .logowz p:nth-of-type(2) {
  font-size: 16px;
}

.head-bg .head-index .headr {
  width: 55%;
}

/* 导航样式 */
.x-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.x-menu > li {
  position: relative;
}

.x-menu > li > a {
  display: block;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px dashed transparent;
}

.x-menu > li > a:hover {
  font-weight: 600;
}

.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  /*height: 40px;*/
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background: #fff;
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 200%;
  left: -50%;
  top: 80px;
  background: #f5f6f8;
  padding: 10px 0;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li {
  /* padding: 0 0.9rem; */
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 2.25;
}

.x-sub-menu > li > a:hover {
  background: #eeeef0;
}

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}

/*sou*/
.so img {
  max-width: 100%;
}

.ss {
  display: none;
  position: absolute;
  right: 0;
  top: 66px;
  width: 238px;
  padding: 20px;
  z-index: 999;
  background: rgba(36, 143, 175, 0.5);
}

.ss input {
  outline: none;
  line-height: 30px;
  width: 20%;
  background: none;
  border: 1px solid #fff;
  background: #fff;
  font-size: 13px;
  color: #1c4086;
  float: left;
}

.ss #keyword {
  padding-left: 5px;
  line-height: 30px;
  width: 80%;
  background: none;
  border: 1px solid #fff;
  outline: none;
  font-size: 13px;
  color: #fff;
  float: left;
}

.ss #keyword:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
  color: #fff;
}

/*banner*/
.mySwiper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.mySwiper img {
  width: 100%;
}

.mySwiper .swiper-pagination {
  color: #fff;
  font-size: 24px;
  font-family: "Arial";
  position: relative;
  bottom: 0;
}

.mySwiper .swiper-pagination.swiper-pagination-fraction span:before {
  content: '0';
}

.mySwiper .mySwiper-wrap {
  position: relative;
}

.mySwiper .mySwiper-wrap .jian {
  position: absolute;
  bottom: 7.03125vw;
  right: 0;
  z-index: 99;
  width: 190px;
  align-items: center;
}

.mySwiper .mySwiper-wrap .jian .next1 {
  background: url(../images/l1.png) no-repeat top center;
  width: 60px;
  height: 38px;
}

.mySwiper .mySwiper-wrap .jian .prev1 {
  background: url(../images/r1.png) no-repeat top center;
  width: 60px;
  height: 38px;
}

@media (max-width: 995px) {
  .mySwiper .mySwiper-wrap .jian {
    width: 40%;
    bottom: 20px;
  }
  .mySwiper .mySwiper-wrap .jian .next1 {
    width: 30px;
    height: 20px;
    background-size: 100% 100%;
  }
  .mySwiper .mySwiper-wrap .jian .prev1 {
    width: 30px;
    height: 20px;
    background-size: 100% 100%;
  }
  .mySwiper .swiper-pagination {
    font-size: 18px;
  }
}

/*product*/
.pt {
  text-align: center;
}

.pt .pt1 {
  color: #393c3d;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}

.pt .pt2 {
  color: #333333;
  font-size: 26px;
  margin-top: 15px;
}

.pro-index {
  margin-top: 3.90625vw;
}

.pro-index .plist1 {
  flex-wrap: wrap;
  margin-top: 2vw;
}

.pro-index .plist1 li {
  width: 23.9%;
}

.pro-index .plist1 li .img1 {
  position: relative;
}

.pro-index .plist1 li .img1 img {
  width: 100%;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.pro-index .plist1 li .img1 .hh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 143, 175, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
  opacity: 0;
}

.pro-index .plist1 li .img1 .hh .hh1 {
  background: url(../images/jia.png) no-repeat top center;
  width: 48px;
  height: 48px;
}

.pro-index .plist1 li .img1 .hh .hh2 {
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
}

.pro-index .plist1 li .wz {
  text-align: center;
  color: #666666;
  font-size: 18px;
  padding: 1.25vw 0;
}

.pro-index .plist1 li:hover .img1 .hh {
  opacity: 1;
}

.pro-index .plist1 li:hover .img1 img{
    -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

@media (max-width: 995px) {
  .pt .pt1 {
    font-size: 24px;
  }
  .pt .pt2 {
    font-size: 16px;
    margin-top: 5px;
  }
  .pro-index .plist1 {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .pro-index .plist1 li {
    width: 48%;
  }
  .pro-index .plist1 li .wz {
    font-size: 14px;
    padding: 10px 0;
  }
}

/*解决方案*/
.order-bg {
  background: url(../images/bj1.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 2vw;
  padding-bottom: 1vw;
  margin-top: 2.60416666666667vw;
}

.order-bg .order-index {
  align-items: center;
}

.order-bg .order-index .order-left .or1 {
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}

.order-bg .order-index .order-left .or2 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

.order-bg .order-index .order-left .message-tel {
  background: url(../images/tel.png) no-repeat;
  width: 374px;
  height: 55px;
  margin-top: 1.30208333333333vw;
}

.order-bg .order-index .order-left .message-tel a {
  line-height: 55px;
  font-size: 18px;
  color: #fff;
  width: 118px;
  text-align: center;
}

.order-bg .order-index .order-left .message-tel span {
  line-height: 55px;
  font-size: 44px;
  color: #fff;
  margin-left: 25px;
}

.order-bg .order-index .order-left .message-tel p {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Impact";
  letter-spacing: 2px;
}

.order-bg .order-index .order-right {
  width: 39.2%;
}

.order-bg .order-index .order-right p img {
  width: 100%;
}

@media (max-width: 995px) {
  .order-bg {
    padding: 20px 0;
  }
  .order-bg .order-index {
    flex-wrap: wrap;
  }
  .order-left {
    width: 100%;
  }
  .order-bg .order-index .order-left .or1 {
    font-size: 14px;
  }
  .order-bg .order-index .order-left .message-tel {
    width: 100%;
    background-size: 100% 100%;
    height: 45px;
  }
  .order-bg .order-index .order-left .message-tel a {
    line-height: 45px;
    font-size: 14px;
    width: 32%;
  }
  .order-bg .order-index .order-left .message-tel span {
    line-height: 45px;
    margin-left: 10px;
  }
  .order-bg .order-index .order-left .message-tel p {
    font-size: 20px;
  }
  .order-bg .order-index .order-left .or2 {
    font-size: 18px;
  }
  .order-bg .order-index .order-right {
    width: 100%;
    margin-top: 20px;
  }
}

/*流程*/
.lt {
  text-align: center;
}

.lt .lt1 {
  color: #393c3d;
  font-size: 38px;
  font-weight: 600;
}

.lt .ltxian {
  background: url(../images/tt4.png) no-repeat center center;
  height: 4px;
}

.lt .lt2 {
  color: #666666;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 10px;
}

.w1550 {
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.liu-bg {
  background: url(../images/bj2.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 3.64583333333333vw;
  padding-bottom: 5.83333333333333vw;
}

.liu-bg .liu-list {
  margin-top: 2vw;
}

.liu-bg .liu-list li {
  float: left;
  width: 14.2%;
  margin-left: -5px;
  position: relative;
}

.liu-bg .liu-list li::before {
  content: '';
  background: url(../images/jian.png) no-repeat center center;
  width: 42px;
  height: 19px;
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.liu-bg .liu-list li:nth-of-type(1) {
  margin-left: 0;
}

.liu-bg .liu-list li:last-child::before {
  display: none;
}

.liu-bg .liu-list li .img1 {
  position: relative;
  transition: all 0.5s;
  transform: scale(1, 1);
}

.liu-bg .liu-list li .img1 img {
  max-width: 100%;
}

.liu-bg .liu-list li .img1 .wz {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.liu-bg .liu-list li .img1 .wz .img2 img {
  max-width: 100%;
}

.liu-bg .liu-list li .img1 .wz .wz1 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-top: 1vw;
}

.liu-bg .liu-list li .img1 .wz .wz2 {
  width: 46px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  margin-top: 10px;
}

.liu-bg .liu-list li:hover .img1 {
  transform: scale(-1, 1);
}

@media (max-width: 995px) {
  .liu-bg {
    padding: 40px 0;
    padding-bottom: 60px;
  }
  .lt .lt1 {
    font-size: 24px;
  }
  .lt .lt2 {
    font-size: 16px;
    margin-top: 5px;
  }
  .liu-bg .liu-list {
    margin-top: 20px;
  }
  .liu-bg .liu-list li {
    width: 48%;
    margin-left: 0;
    margin: 0 1%;
    margin-bottom: 2%;
    text-align: center;
  }
  .liu-bg .liu-list li::before {
    display: none;
  }
  .liu-bg .liu-list li .img1 .wz .wz1 {
    font-size: 14px;
  }
}

/*优势*/
.ys-bg {
  background: url(../images/bj3.png) no-repeat top center;
  background-size: 100% 100%;
  margin-top: -4.6875vw;
  padding-top: 6.25vw;
  padding-bottom: 7.29166666666667vw;
  position: relative;
  z-index: 99;
}

.xzt .lt1 {
  color: #fff;
}

.xzt .lt2 {
  color: #fff;
}

.ys-roll {
  position: relative;
  margin-top: 2.60416666666667vw;
}

.ys-roll .tempWrap {
  width: 1500px !important;
  margin: 0 auto;
}

.ys-roll .hd .next {
  background: url(../images/l2.png) no-repeat top center;
  width: 51px;
  height: 51px;
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.ys-roll .hd .prev {
  background: url(../images/r2.png) no-repeat top center;
  width: 51px;
  height: 51px;
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.ys-roll .bd ul li {
  width: 386px;
  margin: 0 10px;
}

.ys-roll .bd ul li .wz {
  background: #ffffff;
  padding: 2vw 0;
  text-align: center;
}

.ys-roll .bd ul li .wz b {
  display: block;
  color: #3a3a3a;
  font-size: 18px;
}

.ys-roll .bd ul li .wz span {
  display: block;
  width: 97px;
  height: 2px;
  background: #248faf;
  margin: 0 auto;
  margin-top: 10px;
}

.ys-roll .bd ul li .img1 img {
  width: 386px;
  height: 276px;
}

.ystel {
  width: 470px;
  height: 42px;
  background: #248faf;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 4.0625vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ystel img {
  max-width: 100%;
  margin-right: 20px;
}

.ystel p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 1500px) {
  .ys-roll .hd .next {
    left: 0;
    display: none;
  }
  .ys-roll .hd .right {
    right: 0;
    display: none;
  }
  .ys-roll .tempWrap {
    width: 100% !important;
  }
}

@media (max-width: 995px) {
  .ys-bg {
    margin-top: -60px;
    padding: 40px 0;
  }
  .ys-roll {
    margin-top: 20px;
  }
  .ys-roll .tempWrap {
    width: 100% !important;
  }
  .ys-roll .bd ul li {
    width: 150px;
    margin: 0 5px;
  }
  .ys-roll .bd ul li .img1 img {
    width: 150px;
    height: 107px;
  }
  .ys-roll .bd ul li .wz {
    padding: 10px 0;
  }
  .ys-roll .bd ul li .wz b {
    font-size: 14px;
  }
  .ystel {
    width: 90%;
    margin-top: 20px;
  }
  .ystel p {
    font-size: 14px;
  }
}

/*简介*/
.ab-bg {
  background: #248faf;
  margin-top: -5.3125vw;
  padding-top: 10.41666666666667vw;
  padding-bottom: 3.90625vw;
  position: relative;
  z-index: 0;
}

.ab-bg .ab-index {
  align-items: center;
}

.ab-bg .ab-index .abl {
  width: 67.67%;
}

.ab-bg .ab-index .abl .at .at1 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
}

.ab-bg .ab-index .abl .at .at2 {
  color: #ffffff;
  font-size: 30px;
}

.ab-bg .ab-index .abl .aw {
  margin-top: 1.8vw;
}

.ab-bg .ab-index .abl .aw p {
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
}

.ab-bg .ab-index .abl .aw p strong {
  font-size: 36px;
}

.ab-bg .ab-index .abl .am {
  margin-top: 1.8vw;
}

.ab-bg .ab-index .abl .am a {
  position: relative;
  display: block;
  width: 172px;
  height: 52px;
  background-color: #ffffff;
  border: solid 1px #393c3d;
  color: #666666;
  font-size: 15px;
  text-align: center;
  line-height: 50px;
}

.ab-bg .ab-index .abl .am a::before {
  content: '';
  transition: all 0.3s;
  width: 6px;
  height: 51px;
  background-color: #393c3d;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.ab-bg .ab-index .abl .am a span {
  position: relative;
  transition: all 0.2s;
  z-index: 2;
  display: block;
}

.ab-bg .ab-index .abl .am:hover a {
  color: #fff;
}

.ab-bg .ab-index .abl .am:hover a::before {
  width: 100%;
}

.ab-bg .ab-index .abr {
  width: calc(100% - 70.93%);
}

.ab-bg .ab-index .abr img {
  width: 100%;
}

.honor-roll {
  margin-top: 2.5vw;
  position: relative;
}

.honor-roll .tempWrap {
  width: 1500px !important;
  margin: 0 auto;
}

.honor-roll .hd .next {
  background: url(../images/l3.png) no-repeat top center;
  width: 51px;
  height: 51px;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.honor-roll .hd .prev {
  background: url(../images/r3.png) no-repeat top center;
  width: 51px;
  height: 51px;
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.honor-roll .bd ul li {
  width: 440px;
  margin: 0 10px;
}

.honor-roll .bd ul li .img1 img {
  width: 440px;
  height: 340px;
}

@media (max-width: 1500px) {
  .honor-roll .tempWrap {
    width: 100% !important;
  }
  .honor-roll .hd .next {
    display: none;
  }
  .honor-roll .hd .prev {
    display: none;
  }
}

@media (max-width: 995px) {
  .ab-bg {
    padding: 40px 0;
    margin-top: -40px;
  }
  .ab-bg .ab-index {
    flex-wrap: wrap;
  }
  .ab-bg .ab-index .abl {
    width: 100%;
  }
  .ab-bg .ab-index .abl .at .at1 {
    font-size: 24px;
  }
  .ab-bg .ab-index .abl .at .at2 {
    font-size: 16px;
  }
  .ab-bg .ab-index .abl .aw p {
    font-size: 14px;
    line-height: 22px;
  }
  .ab-bg .ab-index .abl .aw p strong {
    font-size: 20px;
  }
  .ab-bg .ab-index .abl .am {
    margin-top: 20px;
  }
  .ab-bg .ab-index .abr {
    width: 100%;
    margin-top: 20px;
  }
  .honor-roll {
    margin-top: 20px;
  }
  .honor-roll .tempWrap {
    width: 100% !important;
  }
  .honor-roll .bd ul li {
    width: 150px;
    height: 116px;
  }
  .honor-roll .bd ul li .img1 img {
    width: 150px;
    height: 116px;
  }
  .honor-roll .hd .next {
    display: none;
  }
  .honor-roll .hd .prev {
    display: none;
  }
}

/*车间*/
.sccj-bg {
  background: url(../images/bj5.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 3.90625vw;
  padding-bottom: 5px;
}

.sccj-bg .sccj-index {
  margin-top: 2vw;
}

.fhxc-roll {
  margin: 0 3px;
  margin-top: 100px;
}

.fhxcSwiper {
  overflow: hidden;
  width: 100%;
}

.fhxcSwiper .swiper-slide .a {
  display: block;
  position: relative;
}

.fhxcSwiper .swiper-slide .img1 img {
  width: 100%;
}

.fhxcSwiper .swiper-slide .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 196px;
  background: url(../images/v2.png) no-repeat bottom center;
  text-align: center;
  background-size: 100% 100%;
}

.fhxcSwiper .swiper-slide .wz .ww {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fhxcSwiper .swiper-slide .wz .ww img {
  max-width: 100%;
  margin-right: 15px;
}

.fhxcSwiper .swiper-slide .hh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 143, 175, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 34px;
  text-align: center;
  transition: 0.5s;
  opacity: 0;
}

.fhxcSwiper .swiper-slide .hh .hh1 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.fhxcSwiper .swiper-slide .hh .hh2 {
  color: #ffffff;
  font-size: 16px;
  line-height: 2.25;
  margin-top: 1.82291666666667vw;
}

.fhxcSwiper .swiper-slide .hh .hh3 {
  padding: 1.04166666666667vw 0;
}

.fhxcSwiper .swiper-slide .hh .hh3 img {
  max-width: 100%;
}

.fhxcSwiper .swiper-slide .hh .hh4 {
  text-align: center;
  background-image: -webkit-linear-gradient(left, #f0ae08, #fb6721);
  border-radius: 30px;
  width: 188px;
  line-height: 42px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
}

.fhxcSwiper .swiper-slide .hh .hh4 a {
  display: block;
  color: #fff;
}

.fhxcSwiper .swiper-slide .a:hover .wz {
  opacity: 0;
}

.fhxcSwiper .swiper-slide .a:hover .hh {
  opacity: 1;
}

@media (max-width: 768px) {
  .sccj-bg {
    padding: 40px 0;
  }
  .fhxc-index {
    margin-top: 5%;
  }
  .fhxc-roll {
    margin-top: 5%;
  }
}

@media (max-width: 767px) {
  .fhxcSwiper .swiper-slide .wz .ww {
    font-size: 14px;
  }
  .fhxcSwiper .swiper-slide .hh {
    padding: 0 10px;
  }
  .fhxcSwiper .swiper-slide .hh .hh1 {
    font-size: 16px;
  }
  .fhxcSwiper .swiper-slide .hh .hh2 {
    font-size: 14px;
    line-height: 20px;
  }
  .fhxcSwiper .swiper-slide .hh .hh4 {
    width: 120px;
    font-size: 12px;
    line-height: 30px;
  }
}

/*news*/
.news-bg {
  background: #f8f8f8;
  padding-top: 4.42708333333333vw;
  padding-bottom: 3.90625vw;
}

.news-bg .news-index .nt {
  align-items: center;
  margin-bottom: 2.86458333333333vw;
}

.news-bg .news-index .nt .ntl .ntt1 {
  color: #999999;
  font-size: 24px;
  text-transform: uppercase;
}

.news-bg .news-index .nt .ntl .ntt2 {
  color: #333333;
  font-size: 36px;
  line-height: 1;
  margin-top: 5px;
}

.news-bg .news-index .nt .nsort li {
  margin-left: 2vw;
}

.news-bg .news-index .nt .nsort li a {
  display: block;
  color: #999999;
  font-size: 18px;
}

.news-bg .news-index .nt .nsort li a:hover {
  color: #333333;
}

.nul li {
  width: 30.8%;
}

.nul li .img img {
  display: block;
  width: 100%;
}

.nul li h3 a {
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 32px 0 23px;
}

.nul li p {
  color: #777777;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m1 {
  border-top: 1px solid #dadada;
  padding-top: 28px;
  margin-top: 45px;
  position: relative;
}

.m1 a {
  display: block;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  padding-right: 20px;
  background: url(../images/tt8.png) no-repeat right center;
}

.m1 span {
  color: #999999;
  font-size: 13px;
  font-family: 'arial';
}

.m1 a:before {
  content: '';
  width: 78px;
  height: 2px;
  background-color: #969696;
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.nul li:hover .m1 a:before {
  width: 100%;
}

@media (max-width: 991px) {
  .news-bg .news-index .nt {
    flex-wrap: wrap;
  }
  .news-bg .news-index .nt .ntl .ntt1 {
    font-size: 14px;
  }
  .news-bg .news-index .nt .ntl .ntt2 {
    font-size: 16px;
  }
  .news-bg .news-index .nt .nsort li {
    margin-left: 0;
  }
  .news-bg .news-index .nt .nsort li a {
    font-size: 14px;
  }
  .m1 {
    margin-top: 25px;
    padding-top: 20px;
  }
  .nul {
    flex-wrap: wrap;
  }
  .nul li h3 a {
    margin: 10px 0 15px;
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .nn .bt1 {
    float: none;
  }
  .nsort {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .nsort li a {
    font-size: 16px;
  }
  .nul li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

/*foot*/
.ft {
  color: #fff;
  border-bottom: 2px solid #77afc0;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 1vw;
}

.foot-bg {
  background: #006988;
  padding-top: 3.38541666666667vw;
}

.foot-bg .foot-index .footl {
  width: 15.33%;
}

.foot-bg .foot-index .footl p {
  color: #fff;
  font-size: 14px;
}

.foot-bg .foot-index .footl p a {
  display: inline-block;
  color: #fff;
  line-height: 30px;
}

.foot-bg .foot-index .footm {
  width: 24.67%;
}

.foot-bg .foot-index .footm p {
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 10px;
}

.foot-bg .foot-index .footm p:nth-of-type(1) {
  background: url(../images/pp1.png) no-repeat left center;
}

.foot-bg .foot-index .footm p:nth-of-type(2) {
  background: url(../images/pp2.png) no-repeat left center;
}

.foot-bg .foot-index .footm p:nth-of-type(3) {
  background: url(../images/pp3.png) no-repeat left center;
}

.foot-bg .foot-index .footm p:nth-of-type(4) {
  background: url(../images/pp4.png) no-repeat left center;
}

.foot-bg .foot-index .footr {
  width: 18.67%;
}

.foot-bg .foot-index .footr .erq-list li img {
  max-width: 100%;
}

.foot-bg .foot-index .footr .erq-list li .wz {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 3;
}

.cop-index {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.51);
  padding: 10px 0;
  border-top: 2px solid #77afc0;
  margin-top: 2vw;
}

.cop-index a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.51);
}

@media (max-width: 995px) {
  .foot-bg {
    padding-top: 40px;
  }
  .foot-bg .foot-index {
    flex-wrap: wrap;
  }
  .foot-bg .foot-index .footl {
    width: 100%;
  }
  .foot-bg .foot-index .footm {
    width: 100%;
  }
  .foot-bg .foot-index .footr {
    width: 100%;
  }
  .foot-bg .foot-index .footr .erq-list {
    justify-content: flex-start;
  }
  .foot-bg .foot-index .footr .erq-list li {
    margin-right: 20px;
  }
  .ft {
    margin-bottom: 20px;
  }
}

.relateproduct {
  display: none;
}


@media(max-width:1024px){
    .prol{
        width:100%;
        float:none;
    }
    .product_detail .img{
        width:100%;
        float:none;
    }
    .product_detail .small{
        width:100%;
    }
    .product_detail .list{
        width:100%;
        float:none;
    }
    .img_hd{
        width:100% !important;
    }
    .img_hd ul li{
        width:52px !important;
        height:55px;
    }
}

@media(max-width:640px){
    .img_hd{
        height:55px!important;
    }
    .img_hd ul li{
        margin:0 5px !important;
        width:52px !important;
        height:55px!important;
    }
}



