﻿input {
    vertical-align: middle;
    border: 0;
    
    outline: none;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, input, textarea, html {
    margin: 0;
    padding: 0;
    
}

body, html {
    background: #fff;
    font-family: "Microsoft YaHei", "微软雅黑";
    color: #535353;
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    scroll-behavior: -webkit-smooth;
}

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: "";
    display: block;
    clear: both;
}

.clearfix {
    *zoom: 1;
}



.inner{
    width: 80%;
    margin: 0 auto;
}

header{
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    padding-top: 35px;
    
    z-index: 999;
    transition: 0.5s;
    box-shadow: 0 8px 6px -9px rgba(0, 0, 0, .1);
}


.header-inner{
    width: 80%;
    margin: 0 auto;
}

.header-inner .logo{
    float: left;
    margin-left: 60px;
}

.header-inner .right{
    float: right;
    margin-top: 30px;

}
.header-inner .nav{
    float: left;
}

.header-inner .nav li{
    float: left;
    margin-left: 60px;
    position: relative;
    transition: 0.3s;
    padding-bottom: 16px;
}
.header-inner .nav li:first-child{
    margin-left: 0;
}
.header-inner .nav li a{
    color: #333333;
    display: block;
    
    font-size: 20px;
    transition: 0.3s;
    line-height: 35px;
}

.header-inner .nav li a:hover{
    color: #007ea2;
}
.header-inner .nav li a.active{
    color: #007ea2;
}


.header-inner .search{
    float: left;
    width: 267px;
    height: 35px;
    border: 1px solid #007ea2;
}
.header-inner .search img{
    margin-left: 10px;
    margin-top: 5px;
    margin-right: 5px;
    float: left;
}
.header-inner .search input{
    height: 100%;
    float: left;
    width: 70%;
}
.header-inner button{
    float: left;
    width: 65px;
    background: #2fbade;
    border: 1px solid #007ea2;
    border-left: none;
    color: #ffffff;
    font-size: 18px;
    height: 35px;
}



.header-inner .nav li .sub{
    position: absolute;
    top: 51px;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px;
    background: #2fbade;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    width: 167px;
    text-align: center;
}
.header-inner .nav li .sub a{
    border-bottom: 1px solid #fff;
    color: #ffffff;
    font-size: 20px;
    line-height: 34px;
    padding: 5px 0;
}
.header-inner .nav li .sub a:last-child{
    border-bottom: none;
}
.header-inner .nav li .sub a:hover{
    color: #003e74;
}
.header-inner .nav li:hover .sub{
    opacity: 1;
    visibility: visible;
}
.header-inner .header-right{
    float: left;
    margin-left: 90px;
}






footer{
    background: #007ea2;
    float: left;
    width: 100%;
    padding-top: 54px;
}
footer .inner{
    width: 1420px;
}
.footer-logo{
    text-align: center;
}
.footer-bot{
    border-top: 2px solid #2fbade;
    margin-top: 65px;
}
.footer-bot p{
    color: #000000;
    margin-top: 14px;
    padding: 0 15px;
}
.footer-bot p span{
    display: inline-block;
    margin-right: 80px;
}
.footer-bot p span:last-child{
    margin-right: 0;
}

.copy{
    float: left;
    width: 100%;
    margin-top: 50px;
    border-bottom: 12px solid #2fbade;
    padding-bottom: 10px;
}
.copy p{
    color: #2fbade;
    font-size: 14px;
    float: left;
    margin-top: 0;
}
.copy a{
    color: #2fbade;
    font-size: 14px;
    float: left;
}
.copy .link{
    margin-left: 110px;
}
.copy img{
    float: left;
    margin-right: 5px;
}
.copy ul{
    float: right;
}
.copy ul li{
    float: left;
    margin-right: 30px;
}





.backTop{
    position: fixed;
    right: 5%;
    bottom: 10%;
    display: none;
    cursor: pointer;
}


.banner{
    float: left;
    width: 100%;
    margin-top: 116px;
    position: relative;
    margin-bottom: 93px;
}
.banner img{
    width: 100%;
}
.banner .inner{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}


.carousel-inner > .item > .sjbanner{
    display: none;
}
.banner .text{
    float: left;
    color: #fff;
    width: 500px;
    background: rgba(0,126,162,0.9);
    padding: 0 56px;
    height: 1000px;
    text-align: center;
    position: relative;
}
.banner .text .txt{
    position: absolute;
    left: 50%;
    width: 80%;
    top: 10%;
    transform: translateX(-50%);
}
.banner .text p{
    font-size: 20px;
    line-height: 30px;
    text-align: left;
}

.banner .text h3{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 60px;
}
.banner .text a{
    width: 250px;
    height: 49px;
    line-height: 49px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #2fbade;
    border-radius: 8px;
    margin-top: 150px;
}


.jiantou{
    position: absolute;
    right: 10%;
    bottom: 70px;
    width: 118px;
    height: 48px;
    border-radius: 8px;
    background: rgba(255,255,255,0.66);
}
.jiantou a{
    display: table-cell;
    width: 59px;
    height: 100%;
    line-height: 48px;
    text-align: center;
}
.jiantou a img{
    width: auto;
}
.jiantou a:first-child{
    border-right: 1px solid #7c7c7c;
}

.jiantou a:last-child{
    border-left: 1px solid #fff;
}









    
#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 {
    
    line-height: 56px;
    position: relative;
    padding: 8px 0;
    background: #fff;
    
}

#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: 1600px){
    .header-inner .nav li{
        margin-left: 50px;
    }
    .header-inner .header-right{
        margin-left: 40px;
    }
    .banner .text a{
        margin-top: 80px;
    }
}
@media screen and (max-width: 1480px){
    .header-inner .search{
        width: 230px;
    }
    .header-inner .nav li{
        margin-left: 30px;
    }
    .header-inner .header-right{
        margin-left: 20px;
    }
    footer .inner {
        width: 1200px;
    }
    .footer-bot p span {
        display: inline-block;
        margin-right: 10px;
    }
}
@media screen and (max-width: 1366px){
    .banner .text a{
        margin-top: 50px;
    }
    .banner .text h3{
        font-size: 24px;
        margin-bottom: 40px;
    }
    .banner .text{
        width: 450px;
    }
}

@media screen and (max-width: 1280px){

}
@media screen and (max-width: 1200px){
    footer .inner {
        width: 992px;
    }
    .footer-bot p span {
        display: block;
        margin-right: 0;
    }
    .footer-bot p{
        text-align: center;
        float: none;
    }
    .copy{
        text-align: center;
    }
    .copy img{
        float: none;
    }
    .copy .link {
        float: none;
        margin-left: 0;
        text-align: center;
        display: block;
    }
    .copy ul{
        float: none;
        text-align: center;
        display: inline-block;
    }
    .copy ul li:last-child{
        margin-right: 0;
    }
    .header-inner .nav{
        display: none;
    }

    .sj-menu{
        display: block;
    }

    .sj-menu{
        margin-top: 12px;
    }
    .banner .text{
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    }
    .header-inner .header-right{
        display: none;
    }
    header{
        padding: 15px 0;
    }
    .header-inner .logo img{
        width: 130px;
    }
    .banner{
        margin-top: 73px;
    }
}
@media screen and (max-width: 992px){
    footer .inner {
        width: 768px;
    }
}
@media screen and (max-width: 768px) {
    footer .inner {
        width: 100%;
    }
    .inner{
        width: 93%;
    }
    .carousel-inner > .item > .sjbanner{
        display: block;
    }
    .carousel-inner > .item > .pcbanner{
        display: none;
    }

    .header-inner .logo{
        margin-left: 0;
    }
    .banner .text{
        width: 100%;
        padding: 0 25px;
    }
    .banner .text .txt{
        position: relative;
        top: 0;
        width: 100%;
        padding-top: 30px;
    }
    .banner .inner{
        width: 100%;
    }
    .banner .text h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .banner .text p{
        font-size: 16px;
    }
    .banner .text a {
        margin-top: 20px;
        width: 40%;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .header-inner{
        width: 93%;
    }
    .jiantou{
        bottom: 30px;
    }
    .banner{
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 375px){

}

@media screen and (max-width: 320px){

}