.clear{
    clear:both;
  }
  .gd_title{
  font-size: 1.2rem;
    margin: 2.4rem 0 1.8rem;
    text-transform: capitalize;
    height: 1.2rem;
    font-weight: bold;
    line-height: 1.2rem;
    padding-left: 15px;
    border-left: 7px solid #0052cb;
  }
.content1{
    
    width:1200px;
    margin:0 auto;
}
.wenzi{
    width:900px;
}
.pro ul{
  width:75%;
}
.pro ul li{
  float:left;
  height:100%;
  transition:all 0.5s;
  text-align:center;
   font-size:0.8rem;
  line-height:1.6rem;
  margin-bottom: 20px;
}
.pro ul li img{
  border:1px solid #eee;
  width:100%;
  box-sizing:border-box;
}
.pro ul li:hover{
  transform:translate(0,-10px);
}
.daohang{
    width:100%;
    background:#0052cb;
    
}
.daohang ul{
  background:#0052cb;
  height:4rem;
  line-height:4rem;
  font-size:1.2rem;
  width:1200px;
  margin:0 auto;
}
.daohang ul li{
  width:33.33%;
  text-align:center;
  float:left;
  transition:all 0.5s;
  
}
.daohang ul li a{
  color:#fff;
}
.daohang ul li:hover{
text-decoration: underline;
  text-decoration-color: #fff;
}
.lc{
    background: #f9f9f9;
    padding: 1rem 0 3rem;
    margin-top: 2rem;
    
}
    .yinz_r {
        position: relative;
        z-index: 1;
    }
    
    .yinz_r:before {
        content: "";
        width: 108%;
        height: 1px;
        background: #333;
        position: absolute;
        top: 25px;
        left: -30px;
        z-index: -1;
    }
    
    
    .yinz_r ul {
        margin-top: 30px;
    }
    
    .yinz_r ul li {
        width: 20%;
        float: left;
        text-align: center;
        font-size:1.1rem;
    }
    
    .yinz_r ul li em {
        width: 75px;
        height: 75px;
        display: block;
        line-height: 0;
        background: #333;
        border-radius: 50%;
        border: #f3f3f3 4px solid;
        margin: 0 auto;
        display:none;
    }
    
    .yinz_r ul li em img {
        width: 75px;
        height: 75px;
    }
    
    .yinz_r ul li strong {
        display: block;
    font-size: 1.2rem;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: #333;
    margin: 0 auto 10px;
    border-radius: 50%;
    }
    
    .yinz_r ul li span {
        display: block;
        font-size: 0.8rem;
        padding: 10px 0 0;
        line-height: 1.6rem;
    }
    .yinz_r ul li:hover em,.yinz_r ul li.cur em{
        border: #c5dcff 4px solid;
    background: #0052cb;
    }



.design{
padding-top:4rem;
height: 30.4rem;
    overflow: hidden;
    box-sizing: border-box;
}
.de_left{
 width: 50%;
    float: left;
    padding: 3.9% 4% 0;
    background: #f9f9f9;
    box-sizing: border-box;
    height: 26.4rem;
}
.de_right{
  width: 50%;
    float: right;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
  line-height:0;
}
.de_right img{
  width:100%;
  display:block;
}
.de_left strong{
  display: block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2rem;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.de_left strong:after{
 content: "";
    width: 100px;
    height: 2px;
    background: #0052cc;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.de_left p{
    margin: 0.5rem 0 0;
}
.de_left .more{
  display: inline-block;
    padding: 0px 2rem;
    background: #0052cc;
    font-size: 1rem;
    color: #fff;
    border-radius: 3rem;
    margin-top: 1rem;
}
.de_left .more a{
  color:#fff;
  display: inline-block;
  line-height:3rem;
}
.de_left .more a img{
 display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.feat li {
    width: 80%;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    line-height: 1.6rem;
}
.feat strong{
    display:block;
    font-size:1rem;
    color:#000;
    
}

table {
    width: 100%;
}
table tr td {
    padding: 0.8rem;
    font-size: 0.8rem;
    text-align: center;
    border: 2px solid #fff;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #eee;
}
table tr:nth-child(2n-1) td {
    background: #f3f4f8;
}
table tr:nth-child(1) td {
    font-weight: bold;
    font-size: 0.9rem;
}
.bg{
    
    padding: 2rem 0;
    background: #f9f9f9;
    margin-top: 3rem;
}
@media screen and (max-width: 765px){
.clear
        {
            clear: both;
        }
        .content1{
            width:100%;
            
        }
        .gd_title
        {
        font-size: 1rem;
    margin: 1.8rem 0 1rem;
    text-transform: capitalize;
    height: 1rem;
    font-weight: bold;
    line-height: 1rem;
    padding-left: 10px;
    border-left: 4px solid #0052cb;
        }
.bg{
    
    padding: 0;
    background: #fff;
    margin-top: 0rem;
}
.daohang{
    display:none;
  }
   .wenzi,.pp{
       width:100%;
   }
   .lc{
    background: #FFF;
    padding: 0;
    margin-top:0;
    
}
    .yinz_r {
        position: relative;
        z-index: 1;
    }
    .yinz_r:before {
    content: "";
    width: 108%;
    height: 1px;
    background: #333;
    position: absolute;
    top: 103px;
    left: -30px;
    z-index: -1;
      display:none;
}
    .yinz_r ul li {
        padding:2rem 0;
        background:#f9f9f9;
        width: 100%;
        text-align: center;
        margin-bottom:10px;
    }
    
    .yinz_r ul li em {
        display:block;
        display:none;
        width: 60px;
        height: 60px;
        line-height: 0;
        background: #333;
        border-radius: 50%;
        border: #f3f3f3 4px solid;
        margin: 0 auto;
    }
    
    .yinz_r ul li em img {
        width: 60px;
        height: 60px;
    }
    
    .yinz_r ul li strong {
        display: block;
        color: #fff;
        overflow: hidden;
        background:#0052cc;
        line-height:40px;
        width:40px;
        height:40px;
        border-radius:50%;
    }
    
    .yinz_r ul li span {
        display: block;
        color: #666;
        padding: 10px 0 0;
        line-height: 28px;
    }
    .yinz_r ul li:hover em {
        border: #c5dcff 4px solid;
    background: #0052cb;
    }
  
  .design{
      padding-top:1.8rem;
      
  }
  .de_left{
  width:100%;
}
.de_right{
  width: 100%;
    border-radius:0 0 20px 20px;
    overflow: hidden;
}
.de_right img{
  width:100%;
  display:block;
}
.de_left strong{
  display:block;
  color:#000;
  font-weight:normal;
  margin-bottom: 1rem;
}
.de_left p{
  font-weight:normal;
}
.de_left .more{
    
    margin-bottom: 1rem;
}
.de_left .more a img {
    width:2rem;
}

.pro ul li{
    margin-bottom:0;
    
}
.pro li .wz{
    line-height: 1.6rem;
}
        .feat li
        {
            width: 100%;
        }
  
.feat strong{
    display:block;
    color:#000;
    
}
  table{
    width:100%;
  }
        table tr td
        {
            padding: 10px 0px;
    font-size: 0.9rem;
    text-align: center;
    border: 1px solid #fff;
    background: #fff;
    box-sizing: border-box;
  border:0;
        }
        table tr:nth-child(2n-1) td
        {
            background: #f3f4f8;
        }
 table tr:nth-child(1) td
        {
  font-weight:bold;
  font-size:1rem;
        }

.daohang ul{
  background:#0052cb;
  
}

}


/**********ad style ********/
.nycontentt {
    width: 72.9%;
    margin: 0 auto;
    min-width: 1200px;
    position: relative;
}
.imgDiv img {
    width: 100%;
}
.imgDiv .ban-con {
    z-index: 99;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
}



.imgDiv.ad1 .ban-con{padding-top: 3rem;}
.imgDiv.ad1 .ban-con span{color: #fff;font-size: 2.52rem;font-weight: bold;line-height:2.52rem;display: block;font-family: "Poppins-B";padding-right: 54%;}
.imgDiv.ad1 .ban-con ul {
    line-height: 0px;
    padding: 0px;
    margin-top: 4rem;
}
.imgDiv.ad1 .ban-con ul li {
       display: block;
       text-align: left;
       padding-left: 1.5rem;
       background: url(/web/template/pcmb/images/ban-g.png) no-repeat center left;
       background-size: 0.88rem;
       line-height: 1.33rem;
       height: 1.33rem;
       margin-bottom: 0.9rem;
}
.imgDiv.ad1 .ban-con ul li span {
    display: block;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "Poppins-M";
    font-weight: normal;
}



/***ad2****/
.imgDiv.ad2 {}

.imgDiv.ad2 
 .adright {
    float: right;
    width: 42%;
    position: absolute;
    right: 0px;
    top: 4rem;
}

.imgDiv.ad2 .adright img {
    width: 100%;
}

.imgDiv.ad2  span {
    color: #fff;
    font-size: 2.52rem;
    font-weight: bold;
    line-height: 2.52rem;
    display: block;
    font-family: "Poppins-B";
    padding-right: 43%;
    padding-top: 5.4rem;
}

.imgDiv.ad2 p {
    background: #0052cb;
    color: #fff;
    font-size: 0.85rem;
    padding: 1rem;
    display: inline-block;
    overflow: hidden;
    border-radius: 0.6rem 0 0.6rem 0;
    margin-top: 1.25rem;
}

.imgDiv.ad2 .adright em {
    color: #fff;
    font-size: 0.8rem;
    line-height: 0.9rem;
    position: absolute;
    z-index: 99;
    width: 24%;
    text-align: center;
    cursor: pointer;
}
.imgDiv.ad2 .adright em.t1{
    top: 32%;
    left: 12.6%;
}
.imgDiv.ad2 .adright em.t2{
     top: 32%;
     left: 38.1%;
}
.imgDiv.ad2 .adright em.t3{top: 32%;left: 62.9%;width: 23%;padding: 0 0.5%;}
.imgDiv.ad2 .adright em.t4{top: 77%;left: -0.1%;}
.imgDiv.ad2 .adright em.t5{top: 76%;left: 25.4%;width: 16%;padding: 0 4%;}
.imgDiv.ad2 .adright em.t6{top: 76%;left: 50%;width: 16.2%;padding: 0 4%;}
.imgDiv.ad2 .adright em.t7{top: 76%;left: 75.9%;width: 16%;padding: 0 4%;}


/***ad3***/

.imgDiv.ad3 {}

.imgDiv.ad3 span {
    font-family: "Poppins-B";
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #fff;
    padding-top: 2.3rem;
    display: block;
    padding-right: 52%;
}

.imgDiv.ad3 em {
    display: block;
    font-size: 1rem;
    color: #fff;
    font-family: "Poppins-B";
    padding: 1.22rem 0 0.2rem 0;
    line-height: 1rem;
}

.imgDiv.ad3 i {
    color: #fff;
    font-size: 0.8rem;
    display: block;
    padding-bottom: 2.66rem;
}

.imgDiv.ad3 p.clearfix {
    text-align: left;
}

.imgDiv.ad3 p img {
    width: 20%;
    display: inline-block;
    padding-right: 0.33%;
}



.imgDiv.ad4 .ban-con {
    padding-top: 5rem;
}

.imgDiv.ad4 .ban-con span {
    font-family: "Poppins-B";
    font-size: 2.52rem;
    color: #fff;
    line-height: 2.52rem;
    padding-right: 57%;
    display: block;
    margin-bottom: 1.2rem;
}

.imgDiv.ad4 .ban-con p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-right: 66%;
}



.imgDiv.ad5 .ban-con {
    text-align: left;
}

.imgDiv.ad5 span {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2.52rem;
    display: block;
    font-family: "Poppins-B";
    padding-right: 43%;
    padding-top: 6.4rem;
}

.imgDiv.ad5 p {
    background: #0052cb;
    color: #fff;
    font-size: 0.85rem;
    padding: 1rem;
    display: inline-block;
    overflow: hidden;
    border-radius: 0.88rem;
    margin-top: 2.25rem;
}



.imgDiv.ad6 span {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2.52rem;
    display: inline-block;
    font-family: "Poppins-B";
    padding-top: 5.4rem;
    position: relative;
}

.imgDiv.ad6 p {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2.52rem;
    display: block;
    font-family: "Poppins-B";
    padding-right: 43%;
    padding-top: 2.5rem;
}

.imgDiv.ad6 span:after {
    content: "";
    background: #0052cb;
    position: absolute;
    z-index: 9;
    height: 1rem;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

.imgDiv.ad6 span i {
    position: relative;
    z-index: 99;
}



.imgDiv.ad7 {
    text-align: right;
    padding-right: 5%;
    color: #fff;
    
}

.imgDiv.ad7 span {
    color: #fff;
    font-size: 2.52rem;
    font-weight: bold;
    line-height: 2.52rem;
    display: block;
    font-family: "Poppins-B";
    padding-right: 0;
    }
.imgDiv.ad7 p{
    background: #0052cb;
    color: #fff;
    font-size: 1rem;
    padding: 0.9rem 2rem;
    display: inline-block;
    overflow: hidden;
    border-radius: 0.6rem;
    margin: 1.25rem  auto;
    }

.imgDiv.ad7 .wz {
    width: 36rem;
    text-align: center;
    float: right;
}


.imgDiv.ad7 .ban-con {
    padding-top: 8rem;
}







