a {
  color: #333;
}

.clear {
  clear: both;
}

img {
  display: block;
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}

.banner .swiper-pagination {
  position: absolute;
}

.banner .swiper-pagination span {
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  background: white;
}

.banner_mob {
  margin-top: 4rem;
  width: 100%;
  display: none;
}

.bg_grey {
  background: #f3f3f3;
  padding: 40px 0;
}

h3 {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #262626;
  font-size: 30px;
  text-transform: uppercase;
  margin: 40px 0;
}

.application {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 80px;
}

.application dl {
  width: 25%;
  box-sizing: border-box;
  border: 1px solid white;
  position: relative;
}

.application dl:hover dd {
  bottom: 20px;
}

.application dt, .application dd, .application img {
  width: 100%;
}

.application dd {
  position: absolute;
  color: white;
  text-align: center;
  bottom: 40px;
  transition: all .2s;
  margin: 0;
}
#cnzz_stat_icon_1278952346{
	display: inline-block;
}
/* INDEX about us */
.indabout {
  margin-top: 2rem !important;
}

.indabout img {
  width: 100%;
}

.indabout dt {
  width: 40%;
  float: left;
}

.indabout dd {
  width: 55%;
  float: right;
}

.indabout h3 {
  color: #00acf0;
  font-size: 26px;
  margin-bottom: 1rem;
  text-align: center;
}

.indabout p {
  line-height: 2rem;
  text-align: justify;
}

.product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product dl {
  width: 23%;
  background: #f6f6f6;
  margin-bottom: 30px;
  transition: all .2s;
}

.product dl * {
  transition: all .2s;
}

.product dl:hover {
  background: #f6a702;
}

.product dl:hover dd {
  color: white;
}

.product dt, .product dd, .product img {
  width: 100%;
}

.product dd {
  text-align: center;
  line-height: 54px;
  font-size: 18px;
  margin: 0;
}

.pro_line {
  margin: 30px auto 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pro_line dl {
  width: 49%;
  background-color: white;
  margin-bottom: 2rem;
}

.pro_line dl dt {
  width: 45%;
  float: left;
}

.pro_line dl dt img {
  width: 100%;
  float: left;
}

.pro_line dl dd {
  width: auto;
  padding: 12px 5px 0px 10px;
  overflow: hidden;
}

.pro_line dl dd h4 {
  line-height: 1.8em;
  font-size: 1.2rem;
  height: 1.8em;
  overflow: hidden;
}

.pro_line dl dd h4 a {
  text-align: left;
  font-size: 1.2rem;
  text-overflow: ellipsis;
  padding: 13px 5px 0px 0px;
  color: #444;
  overflow: hidden;
}

.pro_line dl dd p {
  text-align: justify;
  line-height: 1.8em;
  height: 7.2em;
  font-size: 1rem;
  display: block;
  overflow: hidden;
}

.pro_line dl:hover h4 a {
  color: #f6a702;
}

.newsind {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}

.newsind dl {
  width: 32%;
  background: #f0f0f0;
}

.newsind dt, .newsind dd, .newsind img {
  width: 100%;
}

.newsind dt {
  border-bottom: 10px solid #f6a702;
}

.newsind dd {
  box-sizing: border-box;
  padding: 20px;
  margin: 0;
}

.newsind dd a {
  color: #f6a702;
}

.newsind h4 a {
  font-size: 18px;
  color: #2d393a;
}

.newsind p {
  color: #475556;
  margin: 20px 0;
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 0.8rem;
    box-sizing: border-box;
  }
  .banner {
    display: none;
  }
  .banner_mob {
    display: block;
  }
  .application dl {
    width: 50%;
  }
  .indabout dt, .indabout dd {
    width: 100%;
  }
  .product dl {
    width: 49%;
  }
  .pro_line dl {
    width: 100%;
  }
  .pro_line dl dd {
    padding: 4px;
  }
  .pro_line dl dd h4 a {
    font-size: 1rem;
  }
  .pro_line dl dd p {
    font-size: .8rem;
  }
  .newsind dl {
    width: 100%;
    margin-bottom: 2rem;
  }
  .newsind dl p {
    display: none;
  }
  .newsind dl:last-child {
    display: none;
  }
}

.link {
    font-size: 12px;
    color: #999;
    }
.link a{
 color: #bcbdc1;
   }

.link hover{
 color: #a3a5ad;
   }