/* 
.header .warp .mian {
    height: 121px;
    padding-left: 8vw;
}
.header .warp .mian a img{
    width: 443px;
    height: 73px;
}

 */
 .header{
    display: none;
}
.headered{
    width: 100%;
    height: 167px;
    /* background-color: #fff; */
}
.headered .log{
    width: 1024px;
    margin: 0 auto;
    height: 99px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headered .log .p{
    text-align: right;
    color: #FF750F;
    font-size: 25px;
    font-weight: 600;
}
.headered .log .p span{
    font-weight: 600;
}
.headered .log a img{
    width: 406px;
    height: 56px;
}
.headered .nav{
    width: 100%;
    background-color: #313131;
    height: 50px;
    box-sizing: border-box;
}
.headered .nave{
    width: 1024px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.headered .nave ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.headered .nave ul li{
    display: flex;
    align-items: center;
    height: 100%;
}
.headered .nave ul li a{
    display: inline-block;
    color: #fff;
}
.header  .nav{
    display: inline-block;
    margin-top: 30px;
    -webkit-transition: all 0.4s;
              transition: all 0.4s;
  }
  .headered  .nav .li .tit{
    display: block;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: all 0.3s;
              transition: all 0.3s;
  }
  .headered  .nav .li.on .tit,
  .headered  .nav .box .tt:hover{
    color: #2c2c2c
  }
  .headered  .nav .child{
    display: none;
    position: absolute;
    left: 0;
    top: 66px;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);

  }
  .headered  .nav .box{
    width: 1200px;
    max-width: 92%;
    overflow: hidden;
    margin: 0 auto;
  }
  .headered  .nav .box .title{
    font-size: 20px;
    line-height: 1;
    padding-top: 4.65vw;
  }
  .headered  .nav .box .tt{
    font-size: 14px;
    float: left;
    color: #777;
    margin: 2.3vw 25px 0;
    display: inline-block;
    line-height: 1;
    position: relative;
    -webkit-transition: all 0.3s;
              transition: all 0.3s;
  }
  .headered  .nav .centerA .box .tt{
    float: none;
  }
  .headered  .nav .centerA .box .tt.on{
    color: #4c9dc9
  }

  .headered  .nav .centerA .box .tt:first-child:before{
    display: none;
  }
  .headered  .nav .box .tt:before{
    content: '';
    display: block;
    position: absolute;
    left: -26px;
    width: 1px;
    height: 100%;
    background-color: #d5d5d5;
  }

@media (max-width:1024px) {
    .headered{display: none;}
}









.ddqgsjj{
    width: 100%;
    height: 525px;
    background: url(../images/ximages/bg1@2x.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
}
.ddqgsjje{
    display: none;
}
.ddqgsjj p{
    width: 609px;
    height: 332px;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    opacity: 0.8;
    margin-right: 16vw;
    margin-top: 40px;
}
.ddqshbz{
    margin-top: 23px;
    width: 100%;
    height: 558px;
    background: url(../images/ximages/bg-ic@2x.png) no-repeat;
    background-size: 100% 100%;
}
.ddqccxc{
    width: 100%;
    height: 496px;
    background: #F5F5F5;
    display: flex;
    justify-content: center;
    padding-top: 86px;
}
.ddqwb{
    text-align: center;
}
.ddqwb h4{
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FF750F;
    line-height: 44px;
}
.ddqwb p{
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 44px;
}
.ddqxctj{
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    margin-top: -300px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ddqxctj img{
    width: 388px;
    height: 341px;
    margin-right: 18px;
    margin-bottom: 18px;
}
.ddqxctj img:nth-child(3),.ddqxctj img:nth-child(6){
    margin-right: 0;
}
.ddqxctj img:nth-child(4),.ddqxctj img:nth-child(5),.ddqxctj img:nth-child(6){
    margin-bottom: 0;
}

.ddqhyxw{
    margin-top: 112px;
    width: 100%;
    height: 740px;
}

/* 轮播样式 */

.ddqlunbo{
    width: 1200px;
    margin: 0 auto;
    height: 580px;
    margin-top: 76px;
    position: relative;
    overflow: hidden;
    /* padding: 0 100px; */
    box-sizing: border-box;
}

.ddqlunbo .swiper {
  width: 100%;
  height: 100%;
  
}

.ddqlunbo .swiper-slide {
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ddqlunbo .swiper-slide img {
    display: block;
    width: 100%;
    height: 320px;
}
.ddqlunbo .swiper-slide h4{
    font-size: 19px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 23px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 21px;
}
.ddqlunbo .swiper-slide p{
    font-size: 19px;
font-family: PingFang SC;
font-weight: 500;
color: #888888;
line-height: 23px;
}
.ddqnext{
    margin-top: -150px;
}
.ddqprev{
    margin-top: -150px;
}
@media (min-width:1200px) {
    .ind-box{
        display: none;
    }
}
@media (max-width:1200px) {
    .ddqxctj img{
        margin-right: 0 !important;
    }
    .ddqgsjj p{
        width: 520px;
        font-size: 14px;
        margin-right: 10px;
    }
    .ddqxctj{
        width: 794px;
        margin: 0 auto;
        height: 1077px;
        margin-top: -350px;
    }
    .ddqxctj img:nth-child(3){
        margin-right: 18px;
    }
    .ddqxctj img:nth-child(4),.ddqxctj img:nth-child(5),.ddqxctj img:nth-child(6){
        margin-bottom: 18px;
    }
    .ddqxctj img:nth-child(2),.ddqxctj img:nth-child(4),.ddqxctj img:nth-child(6){
        margin-right: 0;
    }

    .ddqshbz{
        height: 2rem;
        background: url(../images/ximages/bg-ic-m.jpg) no-repeat;
        background-size: 100% 100%;
    }
    .ddqhyxw{
        display: none;
    }
}
@media (max-width:992px) {
    .ddqgsjj{
        display: none;
    }
    .ddqgsjje{
        display: block;
    }
    
    .ttwo{
         display: none;
    }
}


@media (max-width:800px) {
    .ddqxctj{
       width: 100%;
       height: 930px;
       display: flex;
       justify-content: center;
       
    }
    .ddqxctj img{
       width: 300px;
       height: 300px;
       margin: 0;
       margin-bottom: 10px;
   
    }
   }
   @media (max-width:600px) {
    .ddqxctj{
       width: 100%;
       height: 460px;
       display: flex;
       justify-content: center;
       
    }
    .ddqxctj img{
       width: 150px;
       height: 150px;
       margin: 0 !important;
       margin-right: 10px !important;
       margin-bottom: 10px;
    }
    .ddqxctj img:nth-child(2n){
        margin-right: 0;
    }
   }
   


