@charset "utf-8";
/*css3共用方法*/
/*网页共用变量*/
/*常用属性方法*/
.scaleImg {
  overflow: hidden;
}
.scaleImg img {
  -webkit-transition: all 600ms ease 0ms;
  transition: all 600ms ease 0ms;
}
.scaleImg:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#bannerWrap {
   height: calc(100vh - 120px);
  /*padding-bottom: 39.58%;*/
  overflow: hidden;
  position: relative;
}
#bannerWrap #banner {
  height: 100%;
  /*padding-bottom: 39.58%;*/
  box-sizing: border-box;
}
#bannerWrap #banner ul{ 
     height: 100%;
}
#bannerWrap #banner ul li {
  background: #fff;
  height: 100%;
}
#bannerWrap #banner ul li img{
    height: 100%;
    width: 100%;
}
#bannerWrap #banner_tits ul li {
  position: absolute;
  z-index: 1006;
  top: 0;
  width: 100%;
  line-height: 1;
  margin-top: 11.20%;
  text-align: center;
}
#bannerWrap #banner_tits ul li .ex_tit2,
#bannerWrap #banner_tits ul li .ex_tit,
#bannerWrap #banner_tits ul li .tit {
  position: relative;
  opacity: 0;
  top: -80px;
}
#bannerWrap #banner_tits ul li .ex_tit2 {
  font-size: 13px;
  font-family: 'raavi';
  color: #b5b6ae;
  letter-spacing: 10px;
}
#bannerWrap #banner_tits ul li .ex_tit {
  font-size: 72px;
  font-family: 'bebas_neueregular';
  color: #fff;
  margin-top: 1.04%;
}
#bannerWrap #banner_tits ul li .tit {
  font-size: 33px;
  color: #fff;
  margin-top: 1.30%;
}
#bannerWrap #banner_index_wrap {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin-bottom: 4.95%;
  z-index: 1006;
}
#bannerWrap #banner_index_wrap .line {
  position: absolute;
  height: 1px;
  width: 100%;
  background: #bb8934;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
}
#bannerWrap #banner_index_ctrl {
  position: relative;
}
#bannerWrap #banner_index_ctrl li {
  width: 11.20%;
  height: 0;
  padding-bottom: 3.39%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
  cursor: pointer;
  vertical-align: middle;
}
#bannerWrap #banner_index_ctrl li.last {
  margin-right: 0px;
}
#bannerWrap #banner_index_ctrl li.active {
  width: 15%;
  height: 0;
  padding-bottom: 5.73%;
  border: 3px solid #bb8934;
}
.party_dots span {
  width: 4px;
  height: 4px;
  background: #000000;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-right: 20px;
  display: block;
  float: left;
}
.party_dots span.active {
  opacity: 1;
  filter: alpha(opacity=1);
}
#about_us .left {
  width: 50%;
}
#about_us .left .about {
  height: 0;
  padding: 12.5% 14.06% 31.77% 14.6%;
}
#about_us .left .about .ex_title {
  font-size: 40px;
  color: #050700;
  font-family: 'bebas_neueregular';
  line-height: 1;
}
#about_us .left .about .ex_title span {
  color: #6da605;
  margin-right: 10px;
}
#about_us .left .about .title {
  font-size: 18px;
  color: #050700;
  line-height: 1;
  margin-top: 16px;
}
#about_us .left .about .con {
  margin-top: 3.64%;
  line-height: 24px;
  color: #989898;
  /*height: 48px;*/
  overflow: hidden;
  font-size: 16px;
}
#about_us .left .about .con.more{
    width: 100%;
    margin-top: 60px;
}
#about_us .left .about .party_dots {
  margin-top: 5%;
}
#about_us .left .scaleImg {
  width: 50%;
  height: 0;
  padding-bottom: 34.79%;
  float: left;
}
#about_us .right {
  width: 50%;
  height: 0;
  padding-bottom: 39.58%;
}
#about_us .right .scaleImg {
  height: 0;
  padding-bottom: 79.1%;
}
.product-box{
    background: #f5f5f5; 
    padding-top: 5.21%; 
}
#product {
  max-width: 1400px;
  margin: 0 auto;
  /*margin-top: 5.21%;*/
  padding-bottom: 5.94%;
 
}
#product .ex_title {
  font-size: 40px;
  color: #050700;
  font-family: 'bebas_neueregular';
  line-height: 1;
  
}
#product .ex_title span{
    color: #6da605;
}
#product .title {
  font-size: 18px;
  color: #050700;
  line-height: 1;
  margin-top: 16px;
  margin-bottom: 20px;
}
#product .left {
  width: 23%;
 height: 400px;
  /*padding-bottom: 35.31%;*/
  /*background: url("../images/product_bg1.png") no-repeat;*/
  background-size: 100% 100%;
  position: relative;
  margin-right: 2%;
  border:1px solid  #6da605;
  background: #fff;
  
}
#product .left .img {
  position: absolute;
  width: 46%;
  height: 70%;
  left: 27%;
  top: 15%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#product .left .mark {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/product_mark.png);
  left: 0;
  top: 0;
  display: none;
}
#product .left .mark .tit {
  font-size: 19px;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-top: 53.48%;
}
#product .left .mark .ex_tit {
  font-size: 19px;
  color: #65ad23;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
}
#product .right {
  width: 75%;
}
#product .right .tit {
  font-size: 18px;
}
#product .right .desc {
  width: 69.67%;
  font-family: 'simsun';
  color: #bebebe;
}
#product .right .proMenu {
  margin-top: 4.73%;
}
#product .right .proMenu ul a {
  color: #aba9a9;
}
#product .right .proMenu ul a:hover {
  color: #000000;
}
#product .right .proMenu ul a:hover li {
  border-bottom: 2px solid #6da605;
}
#product .right .proMenu ul a li {
  float: left;
  margin-right: 20px;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}
#product .right .proMenu .party_dots {
  float: right;
  margin-top: 10px;
}
/*#product .right .products {*/
/*  margin-top: 4.6%;*/
/*}*/
#product .right .products ul li {
 width: 31%;
  height: 400px;
   /*padding-bottom: 35.31%;*/
  /*background: url("../images/product_bg1.png") no-repeat;*/
  background-size: 100% 100%;
  float: left;
  margin-right: 2%;
  position: relative;
  border:1px solid  #6da605;
  background: #fff;
}
#product .right .products ul li.last {
  margin-right: 0px;
}
#product .right .products ul li .img {
  position: absolute;
  width: 72%;
  height: 70%;
  left: 14%;
  top: 15%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#product .right .products ul li .mark {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/product_mark.png);
  left: 0;
  top: 0;
  display: none;
}
#product .right .products ul li .mark .tit {
  font-size: 19px;
  color: #fff;
  line-height: 1;
  text-align: center;
 margin-top: 53.48%;
}
#product .right .products ul li .mark .ex_tit {
  font-size: 19px;
  color: #65ad23;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}
#product .right .products ul li.first {
  display: none;
}
#case .type1 {
  width: 25%;
  height: 0;
  padding-bottom: 19.69%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
  position: relative;
}
#case .type1:hover .itemtxt:before,
#case .type1:hover .itemtxt:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
#case .type1:hover .tit1,
#case .type1:hover .tit2 {
  top: 0;
  opacity: 1;
}
#case .type1 .itemtxt {
  position: absolute;
  width: 100%;
  left: 0%;
  top: 0%;
  height: 100%;
  text-align: center;
  display: table-cell;
  z-index: 5;
  transition: 400ms;
}
#case .type1 .itemtxt:before,
#case .type1 .itemtxt:after {
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  content: '';
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  width: 85%;
  height: 87.5%;
  top: 6.25%;
  left: 7.5%;
}
#case .type1 .itemtxt:before {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
#case .type1 .itemtxt:after {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
}
#case .type1 .tit1 {
  font-size: 27px;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-top: 32.29%;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50px;
  transition: 400ms;
}
#case .type1 .tit2 {
  text-align: center;
  margin-top: 4.167%;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50px;
  transition: 400ms ease 200ms;
}
#case .titles {
  width: 25%;
  height: 0;
  padding-bottom: 19.69%;
  float: left;
  text-align: center;
  line-height: 1;
}
#case .titles .tit {
  font-size: 24px;
  margin-top: 30.21%;
}
#case .titles .line {
  width: 30px;
  height: 2px;
  background: #3c9100;
  margin: 3.75% auto;
}
#case .titles .ex_tit {
  font-size: 26px;
  font-family: 'bebas_neueregular';
}
#case .type2 {
  width: 50%;
  height: 0;
  padding-bottom: 19.69%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
}
#case .type2 .scaleImg {
  height: 0;
  padding-bottom: 39.38%;
}
#news {
  max-width: 1215px;
  margin: 0 auto;
  margin-top: 3.91%;
  padding-bottom: 2%;
}
#news .ex_title {
  font-size: 40px;
  color: #050700;
  font-family: 'bebas_neueregular';
  line-height: 1;
}
#news .ex_title span {
  color: #6da605;
  margin-right: 10px;
}
#news .title {
  font-size: 18px;
  color: #050700;
  line-height: 1;
  margin-top: 16px;
}
#news ul.list {
  margin-top: 6.42%;
}
#news ul.list li {
  margin-bottom: 40px;
}
#news ul.list li .new_tit a {
  color: #010100;
  font-size: 18px;
}
#news ul.list li .new_tit a:hover {
  color: #47b72d;
}
#news ul.list li .new_con {
  position: relative;
  margin-top: 20px;
}
#news ul.list li .new_con .new_con_desc {
  color: #a3a3a3;
  font-family: 'simsun';
  float: left;
  width: 79.26%;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
#news ul.list li .new_con .new_con_date {
  font-family: 'Arial';
  float: right;
  margin-top: 27px;
}
