html {-webkit-text-size-adjust: 100%;-moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
text-size-adjust: 100%; -webkit-tap-highlight-color: transparent;}
img{max-width:100%;max-height: 100%;}
html {
    font-size: 100px !important;
  }
  @media (max-width: 1400px) {
    html {
      font-size: 90px !important;
    }
  }
  @media (max-width: 1200px) {
    html {
      font-size: 80px !important;
    }
  }
  @media (max-width: 992px) {
    html {
      font-size: 70px !important;
    }
  }
  @media (max-width: 768px) {
    html {
      font-size: 60px !important;
    }
  }
main {overflow: hidden;}
.bann {position: relative;text-align: center;overflow: hidden;background-repeat: no-repeat;
background-position: center;background-size: cover;height: auto;}
.bann .img {width: 100%;visibility: hidden;max-width: none;}
@media (max-width: 992px) {
.bann {height: 5rem;}
}
@media (max-width: 640px) {
.bann .en {font-size: 0.5rem;}
}
@media (max-width: 480px) {
.bann {height: 260px;
}
.bann .img {
height: 260px;
}
  }

  /* 分类导航 */
  .basenav2 {background: #fff;box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);}
  .basenav2 .inner { margin-left: auto;margin-right: auto;width: 88%; max-width: 1400px;display: -webkit-flex;display: flex;display: -webkit-box;display: box;-webkit-align-items: center;align-items: center;-webkit-box-align: center;box-align: center;}
  .basenav2 .item {width: 18%;max-width: 2.8rem;min-height: 1.2rem;display: -webkit-flex;display: flex;display: -webkit-box;display: box;-webkit-box-orient: vertical;
 box-orient: vertical; -webkit-flex-direction: column;-ms-flex-direction: column; flex-direction: column;-webkit-justify-content: center;justify-content: center;-webkit-box-pack: center;box-pack: center;-webkit-box-align: center; box-align: center;
 -webkit-align-items: center;align-items: center;padding: 0.2rem 0;}
  .basenav2 .item .icon {width: 0.5rem;height: 0.5rem;display: block; margin: 0 auto 0.16rem;
background-image: url('../images/icons.png'); background-size: 3rem 5.5rem;}
  .basenav2 .item .ica_4 {background-position: -2rem 0rem; }
  .basenav2 .item .ica_3 {background-position: -1.5rem 0rem; }
  .basenav2 .item .ica_2 { background-position: -1rem 0rem;}
  .basenav2 .item .ica_1 {background-position: -0.5rem 0rem;}
  .basenav2 .item .ica_0 {background-position: 0rem 0rem;}
  .basenav2 .item:Hover,
  .basenav2 .active {background:#eb3d01; color: #fff;}
  .basenav2 .item:Hover .ica_4,
  .basenav2 .active .ica_4 {background-position: -2rem -0.5rem;}
  .basenav2 .item:Hover .ica_3,
  .basenav2 .active .ica_3 {background-position: -1.5rem -0.5rem;}
  .basenav2 .item:Hover .ica_2,
  .basenav2 .active .ica_2 {background-position: -1rem -0.5rem;}
  .basenav2 .item:Hover .ica_1,
  .basenav2 .active .ica_1 {background-position: -0.5rem -0.5rem;}
  .basenav2 .item:Hover .ica_0,
  .basenav2 .active .ica_0 {background-position: 0rem -0.5rem;}
  @media (max-width: 992px) {
    .basenav2 .item {
      width: 20%;
    }
  }
  @media (max-width: 480px) {
    .basenav2 .inner {
      width: 100%;
    }
  }

/* 地图 */
  .map-box {margin-top:1.5rem;margin-bottom: 1rem;margin-left: auto;margin-right: auto;width: 88%;max-width: 1400px;background-color: #ccc;position: relative;}
  .map-box .map {height: 5.6rem;}
  .map-box h3 {font-size: 30px;margin-bottom: 10px;}
  .map-box .inner {padding: 0.5rem 0.4rem;background: #eb3d01;color: #fff;}
  @media (min-width: 992px) {
    .map-box .inner .content {display: -webkit-flex;display: flex; display: -webkit-box; display: box;-webkit-align-items: center;align-items: center;-webkit-box-align: center; box-align: center;-webkit-box-pack: justify; box-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;}
  }
  .map-box .info {line-height: 1.6;}
  @media (min-width: 992px) {
    /* .map-box .address { position: absolute;top: -1rem;left: 50%;width: 50vw;background: #eb3d01; } */
    .map-box .address { position: absolute;top: -1rem;left: 50%;width: 100%;background: #eb3d01; }
    .map-box .content {max-width: 685px;}
  }
  @media (max-width: 992px) {
    .map-box {width: 100%;margin-top: 0;}
  }
  @media (max-width: 768px) {
    .map-box {text-align: center;}
    .map-box .info {margin-bottom: 0.5rem; padding-top: 0.1rem;display: inline-block;text-align: left;}
  }
  @media (max-width: 480px) {
    .map-box h3 {}
  }

/* 新闻资讯 */
.news-list-box {margin-left: auto;margin-right: auto;width: 88%;max-width: 1400px;padding-top: 0.3rem;padding-bottom: 0.3rem;}
.news-list-box .hd {padding-bottom: 0.6rem;}
  @media (min-width: 993px) {.news-list-box .hd {display: -webkit-flex;display: flex;display: -webkit-box;display: box;-webkit-align-items: center; align-items: center;-webkit-box-align: center; box-align: center;-webkit-box-pack: justify;box-pack: justify; -webkit-justify-content: space-between;
 justify-content: space-between;}}
  @media (max-width: 992px) {
.news-list-box .hd {text-align: center;
}
.news-list-box .hd nav {margin-top: 0.4rem;overflow: hidden;}
}
  @media (max-width: 640px) {.news-list-box .hd {padding-bottom: 0.4rem;}
  }
  .news-list-box nav a {border-radius: 2em;width: 180px; height: 40px;line-height: 40px; text-align: center; display: inline-block; border: 1px solid #eb3d01;color: #eb3d01; letter-spacing: 2px；transition: 0.3s;box-sizing: content-box;margin-left: 0.1rem;}
  .news-list-box nav a:hover {background:#eb3d01;color: #fff;}
  @media (max-width: 768px) {
 .news-list-box nav a { width: 47% !important;text-align: center;letter-spacing: 0; margin-bottom: 0.3rem;float: left;}
  }
  .news-list-box nav a:hover {border-radius: 2em;background:#eb3d01;width: 180px; height: 40px;line-height: 40px; text-align: center;color: #fff;
display: inline-block;box-sizing: content-box;}
  .news-list-box nav a:hover:hover {color: #fff;background: #eb3d01;}
  @media (max-width: 768px) {
    .news-list-box nav a:hover {width: 47% !important;text-align: center;letter-spacing: 0; margin-bottom: 0.3rem;}
  }
  .news-list-box nav .active {border-radius: 2em; background: #eb3d01; width: 180px; height: 40px; line-height: 40px;text-align: center; color: #fff; display: inline-block;letter-spacing: 2px;box-sizing: content-box;}
  .news-list-box nav .active:hover {color: #fff;
    background: #000;
  }
  @media (max-width: 768px) {
    .news-list-box nav .active {width: 47%;text-align: center;letter-spacing: 0;}
  }
  @media (max-width: 768px) {
.news-list-box .nav a {width: 47%;text-align: center;}
  }
  @media (min-width: 641px) {
    .news-list {margin-left: -0.22rem; margin-right: -0.22rem;}
    .news-list > * {padding-left: 0.22rem;padding-right: 0.22rem;}
  }
  .news-list li {margin-bottom: 0.6rem;}
  .news-list .inner {position: relative;padding-top: 0.28rem;border-top: 1px solid #e6e6e6;}
  .news-list .inner::before {
content: '';display: block;position: absolute;top: -1px;left: 0; width: 0px;height: 1px;background: #eb3d01;
transition: 0.3s;}
.news-list .img { display: block;overflow: hidden;margin-bottom: 0.24rem;position: relative;}
.news-list .img img {-webkit-transition: 0.5s;-o-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news-list .img:hover img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.news-list .tit {font-size: 16px;display: block;overflow: hidden;white-space: nowrap; -o-text-overflow: ellipsis;text-overflow: ellipsis;}
  .news-list .desc { margin: 0.12rem 0;line-height: 24px; height: 48px;display: -webkit-box; overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis; word-wrap: break-word; white-space: normal !important; -webkit-line-clamp: 2;color: #666;}
  @media (max-width: 480px) {
    .news-list .desc { line-height: 20px;height: 40px;margin: 0.14rem 0 0.2rem;}
  }
  .news-list .date {color: #eb3d01;text-transform: uppercase;}
  .news-list li:hover .inner::before {width: 100%;}
  .news-list li:hover .tit {color: #eb3d01;}
  .cover-box {position: relative;display: block; overflow: hidden;}
  .cover-box .coverimg {width: 100%; height: 100%;position: absolute;left: 0;top: 0; background-repeat: no-repeat;background-size: cover;background-position: center;
 z-index: 1;transition: transform 0.6s ease 0s;}
  .cover-box ._bg { width: 100%;visibility: hidden; display: block;}
  @media (min-width: 992px) {
.cover-box:hover .cover-tip {opacity: 1;filter: alpha(opacity=1);}
.cover-box:hover .coverimg {transform: scale(1.05, 1.05);}
  }
  .cover-tip {width: 100%;height: auto;position: absolute;left: 0; top: 0;opacity: 0; filter: alpha(opacity=0);transition: all 0.4s ease 0s;z-index: 3;}
  .cover-tip .bgbox {display: block;width: 100%; height: 100%;background-color: #000; opacity: 0.6;filter: alpha(opacity=60);}
  .cover-tip .stit {font-size: 16px;line-height: 30px;width: 100%; text-align: center;position: absolute; left: 0;top: 50%;margin-top: -15px;color: #fff;}
  .cover-tip .stit {font-size: 16px;line-height: 30px; width: 100%;text-align: center;position: absolute;left: 0;top: 50%;margin-top: -15px;color: #fff;}
  .cover-tip .line {display: inline-block; width: 100px;height: 1px; background-color: #f2f2f2; position: absolute;left: 50%; margin-left: -50px;transition: all 0.6s ease 0s;}
  .cover-tip .linet { top: 0;}
  .cover-tip .lineb { bottom: 0;}
  .cover-tip:hover .line {width: 6px;margin-left: -3px; opacity: 0.6; filter: alpha(opacity=60);}

/* 新闻内容页 */
.articlebox {width: 92%;max-width: 1600px; margin-left: auto; margin-right: auto; background: #fff;}
.articlebox h1 {font-size: 24px;font-weight: bold;line-height: 40px; position: relative;}
.articlebox h1::before {content: '';display: block;width: 4px;height: 30px;background: #eb3d01;
position: absolute;left: -0.4rem;top: 5px;}
 .articlebox .data {font-size: 16px;color: #999;margin-top: 0.2rem;font-family: medium;display: -webkit-flex;display: flex; display: -webkit-box; display: box;-webkit-align-items: center;align-items: center;-webkit-box-align: center;box-align: center; -webkit-box-pack: justify;
box-pack: justify; -webkit-justify-content: space-between;justify-content: space-between;margin-bottom: 0.2rem;}
.articlebox article { padding-top: 0.6rem; font-size: 16px;color: #666; line-height: 2; border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;
}
.articlebox article p {margin-bottom: 15px;}
.articlebox article img {display: block; margin: 0 auto 15px; }
  @media (max-width: 768px) {
.articlebox h1 {font-size: 28px;line-height: 32px;}
.articlebox h1::before { content: '';display: block;position: absolute;top: 4px; height: 28px; }
  }
  @media (max-width: 640px) {
.articlebox h1 {font-size: 22px;}
.articlebox .date {font-size: 14px;}
.articlebox article {line-height: 1.76; text-indent: 2em; }
.articlebox article > * {margin-bottom: 0.3rem;}
  }
  @media (max-width: 480px) {
.articlebox {width: 100%;margin-top: 70px;}
.articlebox h1 { font-weight: normal;}
.articlebox .data {margin-top: 0.3rem;}
.articlebox article {font-size: 15px;}
 }
  .article-pnext {display: -webkit-flex;display: flex;display: -webkit-box;display: box;-webkit-align-items: center; align-items: center; -webkit-box-align: center; box-align: center;
-webkit-box-pack: justify;box-pack: justify;-webkit-justify-content: space-between;
 justify-content: space-between;padding: 0.4rem 0;}
  .article-pnext a { display: block;}
  .article-pnext .btn_bor {border-radius: 2em; width: 120px;height: 40px;line-height: 40px;
text-align: center;display: inline-block; border: 1px solid #eb3d01; color: #eb3d01;
letter-spacing: 2px;transition: 0.3s; box-sizing: content-box;}
  .article-pnext .btn_bor:hover {background:#eb3d01;color: #fff;}
  @media (max-width: 768px) {
.article-pnext .btn_bor { width: 90px; height: 32px;
line-height: 32px; text-align: center;letter-spacing: 0;}
  }
  .article-pnext .return { font-size: 16px;color: #666;}
  .article-pnext .return:hover {color: #eb3d01;}
  .article-pnext .return .iconfont {display: block;margin: 0 auto;text-align: center;}
  @media (max-width: 480px) {
    .article-pnext .return {font-size: 14px;}
  }

/* 分页 */
#pages{ padding:15px 0 30px; margin:0px; text-align:center;}
#pages a{ display:inline-block; width:26px; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333;}
#pages a.a1{ width:56px;}
#pages a:hover{ background:#f1f1f1; color:#000; text-decoration:none;}
#pages span{ display:inline-block; width:26px; height:22px; line-height:22px; background:#5a85b2; border:1px solid #5a85b2; color:#fff; text-align:center;}
.page .noPage{ display:inline-block; width:56px; height:22px; line-height:22px;  border:1px solid #e3e3e3; text-align:center; color:#a4a4a4;}

/* 上下页 */
.articlebox .pnext{padding:.3rem 0;font-size:14px; color:#666;}
.articlebox .pnext a{display:block;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:80%;float: left;}
.articlebox .pnext span{float: left;} 
.articlebox .pnext p{width: 100%;display: block;overflow: hidden;}

/* 产品中心 */
.wrap {width: 88%;max-width: 1600px;margin-left: auto;margin-right: auto;}
.good-list {margin-left: -0.1rem;margin-right: -0.1rem;}
.good-list > * {padding-left: 0.1rem;padding-right: 0.1rem;}
.good-list li {margin-bottom: 0.2rem;text-align: center;}
.good-list li .inner { background: #fff;padding: 0.2rem;transition: 0.3s;
}
  @media (min-width: 992px) {
 .good-list li:hover .inner {box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);transform: translateY(-5px);}
  }
  .good-list li .info {padding: 0.2rem 0; }
  .good-list li .sku {font-size: 0.2rem; font-family: medium;display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;}
  .good-list li .tit {color: #999;font-size: 16px;margin: 0.1rem 0 0.2rem;overflow: hidden;
white-space: nowrap; -o-text-overflow: ellipsis;text-overflow: ellipsis;}
  @media (max-width: 640px) {
    .good-list li .tit {font-size: 14px;}
  }
  @media (max-width: 480px) {
    .good-list li .tit {font-size: 12px; }
  }
  .good-list li .more { width: 120px; height: 40px; line-height: 40px;text-align: center;border-radius: 2em;border: 1px solid #eb3d01;color: #eb3d01;display: inline-block;font-size: 16px;transition: 0.3s;box-sizing: content-box;
}
  @media (min-width: 993px) {
    .good-list li .more:hover {background:#eb3d01; color: #fff;}
  }
  @media (max-width: 992px) {
    .good-list li .more { width: 90px; height: 28px; line-height: 28px; text-align: center;font-size: 12px;}
  }
  .good-list-box {padding: 0.3rem 0 1.6rem;}

/* 产品内容页 */

.good-content {padding: 0rem 0 0.5rem; background: #f5f5f7;}
.good-content .wrap { max-width: 1400px;}
.good-content h2 {font-size: 30px;margin-bottom: 0.3rem;font-family: medium;}
.good-content .info {font-size: 16px;color: #666;line-height: 1.5;min-height: 1.2rem;}
.good-content .zxbox {margin-top: 0.5rem; }
.good-content .zxbox .tip {color: #666;margin-top: 0.2rem; }
  @media (max-width: 992px) {
 .good-content .zxbox {text-align: center;margin-top: 1rem;}
  }
  @media (max-width: 1200px) {
.good-content .swiperbox {margin-right: 10%;}
  }
  @media (max-width: 992px) {
    .good-content .content { padding-left: 0;margin-top: 0.4rem;}
    .good-content h2 {border-bottom: 0; margin-bottom: 0.1rem;text-align: center;}
  }
  @media (max-width: 768px) {
    .good-content .swiperbox {max-width: 100%;}
  }
  @media (max-width: 480px) {
    .good-content { padding-bottom: 1rem;padding-top: 1.5rem;}
    .good-content h2 {font-size: 22px; }
  }
  .swiperImgs img {width: 100%;}
  .swiperdots {margin-top: 0.2rem;padding: 0.2rem;border: 1px solid #e5e5e5;}
  .swiperdots .swiper-slide {position: relative;cursor: pointer;}
  .swiperdots .swiper-slide::after {content: '';display: block;position: absolute;width: 100%;height: 100%;border: 2px solid transparent;left: 0;top: 0;transition: 0.3s;}
  .swiperdots .swiper-slide-thumb-active::after {border-color: #eb3d01; }
  .basemore {border-radius: 2em;background:#eb3d01;width: 120px;height: 40px;line-height: 40px;text-align: center;color: #fff;display: inline-block;letter-spacing: 2px; box-sizing: content-box;}
  .basemore:hover {color: #fff;background: #000;}
  @media (max-width: 768px) {
    .basemore {width: 90px;height: 32px;line-height: 32px; text-align: center; letter-spacing: 0; }
  }
  /* 产品详情 */
  .good-detail {padding-bottom: 1.5rem;}
  .good-detail .wrap {max-width: 1400px;}
  .good-detail .xqnav {border-bottom: 1px solid #e5e5e5;}
  .good-detail .xqnav .wrap {display: -webkit-flex; display: flex;display: -webkit-box; display: box;-webkit-align-items: center;align-items: center;-webkit-box-align: center;box-align: center;}
  .good-detail .xqnav .item {font-size: 20px;color: #666;line-height: 66px; display: block;padding: 0 0.3rem;margin-right: 0.3rem;position: relative;}
  .good-detail .xqnav .item:hover {color: #eb3d01;}
  .good-detail .xqnav .active {color: #eb3d01;}
  .good-detail .xqnav .active::after {content: '';display: block;position: absolute;width: 100%;bottom: -1px;height: 3px;background: #eb3d01;left: 0; }
  @media (max-width: 640px) {
    .good-detail .xqnav .item {font-size: 18px;line-height: 50px;padding: 0 0.2rem;}
    .good-detail .xqnav .s2 {display: -webkit-flex; display: flex; display: -webkit-box;display: box; -webkit-align-items: center;align-items: center; -webkit-box-align: center;  box-align: center; -webkit-box-pack: justify; box-pack: justify; -webkit-justify-content: space-between;
 justify-content: space-between; }
    .good-detail .xqnav .s2 .item { padding: 0; margin: 0; }
  }
  .good-detail .content .introduce {padding-top: 0.8rem;
  }
  .good-detail .content .introduce dt { font-size: 0.3rem;padding-left: 0.24rem;line-height: 1;
font-weight: normal; margin-bottom: 0.4rem; position: relative;}
  .good-detail .content .introduce dt::before {content: ''; display: block; position: absolute; width: 3px; height: 90%; top: 5%;left: 0;background: #eb3d01;
  }
  .good-detail .content .introduce dd { padding-left: 0.24rem; color: #666; line-height: 1.875;font-size: 16px;}
  @media (max-width: 1200px) {
    .good-detail .content .introduce dt { font-size: 24px; }
  }
  @media (max-width: 992px) {
    .good-detail .content .introduce dd {font-size: 14px; }
  }
  @media (max-width: 640px) {
    .good-detail .content .introduce dt {font-size: 17px; margin-bottom: 0.2rem;}
  }

/* 公司简介 */
.introduce-box {padding:  0;position: relative;}
.abouthd {font-size: 0.36rem; margin-bottom: 0.4rem;}
.introduce-box::before,
.introduce-box::after {content: '';display: block;position: absolute;max-width: 40%;z-index: -1;
 }
  .introduce-box::before {width: 6.88rem;height: 1.84rem;background-image: url('../images/elte2.jpg');background-repeat: no-repeat;background-size: contain; background-position: center center; background-position: top right ;right: 0;top: 0;}
  .introduce-box::after {width: 7.6rem;height: 2.1rem;background-image: url('../images/elte.jpg');background-repeat: no-repeat; background-size: contain; background-position: center center; background-position: left bottom;left: 0;bottom: 0;}
  .introduce-box .info {font-size: 16px;line-height: 1.9;color: #666;}
  @media (max-width: 992px) {
.introduce-box .content {margin-bottom: 0.5rem;}
.introduce-box .img {display: block; margin: 0 auto; }
  }
  @media (max-width: 640px) {
.introduce-box { padding: 1rem 0 1.3rem; }
.introduce-box::before,.introduce-box::after {max-width: 60%;}
  }
  .w1400 {margin-left: auto;margin-right: auto;width: 88%;max-width: 1400px;}

  .company-box {margin-left: auto; margin-right: auto;width: 88%; max-width: 1400px;margin-bottom: 1rem;}
  .company-box .inner {position: relative;
}
  @media (min-width: 992px) {
    .company-box .inner .data,
    .company-box .inner .map {width: 49%;}
    .company-box .inner .map {position: absolute;right: 0px;top: 50%;transform: translateY(-50%);
max-height: none; z-index: -1;}
  }
  .company-box .data {position: relative;background: #eb3d01;color: #fff;padding: 0.5rem 0 0 35px; }
  .company-box .data::before { content: '';display: block;position: absolute;
 width: 100vw;height: 100%;top: 0; right: 0;background: #eb3d01;}
  .company-box .data em {display: inline-block;}
  .company-box .data li {float: left;width: 50%;margin-bottom: 0.5rem;position: relative;}
  .company-box .data li::before {content: '';display: block;position: absolute;width: 16px;height: 4px;background: #fff;left: -35px;top: 10px;}
  .company-box .data .tit {font-size: 16px;}
  .company-box .data .val {font-size: 48px;font-family: medium;}
  @media (max-width: 992px) {
    .company-box .data .val {font-size: 34px;}
  }
  @media (max-width: 640px) {
    .company-box {width: 100%;}
    .company-box .data {margin-left: 0;margin-bottom: 0.5rem;}
    .company-box .data li {margin-bottom: 0.6rem;}
    .company-box .data li::before {width: 5px;left: -10px;}
    .company-box .data .desc {font-size: 12px;}
    .company-box .map {display: block;margin: 0 auto;max-width: 88%;}
  }

/* 企业文化 */
/* 企业文化 */

.qy_box {
  padding: 1rem 0;
  position: relative;
  margin-top: -0.8rem;
  background:url('../images/bg03.jpg') no-repeat center center;background-size:cover;color:#fff
}
.qy_box .row {
  margin-left: -0.2rem !important;
  margin-right: -0.2rem !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap
}

.qy_box .row>* {
  padding-left: .2rem !important;
  padding-right: .2rem !important;
  margin-bottom: .4rem
}

@media (max-width:1360px) {
  .qy_box .row {
      margin-left: -0.15rem !important;
      margin-right: -0.15rem !important
  }

  .qy_box .row>* {
      padding-left: .15rem !important;
      padding-right: .15rem !important;
      margin-bottom: .3rem
  }
}

@media (max-width:1200px) {
  .qy_box .row {
      margin-left: -0.1rem !important;
      margin-right: -0.1rem !important
  }

  .qy_box .row>* {
      padding-left: .1rem !important;
      padding-right: .1rem !important;
      margin-bottom: .2rem
  }
}

@media (max-width:480px) {
  .qy_box .row li {
      width: 100%
  }
}

.qy_box .inner {
  background: rgba(255,255,255,0.6);
  text-align: center;
  padding: .6rem 6%;
  height: 100%;
  transition: .6s
}

@media (min-width:1200px) {
  .qy_box .inner:hover .ic {
      transform: rotate(360deg)
  }
}

.qy_box .inner .ic1 {
  background: url('../images/qy_1.png') no-repeat center center
}

.qy_box .inner .ic2 {
  background: url('../images/qy_2.png') no-repeat center center
}

.qy_box .inner .ic3 {
  background: url('../images/qy_3.png') no-repeat center center
}

.qy_box .inner .ic4 {
  background: url('../images/qy_4.png') no-repeat center center
}
.qy_box .inner .ic5 {
  background: url('../images/qy_5.png') no-repeat center center
}

.qy_box .inner .ic {
  width: 1rem;
  height: 1rem;
  display: block;
  background-size: contain;
  transition: .6s;
  margin: 0 auto
}

.qy_box .inner h3 {
  font-size: .3rem;
  margin: .24rem 0 .1rem;
  color: #333;
}

.qy_box .inner .txt {
  font-size: .18rem;
  line-height: 1.76;
  color: #666
}

@media (max-width:1280px) {
  .qy_box .inner h3 {
      font-size: 20px
  }

  .qy_box .inner .txt {
      font-size: 14px
  }
}

@media (max-width:480px) {
  .qy_box .inner h3 {
      font-size: 18px;
      margin-bottom: .1rem
  }

  .qy_box .inner .txt {
      line-height: 1.76
  }
}

/* 发展历程 */
.astep {
  padding: 1rem 0 .3rem 1.4rem;
  background: url(../images/bg_map.jpg) no-repeat center 2.2rem;
}
.astep .tit1 {
  margin-bottom: 0.4rem;
}
.tit1 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .tit1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .tit1 {
    font-size: 22px;
  }
}
.swiper-step {
  --swiper-theme-color: #ff6600;
  /* 璁剧疆Swiper椋庢牸 */
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 16px;
}
.swiper-step li {
  padding: 0;
  width: 70vw;
}
.swiper-step .swiper-button-next,
.swiper-step .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-top: -24px;
  background: #cdd1d7;
  transition: 0.3s;
}
.swiper-step .swiper-button-prev img{padding-left: 15px; padding-top:22%}
.swiper-step .swiper-button-next img{padding-left: 18px; padding-top:22%}
.swiper-step .swiper-button-next:hover,
.swiper-step .swiper-button-prev:hover {
  background: red;
  background: linear-gradient(#ee7226, #e95412);
}
.swiper-step .swiper-button-next,
.swiper-step .swiper-button-prev {
  margin-top: 0;
  top: 28%;
  left: auto;
  right: auto;
}
.swiper-step .swiper-button-prev {
  right: 85vw;
}
.swiper-step .swiper-button-next {
  left: 85vw;
}
.swiper-step .yearbox {
  position: relative;
  font-family: medium;
  color: #cdd1d7;
  margin-bottom: 0.6rem;
  min-height: 15vw;
}
.swiper-step .yearbox::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5eaf0;
  z-index: 1;
  bottom: 0;
  background: #fff;
}
.swiper-step .year {
  font-size: 0;
  font-size: 15vw;
  line-height: 1;
  position: relative;
  text-align: center;
  visibility: hidden;
}
.swiper-step .year > * {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin: 0;
}
.swiper-step .year em {
  color: #53b255;
  background-image: -webkit-linear-gradient(top, #ee7226, #e95412);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.swiper-step .year2 {
  font-size: 0.48rem;
  line-height: 1;
  padding-bottom: 48px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  top: 55%;
}
.swiper-step .yearbox::after,
.swiper-step .year .p1::after {
  top: 65%;
}
.swiper-step .swiper-slide-prev .info,
.swiper-step .swiper-slide-next .info {
  display: none;
}
.swiper-step .swiper-slide-prev .year2 {
  right: 0;
}
.swiper-step .swiper-slide-next .year2 {
  left: 0;
}
.swiper-step .swiper-slide-active .year {
  visibility: visible;
}
.swiper-step .swiper-slide-active .year2 {
  display: none;
}
.swiper-step .info {
  width: 80%;
  margin: 0 auto;
}
.swiper-step .info h4 {
  font-size: 24px;
  margin-bottom: 16px;
}
.swiper-step .info p {
  padding-left: 0.32rem;
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 37px;
}
.swiper-step .info p::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #bbbbbb;
  border-radius: 50%;
  position: absolute;
  left: 0;
  margin-top: -4px;
  top: 50%;
}
@media (max-width: 1440px) {
  .swiper-step .pnext {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 768px) {
  .swiper-step {
    padding-bottom: 0.8rem;
  }
  .swiper-step .swiper-pagination {
    line-height: 1;
    bottom: 0;
  }
  .swiper-step .pnext {
    border-radius: 50%;
    color: #fff;
    background: #cdd1d7;
  }
  .swiper-step .pnext::after {
    font-size: 14px;
  }
  .swiper-step .swiper-button-prev {
    right: 90vw;
  }
  .swiper-step .swiper-button-next {
    left: 90vw;
  }
  .swiper-step .pnext {
    width: 26px;
    height: 26px;
  }
  .swiper-step li {
    width: 74vw;
  }
  .swiper-step li .yearbox {
    margin-bottom: 0.5rem;
  }
  .swiper-step li .year2 {
    font-size: 0.3rem;
    padding-bottom: 26px;
  }
  .swiper-step li .info {
    width: 100%;
    font-size: 14px;
    line-height: 1.76;
  }
  .swiper-step li .info p {
    padding-left: 15px;
  }
  .swiper-step li .info p::after {
    width: 8px;
    height: 8px;
    top: 9px;
  }
}
@media (max-width: 640px) {
  .swiper-step .year {
    font-size: 90px;
  }
  .swiper-step .year2 {
    top: 50%;
  }
  .swiper-step .pnext {
    top: 46px;
  }
  .swiper-step .info h4 {
    font-size: 20px;
  }
  .swiper-step .info p {
    font-size: 14px;
    line-height: 1.9;
  }
}

/* 荣誉资质 */
.list2 {font-size: 16px;text-align: center; }
  @media (min-width: 1200px) {
    .list2 {
      /* margin-left: -35px;
      margin-right: -35px; */
    }
    .list2 li { /* padding-left: 35px;padding-right: 35px; */ margin-bottom: 0.7rem;}
  }
  .list2 li {margin-bottom: 30px;
  }
  .list2 a {display: block; border: 1px solid #ebebeb; text-align: center;padding: 10px;}
  .list2 .img {display: block;overflow: hidden;}
  .list2 .img img {-webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s;}
  .list2 .img:hover img {-webkit-transform: scale(0.96); -moz-transform: scale(0.96); -ms-transform: scale(0.96);-o-transform: scale(0.96);transform: scale(0.96);}
  .list2 .img img {width: 100%;}
  .list2 .txt {display: block; color: #999;padding: 20px 0;}
  .list2 a:hover {border-color: #d11f37;}
  @media (max-width: 480px) {
    .list2 {margin-left: -5px; margin-right: -5px;font-size: 14px;}
    .list2 > * { padding-left: 5px; padding-right: 5px; margin-bottom: 10px; }
    .list2 li {margin-bottom: 10px; }
    .list2 li .txt {padding: 15px 0 10px;}
  }
  .list3 .img { position: relative;}
  .list3 .cover h5 { font-size: 18px; margin: 0 0  20px;}
  .list3 .cover .info {font-size: 14px; }
  .list3 .img:hover .cover {height: 100%;top: 0;}
  .list3 li .txt {padding: 24px 0;}
  @media (min-width: 992px) {
    .list3 .cover {position: absolute;left: 0;top: 50%; right: 0; bottom: 0; background: rgba(209, 31, 55, 0.9);color: #fff; transition: 0.3s; height: 0;overflow: hidden; }
    .list3 .cover .inner {top: 50%;-webkit-transform: translateY(-50%) translateX(-50%);-moz-transform: translateY(-50%) translateX(-50%);-ms-transform: translateY(-50%) translateX(-50%); -o-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); left: 50%; position: absolute; width: 80%; }
  }
  @media (max-width: 991px) {.list3 li {margin-bottom: 35px;}
    .list3 .cover {height: auto; top: 0;}
    .list3 .cover h5 { margin: 20px 0 10px; color: #d11f37;}
    .list3 .cover .info { color: #666; }
    .list3 .txt {display: none;}
  }
  @media (max-width: 480px) {
    .list3 li .txt { padding-top: 10px; }
    .list3 .cover h5 {font-size: 16px;margin: 15px 0 10px; }
    .list3 .cover .info {font-size: 12px;}
  }



  
/* 在线留言 */
.msgbox {padding: 0.3rem 0 1.3rem; background: url('../images/bg5.jpg') no-repeat center center;background-size: cover;}
.msgbox .tit1 {margin-bottom:0.5rem;}
.tit1{text-align: center;font-size:36px;font-weight:bold;color: #eb3d01;}
.contact-form {font-size: 16px;}
.contact-form .form {max-width: 1300px;margin-left: auto;margin-right: auto; display: block;width: 90%;}
.contact-form input,
.contact-form textarea,
.contact-form button {border: 0;box-shadow: none;outline: none;resize: none;background: none;font-size: 16px;}
  .contact-form label {color: #666;}
  .contact-form li { min-height: 64px; line-height: 64px; margin-bottom: 40px; transition: 0.3s; }
  .contact-form li .inner {border-bottom: 1px solid #e0e1e2;display: -webkit-flex; display: flex;
    display: -webkit-box;display: box;-webkit-align-items: center;  align-items: center; -webkit-box-align: center; box-align: center;}
  .contact-form li input {min-width: 0;-webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1;-webkit-flex-shrink: 1;-ms-flex-negative: 1;flex-shrink: 1;display: block; height: 50px; line-height: 50px;}
  .contact-form li label {width: 50px;margin-right: 30px;position: relative;}
  .contact-form li.textarea-box label::before {display: none;}
  .contact-form textarea {display: block;height: 90px;border-bottom: 1px solid #e0e1e2;width: 100%;line-height: 1.76;}
  .contact-form .submit {background: #e95412;color: #fff;width: 200px; height: 54px;line-height: 54px; display: block; margin: 0 auto; font-size: 16px; font-weight: bold;transition: 0.3s; }
  .contact-form .submit:hover {background: #e95412;box-shadow: 0 0 10px rgba(209, 31, 55, 0.5);
}
  @media (max-width: 480px) {
    .contact-form .submit {width: 130px; height: 40px;line-height: 40px;}
  }
  @media (max-width: 992px) {
    .contact-form .bd { padding: 50px 0 70px;}
    .contact-form li {margin-bottom: 20px;}
  }
  @media (max-width: 768px) {
    .contact-form li {min-height: 50px;line-height: 50px;}
  }
  @media (max-width: 640px) {
    .contact-form li {margin-bottom: 10px;}
    .contact-form .submit { margin-top: 20px; }
  }
  @media (max-width: 480px) {
    .contact-form {font-size: 14px;}
    .contact-form input,
    .contact-form textarea {font-size: 14px;}
    .contact-form li {margin-bottom: 0;}
    .contact-form li label {
      margin-right: 10px;
      width: 40px;
    }
    .contact-form .bd {
      padding: 30px 0 40px;
    }
  }
.address{z-index: 99999 ;}