input {
    vertical-align: middle;
    border: 0;
    /*-webkit-appearance: none;*/
    outline: none;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, input, textarea, html {
    margin: 0;
    padding: 0;
    /*font-size: 100%;*/
}
@font-face {
    font-family: Source;
    src: url('../fonts/SourceHanSansCN-Normal.otf');
}
body, html {
    background: #fff;
    font-family: Source Han Sans CN;
    color: #6b6b6b;
    font-size: 14px;
    width: 100%;
    height: 100%;
}

ul, li {
    list-style: none;
}

img, input {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.clearfix:after { /*content:"200B"; height:0; font-size:0; */
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    *zoom: 1;
}



header{
    position: fixed;
    top: 0;
    float: left;
    width: 100%;
    z-index: 999;
    transition: 0.5s;
    background: #fff;
    box-shadow: 0 8px 6px -9px rgba(0, 0, 0, .1);
}

header.active{
    background: #fff;
    box-shadow: 0 8px 6px -9px rgba(0, 0, 0, .1);
}

header .logo{
    float: left;
    margin-top: 18px;
}
header .nav{
    float: right;
}
header .nav li{
    float: left;
    margin-left: 85px;
    height: 82px;
    line-height: 82px;
    position: relative;
}
header .nav li:nth-child(5) .sub{
    left: -117px;
}
header .nav li a{
    font-size: 16px;
    color: #6b6b6b;
    transition: 0.3s;
    position: relative;
}
header .nav ul > li:hover > a{
    color: #008826;
}
header .nav li a.active{
    color: #008826;
}
header .nav li a img{
    margin-right: 3px;
    transform: translateY(-1px);
    position: absolute;
    left: -20px;
    top: 0;
    transition: 0.3s;
}

header .nav li .icon2{
    visibility: hidden;
    opacity: 0;
}
header .nav li .icon2.active{
    visibility: visible;
    opacity: 1;
}
header .nav li .icon1.active{
    visibility: hidden;
    opacity: 0;
}

header .nav li:hover .icon2{
    visibility: visible;
    opacity: 1;
}
header .nav li:hover .icon1{
    visibility: hidden;
    opacity: 0;
}


header .bg{
    background: #dfe1df;
    height: 65px;
    position: absolute;
    width: 9999px;
    left: -3000px;
    bottom: -65px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}
header .nav li:hover .bg{
    visibility: visible;
    opacity: 1;
}
/*header .bg.active{*/
    /*visibility: visible;*/
    /*opacity: 1;*/
/*}*/

header .sub{
    width: 580px;
    position: absolute;
    left: -190px;
    top: 83px;
    transition: 0.3s;
    z-index: 9999;
    padding: 24px 0;
    visibility: hidden;
    opacity: 0;
}
header .nav li:hover .sub{
    visibility: visible;
    opacity: 1;
}

header .nav li .sub a{
    float: left;
    color: #6b6b6b;
    font-size: 15px;
    transition: 0.3s;
    line-height: 15px;
    padding: 0 20px;
    border-right: 1px solid #6b6b6b;
}
header .nav li .sub a:last-child{
    border-right: none;
}
header .nav li .sub a:hover{
    color: #008826;
}
header .nav li .sub a.active{
    color: #008826;
}







footer{
    float: left;
    width: 100%;
}

footer .footer-top .container{
    background: url("../images/footer-bg_10.png") no-repeat left center;
     padding-top: 80px;
     padding-bottom: 40px;
}
footer .left{
    float: right;
}
footer ul{
    float: left;
    margin-right: 75px;
}
footer ul:last-child{
    margin-right: 0;
}
footer ul li{
    line-height: 25px;
}
footer ul li a{
    color: #727272;
    font-size: 14px;
    transition: 0.3s;
}
footer ul li a:hover{
    color: #008826;
}
footer ul li:first-child{
    margin-bottom: 15px;
}
footer ul li:first-child a{
    color: #525252;
    font-size: 14px;
    font-weight: bold;
}


.footer-top{
    /*padding-top: 80px;*/
    /*padding-bottom: 40px;*/
}


.footer-bot{
    background: #009840;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 18px 0;
}
.footer-bot a{
    font-size: 14px;
    color: #fff;
}
.footer-bot a:hover{
    color: #fff;
}
footer .erweima{
    text-align: left;
    float: left;
}

footer .erweima span{
    font-size: 36px;
    color: #009840;
    font-style: italic;
}
footer .erweima .pic{
    margin-top: 28px;
}
footer .erweima p{
    color: #727272;
    margin-top: 10px;
}

.header-top .container{
    position: relative;
}



















    /* 侧导航栏*/
#sidenav {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow-x: hidden;
    overflow-y: scroll;
}

#sidenav.active {
    left: 0;
}

#sidenav .top {
    /*border-bottom: 1px solid #cdcdcd;*/
    line-height: 66px;
    position: relative;
    /*padding: 10px 0;*/
    /*margin-bottom: 0.9375rem;*/
}

#sidenav .top img {
    margin-top: -2px;
}

#sidenav .top .logo {
    width: 130px;
    vertical-align: middle;
    margin-left: 0.9375rem;
}

#sidenav .top .close-btn img {
    width: 18px;
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    margin-top: -0.46875rem;
}

#sidenav .search-box {
    width: 92%;
    height: 3.125rem;
    line-height: 3.0625rem;
    margin: 0 auto 0.9375rem;
    border: 1px solid #cdcdcd;
    border-radius: 1.5625rem;
    overflow: hidden;
    position: relative;
    font-size: 0;
}

#sidenav .search-box input {
    padding: 0 0.9375rem;
    width: 83%;
    height: 100%;
    font-size: 0.9375rem;
    color: #666;
    vertical-align: top;
}

#sidenav .search-box a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 17%;
    height: 100%;
}

#sidenav .search-box img {
    vertical-align: middle;
    width: 1.4375rem;
}

#sidenav .nav {
    margin: 0 auto;
    width: 98%;
}

#sidenav .nav .level1 {
    font-size: 16px;
    color: #38444a;
    line-height: 52px;
    display: block;
    padding-left: 0.9375rem;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-weight: bold;
}
#sidenav .nav .level1 a{
    color: #38444a;
}
#sidenav .nav .level1:first-child {
    border-top: 1px solid #e6e6e6;
}

#sidenav .nav .level1.active {
    background-color: #313739;
    color: #fff;
}
#sidenav .nav .level1 a.active {
    color: #fff;
}
#sidenav .nav .level1 span {
    color: #aaa;
    font-family: 'acrom';
    margin-left: 0.75rem;
    font-weight: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#sidenav .nav .level1.active span {
    color: #fff;
}

#sidenav .nav .level1 .plus-box {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    margin-top: -0.625rem;
}

#sidenav .nav .level1 .plus-box .hor {
    width: 100%;
    height: 0.125rem;
    background-color: #cdcdcd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.0625rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#sidenav .nav .level1.active .plus-box .hor {
    background-color: #fff;
}

#sidenav .nav .level1 .plus-box .ver {
    height: 100%;
    width: 0.125rem;
    background-color: #cdcdcd;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.0625rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#sidenav .nav .level1.active .plus-box .ver {
    background-color: #fff;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
}

#sidenav .nav ul {
    background-color: #f5f5f5;
    display: none;
}

#sidenav .nav ul li > a {
    padding-left: 0.9375rem;
    font-size: 14px;
    line-height: 46px;
    display: block;
    color: #313739;
    border-bottom: 1px solid #e6e6e6;
}
/*#sidenav .nav ul:nth-child(6){*/
    /*display: none!important;*/
/*}*/
/*#sidenav .nav ul:nth-child(10) li:last-child{*/
    /*display: none!important;*/
/*}*/
#sidenav .nav ul li.active > a {
    background-color: #e6e6e6;
}

#sidenav .bottom {
    font-size: 0.9375rem;
    color: #38444a;
    text-align: center;
    padding: 2rem 0;
}

#sidenav .bottom img {
    width: 1.125rem;
    vertical-align: middle;
    margin-right: 0.5625rem;
}

#sidenav .nav .ul2 {
    display: block;
    border-bottom: 1px solid #e6e6e6;
}

#sidenav .nav .ul2 a {
    display: block;
    width: 100%;
    padding-left: 2rem;
    font-size: 14px;
    line-height: 46px;
    color: #313739;
}

.sj-menu{
    display: none;
    float: right;
    width: 30px;
    margin-top: 7px;
    cursor: pointer;
}







@media screen and (max-width: 1480px){
    header .nav li:last-child .sub {
        left: -315px;
    }
}

@media screen and (max-width: 1366px){

}
@media screen and (max-width: 1200px){
    header .nav{
        display: none;
    }
    .sj-menu{
        display: block;
    }
    header .logo{
        padding-bottom: 10px;
    }
    .sj-menu{
        margin-top: 34px;
    }
    footer ul{
        margin-right: 40px;
    }
}
@media screen and (max-width: 992px){

}
@media screen and (max-width: 768px) {
    header .logo img{
        width: 130px;
    }
    #sidenav .top .logo{
        width: 130px;
    }
    .sj-menu {
        margin-top: 24px;
    }
}

@media screen and (max-width: 375px){

}

@media screen and (max-width: 320px){

}
