.clearFix:after {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.col3{
    width: 32%;
}

.product-container {
    width: 100%;
    background: url('../../img/banner3.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
}
.product-box{
    width: 78%;
    margin: 0 auto;
    padding-top: 13.4%;
    padding-bottom: 70px;
}
  .product-container-title {
    margin-left: 10px;
    /* margin-top: 288px; */
  }
  .product-container-title-top .pull-right{
    padding-right: 2%;
  }
  .product-container-title-top .pull-left {
    /* width: 159px; */
    /* height: 32px; */
    font-size: 32px;
    font-weight: bold;
    color: #028a1b;
    /* line-height: 115px; */
  }
  .product-container-title-top .pull-right span {
    width: 61px;
    height: 14px;
    font-size: 24px;
    font-weight: bold;
    color: #f8f4f5;
    margin-right: 12px;
  }
  .product-container-title-top .pull-right img {
    max-width: 100%;
    position: relative;
    bottom: 4px;
  }
  .product-container-title-bottom {
    font-size: 28px;
    font-weight: 400;
    color: #6dba32;
  }
  .product-container-type {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    height: 480px;
  }
  .product-container-type-icon{
      width:65px;
      height: 65px;
      margin: 0 auto;
  }
  .product-container-type-firstLine{
      height:222px;

  }
  .product-container-type-bg{
    height: 100%;  
    position: relative;
    margin-right: 1%;
    margin-bottom: 1%;
    background-size: cover;
  }
  .bg1 {
    background: url('../../img/production/images/bg_03.png') repeat 100% 100%;
  }
  .bg2 {
    background: url('../../img/production/images/bg_06.png') repeat 100% 100%;
  }
  .bg3 {
    background: url('../../img/production/images/bg_08.png') repeat 100% 100%;
  }
  .bg4 {
    background: url('../../img/production/images/bg_14.png') repeat 100% 100%;
  }
  .bg5 {
    background: url('../../img/production/images/bg_16.png') repeat 100% 100%;
  }
  .bg6 {
    background: url('../../img/production/images/bg_17.png') repeat 100% 100%;
  }
  .type-center{
    font-size:24px;
    color:#fff;
    margin-top: 29px;
  }
  .type-bottom{
    font-size:18px;
    color:#fff;
   
  }
  .text-box{
    position: absolute;
    top: 50%;
    margin-top: -80px;
    left: 50%;
    margin-left: -74px;
  }
 
 
  @media  screen and (min-width:320px) and (max-width:1080px){
    .col3{
      width: 48%;
    }
    .product-box {
      width: 94%;
      /* padding-bottom: 28px; */
    }
    .product-container-type-firstLine {
      height: 130px;
    }
    .product-container-type-bg {
      margin-right: 2%;
      margin-bottom: 2%;
   }
    .product-container{
      background: url(../../img/banner3.jpg) no-repeat 100% 100%;
    }
    .product-container-type-icon {
      width: auto;
      height: 40px;
    }
    .product-container-title{
      padding-top: 62px;
      position: relative;
    }
    .product-container-title-top .pull-left{
      font-size: 24px;
    }
    .product-container-title-bottom{
      font-size: 18px;
    }
    .product-container-title-top .pull-right{
    	position: absolute;
    	right: 2%;
    bottom: 6px;
    }
    .product-container-title-top .pull-right span{
      font-size: 16px;
    }
    .product-container-title-top .pull-right img {
      bottom: 2px;
      width: 19px;
  }
    .product-container-type{
      /* padding-top: 10vh; */
    }
    .type-center{
      font-size: 14px;
      margin-top: 10px;
    }
    .type-bottom{
      font-size: 14px;
    }
    .text-box{
      margin-top: -55px;
      margin-left: -62px;
      width: 124px;
    }
    
}
@media screen and (min-width:1080px) and (max-width:1440px){
  .productList-container-type-detail{
      font-size:18px
  }
  .productList-container-type-detail img.icon {
      width: 20px;
      height: 26px;
  }
  .productList-container-type-detail span{
      margin-left: 4px
  }
  .type-center {
    font-size: 20px;
  }
  .type-bottom {
    font-size: 16px;
  }
  .text-box {
    margin-left: -60px;
  }
  .product-container-title-top .pull-left {
    font-size: 28px
  }
  .product-container-title-bottom {
    font-size: 24px
  }
  .product-container-title-top .pull-right span {
    font-size: 22px
  }
}
@media (max-width:375px) and (max-height:600px){
	.product-container-title-top .pull-left{
		font-size: 20px;
	}
	.product-container-title-bottom{
		font-size: 16px;
	}
	.product-container-title{
		padding-top: 26px;
	}
}
  
  