body{
    /*background: url(../images/banner.jpg) no-repeat center;*/

}

.banner{
    height: 920px;
}
.banner .swiper-btns{
  position: absolute;
  left: 50%;
  top:480px;
  width: 1200px;
  margin:0 0 0 -600px;
}

.d1{
   background: url(../images/indexbg1.jpg) no-repeat center;
   height: 540px; 
   padding: 80px 0;
}
.d1 .title{
  width: 303px;
  height: 18px;
  background: url(../images/titbg1.png) no-repeat center;
  text-align: center;
  color: #ce393f;
  font-size: 1.5rem;
  font-weight: 800;
  margin:0 auto;
  font-family: '宋体';
}
.d1 .list{
  margin-top: 80px;
  padding: 30px 0px;
}
.d1 .list .one{
  border:1px solid #dfdfdf;
  width: 386px;
  margin-left:18px;
  float: left;
  background: #f3f5f7;
   transition: all 0.35s;
  -webkit-transition:all 0.35s;
  -moz-transition:all 0.35s;
  -ms-transition:all 0.35s;
  -o-transition:all 0.35s;
}
.d1 .list .one:nth-child(1){margin-left:0;}
.d1 .list .one .img{
}
.d1 .list .one .img img{
  width: 386px;
  height: 233px;
}
.d1 .list .one .txt{
  margin-top: 1rem;
  line-height: 3rem;
  /*text-align: center;*/
}
.d1 .list .one .txt a{
  display: block;
  font-size: 1rem;
  margin: 0 1.6rem;
  border-bottom: 1px solid #ccc;
}
.d1 .list .one .txt a:after{
  content: ' ';
  display: block;
  width: 100px;
  height: 1px;
  background:#0a8947;
}
.d1 .list .one p{
  padding: 0.8rem 1.6rem 2rem;
  line-height: 1.8;
}
.d1 .list .one:hover{
  background:#0a8947;
  box-shadow: 0 0 10px #000;
}
.d1 .list .one:hover,.d1 .list .one:hover a{
  color: #fff;
}

.d2{
   background: url(../images/indexbg2.jpg) no-repeat center;
   height: 657px; 
   padding: 80px 0;
}
.d2 .title{
  width: 303px;
  height: 18px;
  background: url(../images/titbg1.png) no-repeat center;
  text-align: center;
  color: #ce393f;
  font-size: 1.5rem;
  font-weight: 800;
  margin:0 auto;
  font-family: '宋体';
}
.d2 .subn{
  text-align: center;
  padding: 70px 0 0;
}
.d2 .subn a{
  display: inline-block;
  background: #fff;
  border:1px solid #d9c097;
  padding: 10px 80px 10px 50px;
  border-radius: 30px;
}
.d2 .subn a:hover,.d2 .subn a.cur{
  background: #0a8947;
  color: #fff;
}
.d2 .subn a:nth-child(2){
  margin-left: -36px;
}
.d2 .subn a:nth-child(3){
  margin-left: -36px;
  padding-right: 50px;
}
.d2 .list .d2swiper{
padding:25px;
display: none;
}
.d2 .list .swipercur{
  display: block;
}
.d2 .list .swiper-pagination{
  bottom: 0px;
  text-align: center;
  width: 100%;
}
.d2 .list .swiper-pagination span{
  background: #0a8947;
}
.d2 .list .swiper-wrapper{
  height: auto;
  
}
.d2 .list{
  margin-top: 30px;
  padding: 30px 0px;
}
.d2 .list .one{
  width: 370px;
  float: left;
  background: #f5f4f0;
  transition: all 0.35s;
  -webkit-transition:all 0.35s;
  -moz-transition:all 0.35s;
  -ms-transition:all 0.35s;
  -o-transition:all 0.35s;
  height: auto;
  
  box-shadow: 0 0 7px #000;
}
.d2 .list .one:nth-child(1){margin:0;}
.d2 .list .one .img{
  padding:10px;
  position: relative;
}
.d2 .list .one .img img{
  width: 343px;
  height: 280px;
}
.d2 .list .one .img .txt{
  line-height: 1;
  /*text-align: center;*/
  position: absolute;
  left: 10px;
  bottom:10px;
  height: 60px;
  background:rgba(38,146,74,0.7);
  line-height: 30px;
  width:343px;
}
.d2 .list .one .txt a{
  display: block;
  font-size: 1rem;
  margin: 0 0.4rem;
  color: #fff;
}
.d2 .list .one p{
  padding: 0.2rem 1rem 0.8rem;
  line-height: 1;
  color: #898988;
}
.d2 .list .one p a{
  float: right;
  color: #26924a;
}

.d3{
   background: url(../images/indexbg3.jpg) no-repeat center;
   height: 721px; 
   padding:100px 0;
}
.d3 .box {
    width: 783px;
    height: 700px;
    margin: 0px;
    overflow: hidden;
    position: relative;
    float: left;
}

.d3 .box .box-con {
    width: 100%;
    height: 100%;
    position: relative;
}

.d3 .box .box-con li {
    width: 360px;
    height: 447px;
    background: #fff;
    padding:10px;
    position: absolute;
    left: 888px;
    top: 96px;
    z-index: 30;
}

.d3 .box .box-con li img {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.d3 .box span {
    width: 116px;
    height: 467px;
    display: block;
    position: absolute;
    top: 96px;
    z-index: 51;
    cursor: pointer;
}

.d3 .prev {
    left: 0;
}

.d3 .next {
    right: 0;
}
.d3 .tab{
  display: none;
}
.d3 .tab:nth-child(2){display: block;}
.d3 .brbox{
  width: 330px;
  height: 440px;
  float: right;
  background: #fff;
  margin:90px 0 0 0;
  padding: 20px 30px;
}
.d3 .brbox .t1{
  font-size: 1.8rem;
  font-family: '宋体';
  font-weight: bold;
  line-height: 1.4;
  color: #576f6e;
}
.d3 .brbox .t3{
  font-size: 1.25rem;
  line-height: 2;
  font-weight:bold;
}
.d3 .brbox .t3:after{
  display: block;
  content: '';
  background: #6f8483;
  width: 70%;
  height: 2px;
  float: right;
  margin:20px 0 0 ;
}
.d3 .brbox .info{
  line-height: 1.8;
  font-size: 1rem;
  padding: 6px 0 0;
}

.d4{
   background: url(../images/indexbg4.jpg) no-repeat center;
   height: 680px; 
   padding:120px 0;
}
.d4 .title{
  width: 303px;
  height: 18px;
  background: url(../images/titbg2.png) no-repeat center;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  margin:0 auto;
  font-family: '宋体';
}
.d4 .tip{
  text-align: center;
  color: #fff;
  padding:20px;
}
.d4 .list{
  padding:80px 0 0;
}
.d4 .list .one{
  float: left;
  width: 20%;
}
.d4 .list .one a{
  display: block;
  position: relative;
}
.d4 .list .one a img{
  width: 240px;
  height: 360px;
}
.d4 .list .one a p{
  width: 240px;
  height: 80px;
  background: #fff;
  text-align: center;
  line-height: 60px;
  padding:40px 0 0 ;
    transition: all 0.35s;
  -webkit-transition:all 0.35s;
  -moz-transition:all 0.35s;
  -ms-transition:all 0.35s;
  -o-transition:all 0.35s;
}
.d4 .list .one a p i{
  display: inline-block;
  width: 30px;
  height: 4px;
  background: #26924a;
    transition: all 0.35s;
  -webkit-transition:all 0.35s;
  -moz-transition:all 0.35s;
  -ms-transition:all 0.35s;
  -o-transition:all 0.35s;
}
.d4 .list .one a p span{
  display: block;
}
.d4 .list .one a .mask{
  opacity: 0;
  border:1px solid #fff;
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
  -webkit-transition:all 0.35s;
  -moz-transition:all 0.35s;
  -ms-transition:all 0.35s;
  -o-transition:all 0.35s;
}
.d4 .list .one a:hover .mask{
  opacity: 1;
  width:90%;
  height: 90%;
  left:5%;
  top:5%;
}
.d4 .list .one a:hover p{
  background: #0a8947;
  color: #fff;
}
.d4 .list .one a:hover p i{
  background: #fff;
}
.d5{
   background: url(../images/indexbg5.jpg) no-repeat center;
   height: 1000px; 
   padding: 80px 0;
}
.d5 .title{
  width: 303px;
  height: 18px;
  background: url(../images/titbg1.png) no-repeat center;
  text-align: center;
  color: #ce393f;
  font-size: 1.5rem;
  font-weight: 800;
  margin:0 auto;
  font-family: '宋体';
}
.d5 .subn{
  text-align: center;
  padding: 70px 0 0;
}
.d5 .subn a{
  display: inline-block;
  background: #fff;
  border:1px solid #d9c097;
  padding: 10px 80px 10px 50px;
  border-radius: 30px;
}
.d5 .subn a:hover,.d5 .subn a.cur{
  background: #0a8947;
  color: #fff;
}
.d5 .subn a:nth-child(2){
  margin-left: -36px;
}
.d5 .subn a:nth-child(3){
  margin-left: -36px;
  padding-right: 50px;
}
.d5 #tab0 .list{
  padding: 40px 0;
}
.d5 #tab0 .list .one{
  float: left;
  width: 588px;
  height: 360px;
  margin-bottom: 20px;
}
.d5 #tab0 .list .one:nth-child(even){
  margin-left: 20px;
}
.d5 #tab0 .list .one a{
  display: block;
  position: relative;
  background: #fff;
}
.d5 #tab0 .list .one a img{
  width: 588px;
  height: 360px;
  transition: all 0.35s;
  -webkit-transition:all 0.35s;
  -moz-transition:all 0.35s;
  -ms-transition:all 0.35s;
  -o-transition:all 0.35s;
}
.d5 #tab0 .list .one a .info{
  position: absolute;
  left: 0;
  top:0;
  padding: 30px 0 0 30px;
  line-height: 2;
}
.d5 #tab0 .list .one a:hover img{
  width: 568px;
  height: 340px;
  padding: 10px;
  box-shadow: 0 0 10px #000;
}
.d5 #tab0 .list .one a span.hot{
  position: absolute;
  right:30px;
  top:-6px;
  width: 55px;
  height: 73px;
  background: url(../images/hot.png);
}
.d5 #tab1 .list{
  padding: 40px 0;
}
.d5 #tab1 .list .one{
  clear: both;
  padding: 40px;
  background: url(../images/yuding/subbg.jpg) repeat center;
  box-shadow: 0 0px 10px #888;
  margin-bottom: 30px;
}
.d5 #tab1 .list .one .img{
  width: 313px;
  height: 196px;
  float: left;
}
.d5 #tab1 .list .one .img img{
  width: 100%;
  height: 100%;
}
.d5 #tab1 .list .one .txt{
  width: 480px;
  padding: 0px 40px;
  float: left;
}
.d5 #tab1 .list .one .txt a{
  font-size: 1.25rem;
  line-height: 2;
}
.d5 #tab1 .list .one .txt p{
  line-height: 1.8;
  padding: 0.4rem 0;
}
.d5 #tab1 .list .one .txt .sx{
  padding: 0.4rem 0;
}
.d5 #tab1 .list .one .txt .sx .wifi{
  background: url(../images/yuding/yicon1.png) no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin:0 0.4rem 0 1rem;
}
.d5 #tab1 .list .one .txt .sx .car{
  background: url(../images/yuding/yicon2.png) no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin:0 0.4rem 0 1rem;
}
.d5 #tab1 .list .one .txt .sx .xingli{
  background: url(../images/yuding/yicon3.png) no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin:0 0.4rem 0 1rem;
}
.d5 #tab1 .list .one .buy{
  height: 136px;
  width: 240px;
  border-left: 1px dashed #ccc;
  float: left;
  margin:30px 0;
  text-align: center;
}
.d5 #tab1 .list .one .buy span{
  line-height: 68px;
  color: #ce282f;
  /*margin-left: 20px;*/
  display: block;
}
.d5 #tab1 .list .one .buy span b{
  font-size: 1.2rem;
}
.d5 #tab1 .list .one .buy a{
  width: 144px;
  height: 38px;
  background: #fe980f;
  display: inline-block;
  border-radius: 19px;
  line-height: 38px;
  color: #fff;
}

/*当屏幕尺寸小于1200px时，应用下面的CSS样式*/
@media screen and (max-width: 1200px) {

}
/*当屏幕尺寸小于992px时，应用下面的CSS样式*/
@media screen and (max-width: 992px) {
    
}
/*当屏幕尺寸小于992px时，应用下面的CSS样式*/
@media screen and (max-width: 992px) {
    
}
/*当屏幕尺寸小于768px时，应用下面的CSS样式*/
@media screen and (max-width: 768px) {
    .banner{height: 18rem;}
    .d1{background: #fff;height: auto;padding: 2rem 0 0;}
    .d1 .title{width: 100%;}
    .d1 .list{margin:0;}
    .d1 .list .one{margin:0rem 0;width: 100%;border:0;}
    .d1 .list .one .img img{width:100%;height: auto;}
    .d1 .list .one .txt{margin-top: 0;}
    .d1 .list .one .txt a{margin:0 1rem;}
    .d1 .list .one p{padding:0.8rem 1rem 1rem;}
    .d2{padding:2rem 0;height:auto;}
    .d2 .subn{padding:2rem 0 0;}
    .d2 .subn a{padding: 10px 40px 10px 20px;}
    .d2 .subn a:nth-child(2){
      margin-left: -36px;
    }
    .d2 .subn a:nth-child(3){
      margin-left: -36px;
      padding-right: 20px;
    }
    .d2 .list{margin:0;padding-top: 1rem;}
    .d2 .list .one .img img{width: 100%;height:17rem;}
    .d2 .list .one .img .txt{bottom: 0px;width:100%;left: 0;}
    .d3{height: auto;display: none;}
    .d3 .box{width: 100%;height: auto;}
    .d4{height: auto;}
    .d4 .list .one{width:50%;}
    .d4 .list .one a img{width: 100%;height: auto;}
    .d4 .list .one a p{width:100%;}
    .d5 #tab0 .list .one{width: 100%;height: auto;}
    .d5 #tab0 .list .one:nth-child(even){margin-left:0;}
    .d5 #tab0 .list .one a img{width: 100%;height: auto;}
    .d5 #tab0 .list .one a:hover img{width: 96%;height: auto;}

}