/* .list-unstyled{
    background: rgba(75,75,75,0.8);
} */




#wrapper{
    width:1920px;
    height:1100px;
    position:relative;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:left;
    -webkit-justify-content:left;
    -ms-flex-pack:left;
    justify-content:left;
    overflow:hidden;
    left:50%;
    margin-left:-960px;
  }
   #left-side{
    position:absolute;
    left:0px;
    top:0px;
    z-index:999;
    height:100%;
    width:860px;
    display:flex;
  }
   #left-side ul {
      height:100%;
      width: 100%;
      position: relative;
      background: url(http://dfs.yun300.cn/group1/M00/08/83/rBQBG1qncCmEHJASAAAAAJp8_Qs835.png) repeat;
      padding: 0;
      
  }
   #left-side ul li{
    height:155px;
    display:flex;
    line-height:180px;
    color:#fff;
    font-weight:500;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
  }
   #left-side ul li:hover{
    color:#fff;
    background: rgba(45,215,69,0.4);
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
  }
   #left-side ul li:hover > .icon{
    fill:#333;
  }
   #left-side ul li.active{
    color:#333333;
    background: rgba(37,186,58,0.5);
  }
   /* #left-side ul li.active:hover > .icon{
    fill:#E74C3C;
  } */
    
    #left-side ul li a{color:#fff}
    

   .more{
    line-height:134px;
    display:block;
    width:100%;
    font-size:100px;
    text-align:center;
    color:#fff;
    cursor:pointer;
    -webkit-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
    text-decoration:none;
    font-family:'Raleway';
  }
   .more:hover{
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
  }

   #line.one{
    width:134px;
    height:134px;
    background-color: #ed1b23;
    margin-left:0px;
    margin-top:0px;
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
  }

   #line.two{
    width:134px;
    height:134px;
    background-color: #ed1b23;
    margin-left:0px;
    margin-top:134px;
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
  }

   #line.three{
    width:134px;
    height:134px;
    background-color: #ed1b23;
    margin-left:0px;
    margin-top:268px;
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
  }

   #line.four{
    width:134px;
    height:134px;
    background-color: #ed1b23;
    margin-left:0px;
    margin-top:402px;
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
  }


   #line.four01{
    width:134px;
    height:134px;
    background-color: #ed1b23;
    margin-left:0px;
    margin-top:536px;
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
  }
   #right-side{
    height:1100px;
    width:100%;
    overflow:hidden;
  }
   #right-side #first, #right-side #second, #right-side #third, #right-side #fourth, #right-side #fourth01{
    position:absolute;
    z-index:99;
    height:1100px;
    width:100%;
    -webkit-transition:all .6s ease-in-out;
    transition:all .6s ease-in-out;
    margin-top:-670px;
    opacity:0;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
  }
   #right-side #first h1, #right-side #second h1, #right-side #third h1, #right-side #fourth h1, #right-side #fourth01 h1{
    font-weight:800;
    color:#333;
  }
  
   #right-side #first.active, #right-side #second.active, #right-side #third.active, #right-side #fourth.active, #right-side #fourth01.active{
    margin-top:0px;
    opacity:1;
    -webkit-transition:all .6s ease-in-out;
    transition:all .6s ease-in-out;
  }
  
  
  
  
  
  
   #right-side #first p{
    color: #fff!important;
    font-weight:500;
    /* padding-left:30px; */
    /* padding-right:30px; */
    width: 134px;
    height: 134px;
    background-color: #ed1b23;
    margin-left: -66px;
    margin-top: -536px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    line-height: 134px;
    font-size: 40px;
    text-align: center;
  }
  #right-side #first p a{
    color: #fff!important;
    
    font-size: 50px;
    text-align: center;
   
  }
  
  #right-side #second p{
    color: #fff!important;
    font-weight: 500;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
    width: 134px;
    height: 134px;
    background-color: #ed1b23;
    margin-left: -66px;
    margin-top: -268px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    line-height: 134px;
    font-size: 40px;
    text-align: center;
  }
  #right-side #second p a{
    color: #fff!important;
    
    font-size: 50px;
    text-align: center;
  }
  
  
  #right-side #third p{
    color: #fff!important;
    font-weight:500;
    /* padding-left:30px; */
    /* padding-right:30px; */
    width: 134px;
    height: 134px;
    background-color: #ed1b23;
    margin-left: -66px;
    margin-top: 0px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    line-height: 134px;
    font-size: 40px;
    text-align: center;
  }
  #right-side #third p a{
    color: #fff!important;
    
    font-size: 50px;
    text-align: center;
    }
  
  #right-side #fourth p{
    color: #fff!important;
    font-weight:500;
    /* padding-left:30px; */
    /* padding-right:30px; */
    width: 134px;
    height: 134px;
    background-color: #ed1b23;
    margin-left: -66px;
    margin-top: 267px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    line-height: 134px;
    font-size: 40px;
    text-align: center;
  }
  #right-side #fourth p a{
    color: #fff!important;
  
    font-size: 50px;
    text-align: center;
  }
  
  
  
  #right-side #fourth01 p{
    color: #fff!important;
    font-weight:500;
    /* padding-left:30px; */
    /* padding-right:30px; */
    width: 134px;
    height: 134px;
    background-color: #ed1b23;
    margin-left: -66px;
    margin-top: 535px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    line-height: 134px;
    font-size: 40px;
    text-align: center;
  }
  
  #right-side #fourth01 p a{
    color: #fff!important;
    
    font-size: 50px;
    text-align: center;
  
  }
  .icon{
    width: 430px;
    height: 88px;
    display: block;
    margin: 20px 0px 23px 400px;
    float: left;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: relative;
  }

  .icon img {
    margin-right: 20px;
    width: 88px;
    height: 88px;
    border-bottom: 2px solid #fff;
    float: left;
    margin-top: 15px;
}

.icon h3 {
    /* position: absolute; */
    top: 0px;
    left: 108px;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
    font-family: "微软雅黑";
    margin: 10px;
}

#left-side ul li a {
    color: #fff;
}

.icon span {
    float: left;
    display: block;
    line-height: 20px;
    font-size: 14px;
    width: 310px;
    /* margin-top: 45px; */
    font-family: "微软雅黑";
}

.section6 .left{
  background: url(../images/back1.png);
  height: 1100px
}
.section6 .left .img{
  position: relative;
  right: 0;
  top: 100px;
}
.section6 .left .img img{
  float: right;
}

.section6 .left .text{
  position: relative;
  right: 0;
  top: 150px;
  text-align: right;color: white;
}
.section6 .left .text p{
  float: right;font-size: 15px;margin:10px;
}

.section6 .right{
  margin: 4% auto;
  padding: 0 30px;
}
.section6 .right .top{
  width: 100%;
}
.section6 .right .top img{
  width: 100%;
  height:290px;
}
.section6 .right .down p{
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin: 10px;
  color: #007E41;
  font-size: 20px;
}

.section6 .right .pro{
  margin-top: 2%;
}



#qyhd {
  width: 100%;
  height: 1080px;
}

#qyhd .jianjie, #qyhd .zhaoshang, #qyhd .lianxi, #qyhd .lianxi1 {
  width: 25%;
  heigiht: 1080px;
  float: left;
  transition: all 8s;
}

#qyhd .jianjie {
  background: url(../images/dsp_bg11.jpg) no-repeat left center;
}

#qyhd .zhaoshang {
  background: url(../images/yd4.jpg) no-repeat left center;
}

#qyhd .lianxi {
  background: url(../images/ys1.jpg) no-repeat left center;
}

#qyhd .lianxi1 {
  background: url(../images/dsp_bg41.jpg) no-repeat left center;
}

#qyhd a {
  width: 100%;
  height: 1080px;
  display: block;
  position: relative;
  color: #fff;
  transition: all 1s;
}

#qyhd a .xiangxi {
  width: 400px;
  height: 600px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -70%;
}

#qyhd a .xiangxi img {
  display: block;
  margin: auto;
  padding-top: 70px;
}

#qyhd a .xiangxi span {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  padding-top: 20px;
}

#qyhd a .xiangxi h1 {
  text-align: center;
  font-size: 30px;
  padding-top: 40px;
}

#qyhd a .xiangxi p {
  width: 340px;
  margin: auto;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  padding-top: 50px;
}

#qyhd .jianjie a {
  background: url(../images/dsp_bg11.jpg) no-repeat left center;
}

#qyhd .zhaoshang a {
  background: url(../images/yd4.jpg) no-repeat left center;
}

#qyhd .lianxi a {
  background: url(../images/ys1.jpg) no-repeat left center;
}

#qyhd .lianxi1 a {
  background: url(../images/dsp_bg41.jpg) no-repeat left center;
}

#qyhd a:hover {
  background: rgba(0, 0, 0, .3);
}

#qyhd .jianjie:hover {
  background: url(../images/dsp_bg11.jpg) no-repeat right center;
}

#qyhd .zhaoshang:hover {
  background: url(../images/yd4.jpg) no-repeat right center;
}

#qyhd .lianxi:hover {
  background: url(../images/ys1.jpg) no-repeat right center;
}

#qyhd .lianxi1:hover {
  background: url(../images/dsp_bg41.jpg) no-repeat right center;
}



 .newsDmos{ width: 1200px; margin-top: 60px;margin: 30px auto;}
 .newsDmos .contWaper{ float: left; width: 550px;
 opacity: 0;
 transform: translateX(-300px) scale(0.5); -webkit-transform: translateX(-300px) scale(0.5); -moz-transform: translateX(-300px) scale(0.5); -o-transform: translateX(-300px) scale(0.5);
 transition: all .8s ease-in-out 0s; -webkit-transition: all .8s ease-in-out 0s; -moz-transition: all .8s ease-in-out 0s; -o-transition: all .8s ease-in-out 0s;
}
 .newsDmos .contWaper2{
	opacity: 0; 
	transform: translateX(300px) scale(0.5); -webkit-transform: translateX(300px) scale(0.5); -moz-transform: translateX(300px) scale(0.5); -o-transform: translateX(300px) scale(0.5);
	transition: all .8s ease-in-out 0s; -webkit-transition: all .8s ease-in-out 0s; -moz-transition: all .8s ease-in-out 0s; -o-transition: all .8s ease-in-out 0s;
}
 .newsDmos .contWaper.active,
 .newsDmos .contWaper2.active{
 opacity: 1;
 transform: translateX(0px) scale(1.0); -webkit-transform: translateX(0px) scale(1.0); -moz-transform: translateX(0px) scale(1.0); -o-transform: translateX(0px) scale(1.0);}

 .newsDmos .contWaper:nth-child(2n){ float: right;}
 .newsDmos .contWaper .titMors{ width: 100%; display: table; border-bottom: 1px solid #D2D0CF; padding-bottom: 12px;}
 .newsDmos .contWaper .titMors strong,
 .newsDmos .contWaper .titMors span,
 .newsDmos .contWaper .titMors a{ display: inline-block;}
 .newsDmos .contWaper .titMors strong{ font-size: 16px; font-weight: bold; color: #007E41;}
 .newsDmos .contWaper .titMors span{ font-size: 12px; font-family: 'arial'; text-transform: uppercase; color: #898989; margin-left: 8px;}
 .newsDmos .contWaper .titMors a{ float: right; font-size: 14px; color: #000000;}
 .newsDmos .contWaper .titMors a:hover{ color: #007E41;}
 .newsDmos .contWaper .newImg{ width: 100%; border-bottom: 1px solid #E2E2E2; margin-top: 18px;}
 .newsDmos .contWaper .newImg dl{ width: 100%; display: table;}
 .newsDmos .contWaper .newImg dt{ float: left;}
 .newsDmos .contWaper .newImg dd{ float: left; width: 174px; height: 260px; background-color: #A8D416;  padding: 50px 0 0 54px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;}
 .newsDmos .contWaper .newImg dd h3{ font-size: 30px; font-family: 'arial'; color: #fff; display: block;}
 .newsDmos .contWaper .newImg dd small{ font-size: 14px; color: #fff; display: block;}
 .newsDmos .contWaper .newImg dd i{ display: block; width: 30px; border-top: 1px solid #fff; margin-top: 10px;}
 .newsDmos .contWaper .newImg h6{ margin: 23px 0; width: 100%; display: table;}
 .newsDmos .contWaper .newImg h6 a{ font-size: 13px; color: white;}
 .newsDmos .contWaper .newImg h6 a:hover{ color: #007E41;}
 .newsDmos .contWaper .newImg h6 font{ float: right; font-size: 15px; color: white; font-family: 'arial'; padding-top: 7px;}
 .newsDmos .contWaper ul.newsList{ width: 100%; display: table;padding: 0;}
 .newsDmos .contWaper ul.newsList li{ width: 100%; display: table; margin-top: 15px;}
 .newsDmos .contWaper ul.newsList li a{ float: left; font-size: 13px; color: white;}
 .newsDmos .contWaper ul.newsList li a:hover{ color: #007E41;}
 .newsDmos .contWaper ul.newsList li font{ float: right; font-size: 14px; font-family: arial; color: white;}


 #w_img-1528254289856 {
  position: absolute;
  top: 80px;
  left: 10%;
  z-index: 18;
  width: 461px;
  height: 181px;
}



.ggg{
  width: 21%;
  border-radius: 15px;
  /* border: 1px solid black; */
  float: left;
  margin: 2%;
  background: rgba(168,212,22, 0.5);height: 210px;
  color: white;
  /* height: 147px; */
}
.ggg .one{
  width: 100%;
  text-align: center;    margin: 15px 0;
}

.ggg .two{
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 20PX;    margin: 15px 0;
}
.ggg .three{
  width: 100%;
  text-align: center;
  word-break: break-all;
  /*overflow: hidden;  */
  margin: 15px 0;  
  font-size: 16px;

}
.ggg i{
  text-align: center;
  color: white;
}

.ppp {
  padding: 16px;
}
.non{
  display: none;
  padding: 0;
}
.non li{
  list-style: none;
  width: 31%;
  margin: 5px 1%;
  border: 1px solid #959595;    height: 30px;
  line-height: 30px;
  float: left;
  overflow: hidden;
}
.non li a{
  display: block;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .banner-x {
      display: none;
  }
  .non{
    display: block;
    /* height: 80px; */
  }
}




.product {padding-bottom: 1.5rem;background: #f4f4f4;}

.product .section {margin-bottom: 1rem;}

.product dl {width: 50%;float: left;box-sizing: border-box;border: 1px solid #dddddd;background: #fff;padding-bottom: 1rem;margin:0 -1px -1px 0;}

.product dl dd:nth-of-type(1) {font-size: 1.2rem;text-align: center;height: 2rem;line-height: 2rem;overflow: hidden; white-space:nowrap; text-overflow: ellipsis;    padding: 0 0.5rem;}

.product dl dd:nth-of-type(1) a {color: #333;}

.product dl dd:nth-of-type(2) {line-height: 1.5rem;text-align: center;padding: 0 1rem;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.product .pro_more {display: block;margin: 0 auto;width: 9rem;height: 2.5rem;line-height: 2.5rem;font-size: 1.1rem;border: 1px solid #d8d8d8;border-radius: 25px;text-align: center;background: #fff;}











.proa{ overflow: hidden; height:819px;}
.proa h2{ text-align: center; font-weight: normal; color: white; font-size: 38px; height: 128px;background:url(../images/p_h3.gif) no-repeat center 58px;}
.pro_menu ul{ overflow: hidden;
    width: 100%;
    margin-left: -4%; }
.pro_menu ul  li{     float: left;
    width: 25%;
    padding-right: 16px;
    padding-left: 16px;
    text-align: center;
    list-style: none;}
.pro_menu ul  li a{ display: block; padding-top:39px; font-size: 18px; color: white; height: 77px;}
.pro_menu ul  li a:hover,.pro_menu ul  li.cur a{ color: #8BAB1A;}
/* .pro_menu ul  li.bg2 a:hover{background:url(../images/p_menu2.gif) no-repeat -260px 0 ;}
.pro_menu ul  li.bg3 a:hover{background:url(../images/p_menu2.gif) no-repeat -500px 0 ;}
.pro_menu ul  li.bg4 a:hover{background:url(../images/p_menu2.gif) no-repeat -740px 0 ;}
.pro_menu ul  li.bg5 a:hover{background:url(../images/p_menu2.gif) no-repeat -980px 0 ;} */

.p_on1{background:url(../images/p_bg.jpg) no-repeat; height: 574px; overflow: hidden;background-size:contain;}
.p_ona{background:url(../images/p_bg2.gif) no-repeat;width: 458px;
    height: 574px;
    float: right;
    padding-left: 0px;}
.p_ona h4{ padding-top: 83px; font-weight: normal; color: #23623C; font-size: 35px;}
.p_ona h4 strong{ display: block;text-align: center;}
.p_ona h4 span{ display: block; font-size: 0; padding: 11px 0 33px 22px;}
.p_ona ul{ padding-bottom: 42px;}
.p_ona ul li{ display: block; height: 60px; line-height: 60px; border-bottom: 1px dashed #b6b1a5; margin-right: 30px; padding-left: 20px; font-size: 16px; color: #333;background:url(../images/p_ioc1.png) no-repeat 0 28px;}
.p_ona ul li a{color: #8BAE1A;}
.p_ona ul li.nob{ border-bottom: none;}
.p_ona h5{background:url(../images/p_buy.png) no-repeat;  height: 42px; line-height: 42px;}
.p_ona h5 a{ display: block; padding-left: 65px; font-size: 18px; color: #fff; font-weight: bold;}

.p_on2{background:url(../images/p_bg2.jpg) no-repeat; height: 574px; overflow: hidden;background-size:contain;}
.p_on3{background:url(../images/p_bg3.jpg) no-repeat; height: 574px; overflow: hidden;background-size:contain;}
.p_on4{background:url(../images/p_bg4.jpg) no-repeat; height: 574px; overflow: hidden;background-size:contain;}
.p_on5{background:url(../images/p_bg5.jpg) no-repeat; height: 574px; overflow: hidden;background-size:contain;}

.dede_pages{clear:both!important;padding:10px 0;margin:10px auto;text-align:center}
.dede_pages ul{list-style:none;text-align:center;padding:0;margin:0}
.dede_pages ul li{list-style:none;display:inline-block;height:30px;line-height:30px;padding:0 7px;margin:0 2px;text-align:center;overflow:hidden;white-space:nowrap;border:#999 1px solid;border-radius:3px}
.dede_pages ul li:hover{background:#4285f4;color:#fff;border-radius:3px}
.dede_pages ul li a{display:inline-block;height:30px;line-height:30px;padding:0 7px;margin:0;color:#555;overflow:hidden}
.dede_pages ul li a:hover{color:#fff;overflow:hidden;text-decoration:none}
.dede_pages ul li.thisclass{padding:0 12px;background:#4285f4;border:#4285f4 1px solid;color:#fff;font-weight:700}
.dede_pages ul li.thisclass a{padding:0;color:#fff}