/*首页标题*/


/*.indextit{ background:#a4c63c;  color: #090504;
    padding: 25px 20px 30px 20px;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;   }

.indextit span{ width: 45px;
    height: 2px;
    background: #090504;
    margin: 8px 0;
    content: '';
    display: block;}
.indextit h3{ font-size: 30px;
    line-height: 36px;
    color: #090504;
    font-weight: normal;}
.indextit p{ font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #090504;}*/



/*关于我们*/

.aboutblock{ margin: 100px auto; overflow: hidden; display: block; }
.aboutleft{ float: left; width: 700px }
.aboutright{ float: right; width: 400px; overflow: hidden;}

.abtit{ position: relative;  height: 250px}
.abtit em{ font-size:60px; font-weight: bold; display: block; color: #434343;
 line-height: 66px; position: absolute; top: 30px ; background: #fff; overflow: hidden;}
.abtit em:nth-child(odd){ color: #a4c63c;  top: 120px }
.abtit i{ border:10px solid #e5e5e5; height: 200px; width: 400px; display: block; position: absolute; left: 100px  }
.abcon{ height: 100px; overflow: hidden; height: 175px; margin-bottom:20px; }
.abcon p{ text-indent:24px; margin-bottom:20px; font-size: 16px; color: #666 }
.opacitytit{ font-size: 120px; color: #f1f1f1; font-weight: bold ; display: block; line-height: 150px;}

.aboutright img{ height: 600px; width: 450px; }


/*更多*/
*:before,
*:after {
  z-index: -1;
}

.more{  width: 200px;   margin: 0 auto; text-align: center; }

[class^="btn-"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  max-width:200px;
  text-transform: uppercase;
  overflow: hidden;
  border: 1px solid currentColor;
  line-height: 50px;
  text-align: center;
}


@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}


.btn-11 {
  position: relative;
  color: #a4c63c;
}
.btn-11:hover {

  color: #fff;
}
.btn-11:before, .btn-11:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #a4c63c;
  border-radius: 50%;
}
.btn-11:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*     animation: criss-cross-left 0.8s reverse; */
}
.btn-11:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  /*     animation: criss-cross-right 0.8s reverse; */
}
.btn-11:hover:before, .btn-11:hover:after {
  /*       @include size($btn-width); */
}
.btn-11:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
          animation: criss-cross-left 0.8s both;
}
.btn-11:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
          animation: criss-cross-right 0.8s both;
}




/*产品展示*/

.pro_block{  }
.pro_block .indextit{ background:#a4c63c;  color: #090504;
    padding: 25px 20px 30px 20px;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
.pro_block .indextit h3{ font-size: 30px;
    line-height: 36px;
    color: #090504;
    font-weight: normal;}
.pro_block .indextit p{ font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #090504;}
   .pro_block .indextit span{ width: 45px;
    height: 2px;
    background: #090504;
    margin: 8px 0;
    content: '';
    display: block;}



.leftMenu {
    margin: 0 auto 20px auto;
    display: block;
    background: #a4c63c;
    border: 2px solid #a4c63c;
    border-top: 0;
    padding: 6px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.leftMenu ul {
    background: #fff;
    padding: 10px 0 40px 0;
}
.leftMenu ul li {
    padding: 5px 10px;
}
.leftMenu ul li span a, .leftMenu ul li span a:visited {
    font-size: 15px;
    color: #090504;
    height: 46px;
    line-height: 46px;
    padding-left: 20px;
    background: #a4c63c;
    display: block;
    overflow: hidden;
    position: relative;
}
.leftMenu ul li span a:after {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    display: block;
    content: ">";
    font-family: serif;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    color: #fff;
    /*position: absolute;*/ margin-left:190px;
    right: 10px;
    top: 50%;
    margin-top: -32px;
    transition: all .2s ease-in-out;
}
.leftMenu ul li span a:hover{
  color:#080403;
  background:#BBD56D;
}




.check_tit2{ float: left; width: 270px;  }
.check_i{ width: 248px; border:1px solid #ccc; }
.check_con2{ float: right; width: 900px; padding-top:15px; }
.check_tit2 i{ display: block; height: 55px; color: #333; font-size: 14px;  line-height: 55px;   border-bottom: 1px solid #ccc;   }
.check_tit2 i a{ display: block;  width: 265px; padding-left: 50px }
.check_tit2 i:hover a,.check_tit2 i.on a{ color: #fff;  background:url(../images/listbg.jpg) no-repeat left top;  cursor: pointer; transition: 0.5s;padding-left: 50px  }




.pro_tit{     width: 100%; position: relative;
    height: 50px;
    line-height: 30px;
    position: relative;
    border-bottom: 1px dashed #ccc; }
.pro_tit h3{ border-left: 4px solid #a4c63c; padding-left:10px;  font-size: 18px; color: #a4c63c;}   

.pro_tit a{ position: absolute; right: 0px; top:0px; font-size:14px; display: block; }


.check_list2{ margin-top: 20px; }
.check_con2 li{ float: left; background: #a4c63c; margin-right: 21px; display: block; margin-bottom: 20px;
  width: 270px; padding: 8px;   }
.check_con2 li:nth-child(3n){ margin-right: 0   }
.check_con2 li .pimg{height: 230px; overflow: hidden;  }
.check_con2 li img{display: block;width: 100%;height: 100%;transition: all 0.5s; overflow: hidden; }
.check_con2 li:hover{   transition: 0.5s; background: #BBD56D }
.check_con2 li:hover a{ color: #080403 }
.check_con2 li strong{ height: 35px; line-height: 40px; text-align: center; display: block; font-size:14px;}





/*为什么选择我们*/
.goodcon{ position: relative;  height: 500px}
.goodconleft{float:left;  position: absolute; width: 400px; left: 0; border:4px solid #fff;  top: 50px;  height:540px; padding: 30px }
.goodconright{float:right;  position: absolute; width: 760px; right: 0; background: #fff; padding:30px; height: 460px; top: 100px; }
.goodconleft .gctit{ font-size: 17px; line-height: 45px; margin-top: 50px; font-weight: bold;width: 342px }
.goodconleft .gctit em{display: block; font-size: 25px; font-weight: normal; }

.goodconleft .gctext{ border: 1px  solid #fff; display: inline-block; padding: 10px 20px; margin: 30px 0; overflow: hidden; font-size: 18px }
.goodconleft ul { display: block; width: 100%; overflow: hidden; }
.goodconleft ul li{ float: left;  text-align:center; margin-right:20px; }
.goodconleft ul li img{ padding: 20px; height: 50px;  width: 50px; border: 1px solid #fff  }
.gccontact em{ font-size:16px; }

.gccontact { margin-top:50px; }
.gccontact img { vertical-align: -6px; margin-right: 10px }
.gccontact i{ font-size: 20px; color: #ff0 }

.goodconright ul li{ float: left; width: 350px; color: #000; overflow: hidden; margin-right: 30px; margin-bottom: 30px;  }
.goodconright ul li em{ display: block; font-size:50px;  color: #a4c63c; line-height: 60px}
.goodconright ul li i{ display: block; width: 50px; height: 2px; background: #a4c63c; overflow: hidden; margin:10px 0 ; }
.goodconright ul li span{ font-size:25px }
.goodtext{ height: 50px; overflow:hidden; height:95px;  color: #666 }
 



/*案例展示*/
.indextit_al{    margin: 80px auto; margin-bottom: 0px;
    display: block;
    text-align: center;
    position: relative;
    height: 100px;}
.indextit_al strong {
    display: block;
    color: #a4c63c;
    font-size: 30px;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 10;
    text-align: center;
    top:35px;
}

.indextit_al em {
    display: block;
    color: #f1f1f1;
    width: 100%;
    font-size: 90px;
    font-weight: bold;
    position: absolute;
    z-index: 5;
    text-align: center;
}


.indexpor{overflow: hidden; }
.check_tit{ text-align: center; margin-bottom: 30px;margin-top: -50px; color: #CCC;  }
.check_tit a{ cursor: pointer; margin:0 5px 20px 5px;
 text-align: center; font-size: 13px;   transition: 0.5s; color: #333; border: 1px solid #ccc; padding: 8px 30px}
.check_tit a:hover,.check_tit a.on{ color: #fff;  background: #21357c }
.check_con{ z-index: 1; width: 1200px; }
.check_con ul{ clear:both; overflow: hidden; padding-top: 10px }
.check_con ul li{ float:left; width:380px;  overflow: hidden;   transition: 0.8s; margin-right: 29px  }
.check_con ul li:nth-child(3n){ margin-right: 0 }
.check_con ul li img{ height: 300px; width: 100%; overflow: hidden;}
.check_list  li a{ display: block; margin-bottom:20px;   }
.check_list  li a strong{  width: 100%; line-height: 30px;   font-size: 15px; color: #000;   }
.check_list  li a strong span{ font-size: 14px; display: block; font-weight:normal; color: #999; line-height: 20px; height: 40px; overflow: hidden;}
.arrow {margin:0 auto; width: 340px; margin-top: 50px}
.arrow .btn { width: 50px; height: 50px; cursor: pointer; margin: 0 10px } 
.arrow .btnl {background: url(../images/jtl02.png) no-repeat center; float: left; }
.arrow .btnr {background: url(../images/jtr02.png) no-repeat center;float: left; }
.arrow .btnl:hover {background: url(../images/jtl03.png) no-repeat center;}
.arrow .btnr:hover {background: url(../images/jtr03.png) no-repeat center;}
.arrow a.more{ border: 1px solid #ccc ; float: left; display: inline-block;  height: 40px; line-height: 40px; margin: 0;margin-top:5px; padding:5px 30px; margin: 0 10px}
.Box {position: relative; overflow: hidden;  height:700px; overflow: hidden; margin: 100px  auto; margin-bottom: 20px; margin-top: 1000px}
.Box .content {width: 100%;margin: 0 auto;}
.Box .Box_con {position: relative;}
.Box .Box_con .conbox {position: relative;}
.Box .Box_con .conbox ul {position: relative;list-style: none; padding-bottom: 20px;}
.Box .Box_con .conbox ul li {float: left; width: 400px;height: 370px;margin-right: 20px; background: #fff; 
  position: relative; overflow-x: hidden;     }
.Box .Box_con .conbox ul li::-webkit-scrollbar {
    display: none;
}
.Box .Box_con .conbox ul li:hover{  } 
.Box .Box_con .conbox ul li .pimg{ width: 400px;height: 300px; overflow: hidden; position: absolute; top: 0px; transition: 0.2s }
.Box .Box_con .conbox ul li img {display: block;width: 400px;height: 300px;transition: all 0.5s; overflow: hidden; }
.Box .Box_con .conbox ul li:hover .pimg{  top: 0 }
.Box .Box_con .conbox ul li:hover img {transform: scale(1.1); height: 400px; top: 0;}
.Box .Box_con .conbox ul li span{ line-height: 70px; height: 70px; background: #fff; text-align: center; 
  display:block;  color: #333; width: 90%; background: #f8f8f8; position: absolute; left: 0; bottom: 0; padding: 0 5%; 
  font-size: 18px; border-bottom: 1px solid #ccc; transition: 0.2s; color: #000}
.Box .Box_con .conbox ul li:hover span{ height: 0; overflow:hidden;  }
.moretext{ position: absolute; left: 0; top: 0px; width: 0; height: 100%; background:rgba(0,0,0,0.4); color: #fff; text-align: center;  }
.moretext em{ color: #fff; display:block;  position: absolute; top: 0; height: 90px; top: 50px; text-align: center; 
  overflow: hidden; left: -400px;  overflow: hidden;  line-height: 30px; padding: 0 10% }
.Box .Box_con .conbox ul li:hover .moretext em{left: 0; width: 80%; text-align: center; font-size: 20px; color: #fff; transition: all .28s ease-in .3s;  }
.moretext i{ color: #fff; transition: all .28s ease-in .2s;  
  background: rgba(0,0,0,0.5) ;
   border-radius: 50%;
    height: 50px; width: 50px;
     display: inline-block;
     font-size: 20px;
     line-height: 50px;
      bottom: 200px;
      position: absolute;
      left: -50px;

       }
.Box .Box_con .conbox ul li:hover  .moretext i{ left: 50% ; margin-left: -25px}

.Box .Box_con .conbox ul li:hover .moretext {  width: 100%; height: 100%; }
.Box .Box_con .conbox ul li:hover span{ height: 0; }

.moretext center{ height: 0; width: 100%; background: #333; bottom: 0; position: absolute; transition: all .28s ease-in .1s; }
/*.moretext:hover center{height: 70px;   }*/

.moretext a.innermore{ color: #090504;  background: #a4c63c; bottom: 50px; height: 100px; line-height: 100px ;
 position: absolute; transition: all .28s ease-in .1s;  width: 0; overflow: hidden; }
.Box .Box_con .conbox ul li:hover .moretext a.innermore{ width: 100%; }






/*新闻资讯*/


.mtit3{
  height:40px;
  line-height:40px;
  font-size:22px;
  font-weight:bold;
  color:#080403;
  margin-bottom:20px;
}
.m_news_left{
  width:640px;
  float:left;
}
.m_news_right{
  width:480px;
  float:right;
}

@media (max-width:1230px){
  .m_news_left,.m_news_right{
    width:100%;
    padding-bottom:25px;
    float:none;
  }
 .m_news_right{
    padding-bottom:5px;
  }
  .mtit3{
    font-size:20px;
    text-align:center;
    border-bottom:1px solid #f5f5f5;
    margin-bottom:15px;
    position:relative;
  }
  .mtit3:before{
    content:'';
    display:block;
    width:40px;
    height:3px;
    background:#ff0a0a;
    position:absolute;
    left:50%;
    bottom:-2px;
    margin-left:-20px;
  }
}


.m_newslist{
  
}

.m_newslist dl{
  margin-bottom:30px;
}
.m_newslist dl dd{
  
}
.m_newslist dl dd a{
  display:block;
}
.m_newslist dl dd a .n_img{
  width:100%;
  margin-bottom:14px;
  overflow:hidden;
}
.m_newslist dl dd a .n_img img{
  width:640px;
  height:427px;
}
.m_newslist dl dd a h3{
  font-size:18px;
  line-height:48px;
  height:48px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  transition:all .5s;
}
.m_newslist dl dd a:hover h3{
  transform:translateX(10px); color: #a4c63c;
}
.m_newslist dl dd a p{
  max-height:60px;
  line-height:30px;
  font-size:14px;
  color:#090504;
  overflow:hidden;
  transition:all .5s;
}
.m_newslist dl dd a p b{
  color:#090504;
}
.m_newslist dl dd a:hover p b{
  color:#a4c63c;
}

.m_newslist ul{
  
}
.m_newslist ul li{
  margin-bottom:30px;
}
.m_newslist ul li a{
  /*width:100%;*/
  height:100px;
  padding-top:8px;
  padding-right:15px;
  padding-left:118px;
  display:block;
  position:relative;
  transition:all .3s;
}
.m_newslist ul li a:hover{
  background:#fff;
}
.m_newslist ul li a h3{
  height:24px;
  line-height:24px;
  font-size:18px;
  color:#000;
  font-weight:normal;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
  margin-bottom:5px;
  transition:all .3s;
}
.m_newslist ul li a:hover h3{
  color:#a4c63c;
  transform:translateX(10px);
}
.m_newslist ul li a p{
  max-height:60px;
  line-height:28px;
  font-size:14px;
  color:#666;
  overflow:hidden;
  transition:all .5s;
}
.m_newslist ul li a p b{
  color:#333;
}
.m_newslist ul li a:hover p b{
  color:#a4c63c;
}

.m_newslist ul li a .n_time{
  width:100px;
  height:100px;
  padding-top:5px;
  background:#080403;
  text-align:center;
  font-family:Arial, Helvetica, sans-serif;
  position:absolute;
  left:0;
  top:0;
  transition:all .3s;
}
.m_newslist ul li a:hover .n_time{
  background:#a4c63c;
}
.m_newslist ul li a .n_time b{
  font-size:48px;
  line-height:48px;
  font-weight:normal;
  color:#fff;
  letter-spacing:2px;
  display:block;
  margin-top:10px;
}
.m_newslist ul li a .n_time span{
  font-size:18px;
  color:#fff;
}



.m_newslist ul li a .n_img{
  width:240px;
  height:160px;
  margin-right:10px;
  float:left;
  display:none;
}
.m_newslist ul li a .n_img img{
  width:240px;
  height:160px;
}



@media (max-width:1230px){
    
  .main_news{
    padding:0 0 0 0;
  }
  
  .main_news .m_picnews{
    display:none;
  }
  .main_news .m_newslist{
    width:100%;
    float:none;
  }
  .main_news .m_newslist ul li{
    margin-bottom:15px;
  }
  .main_news .m_newslist ul li a{
    border:1px solid #d2d2d2;
    padding:10px;
    height:auto;
    overflow:hidden;
  }
  .main_news .m_newslist ul li a h3{
    height:30px;
    font-size:16px;
    margin-bottom:5px;
    padding-top:6px;
  }
  .main_news .m_newslist ul li a p{
    max-height:120px;
    line-height:24px;
    font-size:12px;
  }
  .main_news .m_newslist ul li a .n_time{
    display:none;
  }
  .main_news .m_newslist ul li a .n_img{
    display:block;
  }
  
  .main_news .m_newslist dl{
    margin-bottom:15px;
  }
  .main_news .m_newslist dl dd a{
    border:1px solid #d2d2d2;
    padding:10px;
    height:auto;
    overflow:hidden;
  }
  
  .main_news .m_newslist dl dd a .n_img{
    width:240px;
    height:160px;
    margin-right:10px;
    margin-bottom:0;
    float:left;
  }
  .main_news .m_newslist dl dd a .n_img img{
    width:240px;
    height:160px;
  }
  
  .main_news .m_newslist dl dd a h3{    
    height:30px;
    line-height:24px;
    font-size:16px;
    color:#000;
    font-weight:normal;
    padding-top:6px;
    margin-bottom:5px;
    transition:all .3s;
  }
  .main_news .m_newslist dl dd a p{
    max-height:120px;
    line-height:24px;
    font-size:12px;
  }

}








.m_qalist{
  margin-bottom:-35px;
}
.m_qalist ul{
  
}
.m_qalist ul li{
  padding-bottom:65px;
}
.m_qalist ul li a{
  display:block;
}
.m_qalist ul li a h3{
  height:45px;
  line-height:45px;
  padding-left:60px;
  font-size:18px;
  font-weight:bold;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  margin-bottom:20px;
  position:relative;
}
.m_qalist ul li a h3:before{
  width:45px;
  height:45px;
  content:'Q';
  display:block;
  background:#333;
  color:#fff;
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;
  font-size:36px;
  font-weight:normal;
  line-height:45px;
  position:absolute;
  left:0;
  top:0;
}
.m_qalist ul li a:hover h3{
  color:#a4c63c;
}
.m_qalist ul li a:hover h3:before{
  background:#a4c63c;
}
.m_qalist ul li a p{
  height:45px;
  line-height:22px;
  padding-left:60px;
  font-size:14px;
  color:#5b5b5b;
  overflow:hidden;
  position:relative;
}
.m_qalist ul li a p:before{
  width:45px;
  height:45px;
  content:'A';
  display:block;
  background:#a4c63c;
  color:#fff;
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;
  font-size:36px;
  font-weight:normal;
  line-height:45px;
  position:absolute;
  left:0;
  top:0;
}
.m_qalist ul li a:hover p{
  color:#a4c63c;
}
.m_qalist ul li a:hover p:before{
  background:#a4c63c;
}
