/*-----------------[åˆå§‹åŒ–]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; } 
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  
*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*å¸ƒå±€*/

.wp {margin: 0 auto;width: 1400px;}
.wp-h {margin: 0 153px;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header.fixed{
      background-color: #151515;
}
.logo{
    float: left;
    overflow: hidden;
    line-height: 139px;
    padding-right: 32px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav{
    float: left;
    padding:0 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.nav ul{
    float: left;
}
.nav li{
    float: left;
    position: relative;
    padding:  0;
    margin-left: 15px;
}
.nav li .v1{
    font-size: 16px;
    color:#fff;
    display: block;
    line-height: 139px;
    padding: 0 22px;
    text-align: center;
}
.nav li:hover .v1{
    color:#E3C795;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #F99800;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#F99800;
}
.hd-tel{
    overflow: hidden;
    color:#fff;
    font-size: 18px;
    padding-left: 40px;
    padding-top: 28px;
}
.hd-tel span{
    display: block;
    color:#DEBF8C;
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    padding-top: 10px;
}
.menuBtn{
    display: none;
    position: fixed;
    top: 16px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #C9953E;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
 

.banner .swiper-slide{
    display: block;
}
.banner .swiper-slide img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 24px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 42px;
height: 8px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 0;opacity:1;display: inline-block;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #C9953E;}

.g-tit{
    overflow: hidden;
}
.g-tit .txt{
    float: left; 
}
.g-tit .txt .en,
.g-tit .txt .cn{
    text-align: left;
}
.g-tit .en{
    font-size: 52px;
    color:#C9953E;
     text-align: center;
    line-height: 1.1;
    font-family: Impact;
    text-transform: uppercase;
}
.g-tit .cn{
    font-size: 32px;
    color:#333333;
    text-align: center;
}
.ul-link{
    overflow: hidden;
    float: right;
    padding-top: 78px;
}
.ul-link li{
    float: left;
    margin-left: 30px;
}
.ul-link li:hover a{
    color:#333333;
}
.ul-link li a{
    font-size: 16px;
    color:#666666;
}

@media only screen and (max-width: 1600px) {
    .g-tit .en{font-size: 36px;}
    .g-tit .cn{font-size: 22px;}
      .ul-link{padding-top: 44px;}
}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1023px) {
.g-tit .tit{font-size: 26px;}
}
@media only screen and (max-width: 767px) {
    .g-tit .en{font-size: 26px;}
.g-tit .txt{float: none;}
.g-tit .txt .en, .g-tit .txt .cn{text-align: center;}
.ul-link{float: none;text-align: center;padding-top: 10px;}
.ul-link li{display: inline-block;float: none;margin:0 5px;}
.g-tit .tit{font-size: 22px;}
.g-tit .desc{font-size: 14px;}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 5px;}
}

.row1{
        padding-bottom: 59px;
        padding-top: 44px;
        overflow: hidden;
    }


   
    
    .m-slider1{
        overflow: hidden;
        margin-top: 30px;
    }
    .m-slider1 .l{
        width: 300px;
        margin-right: 30px;
        box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid #e7e7e7;
    }
    .m-slider1 .r{
        float: none;
        overflow: hidden;
    }
    .m-slider1 .r .img img{
        display: block;
        margin-bottom: 20px;
    }
    .g-title1{
        color:#fff;
        font-size: 14px;
        padding: 30px 40px 29px;
        text-transform: uppercase;
        background: url(../images/bg00.jpg) no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .g-title1 p:first-child{
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 4px;
    }
    .m-slider1 .l .more{
        display: block;
        font-size: 18px;
        color:#fff;
        padding:0 40px ;
        line-height: 60px;
        background: #C9953E;
    }
.slider1 .pic{
    position: relative;
    padding-top: 79%;
    overflow: hidden;
    height: 0;
     border:1px solid #eee;
}
.slider1 .tit{
    text-align: center;
    line-height: 50px;
    background-color: #C9953E;
    color:#fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 15px;
}
.zd{
    padding: 0 28px 32px;
    overflow: hidden;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.zd dl{
   display: block;
   border-bottom: 1px solid #eee;
}
.zd dt{
   display: block;
}

.zd dl:last-child{
    background: none;
}
.zd dt a{
    font-size: 18px;
    line-height: 70px;
    color:#222;
    display: block;
    text-transform: uppercase;

    transition:all .3s;
}
.zd dt a:hover{
    color:#C9953E;
}
.zd dl.on dd{
    display: block;
    padding-bottom: 23px;
}
.zd dd{
    display: none;
}
.zd dd a{
    display: block;
    font-size: 16px;
    line-height: 2.25;
    color:#666666;
}
.zd dd a:hover{
    color:#2968E6;
}

.m-slider1 .add{
    background: url(../images/bgadd.jpg) no-repeat;
    color:#fff;
    padding: 15px;
    font-size: 14px;
    line-height: 1.8;
    height: 160px;
}
@media only screen and (max-width: 1600px) {
      
        .row1{padding: 40px 0;}
}
@media only screen and (max-width: 1430px) {

}
@media only screen and (max-width: 1023px) {
.m-slider1 .add{display: none;}
}


/**2 page***/
.row2{
    padding: 53px 0 40px;
    overflow: hidden;
    background: url(../images/bg1.jpg) no-repeat;
}
.row2 .g-tit{
    margin-bottom: 42px;
}
.ul-list1{
    overflow: hidden;
}
.ul-list1 li{
    float: left;
    width: 25%;
    color:#fff;
    padding:42px 0 61px;
    border-right: 1px solid #5a5b60;
    border-bottom: 1px solid #5a5b60;
    text-align: center;
}
.ul-list1 li:nth-child(4),
.ul-list1 li:nth-child(8){
    border-right: none;
}
.ul-list1 li:nth-child(n+5){
    border-bottom-color:transparent;
}
.ul-list1 li .ico{
    margin:0 auto 48px;
    width: 58px;
    height: 81px;
    background: url(../images/ico5.png) no-repeat;
}
.ul-list1 .en{
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-list1 .cn{
    font-size: 18px;
    margin-bottom: 2px;
}
@media only screen and (max-width: 1600px) {
   
}
@media only screen and (max-width: 1430px) {
.ul-list1 li{width: 33.333%;padding:20px 0 30px;}
.ul-list1 li .ico{margin-bottom: 20px;}
.ul-list1 li:nth-child(4), .ul-list1 li:nth-child(8){border-right: 1px solid #5a5b60;}
.ul-list1 li:nth-child(5), .ul-list1 li:nth-child(6){border-color: #5a5b60;}
}
@media only screen and (max-width: 1023px) {
.ul-list1 li{width: 50%;}
.row2{padding: 30px 0;background-size: cover;}
}
@media only screen and (max-width: 767px) {
.ul-list1 li,.ul-list1 li:nth-child(4), .ul-list1 li:nth-child(8){width: auto;float: none;border-right: none;}
.ul-list1 li:nth-child(n+5){border-bottom-color:  #5a5b60;}
.row2 .g-tit{margin-bottom: 20px;}

}
/***3 page**/
.row3{
    padding:73px 0 87px;
    overflow: hidden;
    background: #F1F1F1;
}
.row3 .g-tit{
    margin-bottom: 55px;
}
.slider2 .pic{
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 90%;
}
.slider2 .pic .txt{
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s;
    background: rgba(201, 149, 62, .95);
}
.slider2 .pic .tit{
    color:#fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}
.slider2 .pic:hover .txt{
    top: 0;
}
@media only screen and (max-width: 1600px) {
   .row3{padding: 40px 0; }
   .row3 .g-tit{margin-bottom: 30px;}
}
@media only screen and (max-width: 1430px) {

}
@media only screen and (max-width: 1280px) {
.row3 .g-tit{margin-bottom: 20px;}
}
/***4 page**/
.row4{
    padding: 2.76vw 0 8.33vw;
    overflow: hidden;
    background: url(../images/pic2.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
.row4 .g-tit{
    margin-bottom: 56px;
}
.row4 .title{
    text-align: center;
    font-size: 24px;
    color:#C9953E;
    margin-bottom: 33px;
}
.row4 .info{
    font-size: 16px;
    color:#fff;
    line-height: 1.88;
    text-align: center;
    margin-bottom: 69px;
    text-transform: uppercase;
}
.row4 a{
    display: block;
    width: 150px;
    height: 48px;
    background: #C9953E;
    border: 1px solid #C9953E;
    border-radius: 24px;
    display: block;
    margin:0 auto;
    text-align: center;
    line-height: 48px;
    color:#06080F;
    font-size: 16px;
}
@media only screen and (max-width: 1600px) {
    .row4 .g-tit{margin-bottom: 30px;}
}
@media only screen and (max-width: 1430px) {
    
}
@media only screen and (max-width: 1280px) {
    
}
@media only screen and (max-width: 1023px) {
.row4 .title{font-size: 18px;}
.row4 .info{font-size: 14px;}
.row4{padding:30px 0;}
.row4 .info{margin-bottom: 20px;}
}
@media only screen and (max-width: 767px) {
   .row4 .title{font-size: 16px;margin-bottom: 10px;}
}

/**5 page**/
.row5 {
    overflow: hidden;
    padding: 63px 0 73px;
    background-color: #f1f1f1;
}
.row5 .g-tit{
    margin-bottom: 55px;
}
.g-img{
    overflow: hidden;
}
.g-img img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition:all 2s;
}
.g-img .item:hover img{
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.g-img .l{
    width: 31.4%;
    margin-right: 10px;
}
.g-img .item{
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.g-img .item.t1{
    height: 15.63vw;
}
.g-img .item.t2{
    height: 20.31vw;
}
.g-img .item.t3{
    height: 36.46vw;
}
.companyInfo{
    overflow: hidden;
}
.g-img .r{
    width: 31.4%;float: left;
} 
.g-img .center{
    float: left;
    width: 35.2%;
    margin-right:10px;
    overflow: hidden;
}
@media only screen and (max-width: 1430px) {
    
}
@media only screen and (max-width: 1023px) {
.row5{padding: 30px 0;}
.row5 .g-tit{margin-bottom: 20px;}
.g-img .l{width: auto;float: none;margin-right: 0;overflow: hidden;}
.g-img .r{width: auto;float: none;margin-right: 0;overflow: hidden;}
.g-img .l .item{width: 50%;float: left;}
.g-img .r .item{width: 50%;float: left;}
.g-img .center{display: none;}
.g-img .item.t1,.g-img .item.t2{height: 31.26vw;}
.g-img .item.t3{height: 50vw;}
.g-img  .item{margin-bottom: 0;}
}
@media only screen and (max-width: 767px) {

}

.row6{
    overflow: hidden;
    color:#C9953E;
    padding: 60px 0 88px;
    background: url(../images/bg2.jpg) no-repeat;
}
.row6 .txt{
    width: 721px;
}
.row6 .tit{
    font-size: 34px;
    padding-bottom: 7px;
}
.row6 .en{
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(201, 149, 62, .4);
}
.row6 .desc{
    font-size: 24px;
}
@media only screen and (max-width: 1230px) {
.row6 .txt{width: auto;}
.row6 .tit{font-size: 28px;}
.row6{padding: 30px 0;}
.row6 .desc{font-size: 18px;}
}
@media only screen and (max-width: 767px) {
.row6 .tit{font-size: 22px;}
.row6 .desc{font-size: 14px;}
}

.row7{
    padding: 73px 0;
    overflow: hidden;
    background: #f1f1f1;
}
.row7 .g-tit{
    margin-bottom: 55px;
}
.slidernew .pic{
    position: relative;
    padding-top: 60%;
    overflow: hidden;
    height: 0;
}
.slidernew .txt{
    background-color: #fff;
    padding:25px 28px 30px;
}
.slidernew .tit{
    font-size: 18px;
    font-weight: bold;
    color:#222222;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.slidernew .time{
    font-size: 14px;
    color:#999999;
    margin-bottom: 10px;
}
.slidernew .desc{
    font-size: 14px;
    color:#666666;
    line-height: 1.71;
    height: 5.13em;
}
@media only screen and (max-width: 1230px) {
.row7{padding: 30px 0;}
.row7 .g-tit{margin-bottom: 30px;}
}
/**footer***/
.footer.index{
     background:#f1f1f1 url(../images/footerbg.png) no-repeat center;
      padding-top: 186px;
      margin-top: 0;
}
.footer{
    margin-top: 30px;
   background: #151515;
    overflow: hidden;
   padding-top: 30px;
}
.footer .box{
    padding-bottom: 26px;
    overflow: hidden;
}
.footer .item{
    float: left;
    padding-left: 60px;
    padding-right: 60px;
    min-height: 117px;
    border-right: 1px solid rgba(201, 149, 62, .3);
}
.footer .item.first{
    padding-left: 0;
    width: auto;
    max-width: 384px;
}
.footer .item:last-child{
    padding-right: 0;
    width: auto;
    border-right: none;
}
.footer .item .tit{
    font-size: 16px;
    color:#C9953E;
    margin-bottom: 2px;
}
.footer .item  .link a{
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    color:#fff;
}
.footer .item .info{
    color:#fff;
    font-size: 14px;
    line-height: 2.14;
}
.footer .item .info a{
    color:#fff;
}
.copy{
     color:#999999;
       padding: 22px 0;
   border-top: 1px solid  rgba(201, 149, 62, .3);
}
.copy a,
.copy span{
    font-size: 12px;
    color:#999999;
 
    display: inline-block;
}
#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:33.333%;height:53px;display:block;float:left;position:relative;font-size: 14px;color:#fff;text-align: center;padding-bottom: 4px;}
#floatBottom a img{
    display: block;
    margin:4px auto 2px;
    height: 25px;
}
#floatBottom .ewm{width:87px;height:83px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}

@media only screen and (max-width: 1600px) {
  .footer .item{width: 33.333%;}
}
@media only screen and (max-width: 1430px) {


}
@media only screen and (max-width: 1230px) {
.footer{background: #151515!important;padding-top: 20px;}
.footer .item:nth-child(2){display: none;}
#floatBottom{display: block;}

}
@media only screen and (max-width: 1023px) {

}
@media only screen and (max-width: 767px) {
    .footer .box{padding-bottom: 10px;}
  .footer .item{width: auto;float: none;padding: 0 0 10px;min-height: 100%;}
}










@media only screen and (max-width: 1900px) {

.wp-h{margin: 0 50px;}
.hd-tel span{font-size: 24px;}
}






@media only screen and (max-width: 1600px) {
   .wp-h{margin: 0 50px;}
   .wp{width: 1340px;}
   .nav li .v1{padding: 0 15px;}
   .hd-tel span{padding-top: 0;}
   .nav li{margin-left: 0;}
   .nav li .v1{line-height: 99px;}
   .logo{height: 100px;line-height: 100px;}
   .hd-tel{padding-top: 16px;}
}
@media only screen and (max-width: 1430px) {
    .wp{width: 1240px;}
    .hd-tel {padding-left: 20px;}

    .g-bom .item{margin-right: 28px;}
    .nav li .v1{font-size: 14px;}
    .ul-list1 li .tit{font-size: 18px;}
    .ul-list1 li .nub{font-size: 50px;}
    .hd-tel span{font-size: 24px;}
}
@media only screen and (max-width: 1360px) {
   
}
@media only screen and (max-width: 1230px) {
    .hd-tel{display: none;}
    .wp,.wp-h{width: auto;padding: 0 15px;margin:0;}
    .menuBtn{display: block;}
     .nav{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
        border-top:1px solid #eee;
    }
    .nav ul{float: none;}
    .nav .phone{display: none;}
    .nav li{float: none;width: auto;}
    .nav li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;}
    .nav li.on .v1::after{display: none;}
    .nav li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
          position: absolute;
          right: 0;
          top: 0;
        z-index: 9;
        background: url(../images/sel2.png) no-repeat center center;
    }
    .nav li .sub{position: static;padding-left: 0;background: transparent;box-shadow:none;}
    .nav li .sub a{padding-left: 20px;text-align: left;float: none;line-height: 30px;color:#fff;}
    .nav .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .nav li:hover .v1,
    .nav li.on .v1{
        background: none;
    }
    .nav li .v1::after{display: none;}
    .logo{line-height: 60px;height: 60px;padding-right: 10px;}
     .logo  .txt{display: none;}
     .header{background-color: #333;}
    body{padding: 60px 0 53px;}

   

}
@media only screen and (max-width: 1023px) {
   
    .m-slider1 .l{width: auto;float: none;margin-right: 0;margin-bottom: 20px;}
    .zd dl.on dd{display: none;}
    .g-title1 p:last-child{display: none;}
    .g-title1 p:first-child{font-size: 22px;margin-bottom: 0;}
    .g-title1{padding: 15px;}
    .zd dl:last-child{border-bottom: none;}
    .zd{padding: 0 15px;}
}
@media only screen and (max-width: 960px) {
    
  

}

@media only screen and (max-width: 767px) {
    .logo{border-right: none;}
    .zd dt a{line-height: 45px;font-size: 14px;}
    .m-slider1 .l .more{line-height: 50px;font-size: 14px;}
    .g-title1 p:first-child{font-size: 18px;}
    .row2{display: none;}
    .zd dl{width: 50%;float: left;}
    .footer.index{padding-top: 30px;}
    .banner.swiper-container .swiper-pagination-bullet{width: 15px;height: 4px;}
    .m-slider1{margin-top: 14px;}
}

@media only screen and (max-width: 500px) {
       .g-img{height: auto;padding: 0;}
       .slider1 .tit{line-height: 40px;margin-bottom: 6px;}
       .row1,.row3{padding: 30px 0;}
}

.ul-ncat{
    margin-top: 20px;
    overflow: hidden;
}
.ul-ncat li{
    float: left;
    margin-right: 15px;
}
.ul-ncat li a{
    display: block;
    padding: 15px;
    color:#fff;
    background-color: #DEBF8C;
    font-size: 14px;
}
.ul-ncat li.on a{
    background-color: #151515;
}