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: #f9f9f9;
    font-family: "Source Han Sans CN Regular","Microsoft Sans Serif";
    color: #5b5b5b;
    font-size: 16px;
    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);
}

.inner{
    max-width: 1620px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
header.active{
    /*background: #fff;*/
    box-shadow: 0 8px 6px -9px rgba(0, 0, 0, .1);
}

header .logo{
    margin-top: 4px;
    margin-bottom: 6px;
}
header .logo a{
    display: flex;
}
header .logo a div{
    display: flex;
    flex-flow: wrap;
    width: 190px;
    align-items: center;
    margin-left: 16px;
}
header .logo h3{
    letter-spacing: 6px;
    color: #1a3a89;
    font-size: 30px;
    font-family:"楷体","楷体_GB2312","Microsoft Sans Serif";
    font-weight: bold;
}
header .logo p{
    color: #1a3a89;
    font-size: 16px;
    font-family: Arial;
    margin-left: 3px;
}


.index_header_two{
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: 0.3s;
}
.index_header_two.active{
    visibility: initial;
    opacity: 1;
    z-index: 9999;
}
header .nav ul{
    display: flex;
}
header .nav li{
    margin-left: 100px;
    height: 100px;
    line-height: 100px;
    position: relative;
}

header .nav li a{
    font-size: 16px;
    color: #6b6b6b;
    transition: 0.3s;
    position: relative;
    display: block;
    height: 100%;
    border-bottom: 2px solid transparent;
}
header .nav li a:hover{
    color: #14378c;
    border-bottom: 2px solid #14378c;
}
header .nav li a.active{
    color: #14378c;
    border-bottom: 2px solid #14378c;
}

.index_header{
    background: none;
    z-index: 99;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.index_header .nav li a{
    color: #fff;
}
.index_header .nav li a.active {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.index_header .logo h3{
    letter-spacing: 6px;
    color: #fff;
    font-family:"楷体","楷体_GB2312","Microsoft Sans Serif";
}
.index_header .logo p {
    color: #fff;
    font-size: 16px;
    font-family: Arial;
    margin-left: 3px;
}
.index_header .nav li a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.index-banner .text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 1570px;
    width: 100%;
    z-index: 999;
}
.index-banner .model{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}


.index-banner .text h3{
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}
.index-banner .text ul{
    display: flex;
    justify-content: space-between;
    margin-top: 140px;
}

.index-banner .text li{
    text-align: center;
    color: #fff;
}
.index-banner .text li h4{
    font-weight: bold;
    font-size: 36px;
    font-family: Arial;
}
.index-banner .text li h4 i{
    font-weight: normal;
    font-style: normal;
    font-family: "Source Han Sans CN Medium";
}


.index-banner .carousel-indicators li{
    width: 65px;
    line-height: 28px;
    height: auto;
    background: none;
    border-radius: 0;
    text-indent: 0;
    font-family: Arial;
    font-size: 14px;
    color: #fff;
    margin-right: 70px;
    position: relative;
    transition: 0.3s;
}
.index-banner .carousel-indicators li:last-child{
    margin-right: 0;
}
.index-banner .carousel-indicators{
    border-bottom: 1px solid rgba(255,255,255,0.4);
    width: auto;
    margin-left: 0;
    transform: translateX(-50%);
    bottom: 42px;
}

.index-banner .carousel-indicators li.active::before{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 24px;
    width: 16px;
    height: 2px;
    background: #fff;
}
.index-banner .carousel-inner .title{
    color: #fff;
}
.index-banner .carousel-inner .item .title h3{
    text-align: left;
    padding-left: 200px;
}
.index-banner .carousel-inner .item .title p{
    text-align: left;
    padding-left: 200px;
    font-size: 40px;
    margin-top: 20px;
}





footer{
    margin-top: 85px;
}

.footer-top{
    background: #f5f5f5;
    padding-top: 30px                                                                                                  ;
}
.footer_left img{
    margin-bottom: 16px;
}
.footer_left p{
    color: #696969;
    font-size: 14px;
    line-height: 24px;
}
.footer_left p:last-child{
    font-size: 18px;
}

.footer-top h3{
    color: #696969;
    font-size: 16px;
    font-family: Arial;
    margin-bottom: 18px;
}
.footer-top h4{
    color: #191919;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #cfcfce;
    padding-bottom: 14px;
    margin-bottom: 12px;
}

.footer_contact p{
    color: #696969;
    font-size: 14px;
    line-height: 24px;
}

.footer_nav{
    width: 275px;
}
.footer_nav ul{
    display: flex;
    flex-flow: wrap;
}
.footer_nav li{
    width: 50%;
}
.footer_nav li a{
    color: #696969;
    font-size: 14px;
    line-height: 24px;
}


.footer_wechat{
    width: 270px;
}
.footer_wechat .pic{
    background: #fff;
    padding: 5px;
    width: 126px;
}

.footer-bot{
    background: #eaeaea;
    font-size: 12px;
    text-align: left;
    padding: 13px 0;
    color: #696969;
    margin-top: 45px;
    border-bottom: 3px solid #12338e;
}
.footer-bot a{
    font-size: 12px;
    color: #696969;
}
.footer-bot a:hover{
    color: #696969;
}




















    /* 侧导航栏*/
#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;
    height: 22px;
    margin-top: 7px;
    cursor: pointer;
}



@media screen and (max-width: 1620px){
    .inner{
        max-width: 1366px;
    }
    header .nav li{
        margin-left: 80px;
    }
}
@media screen and (max-width: 1570px){
    .index-banner .text{
        max-width: 1200px;
    }
}

@media screen and (max-width: 1440px){
    .inner{
        max-width: 1200px;
    }
    header .nav li{
        margin-left: 60px;
    }
}



@media screen and (max-width: 1366px){
    .index-banner .text{
        max-width: 1100px;
    }
}
@media screen and (max-width: 1200px){
    .footer-top{
        display: none;
    }
    .footer-bot{
        text-align: center;
    }
    .inner{
        max-width: 992px;
    }
    header .nav{
        display: none;
    }
    .sj-menu{
        display: block;
    }

    .sj-menu{
        margin-top: 34px;
    }
}
@media screen and (max-width: 992px){
    .inner{
        max-width: 768px;
    }
}
@media screen and (max-width: 768px) {
    .inner{
        max-width: 100%;
        padding: 0 15px;
    }
    header .logo a div{
        display: none;
    }
    header .logo{
        margin-bottom: 4px;
    }

    header .logo img{
        width: 60px;
        height: 60px;
    }
    #sidenav .top .logo{
        width: 60px;
    }
    .sj-menu {
        margin-top: 24px;
    }
    .index-banner .text{
        /*display: none;*/
    }
    .img_gallery{
        height: 40px;
        margin-bottom: 40px;
    }
    .index-banner .text h3{
        font-size: 34px;
        padding: 0 15px;

    }
    .index-banner .text ul{
        flex-flow: wrap;
        margin-top: 0px;
    }
    .index-banner .text li{
        width: 100%;
        margin-bottom: 10px;
    }
    .index-banner .carousel-indicators{
        width: 60%;
    }
    .index-banner .carousel-indicators li{
        width: 50px;
        margin-right: 20px;
    }
    .footer-bot{
        margin-top: 0;
    }
    footer{
        margin-top: 0;
    }
}

@media screen and (max-width: 375px){
}

@media screen and (max-width: 360px){
    .index-banner .carousel-indicators{
        width: 70%;
    }
}
@media screen and (max-width: 320px){

}
