﻿@charset "UTF-8";
/*@media screen and (min-width:960px) and (max-width:1200px){}*/
.aa {
  font-family: "Avenir-Black","Avenir-Book","Avenir-Light","Avenir-Medium","SourceHanSansCN-Light","SourceHanSansCN-Medium"; }

body, html {
  min-width: 1366px; }

.bg {
  background: #f5f5f5; }

.bg2 {
  background: #fff; }

body {
  min-width: 1366px; }

.wrap {
  width: 1400px;
  margin: 0 auto; }

.wrap2 {
  width: 1440px;
  margin: 0 auto; }

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

.swiper-pagination .swiper-pagination-bullet:focus {
  outline: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: auto;
  cursor: pointer; }

.mainPublicTitle .text1 {
  font-size: 30px;
  color: #000000;
  margin-bottom: 5px; }
  .mainPublicTitle .text1 span {
    color: #004a87; }

.mainPublicTitle .text2 {
  font-size: 14px;
  color: #000000;
  font-family: Arial; }

.publicTitle {
  margin: 68px 0 60px;
  text-align: center; }
  .publicTitle .h1 {
    font-size: 30px;
    color: #474747;
    font-family: Arial;
    margin-bottom: 8px; }
  .publicTitle .text {
    font-size: 28px;
    color: #474747; }
  .publicTitle.on .h1, .publicTitle.on .text {
    color: #fff; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 98px;
  line-height: 98px;
  display: block;
  /* box-shadow: 0 0 7px #f1f1f1; */
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }

.headPhone {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  line-height: 2.5rem;
  height: 2.5rem; }
  .headPhone a {
    line-height: 2.5rem;
    display: block;
    text-align: center; }
    .headPhone a img {
      height: 1.5rem; }
  .headPhone .navIcon {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 2.5rem;
    height: 2.5rem;
    padding: 0 3%;
    z-index: 3; }
    .headPhone .navIcon img {
      height: 1.5rem; }

.navPhone .mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  display: none;
  background: rgba(0, 0, 0, 0.5); }

.navPhone .content {
  position: fixed;
  right: -100%;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: 103;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background: #fff; }
  .navPhone .content a {
    font-size: 0.8rem;
    color: #333;
    display: block;
    padding: 0 0.4rem;
    border-bottom: 1px solid #f1f1f1;
    line-height: 1.8rem; }
    .navPhone .content a.on {
      color: #c12821;
      font-weight: bold; }
    .navPhone .content a:last-child {
      border-bottom: 0; }
  .navPhone .content .language {
    margin-left: 0;
    padding: 0 0.4rem;
    line-height: 1.8rem;
    position: relative;
    padding-right: 1.5rem; }
    .navPhone .content .language:before {
      display: none; }
    .navPhone .content .language:after {
      top: 50%;
      margin-top: -3px; }

.navPhone.on .mask {
  display: block; }

.navPhone.on .content {
  right: 0; }

.index_nav a {
  padding: 0 26px;
  font-size: 18px;
  color: #222;
  line-height: 98px;
  height: 98px;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s; }

  .index_nav a.on, .index_nav a:hover {
    color: #ffffff;
    background: #c12821; }


#body_01 .nav_01, #body_02 .nav_02, #body_03 .nav_03, #body_04 .nav_04, #body_05 .nav_05, #body_06 .nav_06, #body_07 .nav_07, #body_08 .nav_08 {
    color: #ffffff;
    font-weight: bold;
    background: #c12821;
}


.language {
    display: inline-block;
    margin-left: 70px;
    padding-right: 30px;
    font-size: 18px;
    color: #c12821;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
  .language:before {
    content: '';
    position: absolute;
    left: -50px;
    top: 38px;
    width: 1px;
    height: 23px;
    background: #d3d3d3; }
  .language:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 46px;
    border-left: 6px solid #fff;
    border-right: 6px solid #fff;
    border-top: 8px solid #c12821;
    background: #c12821; }
    .language:hover:after {
        border-left: 6px solid #c12821;
        border-right: 6px solid #c12821;
        border-top: 8px solid #fff;
    }

    .container {
        margin-top: 98px;
    }

.index_swiper {
  width: 100%; 
  max-height: 800px;
}
.index_swiper .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom:30px;
}

.index_swiper_box {
  width: 100%;
  /* height: 100%; */
  display: block; }
  /* .index_swiper_box > img {
    position: absolute;
    left: 50%;
    margin-left: -960px; } */
  .index_swiper_box > img {
    max-width: 100%;
    height: auto;
  }
    .index_swiper .swiper-pagination-bullet{
      width: 10px;
      height: 10px;
      opacity: 1;
      border:1px solid #fff;
      background: transparent;
    }
    .index_swiper .swiper-pagination-bullet-active{
      background: #fff;
    }

.index_swiper .swiper-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* height: 815px; */
 }

.index_swiper_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  color: #fff; }
  .index_swiper_txt p{
    font-size: 45px;
    line-height: 100px;
    color: #000;
  }

.index_swiper_tit {
  font-size: 48px;
  color: #fff; }
  .index_swiper_tit span {
    color: #c12821; }

.index_swiper_title {
  font-size: 70px;
  margin-top: 30px;
  font-weight: bold;
  color: #fff; }

.index_swiper_more {
  display: block;
  width: 200px;
  height: 53px;
  margin: 210px auto;
  color: #fff;
  line-height: 53px;
  border: 1px solid #f7f8fa;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  font-size: 20px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  box-sizing: border-box; }
  .index_swiper_more:hover {
    background-color: #c12821;
    border-color: #c12821;
    color: #fff;
    font-weight: bold; }

.about_us {
  padding: 100px 0; }

.about_us_item {
  box-sizing: border-box; }
  .about_us_item:nth-child(1) {
    width: 40.45%;
    margin-right: 6.2%; }
  .about_us_item:nth-child(2) {
    width: 53.35%; }
    .about_us_item:nth-child(2) img {
      width: calc((100% - 4%) / 2); }

.about_us_img {
  margin-right: 4%; }

.main_tit {
  font-size: 36px;
  margin-bottom: 50px; }

.main_txt {
  margin-bottom: 40px;
  font-size: 16px;
  color: #444444;
  line-height: 35px; }

.product_center_top {
  width: 100%;
  height: 310px;
  background: url(../update/banner2.jpg); }

.product_center_tit {
  padding-top: 75px;
  margin: 0 auto 50px;
  font-size: 36px;
  color: #fff;
  text-align: center; }
.product_cgroup{
  width:1370px;
}
.product_link {
  box-sizing: border-box;
  display: block;
  float: left;
  padding: 0 10px;
  width: 170px;
  height: 65px;
  margin-right: 30px;
  line-height: 65px;
  font-size: 18px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  border: 1px solid #f7f8fa;
  background-color: rgba(255, 255, 255, 0.2);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s; }
  .product_link:nth-last-child(1) {
    margin-right: 0; }
  .product_link.on, .product_link:hover {
    background-color: #c12821;
    border-color: #c12821;
    color: #fff;
    font-weight: bold; }

.product_center_list {
  padding: 40px 0 50px;
  box-sizing: border-box; }

.product_list {
  overflow: hidden;
  float: left;
  margin-right: 30px;
  margin-bottom: 40px;
  width: calc(25% - 23px);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  cursor: pointer; }
  .product_list:nth-child(4n) {
    margin-right: 0; }
  .product_list:hover p {
    background: #c12821;
    color: #fff; }
  .product_list img {
    height: 200px;
    margin: 0 auto;
    display: block;
    height: 200px;
  }

.product_name {
  padding: 15px 10px;
  font-size: 18px;
  text-align: center;
  line-height: 30px; }

.case {
  background: #ededed; }
  .case .product_center_tit {
    color: #000; }
  .case .product_name {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 10px;
    background: #fff;
    min-height: 85px;
    line-height: 28px; }

.footer {
  box-sizing: border-box;
  padding-top: 50px;
  background: #2b2b2b;
  min-height: 445px; }

.footer_item {
  width: 28%;
}

.foot_logo {
  margin-bottom: 20px; }

.foot_logo, .foot_ma {
  display: block; }
.foot_ma {
    max-width: 100%;
    width: 150px;
}

    .footer_center {
        width: 44%;
    }

.footer_tit {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff; }
  .footer_tit img {
    vertical-align: bottom; }

.foot_txt {
  font-size: 16px;
  color: #dddddd; }
  .foot_txt.first {
    margin-bottom: 15px; }

.foot_txten {
  color: #ddd;
  margin: 5px 0 15px;
  font-size: 14px; }

.foot_nav {
  padding-left: 65px;
  margin-top: 45px; }
  .foot_nav a {
    float: left;
    margin-right: 110px;
    position: relative;
    font-size: 16px;
    color: #ffffff; }
    .foot_nav a:after {
      content: '';
      position: absolute;
      width: 12px;
      height: 2px;
      background: #fff;
      right: -62px;
      top: 10px; }
    .foot_nav a:nth-last-child(1):after {
      background: transparent; }

.foot_bot {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #c1c1c1; }

.divPc {
  display: block; }

.divPhone {
  display: none; }

.otherBanner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .otherBanner img {
    position: relative;
    width: 100%;
    /* left: 50%;
    margin-left: -960px;  */
  }
  .otherBanner .textBox {
    position: absolute;
    left: 0;
    width: 100%;
    top: 10%;
    z-index: 2;
    transform: translateY(-50%);
    text-align: center; }
    .otherBanner .textBox .text1 {
      font-size: 42px;
      color: #fff;
      margin-bottom: 26px; }
    .otherBanner .textBox .text2 {
      font-size: 40px;
      font-weight: bold;
      color: #fff; }
      .other .tel{
        font-size: 15px;
        color:#000;
      }

.page {
  text-align: center;
  margin-bottom: 80px; }
  .page span, .page a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border: 1px solid #dddddd;
    background: #f7f7f7;
    line-height: 60px;
    text-align: center;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    font-size: 16px;
    color: #666666; }
    .page span:last-child, .page a:last-child {
      margin-right: 0; }
    .page span.text1, .page a.text1 {
      min-width: 60px;
      width: auto;
      padding: 0 14px; }
    .page span.on, .page span:hover, .page a.on, .page a:hover {
      border-color: #c12821;
      background: #c12821;
      color: #fff; }

.productTitle {
  text-align: center; }
  .productTitle .title {
    position: relative;
    font-size: 30px;
    color: #000;
    padding-bottom: 13px;
    padding-top: 56px;
    margin-bottom: 46px;
    display: inline-block;
    vertical-align: middle; }
    .productTitle .title span {
      color: #c12821; }
    .productTitle .title:after, .productTitle .title:before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; }
    .productTitle .title:after {
      height: 1px;
      background: #eeeeee;
      width: calc(100% + 83px + 83px);
      z-index: 1; }
    .productTitle .title:before {
      width: 50px;
      height: 3px;
      background: #c12821;
      z-index: 2; }

.productNav {
  text-align: center; }
  .productNav a {
    display: inline-block;
    margin-right: 30px;
    line-height: 64px;
    box-sizing: border-box;
    min-width: 170px;
    border: 1px solid #b0b0b0;
    border-radius: 4px;
    font-size: 18px;
    color: #1f0100;
    text-align: center;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s; }
    .productNav a:last-child {
      margin-right: 0; }
    .productNav a.on, .productNav a:hover {
      background: #c12821;
      border-color: #c12821;
      color: #fff;
      font-weight: bold; }

.productCarousel {
  background: #eeeeee;
  font-size: 0;
  margin-bottom: 40px; }
  .productCarousel .left {
    padding: 30px 0;
    width:90%;
    box-sizing: border-box;
    /* margin-right: 2.8%; */
    display: block;
    margin:0 auto;
    vertical-align: top; }
    .productCarousel .left .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto; }
    .productCarousel .left .swiper-slide {
      position: relative;
      background-size: auto 100%;
      background-repeat: no-repeat;
      /* background-size: cover/; */
      background-position: center; }
    .productCarousel .left .swiper-slide img{
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .productCarousel .left .gallery-top {
      /*height: 80%;
                width: 100%;
            */
      width:600px;
      margin:0 auto;
      background: #fff;
      height: 570px;}
    .productCarousel .left .gallery-thumbs {
      /*height: 20%;*/
      height: 115px;
      box-sizing: border-box;
      margin: 10px 40px;
      width: auto; }
      .productCarousel .left .gallery-thumbs .swiper-wrapper {
        width: 100%; }
    .productCarousel .left .thumbnailBox {
      position: relative;
      margin-top: 20px; }
      .productCarousel .left .thumbnailBox .swiper-button-white {
        width: 30px;
        height: 115px;
        top: 0;
        position: absolute;
        background-color: #fff;
        z-index: 3;
        margin-top: 0; }
      .productCarousel .left .thumbnailBox .swiper-button-prev {
        left: 0;
        right: auto;
        background: #fff url("../images/array6_1.png") no-repeat center center;
        background-size: 12px 20px; }
      .productCarousel .left .thumbnailBox .swiper-button-next {
        right: 0;
        left: auto;
        background: #fff url("../images/array7_1.png") no-repeat center center;
        background-size: 12px 20px; }
      .productCarousel .left .thumbnailBox .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
        background: #fff url("../images/array6.png") no-repeat center center; }
      .productCarousel .left .thumbnailBox .swiper-button-next.swiper-button-disabled {
        opacity: 1;
        background: #fff url("../images/array7.png") no-repeat center center; }
    .productCarousel .left .gallery-thumbs .swiper-slide {
      background-color: #fff;
      /*width: 25%;*/
      width: 115px;
      height: 115px;
      opacity: 0.6;
      background-size: auto 100%;
      background-repeat: no-repeat;
      cursor: pointer; }
    .productCarousel .left .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1; }
  .productCarousel .right {
    width: 48.2%;
    display: inline-block;
    vertical-align: top;
    margin-top: 63px; }
    .productCarousel .right .title {
      font-size: 26px;
      color: #000000;
      margin-bottom: 50px; }
    .productCarousel .right .textBox p {
      font-size: 18px;
      color: #999999;
      line-height: 36px; }

.titleBox {
  background: #eeeeee;
  margin-bottom: 20px; }
  .titleBox span {
    display: inline-block;
    vertical-align: middle;
    background: #c12821;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 0 34px;
    line-height: 60px; }

.purposeContent {
  font-size: 16px;
  color: #666666;
  margin-bottom: 50px; }
  .purposeContent img {
    max-width: 100%; }

.serviceSupport {
  font-size: 0;
  margin-bottom: 30px; }
  .serviceSupport .list {
    padding: 35px 30px;
    box-sizing: border-box;
    background: #f7f7f7;
    margin-right: 2%;
    margin-bottom: 30px;
    width: 23.5%;
    display: inline-block;
    vertical-align: top; }
    .serviceSupport .list .icon {
      width: 80px;
      height: 80px;
      margin-right: 20px;
      border-radius: 50%;
      overflow: hidden;
      box-shadow: 0 0 10px 1px rgba(234, 184, 182, 0.15); }
      .serviceSupport .list .icon img {
        width: 80px;
        height: 80px; }
    .serviceSupport .list .text1 {
      font-size: 22px;
      color: #333333;
      margin-bottom: 8px; }
    .serviceSupport .list .text2 {
      font-size: 16px;
      color: #666666; }
    .serviceSupport .list:nth-child(4n) {
      margin-right: 0; }

.aboutUs .content {
  font-size: 16px;
  color: #666666;
  line-height: 44px; }
  .aboutUs .content img {
    margin: 0 auto;
    max-width: 100%; }

.honor {
  background: #ededed;
  overflow: hidden;
  margin-top: 60px; }
  .honor .productTitle .title:after {
    background: #fff !important; }
  .honor .honorRoll {
    margin-bottom: 90px;
    position: relative; }
    .honor .honorRoll .swiper-container {
      width: 80%;
      height: 100%;
      margin: 0 auto; }
    .honor .honorRoll .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .honor .honorRoll .swiper-slide img {
        width: 100%; }
    .honor .honorRoll .swiper-button-next, .honor .honorRoll .swiper-button-prev {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 44px;
      height: 44px;
      margin-top: 0; }
    .honor .honorRoll .swiper-button-next {
      background: url("../images/array5_1.png") no-repeat center center;
      background-size: 44px 44px; }
    .honor .honorRoll .swiper-button-prev {
      background: url("../images/array4_1.png") no-repeat center center;
      background-size: 44px 44px; }
    .honor .honorRoll .swiper-button-next.swiper-button-disabled {
      background: url("../images/array5.png") no-repeat center center; }
    .honor .honorRoll .swiper-button-prev.swiper-button-disabled {
      background: url("../images/array4.png") no-repeat center center; }

.caseBg {
  background: #fff !important; }
  .caseBg .product_center_list {
    padding-top: 0; }

.newsDetailsBox .title {
  text-align: center;
  padding: 55px 0 14px; }
  .newsDetailsBox .title .text1 {
    font-size: 26px;
    color: #000000;
    margin-bottom: 8px; }
  .newsDetailsBox .title .text2 {
    font-size: 16px;
    color: #bbbbbb; }
  .newsDetailsBox .title img {
    width: 85%;
    margin: 5px auto 0;
    height: 1px; }

.newsDetailsBox .content {
  font-size: 16px;
  color: #666666;
  width: 1200px;
  margin: 0 auto 50px; }
  .newsDetailsBox .content img {
    max-width: 100%; }

.newsBox .group {
  margin-bottom: 80px; }
  .newsBox .group .list {
    border-bottom: 1px dashed #dddddd;
    padding: 36px 0;
    cursor: pointer;
    display: block; }
    .newsBox .group .list .time {
      margin-right: 28px;
      text-align: center;
      background: #c12821;
      color: #fff;
      width: 98px;
      height: 98px;
      box-sizing: border-box;
      padding-top: 6px; }
      .newsBox .group .list .time .text1 {
        font-size: 46px;
        color: #fff;
        margin-bottom: 6px; }
      .newsBox .group .list .time .text2 {
        font-size: 14px;
        color: #fff; }
    .newsBox .group .list .textBox .text1 {
      font-size: 20px;
      color: #333333;
      margin-bottom: 14px; }
    .newsBox .group .list .textBox .text2 {
      font-size: 16px;
      color: #666666;
      line-height: 30px; }

.onlineOrder .from {
  width: 785px;
  margin: 0 auto 75px; }
  .onlineOrder .from .lable {
    width: 110px;
    margin-right: 30px;
    text-align: right;
    line-height: 42px;
    font-size: 16px;
    color: #444444; }
  .onlineOrder .from .list {
    margin-bottom: 25px; }
    .onlineOrder .from .list .input, .onlineOrder .from .list .textarea {
      width: 100%;
      border: 0;
      line-height: 42px;
      border-radius: 4px;
      padding: 0 30px;
      font-size: 14px;
      color: #333;
      background: #eeeeee;
      box-sizing: border-box; }
    .onlineOrder .from .list .textarea {
      height: 200px; }
  .onlineOrder .from .btnBox .btn1, .onlineOrder .from .btnBox .btn2 {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    line-height: 42px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px; }
  .onlineOrder .from .btnBox .btn1 {
    color: #fff;
    background: #c12821;
    margin-right: 20px; }
  .onlineOrder .from .btnBox .btn2 {
    color: #222222;
    background: #eeeeee; }

.contactUs .group {
  margin-bottom: 76px; }
  .contactUs .group .wth1, .contactUs .group .wth2 {
    float: left;
    background: #f7f7f7;
    height: 260px;
    box-sizing: border-box;
    margin-right: 2.1%;
    padding: 0 30px;
    justify: center;
    align-items: center; }
    .contactUs .group .wth1 > .flex, .contactUs .group .wth2 > .flex {
      height: 260px;
      width: 100%; }
    .contactUs .group .wth1 > div, .contactUs .group .wth2 > div {
      width: 100%; }
  .contactUs .group .wth1 {
    width: 39.28%; }
    .contactUs .group .wth1 p {
      font-size: 16px;
      color: #333333;
      margin-bottom: 24px; }
      .contactUs .group .wth1 p span {
        color: #666666; }
      .contactUs .group .wth1 p:last-child {
        margin-bottom: 0; }
  .contactUs .group .wth2 {
    width: 28.26%;
    text-align: center; }
    .contactUs .group .wth2:last-child {
      margin-right: 0; }
    .contactUs .group .wth2 img {
      width: 65px;
      height: 65px;
      margin: 0 auto 10px;
      display: block; }
    .contactUs .group .wth2 span {
      display: block;
      text-align: center;
      font-size: 18px;
      color: #666666;
      margin-bottom: 25px; }
    .contactUs .group .wth2 p {
      font-size: 20px;
      color: #333333;
      font-weight: bold; }

.contactUs .mapBox {
  width: 100%;
  height: 630px; }
  .contactUs .mapBox #container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "微软雅黑"; }
.index_nav li{
  float: left;
  position: relative;
}
.head_drop{
  position: absolute;
  top: 95%;
  width: 180px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.index_nav .head_drop a{
  font-size: 15px;
  padding:0 5px;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  display: block;
}
    /* 客服 */
    html {overflow-x:hidden;}

.custom_service p img {display: inline; vertical-align:middle;}
.scrollsidebar{position:fixed; z-index:999; top:50%;right:0;transform: translateY(-50%)}
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span { display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url(../images/sidebar_bg.png) no-repeat;}
.side_title {height:46px;}
.side_bottom { height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;}
.msgserver a { background:url(../images/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}

/* blue skin as the default skin */
.side_title, .side_blue .side_title {background-position:-195px 0;}
.side_center, .side_blue .side_center {background:url(../images/blue_line.png) repeat-y center;}
.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}
.close_btn, .side_blue .close_btn {background-position:-44px 0;}
.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}
.show_btn , .side_blue .show_btn {background-position:-119px 0;}
.msgserver a, .side_blue .msgserver a {color:#06C;}

/* green skin  */
.side_green .side_title {background-position:-349px 0;}
.side_green .side_center {background:url(../images/green_line.png) repeat-y center;}
.side_green .side_bottom {background-position:-349px -50px;}
.side_green .close_btn {background-position:-44px -23px;}
.side_green .close_btn:hover {background-position:-66px -23px;}
.side_green .show_btn {background-position:-147px 0;}
.side_green .msgserver a {color:#76a20c;}
.left .title{
  margin-bottom:10px;
  font-size: 25px;
  text-align: center;
}
.swip_tit{
  font-size: 45px;
  line-height: 80px;
  text-align:center;
}
.to_next_product{
  margin-bottom: 40px;
  color:#c12821;
  font-size: 16px;
}
@media screen and (max-width: 1700px) {
  body, html {
    min-width: auto; } }

@media screen and (max-width: 1600px) {
  .wrap {
    width: 1300px;
    margin: 0 auto; }
  .productNav a {
    margin-right: 20px;
    line-height: 55px;
    min-width: 150px;
    font-size: 16px; } 
    .product_cgroup{
      width:1230px;
    }
    .product_link{
      font-size: 16px;
      width: 150px;
    }
    .index_swiper .swiper-slide{
      /* height: 715px; */
    }
    .index_swiper {
      max-height: 700px;
    }
  
  }

@media screen and (max-width: 1400px) {
  .wrap {
    width: 1200px;
    margin: 0 auto; }
  .serviceSupport .list {
    padding: 20px 20px; }
    .serviceSupport .list .text1 {
      font-size: 20px; } 
      .index_nav a {
        padding: 0 15px; }
        .product_cgroup{
          width:1140px;
        }
        .product_link {
          width: 150px;
          height: 55px;
          margin-right: 15px;
          line-height: 55px;
          font-size: 16px; }
        .index_swiper .swiper-slide{
          /* height: 615px; */
        }
        .index_swiper {
          max-height: 615px;
        } 
        .index_swiper_txt p{
          font-size: 35px;
        }
    }

@media screen and (max-width: 1360px) {
  .foot_nav a {
    margin-right: 70px; }
    .foot_nav a:after {
      right: -42px; }
  
  .serviceSupport .list {
    padding: 20px 15px; }
    .serviceSupport .list .text1 {
      font-size: 18px; }
    .serviceSupport .list .text2 {
      font-size: 14px; }
      }

@media screen and (max-width: 1300px) {
  .wrap {
    width: 1100px;
    margin: 0 auto; }
  .productNav a {
    margin-right: 10px;
    line-height: 50px;
    min-width: 140px;
    font-size: 14px; } 
    .product_cgroup{
      width:965px;
    }
    .product_link {
      width: 125px;
      margin-right: 15px;
      padding: 0 5px;
      font-size: 14px;
  }

@media screen and (max-width: 1200px) {
  .swip_tit{
    font-size: 1rem;
  }
  .wrap {
    width: 95%;
    margin: 0 auto; }
  .header {
    display: none; }
  .index_swiper_tit {
    font-size: 0.8rem; }
  .index_swiper_title {
    font-size: 1rem;
    margin-top: 0.2rem; }
  .container {
    margin-top: 2.5rem; }
  .divPc {
    display: none; }
  .divPhone {
    display: block; }
  .footer {
    padding-top: 1.2rem; }
  .footer_item, .footer_center {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 2rem; }
  .foot_nav {
    margin-top: 0;
    padding-left: 1rem; }
    .foot_nav a {
      margin-right: 2rem;
      font-size: 0.75rem; }
      .foot_nav a:after {
        right: calc(-1rem - 6px); }
  .foot_bot {
    margin-top: 1rem;
    padding-bottom: 0.5rem; }
  .about_us {
    padding: 2rem 0; }
  .main_tit {
    font-size: 1.5rem;
    margin-bottom: 1rem; }
  .main_txt {
    margin-bottom: 0.6rem;
    font-size: 0.65rem;
    line-height: 1.4rem; }
  .product_center_tit {
    padding-top: 1rem;
    margin: 0 auto 1rem;
    font-size: 1.6rem; }
  .product_link {
    width: auto;
    height: 2rem;
    margin-right: 0.3rem;
    line-height: 2rem;
    font-size: 0.6rem;
    padding: 0 0.4rem;
    margin-bottom: 0.4rem; }
  .product_center_top {
    height: 260px;
    background-size: auto 100%; }
  .about_us_item {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0; }
    .about_us_item:nth-child(1), .about_us_item:nth-child(2) {
      width: 100%; }
  .index_swiper_box {
    width: 100%;
    height: auto;
    display: block; }
    .index_swiper_box > img {
      top:0;
      position: relative;
      left: auto;
      margin-left: 0;
      width: 100%; }
  .index_swiper .swiper-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto; }
  .index_swiper_txt {
    top: 20%; }
    .index_swiper_txt p{
      font-size: 35px;
    }
  .index_swiper_more {
    display: inline-block;
    width: auto;
    padding: 0 0.5rem;
    height: 1.6rem;
    line-height: 1.6rem;
    margin: 1rem auto;
    font-size: 0.5rem; }
  .product_list {
    width: calc((100% - 0.5rem) / 2);
    margin-right: 0.5rem;
    margin-bottom: 0.8rem; }
    .product_list:nth-child(2n) {
      margin-right: 0; }
  .product_center_list {
    padding: 1rem 0 1.2rem; }
  .product_name, .case .product_name {
    padding: 0.3rem 0.4rem;
    font-size: 0.7rem;
    line-height: 1.2rem; }
  .otherBanner {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .otherBanner img {
      position: relative;
     width:100%;}
    .otherBanner .textBox .text1 {
      font-size: 1rem;
      margin-bottom: 0.5rem; }
    .otherBanner .textBox .text2 {
      font-size: 0.6rem; }
  .productTitle .title {
    padding-top: 2rem;
    margin-bottom: 1rem; }
    .productTitle .title:after {
      width: calc(100% + 83px); }
  .productNav a {
    margin-bottom: 0.5rem; }
  .page {
    margin-bottom: 2rem; }
    .page span, .page a {
      width:45px;
      height: 45px;
      font-size: 12px;
      margin-bottom: 10px; }
  .productCarousel {
    overflow: hidden; }
    .productCarousel .left, .productCarousel .right {
      display: block;
      width: 100%;
      margin-right: 0; }
    .productCarousel .left {
      padding: 1rem 2vw; }
      .productCarousel .left .gallery-top {
        width: 100%;
        height: calc(100vw - 2vw); }
    .productCarousel .right {
      margin: 1rem 0;
      padding: 0 0.5rem 0.5rem; }
      .productCarousel .right .title {
        font-size: 1rem;
        margin-bottom: 1.2rem; }
      .productCarousel .right .textBox p {
        font-size: 0.8rem;
        line-height: 1.4rem; }
  .titleBox span {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0 0.7rem;
    line-height: 2.5rem; }
  .serviceSupport .list {
    padding: 0.5rem 4%;
    margin-right: 0;
    width: 100%;
    margin-bottom: 2.5%; }
    .serviceSupport .list:nth-child(2n) {
      margin-right: 0; }
    .serviceSupport .list .text1 {
      font-size: 18px; }
    .serviceSupport .list .text2 {
      font-size: 14px; }
    .serviceSupport .list .icon {
      width: 15vw;
      height: 15vw; }
      .serviceSupport .list .icon img {
        width: 15vw;
        height: 15vw; }
  .aboutUs {
    margin-bottom: 2rem; }
    .aboutUs .content {
      font-size: 0.7rem;
      line-height: 1.8rem; }
  .honor {
    margin-top: 0; }
    .honor .honorRoll {
      margin-bottom: 2rem; }
      .honor .honorRoll .swiper-button-next, .honor .honorRoll .swiper-button-prev {
        width: 1.5rem;
        height: 1.5rem;
        background-size: 1.5rem 1.5rem; }
      .honor .honorRoll .swiper-container {
        width: 65%; }
      .honor .honorRoll .swiper-button-next.swiper-button-disabled {
        background: url("../images/array5.png") no-repeat center center;
        background-size: 1.5rem 1.5rem; }
      .honor .honorRoll .swiper-button-prev.swiper-button-disabled {
        background: url("../images/array4.png") no-repeat center center;
        background-size: 1.5rem 1.5rem; }
  .newsDetailsBox .title {
    padding: 1.5rem 0 0.5rem; }
    .newsDetailsBox .title .text1 {
      font-size: 1rem;
      margin-bottom: 0.2rem; }
    .newsDetailsBox .title .text2 {
      font-size: 0.65rem; }
  .newsDetailsBox .content {
    width: 100%;
    margin-bottom: 1.5rem; }
  .newsBox .group {
    margin-bottom: 1.5rem; }
    .newsBox .group .list {
      padding: 0.5rem 0; }
      .newsBox .group .list .flex_center {
        /*display: block;*/
        align-items: flex-start; }
      .newsBox .group .list .time {
        width: 4rem;
        height: 4rem;
        padding-top: 6px;
        margin: 0 auto 0.4rem;
        margin-right: 0.5rem; }
        .newsBox .group .list .time .text1 {
          font-size: 2rem;
          margin-bottom: 0.2rem; }
        .newsBox .group .list .time .text2 {
          font-size: 0.65rem; }
      .newsBox .group .list .textBox .text1 {
        font-size: 0.8rem;
        margin-bottom: 0.2rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .newsBox .group .list .textBox .text2 {
        font-size: 0.65rem;
        line-height: 1.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
  .onlineOrder .from {
    width: 100%;
    margin: 0 auto 2rem; }
    .onlineOrder .from .lable {
      width: 100%;
      box-sizing: border-box;
      margin-right: 0;
      line-height: 2rem;
      font-size: 0.7rem;
      text-align: left; }
    .onlineOrder .from .list {
      margin-bottom: 0.6rem;
      display: block; }
      .onlineOrder .from .list .input, .onlineOrder .from .list .textarea {
        width: 100%;
        line-height: 1.5rem;
        line-height: 2rem;
        border-radius: 4px;
        padding: 0 0.5rem; }
      .onlineOrder .from .list .textarea {
        height: 5rem; }
    .onlineOrder .from .btnBox {
      margin-top: 1rem;
      text-align: center; }
      .onlineOrder .from .btnBox .lable {
        display: none; }
      .onlineOrder .from .btnBox .btn1, .onlineOrder .from .btnBox .btn2 {
        padding: 0 1.5rem;
        line-height: 2rem;
        font-size: 0.75rem;
        border-radius: 4px;
        min-width: 20%; }
      .onlineOrder .from .btnBox .btn1 {
        margin-right: 0.8rem; }
  .contactUs .group {
    margin-bottom: 1.5rem; }
    .contactUs .group .wth1, .contactUs .group .wth2 {
      float: none;
      height: 7rem;
      margin-right: 0;
      padding: 0 0.6rem;
      width: 100% !important;
      margin-bottom: 0.5rem; }
      .contactUs .group .wth1 > .flex, .contactUs .group .wth2 > .flex {
        height: 5rem;
        width: 100%; }
      .contactUs .group .wth1 > div, .contactUs .group .wth2 > div {
        width: 100%; }
    .contactUs .group .wth1 p {
      font-size: 0.7rem;
      margin-bottom: 0.3rem; }
    .contactUs .group .wth2 img {
      width: 2.2rem;
      height: auto;
      margin: 0 auto 0.4rem; }
    .contactUs .group .wth2 span {
      font-size: 0.75rem;
      margin-bottom: 0.8rem; }
    .contactUs .group .wth2 p {
      font-size: 0.85rem; }
  .contactUs .mapBox {
    height: 15rem; }
    .index_swiper_txt p{
      font-size:16px;
      color:#000;
    }
    .scrollsidebar{
      display: none;
    }
}
@media screen and (max-width: 1200px) {
  .swip_tit{
    font-size: .6rem;
  }
}
