/* .product_cwy_xt_item .text .title{
  font-size: 20px !important;
}
.product_cwy_xt_item .text .des{
  font-size: 18px !important;
}
 */

      
/* @media only screen and (max-width:1920px) {
  .product_cwy_xt_item .text .title{
    font-size: 20px !important;
  }
  .product_cwy_xt_item .text .des{
    font-size: 14px !important;
  }
}

@media only screen and (max-width:1366px) {
  .product_cwy_xt_item .text .title{
    font-size: 18px !important;
  }
  .product_cwy_xt_item .text .des{
    font-size: 14px !important;
  }
} */
/* 产品特性四个模块 */
.product_xk_xt_list li {
  width: 23.88%;
  margin-right: 1.49%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.product_xk_xt_list li:last-child {
  margin-right: 0;
}
.product_xk_xt_list li .img {
  width: 100%;
  height: 0;
  padding-bottom: 142.4%;
  transition: all 0.5s ease-out;
}
.product_xk_xt_list li .text {
  position: absolute;
  width: 100%;
  padding: 20px 35px;
  color: #fff;
  z-index: 1;
  bottom: -110px;
  transition: all 0.4s ease-out;
}
/*.product_xk_xt_list li:after { content: ""; width: 100%; height:60%;  display: block;   position: absolute; background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));  bottom: 0;}*/
.product_xk_xt_list li .text .des {
  line-height: 1.66em;
  margin-top: 10px;
  transform: translateY(130px);
  height: 8.3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.product_xk_xt_list li:hover .text {
  bottom: 0;
}
.product_xk_xt_list li:hover .text .des {
  transform: translateY(0);
}

.product_xk_xt_list li .link {
  transform: translateY(30px);
  transition: all 0.5s ease-out;
}

.product_xk_xt_list li .link a {
  box-sizing: content-box;
  float: left;
  margin-right: 10px;
  width: 100px;
  height: 38px;
  text-align: center;
  border-radius: 5px;
  line-height: 38px;
  border: 1px solid #fff;
  color: #fff;
}

.product_xk_xt_list li .link a:nth-child(2) {
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  border: none;
  height: 40px;
  line-height: 40px;
  margin-right: 0;
}

.product_xk_xt_list li .link a:after {
  transform: translateY(-1px);
  content: "";
  transition: 0.5s;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.product_xk_xt_list li .link a:hover:after {
  content: "\e683";
  transition: 0.5s;
  margin-left: 5px;
}

.product_xk_xt_list li:hover .link {
  transform: translateY(0);
}

@media only screen and (max-width:1500px) {
  .product_xk_xt_list li .text {
    padding: 30px;
  }
}

@media only screen and (max-width:1366px) {

  .product_xk_xt_list li .link a {
    width: 90px;
  }
}

@media only screen and (max-width: 1115px) {
  .product_xk_xt_list li .text {
    padding: 15px;
  }

}

/* 产品特性五个模块 */
.product_xx_xt_list li {
  width: 23.88%;
  margin-right: 1.49%;
  position: relative;
  overflow: hidden;
}

.product_xx_xt_list li .product_cwy_xt_item {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.product_xx_xt_list li:nth-child(2) .product_cwy_xt_item:first-child {
  margin-bottom: 6.4%;
}

.product_xx_xt_list li:last-child {
  margin-right: 0;
}

.product_xx_xt_list li .img {
  width: 100%;
  height: 0;
  padding-bottom: 142.4%;
  transition: all 0.5s ease-out;
}

.product_xx_xt_list li:nth-child(2) .img {
  width: 100%;
  height: 0;
  padding-bottom: 68%;
  transition: all 0.5s ease-out;
}

.product_xx_xt_list li .product_cwy_xt_item .text {
  position: absolute;
  width: 100%;
  padding: 35px;
  color: #fff;
  z-index: 1;
  bottom: -110px;
  transition: all 0.4s ease-out;
}

/*.product_xx_xt_list li .product_cwy_xt_item:after { content: ""; width: 100%; height:60%;  display: block;   position: absolute; background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));  bottom: 0;}*/
.product_xx_xt_list li .text .des {
  line-height: 1.66em;
  margin-top: 10px;
  transform: translateY(130px);
  height: 4.98em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.product_xx_xt_list li .product_cwy_xt_item:hover .text {
  bottom: 0;
}

.product_xx_xt_list li:hover .text .des {
  transform: translateY(0);
}

.product_xx_xt_list li .link {
  transform: translateY(30px);
  transition: all 0.5s ease-out;
}

.product_xx_xt_list li .link a {
  box-sizing: content-box;
  float: left;
  margin-right: 10px;
  width: 100px;
  height: 38px;
  text-align: center;
  border-radius: 5px;
  line-height: 38px;
  border: 1px solid #fff;
  color: #fff;
}

.product_xx_xt_list li .link a:nth-child(2) {
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  border: none;
  height: 40px;
  line-height: 40px;
  margin-right: 0;
}

.product_xx_xt_list li .product_cwy_xt_item:hover .img {
  transform: scale(1.04);
}

.product_xx_xt_list li .link a:after {
  transform: translateY(-1px);
  content: "";
  transition: 0.5s;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.product_xx_xt_list li .link a:hover:after {
  content: "\e683";
  transition: 0.5s;
  margin-left: 5px;
}

.product_xx_xt_list li:hover .link {
  transform: translateY(0);
}

@media only screen and (max-width:1500px) {
  .product_xx_xt_list li .text {
    padding: 30px;
  }
}

@media only screen and (max-width:1366px) {

  .product_xx_xt_list li .link a {
    width: 90px;
  }
}

@media only screen and (max-width: 1115px) {
  .product_xx_xt_list li .text {
    padding: 15px;
  }
}


/* 产品特性六个模块 */
.product_cwy_xt_list li {
  width: 23.88%;
  margin-right: 1.49%;
  position: relative;
  overflow: hidden;
}

.product_cwy_xt_list li .product_cwy_xt_item {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.product_cwy_xt_list li:nth-child(2n) .product_cwy_xt_item:first-child {
  margin-bottom: 6.4%;
}

.product_cwy_xt_list li:last-child {
  margin-right: 0;
}

.product_cwy_xt_list li .img {
  width: 100%;
  height: 0;
  padding-bottom: 142.4%;
  transition: all 0.5s ease-out;
}

.product_cwy_xt_list li:nth-child(2n) .img {
  width: 100%;
  height: 0;
  padding-bottom: 68%;
  transition: all 0.5s ease-out;
}

.product_cwy_xt_list li .product_cwy_xt_item .text {
  position: absolute;
  width: 100%;
  padding: 35px;
  color: #fff;
  z-index: 1;
  bottom: -110px;
  transition: all 0.4s ease-out;
}

/*.product_cwy_xt_list li .product_cwy_xt_item:after { content: ""; width: 100%; height:60%;  display: block;   position: absolute; background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));  bottom: 0;}*/
.product_cwy_xt_list li .text .des {
  line-height: 1.66em;
  margin-top: 10px;
  transform: translateY(130px);
  height: 4.98em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.product_cwy_xt_list li .product_cwy_xt_item:hover .text {
  bottom: 0;
}

.product_cwy_xt_list li:hover .text .des {
  transform: translateY(0);
}

.product_cwy_xt_list li .link {
  transform: translateY(30px);
  transition: all 0.5s ease-out;
}

.product_cwy_xt_list li .link a {
  box-sizing: content-box;
  float: left;
  margin-right: 10px;
  width: 100px;
  height: 38px;
  text-align: center;
  border-radius: 5px;
  line-height: 38px;
  border: 1px solid #fff;
  color: #fff;
}

.product_cwy_xt_list li .link a:nth-child(2) {
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  border: none;
  height: 40px;
  line-height: 40px;
  margin-right: 0;
}

.product_cwy_xt_list li .product_cwy_xt_item:hover .img {
  transform: scale(1.04);
}

.product_cwy_xt_list li .link a:after {
  transform: translateY(-1px);
  content: "";
  transition: 0.5s;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.product_cwy_xt_list li .link a:hover:after {
  content: "\e683";
  transition: 0.5s;
  margin-left: 5px;
}

.product_cwy_xt_list li:hover .link {
  transform: translateY(0);
}

@media only screen and (max-width:1500px) {
  .product_cwy_xt_list li .text {
    padding: 30px;
  }
}

@media only screen and (max-width:1366px) {

  .product_cwy_xt_list li .link a {
    width: 90px;
  }
}

@media only screen and (max-width: 1115px) {
  .product_cwy_xt_list li .text {
    padding: 15px;
  }
}