#wpthemedemobar{display: none;}
ul,p{   
    padding: 0;
    margin: 0;
}
li{
    list-style:none;
}
a{
    text-decoration: none;
}
em{
    font-style: normal;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}
.head-box{
    width: 1280px;
    height: 120px;
    margin: 0 auto;
}
.logo-box{
    width: 120px;
    height: 60px;
    float: left;
    margin-top: 41px;
}
.nav-box{
    float: right;
}
.nav-box ul li ul {
    position: absolute;
    width: 100px;
    height: auto;
    top: 30px;
    left: -20px;
    padding-bottom: 10px;
    background: transparent;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 9999;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    background: #ffffff;
}
.nav-box  ul li ul li a {
    height: 30px;
    line-height: 40px;
    text-align: left;
    color: #666666;
    padding-left: 15px;
    border-left-width: 2px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-style: solid;
    border-color: transparent;
    overflow: hidden;
    font-size: 12px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}
.nav-box ul li ul li:hover a{
    color: #fff;
    
}
.nav-box ul li ul li:hover{
    background: #6aac5a;
}
.nav-box ul{
    margin-top: 50px;
}
.nav-box ul li{
    margin-left: 20px;
    position: relative;
    float: left;
    -webkit-perspective: 60px;
    -moz-perspective: 60px;
    -ms-perspective: 60px;
    perspective: 60px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 99;
}
.nav-box li:hover ul {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.nav-box li > a{
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}
.nav-box li:hover > a{
    color: #6aac5a;
}
 .nav-box ul li ul li{
        margin-left: 0 ;
        width:100%;
    }
.banner-box{
    width: 100%;
    padding-bottom: 20px;
    overflow: hidden;
    min-width: 1200px;
}
.banner-box .swiper-container{
    width: 100%;
   
}
.banner-box img{ float:left}
argin: 0 auto;
}

.baidu-map{
    margin-top: 60px;
}



/* 手机端 */
.wap-menu{
    float: right;
    background:none;
    border: 1px solid #333;
    padding: 5px 8px;
    display: none;
}
.wap-menu span{
    display: block;
    width: 20px;
    height: 2px;
    background: #333333;
    margin: 4px 0;
}
.about-img-box .title{
    display: none;
    text-align: center;
    margin-bottom: 30px;
}
.about-img-box .title span{
    font-size: 16px;
    font-weight: bold;
    opacity: .5;
    color: #ffffff;
}

.about-img-box .title p{
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #ffffff;

}
.open-box .box-text a {
    display: none;
}
@media only screen and (max-width: 760px){
    body{
        padding-top: 70px !important;
        margin: 0;
        
    }
    .wap-menu{
        display: block;
    }
    .head-box{
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        background: #ffffff;
    
    }
    .logo-box{
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding: 16px 20px;
        margin-top: 0;
        box-sizing: border-box;
        overflow: hidden;
        height: auto;
    }
    .nav-box{
        width: 100%;
        height: 0px;
        transition: all .3s ease;
        overflow: hidden;
        visibility: hidden;
        box-sizing: border-box;
        
    }
    .wap-home {
        height: 100%;
        visibility: visible;
        padding: 20px;
    }
    .nav-box ul{
        margin-top: 0;
    }
    .nav-box ul li{
        line-height: 50px;
        border-bottom: 1px solid #ddd;
    }
    .nav-box ul li ul{
        display: none;
    }
    
    .nav-box ul li{
        float: none;
        margin: 0;
    }
    .banner-box{
        width: 100%;
        min-width: auto;
    }
    .banner-box{
        width: 100%;
        height: 220px;
        overflow: hidden;
    }
    .banner-box .swiper-container{
        width: 100%;
        height: 220px;
    }
    .banner-box .swiper-slide{
        width: 100%;
    }
    .banner-box .swiper-container img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.text-secondary{ text-align:center; padding:20px 0}

.swiper-button-next, .swiper-button-prev{ color:#6aac5a !important}

.kuang{ width:100%; height:100px; padding:10px; box-sizing:border-box; margin-bottom:20px}


#banner{ width:700px; height:445px; margin-bottom:5px; overflow:hidden; position:relative;}
#imgNum{ position:absolute; right:5px; top:675px; }
#imgNum ul{margin:0;padding:0;list-style-type: none; font:10px/16px '微软雅黑';}
#imgNum li{ text-align:center; float:left; display:block; margin-right:5px; width:16px; height:16px; overflow:hidden; line-height:16px; display:inline;}
/*#imgNum .licli{text-align:center;float:left;display:block; width:16px; height:16px; overflow:hidden; display:inline; cursor:pointer; color:#FFF; font:10px/16px '微软雅黑';}*/
#imgContent ul{margin:0; list-style-type: none;}
#imgContent ul li img{width:700px; height:445px;}
#imgContent .hidden {display:none;}