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%;*/
}

body, html {
    background: #fff;
    font-family: "Source Han Sans CN Regular","Microsoft Sans Serif",arial,'Hiragino Sans GB',sans-serif,"San Francisco";
    color: #797979;
    font-size: 14px;
    /*overflow-x: hidden;*/
    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;
}


.inner{
    width: 1570px;
    margin: 0 auto;
}

header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: 0.5s;
    background: #fff;
}
header.active{
    background: #fff;
    box-shadow: 0 8px 6px -9px rgba(0, 0, 0, .1);
}


header .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


header .content .nav ul{
    display: flex;
}
header .content .nav ul li{
    margin-left: 46px;
}
header .content .nav ul li a{
    display: block;
    color: #505050;
    transition: 0.3s;
    line-height: 82px;
    font-size: 16px;
}
header .content .nav ul li a.active{
    color: #003787;
    border-bottom: 3px solid #003787;
}

header .content .nav ul li a:hover{
    color: #003787;
    border-bottom: 3px solid #003787;
}





footer{
    background: #222222;
    padding-top: 70px;
}
footer .footer_top .content {
    display: flex;
    justify-content: space-between;
}
footer ul li{
    margin-bottom: 5px;
}
footer ul li:first-child{
    margin-bottom: 22px;
}
footer ul li:first-child a{
    color: #fff;
    font-size: 18px;
}
footer ul li a{
    color: #8c8c8c;
    font-size: 14px;
    line-height: 26px;
    display: block;
    transition: 0.3s;
}

footer ul li a:hover{
    color: #fff;
}


footer ul:last-child li:first-child{
    color: #fff;
    font-size: 18px;
}
footer ul:last-child li{
    color: #8c8c8c;
    font-size: 14px;
    line-height: 26px;
}

footer .footer_bot{
    border-top: 1px solid #393939;
    padding: 30px 0;
    margin-top: 42px;
}
footer .footer_bot .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .footer_bot .share{
    display: flex;
    align-items: center;
}
footer .footer_bot ul{
    display: flex;
}
footer .footer_bot p{
    color: #8c8c8c;
}
footer .footer_bot span{
    color: #8c8c8c;
}
footer .footer_bot a{
    color: #8c8c8c;
}
footer .footer_bot ul li{
    display: flex;
    align-items: center;
    margin-left: 10px;
    line-height: initial;
    margin-bottom: 0;
}





    /* 侧导航栏*/
#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: 69px;
    position: relative;
    /*padding: 10px 0;*/
    /*margin-bottom: 0.9375rem;*/
}

#sidenav .top img {
    margin-top: -2px;
}

#sidenav .top .logo {
    /*width: 190px;*/
    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;
    cursor: pointer;
}
footer .footer_bot ul li{
    position: relative;
}
.weixinF{
    position: absolute;
    width: 140px;
    right: 0;
    bottom: 30px;
    opacity: 0;
    z-index: -1;
    transition: 0.3s;
}
footer .footer_bot ul li:hover .weixinF{
    opacity: 1;
    z-index: 99;
}


.lanren{ position:absolute; right:0; top:150px; z-index: 9999;}
.lanren .slide_min{ width:28px; height:112px; background:url(../image/slide_min.jpg) no-repeat; cursor:pointer;}
.lanren .slide_box{ width:154px; height:auto; overflow:hidden; background:url(../image/slide_box_bg.jpg) repeat-y; font-size:12px; text-align:center; line-height:130%; color:#666; border-bottom:2px solid #76A20D;}
.lanren .slide_box .weixin{ margin-bottom:5px;}
.lanren .slide_box img{ cursor:pointer;}
.lanren .slide_box p{ text-align:center; padding:5px; margin:5px;border-bottom:1px solid #ddd;}
.lanren .slide_box span{ padding:5px 10px; display:block;}
.lanren .slide_box span a{ color:#76A20C;}


.top_bar {
    position: fixed;
    z-index: 900;
    bottom: 0;
    left: 0; right: 0;
    margin: auto;
    font-family: Helvetica, Tahoma, Arial, Microsoft YaHei, sans-serif;
    display: none;
}

.top_menu {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #b3b3b3;
   width: 100%;
    background: rgba(255, 255, 255, 0.7);
    height: 48px;
    /*display: -webkit-box;*/
    /*display: block;*/
    margin:0; padding:0;
    -webkit-box-orient: horizontal;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e7e4e7), to(#b9b9b9));
}

.top_bar .top_menu>li {
    -webkit-box-flex:1;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.1)));
    -webkit-background-size:1px 100%, 1px 100%;
    background-size:1px 100%, 1px 100%;
    background-position: 1px center, 2px center;
    background-repeat: no-repeat;
    position:relative;
    text-align:center;
    width: 33%;
}

.top_menu>li:first-child {
    background:none;
}

.top_bar .top_menu>li>a {
    height:48px;
    line-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    text-align:center;
    color:#4f4d4f;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
    text-decoration:none;
    border-top: 1px solid #f9f9f9;
    -webkit-box-flex:1;
}

.top_bar .top_menu>li>a label {
    overflow:hidden;
    margin: 0 0 0 0;
    font-size: 12px;
    display: block !important;
    line-height: 18px;
    text-align: center;
}

.top_bar .top_menu>li>a img {
    margin: 2px 0 0 0;
    height: 24px;
    width: 24px;
    color: #fff;
    line-height: 48px;
    vertical-align:middle;
}

.top_bar li:first-child a {
    display: flex;
}







@media screen and (max-width: 1600px){
    .inner{
        width: 95%;
    }
}


@media screen and (max-width: 1200px){
    .carousel-caption h3{
        font-size: 40px;
    }
    .carousel-caption p{
        font-size: 28px;
    }
    header{
        padding: 10px 0;
    }
    header .nav{
        display: none;
    }
    .sj-menu{
        display: block;
    }

}
@media screen and (max-width: 992px){
    footer{
        padding-top: 0;
    }
    .footer_top{
        display: none;
    }
    footer .footer_bot{
        margin-top: 0;
        border: none;
    }
}
@media screen and (max-width: 768px) {
    .top_bar{
        display: block;
    }
    .lanren{
        display: none;
    }
    .carousel-caption h3{
        font-size: 20px;
    }
    .carousel-caption p {
        font-size: 14px;
        display: none;
    }
    .carousel-caption{
        display: flex;
        align-items: center;
        bottom: 0;
        padding: 0;
    }
    .carousel-indicators{
        bottom: 10px;
    }
    footer .footer_bot p{
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    footer .footer_bot .content{
        justify-content: center;
        flex-flow: column;
    }
    footer .footer_bot{
        margin-bottom: 48px;
        padding: 20px 0;
    }
}

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

}

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

}