@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.english {
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
}

.banner a {
    position: relative;
    display: block;
}

.banner a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/banner-bg.png) no-repeat;
    background-size: 100% 100%;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner a p {
    position: absolute;
    left: 110px;
    bottom: 0;
    padding: 35px 350px 35px 110px;
    font-size: 23px;
    color: #fff;
    z-index: 8;
    background-color: rgba(25, 43, 70, .87);
    border-top: 1px solid #15203b;
    border-right: 1px solid #15203b;
}

.banner .slick-dots {
    width: auto;
    left: 50%;
    transform: translatex(-50%);
    bottom: 40px;
}

.banner .slick-dots li {
    width: 8px;
    height: 8px;
    background-color: #fff;
    margin: 0 15px;
}

.banner .slick-dots li.slick-active {
    background-color: #ce9c45;
}

.side {
    position: fixed;
    width: 110px;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #13439b;
    z-index: 999;
    text-align: center;
}

.header {
    position: absolute;
    top: 0;
    right: 0;
    left: 110px;
    padding-left: 30px;
    padding-right: 75px;
}

.head-l {
    float: left;
    margin-top: 25px;
}

.head-r {
    float: right;
    text-align: right;
}

 .top-link {
     font-size: 12px;
     color: #fff;
     margin-top: 10px;
 }
 
 .top-link i {
     padding: 0 5px;
 }
 
 .top-link a {
     font-size: 14px;
     color: #fff;
 }
 
 .top-link a:first-child {
     padding-left: 0;
     background-image: none;
 }

.nav {
    margin-top: 15px;
}

.nav>ul {
    float: left;
    margin-top: 8px;
}

.nav>ul>li {
    position: relative;
    float: left;
    margin-right: 50px;
    padding-bottom: 20px;
}

.nav>ul>li>a {
    font-size: 18px;
    color: #fff;
}

.nav>ul>li>ul {
    position: absolute;
    left: 65%;
    width: 180px;
    margin-left: -100px;
   background: rgba(255,255,255,.7);
    text-align: center;
    top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 5px #999;
    display: none;
}

.nav>ul>li>ul>li {
    line-height: 45px;
}

.nav>ul>li>ul>li>a {
    font-size: 16px;
    color: #333;
}

.nav>ul>li>ul>li:hover {
    background-color: #1c4e95;
}

.nav>ul>li>ul>li:hover a {
    color: #fff;
}

.nav>ul>li>a:before {
    content: "";
    left: 50%;
    right: 50%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 15px;
    transition: all 0.3s;
}

.nav>ul>li>a:after {
    content: "";
    width: 1px;
    height: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
}

.nav>ul>li.on>a::before {
    left: 0;
    right: 0;
}

.nav>ul>li.on>a:after {
    height: 15px;
    bottom: 0;
}

.nav .sousuo {
    float: right;
}

.wave {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

.layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
}

.search {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #4f616d;
    background-color: #1c4e95;
    padding: 0 15px;
    font-size: 0;
    z-index: 1001;
}

.search input[type="text"] {
    padding-right: 20px;
    width: 750px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
}

.search input[type="image"] {
    vertical-align: middle;
}

.search input::placeholder {
    color: #fff;
}

.wave.on {
    display: block;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.wap {
    display: none;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wap-menu img {
    height: 25px;
}

.m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 999;
}

.footer {
position: relative;
    background: url(../images/bqbj.jpg);
    background-size: cover;
}
.footer:before{content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(28,78,149,.9);}
.foot {
position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.foot-top {
    padding-top: 55px;
    padding-bottom: 15px;
}

.foot-l {
    float: left;
}

.foot-l a {
    display: block;
}

.foot-l a img {
    display: block;
}

.foot-m {
    float: left;
    width: 40%;
    margin-left: 180px;
    margin-right: 100px;
}

.foot-m h2 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #566faf;
    font-weight: normal;
}

.foot-m p {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    margin-top: 15px;
    display: inline-block;
    width: 49%;
}

.foot-m p img {
    vertical-align: middle;
    padding-right: 10px;
}

.foot-r {
    float: right;
}

.foot-r>ul>li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 30px;
}

.foot-r>ul>li:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 18px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    display: none;
}

.foot-r>ul>li>p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.foot-r>ul>li .ewm {
    position: absolute;
    top: 47px;
    left: 50%;
    transform: translate(-50%);
    display: none;
}

.foot-down {
position: relative;
    line-height: 48px;
    font-size: 14px;
        color: rgba(255, 255, 255, .6);
    text-align: center;
}
.foot-down p{
        color: rgba(255, 255, 255, .6);;
}
.foot-down a{
        color: rgba(255, 255, 255, .6);;
}
.foot-r>ul>li:hover .ewm {
    display: block;
}

@media screen and (max-width: 1450px) {
    .footer {
        padding-right: 50px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 1400px) {
    .foot-m {
        margin-left: 30px;
        margin-right: 0;
    }
    .foot-r>ul>li {
        margin-left: 12px;
    }
    .header {
        left: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav>ul>li {
        margin-right: 30px;
    }
    .foot-m p {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    body {
        padding-top: 60px;
    }
    .header {
        display: none;
    }
    .wap {
        display: block;
    }
   .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
        background: #1c4e95;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin-right: 15px;
        margin: 5px 0;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        background: #fff;
        color: #004980;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #1c4e95;
        overflow-y: scroll;
    }
    .m-nav ul {
        padding: 0 15px;
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 10px 18px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
.mm-nav {
         position: fixed;
         top: 60px;
         left: 100%;
         right: 0;
         bottom: 0;
         z-index: 999;
         background: #1c4e95;
         overflow-y: scroll;
     }
     .mm-nav ul {
         padding: 0 15px;
     }
     .mm-nav ul li {
         border-bottom: 1px solid rgba(255, 255, 255, 0.2);
         position: relative;
     }
     .mm-nav ul li>span.on {
         transform: rotateZ(90deg);
     }
     .mm-nav ul li ul {
         display: none;
     }
     .mm-nav ul li ul li {
         border: none;
     }
     .mm-nav>ul>li a {
         display: block;
         font-size: 14px;
         line-height: 20px;
         padding: 15px 0;
         position: relative;
         color: #fff;
     }
     .mm-nav>ul>li ul li a {
         padding: 10px 0;
     }
     .mm-nav>ul>li>span {
         position: absolute;
         width: 20px;
         height: 20px;
         background: url(../images/m-nav_down.png) no-repeat;
         background-size: 10px 18px;
         background-position: center center;
         right: 0;
         top: 15px;
         cursor: pointer;
         display: block;
         color: #fff;
         transition: all 0.3s;
     }
   

}

@media screen and (max-width: 1020px) {
    .foot-l,
    .foot-m,
    .foot-r {
        float: none;
        width: auto;
        text-align: center;
    }
    .foot-l a img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .foot-top {
        padding-top: 20px;
    }
    .foot-r {
        margin-top: 10px;
    }  
   

}

@media screen and (max-width:414px) {
    .footer {
        padding-right: 10px;
    }
    .foot-l a img {
        width: 80%;
    }
    .foot-m {
        margin-left: 0;
    }
    .foot-top {
        padding-bottom: 40px;
    }
    .foot-down {
        line-height: 30px;
    }
}

.link {
     padding-top: 80px;
     padding-bottom: 18px;
     border-bottom: 1px solid #e5e5e5;
 }
 
 .link>ul {
     text-align: center;
 }
 
 .link>ul>li {
     display: inline-block;
     padding: 0 50px;
 }
 
 .link>ul>li>a {
     font-size: 14px;
     color: #666;
 }
 
 .link>ul>li>span {
     font-size: 14px;
     color: #666;
}
.link1 {
     padding-top: 20px;
     padding-bottom: 18px;
 }
 
 .link1>ul {
     text-align: center;
 }
 
 .link1>ul>li {
     display: inline-block;
     padding: 0 41px;
 }
 
 .link1>ul>li>a {
     font-size: 14px;
     color: rgba(255, 255, 255, .6);
 }
 
 .link1>ul>li>span {
     font-size: 14px;
     color: rgba(255, 255, 255, .6);