@charset "utf-8";


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: 65%;
  margin-right: 10%;
}

@media only all and (max-width: 1440px) {
  .content .products .products_con .right_con {
    margin-right: 9%;
  }
}

@media only all and (max-width: 1280px) {
  .content .products .products_con .right_con {
    margin-right: 8%;
  }
}

@media only all and (max-width: 768px) {
  .content .products .products_con .right_con {
    width: 100%;
    margin-right: 0;
  }
}

.content .products .products_con .right_con .title {
  font-size: 16px;
  font-weight: bold;
  color: #f39800;
  margin-bottom: 25px;
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.content .products .products_con .right_con .cons .tit {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .tit {
    font-size: 14px;
  }
}

.content .products .products_con .right_con .cons .img_introduce {
  font-size: 0;
  width: 100%;
  height: 300px;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media only all and (max-width: 1440px) {
  .content .products .products_con .right_con .cons .img_introduce {
    height: 260px;
  }
}

@media only all and (max-width: 1280px) {
  .content .products .products_con .right_con .cons .img_introduce {
    /*height: 300px;*/
  }
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .img_introduce {
    height: 200px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.content .products .products_con .right_con .cons .img_introduce .left {
  font-size: 0;
  display: inline-block;
  width: 47%;
  height: 100%;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../img/introduce1.jpg");
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media only all and (max-width: 1440px) {
  .content .products .products_con .right_con .cons .img_introduce .left {
    /*-o-background-size: 90%;*/
    /*background-size: 90%;*/
  }
}

.content .products .products_con .right_con .cons .img_introduce .right {
  position: relative;
  width: 53%;
  height: 100%;
  font-size: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../img/introduce2.jpg");
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.content .products .products_con .right_con .cons .img_introduce .right span {
  position: absolute;
  font-size: 16px;
  line-height: 48px;
  left: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
}
@media only all and (max-width: 1440px) {
   .content .products .products_con .right_con .cons .img_introduce .right span {
    line-height: 35px;
  } 
}

@media only all and (max-width: 1280px) {
  .content .products .products_con .right_con .cons .img_introduce .right span {
    line-height: 35px;
    left: 30px;
  }
}


@media only all and (max-width: 1024px) {
  .content .products .products_con .right_con .cons .img_introduce .right span {
    font-size: 14px;
    line-height: 28px;
  }
}


@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .img_introduce .right span {
    line-height: 22px;
    left: 15px;
    font-size: 12px;
  }
}

.content .products .products_con .right_con .cons .products_tab {
  width: 100%;
}

.content .products .products_con .right_con .cons .products_tab .tab_tit {
  width: 100%;
  font-size: 0;
  margin-bottom: 10px;
}

.content .products .products_con .right_con .cons .products_tab .tab_tit li {
  width: 24.78%;
  display: inline-block;
  background: #ececec;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-right: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  vertical-align: top;
}

@media only all and (max-width: 1440px) {
  .content .products .products_con .right_con .cons .products_tab .tab_tit li {
    width: 24.7%;
  }
}

@media only all and (max-width: 1280px) {
  .content .products .products_con .right_con .cons .products_tab .tab_tit li {
    width: 24.6%;
  }
}
@media only all and (max-width: 1024px) {
  .content .products .products_con .right_con .cons .products_tab .tab_tit li {
    width: 24.55%;
  }
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_tit li {
    width: 49.4%;
    margin-bottom: 2px;
  }
}

@media only all and (max-width: 375px) {
  .content .products .products_con .right_con .cons .products_tab .tab_tit li {
    /*width: 49.4%;*/
  }
}

@media only all and (max-width: 320px) {
  .content .products .products_con .right_con .cons .products_tab .tab_tit li {
    width: 49%;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_tit li:hover {
  background: #5dceb5;
}

.content .products .products_con .right_con .cons .products_tab .tab_tit li:hover a {
  color: #fff;
}

.content .products .products_con .right_con .cons .products_tab .tab_tit li a {
  font-size: 16px;
  color: #595559;
  width: 100%;
  height: 100%;
  display: inline-block;
  line-height: 48px;
  -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 .cons .products_tab .tab_tit li a {
    font-size: 14px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_tit li.tab_height {
  background: #5dceb5;
}

.content .products .products_con .right_con .cons .products_tab .tab_tit li.tab_height a {
  color: #fff;
}

.content .products .products_con .right_con .cons .products_tab .tab_con {
  padding-top: 0px;
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con {
    padding-top: 20px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .one .download {
  font-size: 0;
  margin-bottom: 30px;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .one .download .left {
  line-height: 48px;
  background: #5dceb5;
  width: 92%;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}

@media only all and (max-width: 1280px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .one .download .left {
    width: 90%;
  }
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .one .download .left {
    width: 100%;
    font-size: 14px;
    padding-left: 5px;
    line-height: 40px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .one .download .right {
  line-height: 48px;
  display: inline-block;
  background: #f39800;
  width: 8%;
  font-size: 14px;
  vertical-align: top;
  text-align: center;
  color: #fff;
}

@media only all and (max-width: 1280px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .one .download .right {
    width: 10%;
  }
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .one .download .right {
    width: 100%;
    line-height: 40px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .one .text {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 5px;
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .one .text {
    font-size: 12px;
    line-height: 22px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .two .titles {
  text-align: center;
  font-size: 16px;
  color: #292929;
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .two .titles {
    font-size: 14px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .two .border {
  padding: 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed #cccccc;
  font-size: 14px;
  line-height: 36px;
  margin-top: 35px;
  margin-bottom: 65px;
  color: #292929;
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .two .border {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 10px;
    font-size: 12px;
    line-height: 22px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .two .swiper2 {
  font-size: 0;
  overflow: hidden;
  position: relative;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .two .swiper2 .swiper-slide {
  font-size: 0;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .two .swiper2 .swiper-slide img {
  width: 100%;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .two .swiper2 .swiper-pagination .my-bullet {
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  display: inline-block;
  margin-right: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .two .swiper2 .swiper-pagination .my-bullet:last-child {
  margin-right: 0px;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .two .swiper2 .swiper-pagination .my-bullet-active {
  background: #fff;
  -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 .cons .products_tab .tab_con .two .text {
  font-size: 14px;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #595959;
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .two .text {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .two .table1 table {
  width: 100%;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .two .table1 table th {
  background: #5dceb5;
  border: 1px solid #fff;
  line-height: 47px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .two .table1 table th {
    font-size: 14px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .two .table1 table td {
  background: #ececec;
  border: 1px solid #fff;
  line-height: 47px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 14px;
  color: #595959;
  width: 20%;
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .two .table1 table td {
    font-size: 12px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .two .table1 table td:nth-child(1) {
  width: 30%;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .two .table1 table td:nth-child(2) {
  width: 30%;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .two .table2 table {
  border: 1px solid red;
  width: 100%;
  text-align: center;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .two .table2 table th {
  background: #5dceb5;
  border: 1px solid #fff;
  line-height: 47px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .two .table2 table th {
    font-size: 14px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .two .table2 table td {
  background: #ececec;
  border: 1px solid #fff;
  line-height: 47px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #595959;
  padding-left: 10px;
  padding-right: 10px;
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .two .table2 table td {
    font-size: 12px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .two .table2 table td:nth-child(1) {
  width: 15%;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .two .table3 .tab_img {
  font-size: 0;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .two .table3 .tab_img img {
  width: 31.4%;
  margin-right: 33px;
}

@media only all and (max-width: 1440px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .two .table3 .tab_img img {
    margin-right: 28px;
  }
}

@media only all and (max-width: 1280px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .two .table3 .tab_img img {
    margin-right: 23px;
  }
}

@media only all and (max-width: 1024px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .two .table3 .tab_img img {
    margin-right: 17px;
  }
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .two .table3 .tab_img img {
    margin-right: 11px;
  }
}

@media only all and (max-width: 375px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .two .table3 .tab_img img {
    margin-right: 9px;
  }
}

@media only all and (max-width: 320px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .two .table3 .tab_img img {
    margin-right: 8px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .two .table3 .tab_img img:last-child {
  margin-right: 0px;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .one .table4 .table_tit {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 27px;
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .one .table4 .table_tit {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .one .table4 table {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .one .table4 table a {
  color: #595959;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .one .table4 table th {
  background: #5dceb5;
  border: 1px solid #fff;
  line-height: 47px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .one .table4 table th {
    font-size: 14px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .one .table4 table th:nth-child(1) {
  width: 45%;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .one .table4 table td {
  background: #ececec;
  border: 1px solid #fff;
  line-height: 47px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 14px;
  color: #595959;
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .one .table4 table td {
    font-size: 12px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .one .table4 table td.white {
  background: #fff;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .four .border {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed #cccccc;
  font-size: 14px;
  line-height: 36px;
  margin-bottom: 52px;
  color: #292929;
  padding: 59px 69px;
}

@media only all and (max-width: 1024px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .four .border {
    padding: 30px 30px;
  }
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .four .border {
    padding: 15px 15px;
    margin-bottom: 10px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .four .border .search {
  width: 100%;
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .four .border .search {
    line-height: 35px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .four .border .search input {
  border: 1px solid #cccccc;
  line-height: 44px;
  height: 44px;
  width: 84%;
  margin-right: 4px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background: #f7f7f7;
}

@media only all and (max-width: 1280px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .four .border .search input {
    width: 84%;
  }
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .four .border .search input {
    font-size: 14px;
    width: 78%;
    line-height: 40px;
    height: 40px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .four .border .search span {
  display: inline-block;
  width: 15%;
  background: #5dceb5;
  line-height: 44px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -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: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .four .border .search span {
    width: 19%;
    line-height: 40px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .four .border .search span:hover {
  color: #595959;
  background: #f39800;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .four .see_download {
  width: 100%;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .four .see_download .item {
  width: 100%;
  font-size: 0;
  border-bottom: 2px solid #fff;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .four .see_download .item .left {
  display: inline-block;
  width: 80%;
  line-height: 55px;
  background: #ececec;
  font-size: 16px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .four .see_download .item .left {
    width: 70%;
    line-height: 40px;
    font-size: 12px;
    padding-left: 5px;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .four .see_download .item a {
  display: inline-block;
  line-height: 55px;
  text-align: center;
  width: 10%;
  font-size: 14px;
  color: #fff;
  vertical-align: top;
}

@media only all and (max-width: 414px) {
  .content .products .products_con .right_con .cons .products_tab .tab_con .four .see_download .item a {
    line-height: 40px;
    font-size: 12px;
    width: 15%;
  }
}

.content .products .products_con .right_con .cons .products_tab .tab_con .four .see_download .item .see {
  background: #e2e2e2;
  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;
  border-right: 1px solid #fff;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .four .see_download .item .see:hover {
  color: #fff;
  background: #f39800;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .four .see_download .item .download {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #5dceb5;
  color: #fff;
}

.content .products .products_con .right_con .cons .products_tab .tab_con .four .see_download .item .download:hover {
  color: #595959;
  background: #f39800;
}

/*# sourceMappingURL=../map/productsDetail.css.map */


.manual_download {
  display: block;
}

.manual_download .aa {
  font-size: 18px;
  color: #f39800;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.manual_download img {

  display: inline-block;
  vertical-align: middle;
  width: 27px;
}

.manual_download:hover {
  opacity: 0.7;
}

@media only all and (max-width: 414px) {
  .manual_download .aa {
    font-size: 14px;
  }

  .manual_download img {

    display: inline-block;
    vertical-align: middle;
    width: 18px;
  }
}