

body {
  color: #292929;
}

@media only all and (max-width: 768px) {
  .content {
    margin-top: 56px;
  }
}

@media only all and (max-width: 414px) {
  .content {
    margin-top: 46px;
  }
}

.content .banner {
  width: 100%;
}

@media only all and (max-width: 414px) {
  .content .banner {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150%;
    max-width: 150%;
  }
}

.content .products {
  width: 1400px;
  margin: 0 auto;
}

@media only all and (max-width: 1440px) {
  .content .products {
    width: 1200px;
  }
}

@media only all and (max-width: 1280px) {
  .content .products {
    width: 1000px;
  }
}

@media only all and (max-width: 1024px) {
  .content .products {
    width: 760px;
  }
}

@media only all and (max-width: 768px) {
  .content .products {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only all and (max-width: 414px) {
  .content .products {
    padding: 0 10px;
  }
}

.content .products .products_con {
  padding-top: 40px;
  padding-bottom: 70px;
}

@media only all and (max-width: 768px) {
  .content .products .products_con {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

.content .products .products_con .left_nav {
  width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



@media only all and (max-width: 1280px) {
  .content .products .products_con .left_nav {
    width: 190px;
  }
}

@media only all and (max-width: 1024px) {
  .content .products .products_con .left_nav {
    width: 140px;
  }
}

@media only all and (max-width: 768px) {
  .content .products .products_con .left_nav {
    display: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only all and (max-width: 414px) {
  .content .products .products_con .left_nav {
    /*width: 100px;*/
  }
}

@media only all and (max-width: 320px) {
  .content .products .products_con .left_nav {
    /*width: 86px;*/
  }
}

.content .products .products_con .left_nav li {
  width: 100%;
  font-size: 0;
  border: 1px dashed #cccccc;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid transparent;
  position: relative;
}

.content .products .products_con .left_nav li .oneA {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 65px;
  font-size: 16px;
  color: #292929;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  font-size: 0;
}

@media only all and (max-width: 1440px) {
  .content .products .products_con .left_nav li .oneA {
    height: 50px;
  } 
}

.content .products .products_con .left_nav li .item_con {
  display: none;
  position: absolute;
  top: 0px;
  right: -233px;
  background: #fff;
  padding: 40px 5px 40px 60px;
  width: 232px;
  box-sizing: border-box;
  box-shadow: 2px 2px 6px #d5d5d5;
  z-index: 3;
}

@media only all and (max-width: 1366px) {
  .content .products .products_con .left_nav li .item_con {
    top: 0px;
    padding: 20px 5px 20px 20px;
  }
}

@media only all and (max-width: 1280px) {
  .content .products .products_con .left_nav li .item_con {
    top: 0px;
    right: -201px;
    background: #fff;
    padding: 10px 5px 10px 10px;
    width: 200px;
  }
}

@media only all and (max-width: 768px) {

  .content .products .products_con .left_nav li .oneA {
    height: 40px;
  }


  .content .products .products_con .left_nav li .item_con {
    position: static;
    top: 0px;
    right: 0;
    background: #fff;
    padding: 5px 5px 5px 33px;
    width: 100%;   
    box-shadow: none; 
  }


}



.content .products .products_con .left_nav li .oneA span {
  display: inline-block;
  width: 60%;
  position: absolute;
  top: 50%;
  /*left: 54%;*/
  left: 56%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  text-align: left;
}

@media only all and (max-width: 1440px) {
  .content .products .products_con .left_nav li .oneA span {
    font-size: 12px;
  }
}


@media only all and (max-width: 1280px) {
  .content .products .products_con .left_nav li .oneA span {
    width: 58%;
    left: 55%;
  }
}

@media only all and (max-width: 1024px) {
  .content .products .products_con .left_nav li .oneA span {
    width: 65%;
  }
}

@media only all and (max-width: 768px) {
  .content .products .products_con .left_nav li .oneA span {
    width: 65%;
    /*background-color: green;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 40%;    
  }
}


@media only all and (max-width: 414px) {
  .content .products .products_con .left_nav li .oneA span {
    font-size: 12px;
    left: 45%; 
  }
}

.content .products .products_con .left_nav li .oneA img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
  -moz-transform: translateY(-50%) translate3d(0, 0, 0);
  transform: translateY(-50%) translate3d(0, 0, 0);
  left: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
  max-width: 33px;
}

@media only all and (max-width: 1280px) {
  .content .products .products_con .left_nav li .oneA img {
    left: 10px;
  }
}

@media only all and (max-width: 1024px) {
  .content .products .products_con .left_nav li .oneA img {
    left: 5px;
    width: 20px;
  }
}

.content .products .products_con .left_nav li .oneA img.hides {
  opacity: 0;
}

.content .products .products_con .left_nav li i {
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
  -moz-transform: translateY(-50%) translate3d(0, 0, 0);
  transform: translateY(-50%) translate3d(0, 0, 0);
  text-align: center;
}

@media only all and (max-width: 1280px) {
  .content .products .products_con .left_nav li i {
    right: 10px;
  }
}

@media only all and (max-width: 1024px) {
  .content .products .products_con .left_nav li i {
    right: 5px;
  }
}


@media only all and (max-width: 768px) {
  .content .products .products_con .left_nav li i {
    top: 21px;
    right: 5px;
    width: 20%;
  }
}



.content .products .products_con .left_nav li .oneA:hover {
  color: #f39800;
}

.content .products .products_con .left_nav li .oneA:hover img.shows {
  opacity: 0;
}

.content .products .products_con .left_nav li .oneA:hover img.hides {
  opacity: 1;
}

.content .products .products_con .left_nav li:first-child {
  border-top: 1px dashed #cccccc;
}

.content .products .products_con .left_nav li:last-child {
  border-bottom: 1px dashed #cccccc;
}

.content .products .products_con .left_nav li .item {
  /*text-align: center;*/
}

.content .products .products_con .left_nav li .item a {
  font-size: 14px;
  line-height: 30px;
  display: block;
  color: #595959;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*padding: 0 60px 0 60px;*/
}

.content .products .products_con .left_nav li .item a:hover {
  color: #f39800;
  /*background: #f39800;*/
}

.content .products .products_con .left_nav li .item a.selectHeight {
  color: #f39800;
  /*background: #f39800;*/
}

@media only all and (max-width: 1280px) {
  .content .products .products_con .left_nav li .item a {
    font-size: 12px;
    line-height: 24px;
    /*padding: 0 5px 0 50px;*/
  }
}

@media only all and (max-width: 1024px) {
  .content .products .products_con .left_nav li .item a {
    /*padding: 0 5px 0 33px;*/
  }
}


.content .products .products_con .left_nav li a.oneA.active {
  color: #f39800;
}

.content .products .products_con .left_nav li a.oneA.active img.shows {
  opacity: 0;
}

.content .products .products_con .left_nav li a.oneA.active img.hides {
  opacity: 1;
}








.content .products .products_con .right_con {
  width: 82%;
}

@media only all and (max-width: 1280px) {
  .content .products .products_con .right_con {
    width: 80%;
  }
}

@media only all and (max-width: 768px) {
  .content .products .products_con .right_con {
    width: 100%;
  }
}

.content .products .products_con .right_con .title {
  font-size: 16px;
  font-weight: bold;
  color: #f39800;
  margin-bottom: 25px;
}

.content .products .products_con .right_con .tit_introduct {
  font-size: 14px;
  line-height: 24px;
  color: #595959;
  margin-bottom: 54px;
}

@media only all and (max-width: 1024px) {
  .content .products .products_con .right_con .title {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .content .products .products_con .right_con .tit_introduct {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
  }

}

@media only all and (max-width: 1024px) {
  .content .products .products_con .right_con .title {
    font-size: 14px;
    margin-top: 10px;
  }  
}



.content .products .products_con .right_con ul {
  width: 100%;
  background: #f5f5f5;
}

.content .products .products_con .right_con ul li {
  font-size: 0;
}

.content .products .products_con .right_con ul li:first-child {
  background: #5dceb5;
}

.content .products .products_con .right_con ul li:first-child span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 56px;
  vertical-align: top;
}

@media only all and (max-width: 1024px) {
  .content .products .products_con .right_con ul li:first-child span {
    line-height: 40px;
  }
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con ul li:first-child span {
    font-size: 14px;
    line-height: 30px;
  }
}

.content .products .products_con .right_con ul li:first-child span:nth-child(1) {
  width: 15%;
  padding-left: 30px;
  padding-right: 5px;
}

@media only all and (max-width: 1024px) {
  .content .products .products_con .right_con ul li:first-child span:nth-child(1) {
    padding-left: 15px;
  }
}


.content .products .products_con .right_con ul li:first-child span:nth-child(2) {
  width: 50%;
}

.content .products .products_con .right_con ul li:first-child span:nth-child(3) {
  width: 16%;
}

.content .products .products_con .right_con ul li:first-child span:nth-child(4) {
  width: 19%;
}



@media only all and (max-width: 414px) {
  .content .products .products_con .right_con ul li:first-child span:nth-child(1) {
    padding-left: 1px;
    padding-right: 1px;
    width: 30%;
    box-sizing: border-box;
  }

  .content .products .products_con .right_con ul li:first-child span:nth-child(2) {
      padding-left: 1px;
      padding-right: 1px;
      width: 28%;
      box-sizing: border-box;
  }

  .content .products .products_con .right_con ul li:first-child span:nth-child(3) {
      padding-left: 1px;
      padding-right: 1px;
      width: 27%;
      box-sizing: border-box;
  }

  .content .products .products_con .right_con ul li:first-child span:nth-child(4) {
      padding-left: 1px;
      padding-right: 1px;
      width: 15%;
      box-sizing: border-box;
  }

}



.content .products .products_con .right_con ul li a {
  border-bottom: 1px solid #fff;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.content .products .products_con .right_con ul li a span {
  display: inline-block;
  font-size: 16px;
  color: #595959;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 56px;
  vertical-align: top;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
  .content .products .products_con .right_con ul li a span {
    line-height: 40px;
  }
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con ul li a span {
    line-height: 28px;
    font-size: 12px;
  }
}

.content .products .products_con .right_con ul li a span:nth-child(1) {
  width: 15%;
  padding-left: 30px;
  padding-right: 5px;
}

@media only all and (max-width: 1024px) {
  .content .products .products_con .right_con ul li a span:nth-child(1) {
    padding-left: 15px;
  }
}

.content .products .products_con .right_con ul li a span:nth-child(2) {
  width: 50%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
}

.content .products .products_con .right_con ul li a span:nth-child(3) {
  width: 16%;
  padding-left: 5px;
  padding-right: 5px;
}

.content .products .products_con .right_con ul li a span:nth-child(4) {
  width: 19%;
  padding-left: 5px;
  padding-right: 5px;
}


@media only all and (max-width: 414px) {
  .content .products .products_con .right_con ul li a span:nth-child(1) {
    padding-left: 1px;
    padding-right: 1px;
    width: 30%;
    box-sizing: border-box;
  }

  .content .products .products_con .right_con ul li a span:nth-child(2) {
    padding-left: 1px;
    padding-right: 1px;
    width: 28%;
    box-sizing: border-box;
  }

  .content .products .products_con .right_con ul li a span:nth-child(3) {
    padding-left: 1px;
    padding-right: 1px;
    width: 27%;
    box-sizing: border-box;
  }

  .content .products .products_con .right_con ul li a span:nth-child(4) {
    padding-left: 1px;
    padding-right: 1px;
    width: 15%;
    box-sizing: border-box;
  }


}



.content .products .products_con .right_con ul li a:hover {
  background: #f39800;
}

.content .products .products_con .right_con ul li a:hover span {
  color: #fff;
}

.content .products .products_con .right_con .more {
  margin-top: 80px;
  position: relative;
  width: 160px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  background: #5dceb5;
  color: #fff;
  z-index: 5;
  font-size: 18px;
  bottom: -4%;
  left: 50%;
  margin-left: -80px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
  .content .products .products_con .right_con .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-left: -60px;
  }
}

@media only all and (max-width: 768px) {
  .content .products .products_con .right_con .more {
    margin-top: 25px;
  }
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .more {
    width: 65px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-left: -32.5px;
  }
}

.content .products .products_con .right_con .more:hover {
  background: #fff;
  color: #5dceb5;
  outline: 1px solid #5dceb5;
}



/*-----------------------------*/
/*max.css*/

.all_product_tit {
  margin-bottom: 23px;
}
.all_product_tit img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.all_product_tit .text_s {
  font-size: 16px;
  color: #f39800;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.all_product_con {

}
.all_product_con .item {
  border: 1px solid #cccccc;
  margin-bottom: 30px;
}
.all_product_con .item .one {
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #cccccc;
  padding: 14px 5px 14px 17px;
  box-sizing: border-box;
}

.all_product_con .item .one .img {
  width: 33px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;  
  position: relative;
  margin-right: 8px;
}

.all_product_con .item .one .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.all_product_con .item .one span {
  display: inline-block;
  vertical-align: middle;  
  font-size: 16px;
  color: #5dcdb5; 
}

.all_product_con .item .two {
  padding: 26px 5px 26px 17px;
  font-size: 0;
}

.all_product_con .item .two a {
  font-size: 16px;
  line-height: 30px;
  color: #797979;
  margin-right: 28px;
  transition: all 0.4s;
  display: inline-block;
}

.all_product_con .item .two a:hover {
  color: #5dcdb5; 
}

@media only all and (max-width: 1024px) {
  .all_product_tit {
    margin-bottom: 10px;
  }
  .all_product_tit img {
    margin-right: 3px;
    width: 25px;
  }
  .all_product_tit .text_s {
    font-size: 14px;
  }


  .all_product_con .item .one {
      padding: 5px;
  }
  .all_product_con .item .one .img {
    width: 25px;
    height: 25px;
  }
  .all_product_con .item .one span {
    font-size: 14px;
  }
  .all_product_con .item {
    margin-bottom: 15px;
  }
  .all_product_con .item .two {
      padding: 5px;
  }

  .all_product_con .item .two a {
      font-size: 14px;
      margin-right: 15px;
  }
}

@media only all and (max-width: 768px) {
  .all_product_tit {
    margin-top: 10px;
  }
}

@media only all and (max-width: 640px) {
  .all_product_con .item .one span {
    width: 80%;
  }
  .all_product_tit .text_s {
    width: 85%;
  }
}



/*-----------------------------*/
/*min.css*/

.list_product_tit {
  margin-bottom: 23px;
}
.list_product_tit img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  max-width: 33px;
}
.list_product_tit .text_s {
  font-size: 16px;
  color: #f39800;
  display: inline-block;
  vertical-align: middle;
}

.list_product_introduct {
  font-size: 14px;
  line-height: 24px;
  color: #595959;
  margin-bottom: 32px;
}

.list_product_con {

}

.list_product_con .item {
  margin-bottom: 2px;
}

.list_product_con .item .one {
  color: #fff;
  width: 100%;
  background: #5dcdb5;
  padding: 7.5px 5px 7.5px 60px;
  box-sizing: border-box;
  cursor: pointer;
}

.list_product_con .item .one .aa {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.list_product_con .item .one .bb {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.list_product_con .item .two {
  display: none;
}

.list_product_con .item .two .list {
/*  display: none;*/
}

.list_product_con .item .two .list .aa {
  padding: 13px 0;
  background-color: #f5f5f5;
  margin-top: 15px;
  font-size: 0;
  margin-bottom: 7px;
}


.list_product_con .item .two .list .aa .list_con {
  font-size: 16px;
  line-height: 30px;
  color: #292929;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;  
}
.list_product_con .item .two .list .aa .list1 {
  width: 50%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 5px;
}

.list_product_con .item .two .list .aa .list2 {
  width: 17.6%; 
  box-sizing: border-box;
  padding-right: 5px;  
}

.list_product_con .item .two .list .aa .list3 {
  width: 16.2%; 
  box-sizing: border-box;
  padding-right: 5px;  
}

.list_product_con .item .two .list .aa .list4 {
  width: 16.2%; 
  box-sizing: border-box;
  padding-right: 5px;  
}

.list_product_con .item .two .list .bb {
  font-size: 0;
}

.list_product_con .item .two .list .bb .item_ss {
  border: 1px solid #e5e5e5;
  padding: 12px 0;
  display: inline-block;
  width: 100%;
  font-size: 0;
  margin-bottom: 4px;
}

.list_product_con .item .two .list .bb .item_ss:last-child {
  margin-bottom: 13px;
}

.list_product_con .item .two .list .bb .item_ss .list_con {
  font-size: 14px;
  line-height: 30px;
  color: #595959;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;  
}

.list_product_con .item .two .list .bb .item_ss .list1 {
  width: 50%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 5px;
}

.list_product_con .item .two .list .bb .item_ss .list2 {
  width: 17.6%; 
  box-sizing: border-box;
  padding-right: 5px;  
}

.list_product_con .item .two .list .bb .item_ss .list3 {
  width: 16.2%; 
  box-sizing: border-box;
  padding-right: 5px;  
}

.list_product_con .item .two .list .bb .item_ss .list4 {
  width: 16.2%; 
  box-sizing: border-box;
  padding-right: 5px;  
}

@media only all and (max-width: 1024px) {
  .list_product_tit {
    margin-bottom: 15px;
  }  

  .list_product_tit img {
    width: 25px;
  }

  .list_product_tit .text_s {
    font-size: 14px;
  }
  .list_product_introduct {
      font-size: 12px;
      line-height: 20px;
      color: #595959;
      margin-bottom: 15px;
  }

.list_product_con .item .one {
    color: #fff;
    padding: 5px 5px 5px 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.list_product_con .item .one .bb {
    font-size: 14px;
    line-height: 30px;
}

.list_product_con .item .two .list .aa {
    padding: 5px 0;
    margin-top: 10px;
    /*margin-bottom: 0px;*/
}

.list_product_con .item .two .list .aa .list_con {
    font-size: 14px;
}

.list_product_con .item .two .list .aa .list1 {
    padding-left: 8px;
}

.list_product_con .item .two .list .bb .item_ss {
    padding: 5px 0;
}

.list_product_con .item .two .list .bb .item_ss .list_con {
    font-size: 12px;
    color: #595959;
}

.list_product_con .item .two .list .bb .item_ss .list1 {
    padding-left: 8px;
}


}


@media only all and (max-width: 640px) {
  .list_product_con .item .one .bb {
    width: 90%;
  }
  .list_product_tit .text_s {
    width: 85%;   
  }
}
