/*应用支持详情*/
.Application_support .con {
  margin-top: 45px;
  margin-bottom: 81px;
  padding: 55px 50px 70px;
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
}
.Application_support .con .relevant_list .title {
  border-bottom: 1px solid #d9d9d9;
}
.Application_support .con .relevant_list .title h3 {
  font-size: 24px;
  padding-bottom: 16px;
}
.Application_support .con .relevant_list .list {
  margin-top: 40px;
}
.Application_support .con .relevant_list .list ul li {
  float: left;
  width: 22.858%;
  padding: 25px 35px 26px;
  box-sizing: border-box;
  margin-right: 2.85%;
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #f6f6f6;
  transition: all 0.3s;
}
.Application_support .con .relevant_list .list ul li:nth-child(4n) {
  margin-right: 0;
}
.Application_support .con .relevant_list .list ul li a {
  text-align: center;
}
.Application_support .con .relevant_list .list ul li a h4 {
  margin-top: 26px;
  font-size: 18px;
  color: #154a9a;
}
.Application_support .con .relevant_list .list ul li a p {
  padding-top: 10px;
  height: 72px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  -webkit-line-clamp: 3;
}
.Application_support .con .relevant_list .list ul li a span {
  margin-top: 13px;
  display: inline-block;
  width: 61px;
  height: 8px;
  background: url("../images//min_logo.png")no-repeat center center/cover;
}
.Application_support .con .relevant_list .list ul li:hover {
  background-color: #2767c7;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.Application_support .con .relevant_list .list ul li:hover a h4,
.Application_support .con .relevant_list .list ul li:hover a p {
  color: #fff;
}
.Application_support .con .relevant_list .list ul li:hover a span{
  background-image: url("../images/min_logo_w.png");
}
.Application_support .con .images {
  margin-top: 67px;
}
.Application_support .con .images .title {
  border-bottom: 1px solid #d9d9d9;
  background: url("../images/logo.jpg") no-repeat right 0.06756757px;
}
.Application_support .con .images .title h3 {
  font-size: 24px;
  padding-bottom: 16px;
}
.Application_support .con .apply {
  margin: 36px auto 0;
  width: 250px;
  height: 70px;
  font-size: 20px;
  font-weight: 600;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background-color: #888;
  border-radius: 2px;
  transition: all 0.3s;
}
.Application_support .con .apply:hover {
  background-color: #154a9a;
}
@media (max-width: 1300px) {
  .Application_support .con .relevant_list .list ul li {
    width: 23.858%;
    padding: 22px 22px 26px;
    margin-right: 1.5%;
  }
  .Application_support .con .images .title {
    background-size: 150px ;
    background-position-y: 15px ;
  }
}
@media (max-width: 1024px) {
  .Application_support .con .relevant_list .list ul li {
    width: 32.2%;
  }
  .Application_support .con .relevant_list .list ul li:nth-child(4n) {
    margin-right: 1.5%;
  }
  .Application_support .con .relevant_list .list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .Application_support .con .images {
    margin-top: 34px;
  }
}
@media (max-width: 767px) {
  .Application_support .con .relevant_list .list {
    margin-top: 24px;
  }
  .Application_support .con {
    margin-top: 25px;
    margin-bottom: 38px;
    padding: 35px 20px 35px;
  }
  .Application_support .con .images .title h3,
  .Application_support .con .relevant_list .title h3 {
    font-size: 16px;
    padding-bottom: 7px;
  }
  .Application_support .con .images .title {
    background-size: 85px;
    background-position-y: 8px;
  }
  .Application_support .con .relevant_list .list ul li {
    width: 49.2%;
    margin-bottom: 10px;
    padding: 10px 10px 15px;
  }
  .Application_support .con .relevant_list .list ul li:nth-child(3n) {
    margin-right: 1.5%;
  }
  .Application_support .con .relevant_list .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .Application_support .con .relevant_list .list ul li a h4 {
    margin-top: 20px;
    font-size: 14px;
  }
  .Application_support .con .relevant_list .list ul li a p {
    padding-top: 10px;
    height: 60px;
    font-size: 12px;
    line-height: 20px;
  }
  .Application_support .con .relevant_list .list ul li a span {
    margin-top: 6px;
  }
  .Application_support .con .apply {
    margin-top: 15px;
    width: 120px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
/*产品中心*/
.t_item {
  display: none;
  padding-top: 20px;
}
.t_item a {
  float: left;
  width: 14%;
  text-align: center;
  margin-right: 1%;
  margin-bottom: 20px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .t_item a {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .t_item a:nth-child(2n) {
    margin-right: 0;
  }
}
.t_item a:hover {
  color: #005eb3;
}
.product {
  /*padding-top: 80px;*/
  padding-bottom: 74px;
  background-color: #fff;
}
.product .title h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #154a9a;
}
.product .title .screen {
  margin-top: 74px;
}
.product .title .screen > ul {
  text-align: center;
}
.product .title .screen > ul > li {
  /*float:left;*/
  display: inline-block;
  width: 23.334%;
  padding: 0 20px;
  margin-right: 2.2%;
  height: 39px;
  box-sizing: border-box;
  border-bottom: solid 1px #bbb;
  position: relative;
}
.product .title .screen > ul > li:nth-child(4n) {
  margin-right: 0;
  display: none;
}
.product .title .screen > ul > li:nth-child(2),
.product .title .screen > ul > li:nth-child(3),
.product .title .screen > ul > li:nth-child(4) {
  cursor: pointer;
}
.product .title .screen > ul > li:nth-child(2):after,
.product .title .screen > ul > li:nth-child(3):after,
.product .title .screen > ul > li:nth-child(4):after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 19px;
  bottom: auto;
  left: auto;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 1px solid #222;
  border-top: none;
  border-left: none;
  border-radius: 0;
  transform: translateY(-8px) rotate(45deg);
  -webkit-transform: translateY(-8px) rotate(45deg);
}
.product .title .screen > ul > li form {
  width: 100%;
  position: relative;
}
.product .title .screen > ul > li form input {
  width: 80%;
  border: 0;
  outline: none;
}
.product .title .screen > ul > li form button {
  width: 20px;
  height: 19px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: url("../images/home_06.png") no-repeat center center / cover transparent;
}
.product .title .screen > ul > li .item_con {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  padding: 20px;
  z-index: 5;
  box-sizing: border-box;
  background-color: #f0f0f0;
}
.product .title .screen > ul > li .item_con ol {
  max-height: 330px;
  overflow-y: auto;
  box-sizing: border-box;
  padding-right: 22px;
}
.product .title .screen > ul > li .item_con ol::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.product .title .screen > ul > li .item_con ol::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.product .title .screen > ul > li .item_con ol::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background: transparent;
}
.product .title .screen > ul > li .item_con ol li {
  border-bottom: 1px solid #d9d9d9;
}
.product .title .screen > ul > li .item_con ol li a {
  padding-left: 15px;
  line-height: 50px;
  color: #222;
  transition: all 0.3s;
}
.product .title .screen > ul > li .item_con ol li a:hover {
  color: #fff;
  background-color: #154a9a;
}
.product .list {
  margin-top: 63px;
  /*a{
      padding:0 20.65px 42px;
      float:left;
      width: 23.334%;
      cursor: pointer;
      margin-right: 2.2%;
      margin-bottom: 41px;
      box-sizing: border-box;
      background-color: #fff;
      border: solid 1px #d9d9d9;
      transition:all 0.5s;
      &:nth-child(4n){margin-right:0;}
      .text{
        text-align: center;
        h3{
          font-size: 24px;
          color:#222;
        }
        p{
          padding-top:17px;
          font-size: 16px;
          line-height: 24px;
          color: #666;
        }
      }
      &:hover{
        box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
        .text{
          h3{color: #154a9a;}
        }
      }
    }*/
}
.product .page {
  margin-top: 9px;
}
#header {
  border-bottom: 1px solid #d9d9d9;
}
.position {
  padding-top: 99px;
  color: #666;
  font-size: 16px;
}
.position .container {
  border-bottom: 1px solid #f0f0f0;
}
.position .container span {
  width: 14px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url("../images/aboutUs_04.png") no-repeat center center / cover;
}
.position .container a {
  height: 69px;
  margin: 0 7px;
  display: inline-block;
  line-height: 69px;
  font-size: 16px;
  color: #666;
}
.product_tit .title {
  margin-top: 44px;
}
.product_tit .title h3 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #154a9a;
}
.product_tit .list {
  margin-top: 48px;
}
.product_tit .list a {
  float: left;
  width: 15.334%;
  margin-right: 1.6%;
  margin-bottom: 8px;
  height: 70px;
  font-size: 16px;
  text-align: center;
  line-height: 70px;
  background-color: #eee;
  border-radius: 2px;
}
.product_tit .list a:nth-child(6n) {
  margin-right: 0;
}
.product_tit .list a:hover {
  background-color: #ccc;
}
.product_tit .list a.active {
  color: #fff;
  background-color: #154a9a;
}
/*产品详情*/
.product_list {
  padding-top: 50px;
}
.product_list .item1 .tag {
  float: left;
  width: 13.667%;
  box-sizing: border-box;
}
.product_list .item1 .tag .images {
  margin-bottom: 15px;
  padding: 19px 0;
  /*padding: 20px 110px 0;*/
  box-sizing: border-box;
  border: 1px solid #eee;
  /*padding-left: 9%;*/
}
.product_list .item1 .tag .images img {
  display: none;
}
.product_list .item1 .tag .images img:nth-child(1) {
  display: block;
}
.product_list .item1 .tag .item1_btn {
  display: none;
  width: 100%;
  padding-top: 20px;
}
.product_list .item1 .tag .item1_btn ul li {
  display: inline-block;
  border: 1px solid #999;
  box-sizing: border-box;
}
.product_list .item1 .text {
  float: right;
  width: 82.667%;
  padding-top: 20px;
}
.product_list .item1 .text h3 {
  padding-bottom: 23px;
  font-size: 24px;
  line-height: 21px;
  border-bottom: 1px solid #ccc;
  color: #222;
}
.product_list .item1 .text .con {
  /*ul{
          padding:40px 0;
          border-top:1px solid #d9d9d9;
          li{
            display:inline-block;
            width:49%;
            font-size: 16px;
            line-height: 42px;
            color: #666;
            &:nth-child(1){
              display:block;
              width:100%;
              margin-bottom:7px;
              line-height: 21px;
              font-weight: 600;
              color:#222;
            }
          }
          &:nth-child(2){
            dd{
              display:inline-block;
              width:49%;
            }
          }
        }*/
}
.product_list .item1 .text .con dl {
  padding-top: 15px;
}
.product_list .item1 .text .con dl dt {
  display: inline-block;
  line-height: 26px;
  font-weight: 600;
  width: 100%;
  color: #222;
}
.product_list .item1 .text .con dl dd {
  display: inline-block;
  line-height: 26px;
  margin-right: 6px;
  /*a{
              padding:0 6px;
              color:#666;
              background-color: #eaeaea;
              transition: all 0.3s;
              &:hover{
                color:#fff;
                background-color: #206eb7;
              }
            }
            &.active{
              a{
                color:#fff;
                background-color: #206eb7;
              }

            }*/
}
.product_list .item1 .text .xz {
  width: 240px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background-color: #154a9a;
}
.product_list .item1 .text .xz span {
  display: inline-block;
}
.product_list .item2 {
  margin-top: 30px;
  margin-bottom: 88px;
}
.product_list .item2 .container {
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
}
.product_list .item2 .cs_btn {
  background-color: #eee;
}
.product_list .item2 .cs_btn a {
  float: left;
  width: 17.334%;
  height: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #666;
  background-color: transparent;
}
.product_list .item2 .cs_btn a.active {
  color: #fff;
  background-color: #154a9a;
}
.product_list .item2 .list {
  background-color: #fff;
}
.product_list .item2 .list ul {
  padding: 78px 100px 72px;
}
.product_list .item2 .list ul li {
  display: none;
  /*申请样品*/
}
.product_list .item2 .list ul li.active {
  display: block;
}
.product_list .item2 .list ul li h4 {
  margin-bottom: 9px;
  font-size: 18px;
}
.product_list .item2 .list ul li p {
  font-size: 16px;
  line-height: 42px;
  color: #666;
}
.product_list .item2 .list ul li:nth-child(3) .item {
  display: none;
}
.product_list .item2 .list ul li:nth-child(3) .item:nth-child(1) {
  display: block;
}
.product_list .item2 .list ul li form {
  width: 100%;
  overflow: hidden;
}
.product_list .item2 .list ul li form .list .inputs {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
.product_list .item2 .list ul li form .list .inputs input {
  outline: none;
  padding: 6px 12px;
  width: 70%;
  font-size: 16px;
  line-height: 30px;
  box-sizing: border-box;
  border: 0;
  background-color: #f6f6f6;
}
.product_list .item2 .list ul li form button {
  margin-top: 15px;
  font-size: 16px;
  padding: 12px 45px;
  cursor: pointer;
  outline: none;
  border: 0;
  color: #fff;
  background-color: #154a9a;
}
.product_list .item3 {
  padding-top: 81px;
  padding-bottom: 49px;
  background-color: #f6f6f6;
}
.product_list .item3 .list {
  padding-top: 22px;
}
.product_list_2 {
  margin-top: 44px;
  margin-bottom: 40px;
}
.product_list_2 .title h3 {
  position: relative;
  padding-bottom: 28px;
  font-size: 30px;
  font-weight: 500;
  color: #154a9a;
}
.product_list_2 .title h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  clear: both;
  width: 50px;
  height: 2px;
  background-color: #ccc;
}
.product_list_2 .title p {
  margin-top: 22px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.product_list_2 .list {
  margin-top: 65px;
}
.product_list_2 .list > a {
  float: left;
  width: 18.668%;
  cursor: pointer;
  margin-right: 1.6%;
  margin-bottom: 60px;
  background-color: #fff;
  transition: all 0.3s;
}
.product_list_2 .list > a:nth-child(5n) {
  margin-right: 0;
}
.product_list_2 .list > a .images {
  padding: 0 20px;
}
.product_list_2 .list > a .text {
  padding: 0 15px;
}
.product_list_2 .list > a .text h3 {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #333;
}
.product_list_2 .list > a .text p {
  min-height: 102px;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}
.product_list_2 .list > a:hover {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
}
.product_list_2 .list > a:hover .text h3 {
  color: #154a9a;
}
.product_list_3 {
  margin-top: 52px;
  margin-bottom: 20px;
}
.product_list_3 .list li {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 50px;
  background-color: #f6f6f6;
  transition: all 0.5s;
}
.product_list_3 .list li:nth-child(2n) {
  margin-right: 0;
}
.product_list_3 .list li .images {
  float: left;
  width: 43.056%;
  overflow: hidden;
}
.product_list_3 .list li .images img {
  transition: all 0.5s;
}
.product_list_3 .list li .images:hover img {
  transform: scale(1.1);
}
.product_list_3 .list li .text {
  float: left;
  width: 56.9%;
  height: 100%;
  padding: 0 28px;
  box-sizing: border-box;
}
.product_list_3 .list li .text .title h3 {
  font-size: 22px;
  color: #154a9a;
  padding: 43px 0 26px;
}
.product_list_3 .list li .text p {
  height: 120px;
  font-size: 15px;
  line-height: 30px;
  -webkit-line-clamp: 4;
  color: #666;
}
.product_list_3 .list li .text .more {
  margin-top: 22px;
  width: 118px;
  font-size: 16px;
  color: #333;
  border-bottom: none;
  background-position-x: 80px ;
  transition: all 0.3s;
}
.product_list_3 .list li .text .more:before {
  display: none;
}
.product_list_3 .list li:hover {
  background-color: #154a9a;
}
.product_list_3 .list li:hover .text .title h3 {
  color: #fff;
}
.product_list_3 .list li:hover .text p {
  color: #fff;
}
.product_list_3 .list li:hover .text .more {
  color: #fff;
  background-image: url("../images/product_list_2_17.png");
}
.product_list_4 .con {
  margin-bottom: 90px;
  margin-top: 41px;
  padding: 50px 50px 62px;
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
}
.product_list_4 .con .tit .images {
  float: left;
  width: 11%;
}
.product_list_4 .con .tit div {
  float: left;
  width: 89%;
}
.product_list_4 .con .tit div h4 {
  font-size: 24px;
}
.product_list_4 .con .tit div p {
  padding-top: 22px;
  font-size: 16px;
  line-height: 30px;
}
.product_list_4 .con .download {
  margin-top: 19px;
  width: 240px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #888;
  transition: all 0.3s;
}
.product_list_4 .con .download img {
  display: inline-block;
  width: 20px;
}
.product_list_4 .con .download:hover {
  background-color: #154a9a;
}
.product_list_4 .con .tab {
  margin-top: 53px;
  margin-bottom: 56px;
  overflow-x: auto;
}
.product_list_4 .con .tab table {
  min-width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  font-size: 14px;
}
.product_list_4 .con .tab th {
  color: #fff;
  font-weight: 500;
  background-color: #154a9a;
}
.product_list_4 .con .tab tr th,
.product_list_4 .con .tab tr td {
  padding: 12.5px 2px;
  text-align: center;
}
.product_list_4 .con .tab tr th {
  border: 1px solid #ddd;
}
.product_list_4 .con .tab td {
  border-left: 1px solid #ddd;
}
.product_list_4 .con .tab tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.product_list_4 .con .apply {
  margin: 0 auto;
  width: 250px;
  height: 70px;
  font-size: 20px;
  font-weight: 600;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background-color: #888;
  border-radius: 2px;
  transition: all 0.3s;
}
.product_list_4 .con .apply:hover {
  background-color: #154a9a;
}
/*产品认识*/
.product_rs {
  padding: 90px 0 63px;
  background-color: #f9f9f9;
}
.product_rs .list ul li {
  width: 100%;
  padding: 29px 105px 44px;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #fff;
  transition: all 0.4s;
}
.product_rs .list ul li .tit h3 {
  font-size: 20px;
  color: #333;
}
.product_rs .list ul li p {
  margin-top: 26px;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #666;
}
.product_rs .list ul li .look_xq {
  margin-top: 18px;
  width: 150px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background-color: #999;
  transition: all 0.3s;
}
.product_rs .list ul li .look_xq:hover {
  background-color: #154a9a;
}
.product_rs .list ul li:hover {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
}
.product_rs .list ul li:hover .tit h3 {
  color: #154a9a;
}
.product_rs .page {
  padding-top: 10px;
}
@media (max-width: 1500px) {
  .product_list_2 .list a .text p {
    min-height: 120px;
  }
  .product_list_3 .list li .text .title h3 {
    padding: 30px 0 20px;
  }
  .product_list_3 .list li .more {
    margin-top: 10px!important;
  }
  .product_list .item2 .list ul {
    padding: 63px 60px 90px;
  }
}
@media (max-width: 1300px) {
  .product_list .item1 .tag {
    width: 15.667%;
  }
  .product_list .item1 .text {
    width: 80.667%;
  }
  .product_list_2 .list a .text p {
    min-height: 130px;
  }
  .product_list_3 .list li .text .title h3 {
    padding: 22px 0 16px;
    font-size: 20px;
  }
  .product_list_3 .list li .text p {
    height: 105px;
    font-size: 14px;
    line-height: 26px;
  }
  .product_list_3 .list li .more {
    margin-top: 10px!important;
    width: 110px!important;
    font-size: 15px!important;
  }
  .product_list_4 .con .tit .images {
    width: 16%;
  }
  .product_list_4 .con .tit div {
    width: 84%;
  }
}
@media (max-width: 1200px) {
  .product_list .item1 .text .con ul li {
    line-height: 30px;
  }
  .product_list_3 .list li {
    width: 100%;
    margin-right: 0;
  }
  .product_list_3 .list li .images {
    width: 26.056%;
  }
  .product_list_3 .list li .text {
    width: 73%;
  }
  .position {
    padding-top: 60px;
  }
}
@media (max-width: 1100px) {
  .product_list .item1 .text {
    padding-top: 0;
  }
  .product_list .item1 .text h3 {
    line-height: 40px;
    font-size: 26px;
  }
  .product_list .item1 .text .con dl {
    padding: 20px 0;
  }
  .product_list .item1 .text .con ul li {
    font-size: 14px;
  }
  .product_list .item1 .text .xz {
    width: 179px;
    height: 48px;
    line-height: 48px;
  }
  .product_list .item1 .tag {
    width: 20.667%;
  }
  .product_list .item1 .text {
    width: 75.667%;
  }
  .product_list_4 .con .tit div p {
    padding-top: 9px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .product_list_2 .list a {
    float: left;
    width: 32.2%;
    margin-bottom: 40px;
  }
  .product_list_2 .list a:nth-child(5n) {
    margin-right: 1.6%;
  }
  .product_list_2 .list a:nth-child(3n) {
    margin-right: 0;
  }
  .product_list_3 .list li .images {
    width: 40%;
  }
  .product_list_3 .list li .text {
    width: 60%;
  }
  .product .title .screen > ul > li {
    width: 30.334%;
    padding: 0 8px;
  }
  .product_list {
    padding-top: 40px;
  }
  .product_list .item1 .img_banner {
    width: 100%;
    margin-bottom: 30px;
  }
  .product_list .item1 .tag {
    width: 23.667%;
  }
  .product_list .item1 .text {
    width: 71.667%;
  }
  /*申请样品*/
  .product_list .item2 .list ul li form .list .inputs input {
    width: 76%;
  }
  .product_list .item3 {
    padding-top: 56px;
    padding-bottom: 40px;
  }
  .product_list .item2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .product_list .item2 .list ul {
    padding: 40px 26px 45px;
  }
  .product_tit .list a {
    width: 18.7%;
    height: 58px;
    line-height: 58px;
  }
  .product_tit .list a:nth-child(6n) {
    margin-right: 1.6%;
  }
  .product_tit .list a:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .product {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .product .title h3 {
    font-size: 28px;
  }
  .product .title .screen {
    margin-top: 36px;
  }
  .product .title .screen > ul > li {
    width: 100%;
    height: 30px;
    margin-right: 0!important;
    margin-bottom: 20px;
  }
  .product .list {
    margin-top: 40px;
  }
  .product .title .screen > ul > li .item_con {
    top: 30px;
  }
  .product_list .item1 .images {
    width: 100%;
  }
  .product_list .item1 .text h3 {
    line-height: 38px;
    font-size: 20px;
  }
  .product_list .item1 .text .con ul li {
    width: 100%;
  }
  .product_list .item1 .tag .images {
    padding: 30px;
  }
  .product_list .item1 .text h3 {
    padding-bottom: 8px;
  }
  .product_list .item1 .tag {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .product_list .item1 .tag img {
    width: 100%;
  }
  .product_list .item1 .text {
    width: 100%;
    margin-top: 30px;
  }
  /*申请样品*/
  .product_list .item2 .list ul li form .list .inputs,
  .product_list .item2 .list ul li form .list .inputs input {
    width: 100%;
  }
  .product_list .item2 .list ul li form button {
    width: 100%;
    display: block;
    padding: 14px 0;
    margin: 15px 0;
  }
  .product_list .item2 .cs_btn a {
    height: 50px;
    width: 25%;
    font-size: 15px;
    line-height: 50px;
  }
  .product_list .item2 .list ul {
    padding: 30px 20px 30px;
  }
  .product_list .item2 .list ul li h4 {
    margin-bottom: 9px;
    font-size: 15px;
  }
  .product_list .item2 .list ul li p {
    font-size: 14px;
    line-height: 32px;
  }
  .product_list .item3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .product_list .item3 .list a {
    width: 100%;
    margin-right: 0;
  }
  .product_rs {
    padding: 40px 0;
  }
  .product_rs .list ul li {
    padding: 20px 25px;
  }
  .product_rs .list ul li .look_xq {
    width: 125px;
    height: 36px;
    line-height: 36px;
  }
  .product_rs .list ul li .tit h3 {
    font-size: 17px;
  }
  .product_rs .list ul li p {
    margin-top: 16px;
  }
  .product_list_2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .product_list_2 .list {
    margin-top: 30px;
  }
  .product_list_2 .title h3 {
    padding-bottom: 15px;
    font-size: 20px;
  }
  .product_list_2 .list a {
    width: 49%;
    margin-bottom: 30px;
  }
  .product_list_2 .list a:nth-child(3n) {
    margin-right: 1.6%;
  }
  .product_list_2 .list a:nth-child(2n) {
    margin-right: 0;
  }
  .product_list_2 .list a .images,
  .product_list_2 .list a .text {
    padding: 8px;
  }
  .product_list_2 .list a .text h3 {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .product_list_3 {
    margin-top: 30px;
  }
  .product_list_3 .list li {
    margin-bottom: 30px;
  }
  .product_list_3 .list li .images {
    width: 44%;
  }
  .product_list_3 .list li .text {
    width: 56%;
    padding: 0 12px;
  }
  .product_list_3 .list li .text .title h3 {
    padding: 14px 0 12px;
    font-size: 16px;
  }
  .product_list_3 .list li .text p {
    height: 66px;
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 3;
  }
  .product_list_3 .list li .more {
    margin-top: 0px!important;
    width: 100px!important;
    font-size: 14px!important;
    background-position-y: 13px;
  }
  .position .container a {
    height: 50px;
    margin: 0 3px;
    line-height: 50px;
    font-size: 12px;
  }
  .product_tit .title {
    margin-top: 20px;
  }
  .product_tit .title h3 {
    font-size: 22px;
  }
  .product_tit .list {
    margin-top: 25px;
  }
  .product_tit .list a {
    float: left;
    width: 32%;
    margin-right: 1.6%;
    margin-bottom: 8px;
    height: 38px;
    font-size: 13px;
    line-height: 38px;
  }
  .product_tit .list a:nth-child(5n) {
    margin-right: 1.6%;
  }
  .product_tit .list a:nth-child(3n) {
    margin-right: 0;
  }
  .product_list_4 .con .tab table {
    font-size: 12px;
  }
  .product_list_4 .con {
    margin-bottom: 35px;
    margin-top: 30px;
    padding: 29px 20px 25px;
  }
  .product_list_4 .con .tit p {
    padding-top: 12px;
    font-size: 12px;
    line-height: 20px;
  }
  .product_list_4 .con .download {
    margin-top: 14px;
    width: 146px;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
  }
  .product_list_4 .con .tab {
    margin-top: 28px;
    margin-bottom: 25px;
  }
  .product_list_4 .con .apply {
    width: 120px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .product_list_4 .con .tit .images {
    width: 80%;
  }
  .product_list_4 .con .tit div {
    width: 100%;
  }
  .product_list_4 .con .tit div h4 {
    font-size: 18px;
  }
  .product_list_4 .con .tit div p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 350px) {
  .product_list .item2 .cs_btn a {
    font-size: 13px;
  }
  .product_list_3 .list li .text p {
    height: 44px;
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 2;
  }
}
/*# sourceMappingURL=products.css.map */
