* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

html, body {
    overflow-x: hidden;
    font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif
}

img {
    border: none;
}

.fr {
    float: right;
}
.fl {
    float: left;
}
.cl {
    clear: both;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/* 导航栏 */
.navBar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    text-align: center;
    background-color: white;
    box-shadow: 5px 0 20px rgba(0,0,0,0.1);
}

.navBar .list a {
    position: relative;
    text-decoration: none;
    color: #333;
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
}

.navBar .logo {
    margin-left: 14px;
}

.navBar .activeSpan {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #008DFE;
    position: absolute;
    bottom: 30px;
}

.navBar img {
    position: relative;
    top: 17px;
}

.navBar .content {
    display: inline-block;
    max-width: 1400px;
    height: 100px;
    line-height: 100px;
    width: 100%;
    text-align: left;
}

.paddingTopDiv {
    height: 100px;
}

.navBar .icon-daohang,
.navBar .icon-guanbi {
    display: none;
    font-size: 22px;
    margin-right: 14px;
}

.fixedBar {
    position: fixed;
    top: 60px;
    left: 0;
    display: none;
    z-index: 501;
    width: 100%;
    height: 100vh;
    background-color: #0669ea;
    padding: 30px 14px 0 14px;
    text-align: left;
}

.fixedBar  a {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 16px;
    padding: 10px 0;
    margin: 10px 0;
}

@media screen and (max-width: 1200px) {
    .navBar .content {
        height: 60px;
        line-height: 60px;
    }

    .navBar img {
        top: 8px;
        height: 40px;
    }

    .navBar .activeSpan {
        bottom: 10px;
    }

    .paddingTopDiv {
        height: 60px;
    }
}

@media screen and (min-width: 1050px) {
    .fixedBar {
        display: none !important;
    }
    .navBar .icon-daohang,
    .navBar .icon-guanbi {
        display: none !important;
    }
}


@media screen and (max-width: 1050px) {
    .navBar .list {
        display: none;
    }

    .navBar .icon-daohang {
        display: block;
    }
}

/* 导航栏 */

/*顶部banner图*/
.banner {
    height: 360px;
    width: 100%;
    background-color: #201B44;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}

.banner .bannerContent{
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 1400px;
    padding: 50px 10px 0 6px;
}

.banner .en {
    font-size: 50px;
    color: #242C5B;
    font-weight: bold;
}

.banner .ch {
    font-size: 40px;
    color: #ABE9FF;
}

.banner .subTitle {
  margin-top: 10px;
    font-size: 20px;
    color: #40C3F4;
}

@media screen and (max-width: 800px) {
    .banner .en {
        font-size: 40px;
    }
}


/*顶部banner图*/


/* 底部联系我们 */

.contactUs {
    height: 200px;
    background-color: #1E1B44;
    text-align: center;
}

.contactUs .content {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.contactUs .info {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 45px 10px 0 10px;
}

.contactUs .information {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    color: #aaa;
}

.contactUs .information i {
    margin-right: 10px;
    font-size: 18px;
}

.contactUs .information div {
    padding-right: 50px;
    margin: 10px 0;
}

.contactUs .qrcode {
    float: right;
}

.contactUs a {
    text-decoration: none;
    font-size: 14px;
    color: #aaa;
}

@media screen and (max-width: 700px) {
    .contactUs {
        height: 380px;
    }
    .contactUs .qrcode {
        margin-top: 15px;
        display: block;
        width: 100%;
    }
}

/*底部*/

.copyRight {
    font-size: 14px;
    text-align: center;
    background-color: #1b1b1b;
    color: #545454;
    padding: 10px 0;
}

.copyRight a{
    color: #545454;
    text-decoration: none;
}

.copyRight .info {
    display: inline-block;
    width: 100%;
    max-width: 1400px;
}

