/*变量设置*/
/*
主题色：#1C1C1C;
副主题色：#0086E6
背景色:white
*/

* {
    padding: 0;
    margin: 0;
}

html, body {
    position: relative;
    height: 100%;
}

body {
    overflow-x: hidden;
    font-family: "PingFangSC-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
    font-size: 16px;
    line-height: 1.75;
}

a,
a:hover,
a:focus,
a:active,
a:link {
    outline: 0;
}

a {
    color: #1C1C1C;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #00A4FF;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    display: inline-block;
}

.row {
    margin: 0;
}

#newBridge .icon-right-center,
#newBridge .nb-icon-wrap{
    display: none !important;
}

/*字体颜色*/
.text-color-white {
    color: white;
}

.text-color-blue {
    color: #00A4FF;
}

.text-color-black-0 {
    color: #333333;
}

.text-color-black-1 {
    color: #393939;
}

.text-color-black-2 {
    color: #464D5A;
}

.text-color-black-3 {
    color: #666666;
}

.text-color-black-4 {
    color: #4F4F4F;
}

.text-color-black-5 {
    color: #2A2A2A;
}

.text-color-gray-0 {
    color: #828282;
}

.text-color-gray-1 {
    color: #888888;
}

.text-color-gray-2 {
    color: #979797;
}

.text-color-gray-3 {
    color: #A8A8A8;
}

.text-color-gray-4 {
    color: #A7AAB1;
}

.text-color-gray-5 {
    color: #C9C9C9;
}

.text-color-gray-6 {
    color: #C9C9C9;
}

.text-color-gray-7 {
    color: #CFCFCf;
}

.text-color-gray-8 {
    color: #777D87;
}

.text-color-gray-9 {
    color: #e8e1e4;
}

.text-color-gray-10 {
    color: #d7e3f0;
}

.text-color-gray-11 {
    color: #565D6D;
}


/*字体像素（适配移动端）*/
.big-text-size {
    font-size: 72px !important;
    letter-spacing: 1px;
    text-align: justify;
}

.big-text-size-h2 {
    font-size: 56px !important;
    letter-spacing: 1px;
    text-align: justify;
}

.big-text-size-h3 {
    font-size: 50px !important;
    letter-spacing: 1px;
    text-align: justify;
}

.text-size-h1 {
    font-size: 40px !important;
    letter-spacing: 1px;
    text-align: justify;
}

.text-size-h2 {
    font-size: 32px !important;
    letter-spacing: 1px;
    text-align: justify;
}

.text-size-h3 {
    font-size: 28px !important;
    letter-spacing: 1px;
    text-align: justify;
}

.text-size-h4 {
    font-size: 24px !important;
    letter-spacing: 1px;
    text-align: justify;
}

.text-size-h5 {
    font-size: 20px !important;
    letter-spacing: 1px;
    text-align: justify;
}

.text-size-h6 {
    font-size: 18px !important;
    letter-spacing: 1px;
    text-align: justify;
}

.text-size-h7 {
    font-size: 15px !important;
    letter-spacing: 1px;
    text-align: justify;
}

.text-size-h8 {
    font-size: 14px !important;
    letter-spacing: 1px;
    text-align: justify;
}

.text-size-h9 {
    font-size: 13px !important;
    letter-spacing: 1px;
    text-align: justify;
}

.text-size-h10 {
    font-size: 12px !important;
    letter-spacing: 0.5px;
    text-align: justify;
}

/*行高（适配移动端）*/
.line-height-1 {
    line-height: 1 !important;
}

.line-height-1_5 {
    line-height: 1.5 !important;
}

.line-height-2 {
    line-height: 2 !important;
}

.line-height-2_5 {
    line-height: 2.5 !important;
}

.line-height-3 {
    line-height: 3 !important;
}

.line-height-3_5 {
    line-height: 3.5 !important;
}

.line-height-4 {
    line-height: 4 !important;
}

.line-height-4_5 {
    line-height: 4.5 !important;
}

.line-height-5 {
    line-height: 5 !important;
}

.line-height-6 {
    line-height: 6 !important;
}
@media (min-width: 768px){
    .container {
        width: 100% !important;
    }
}

@media (min-width: 992px) and ( max-width: 1200px) {
    .container {
        width: 100% !important;
        margin: 0 auto !important;
        max-width: 1170px !important;
    }
}

@media screen and (min-width: 993px) {
    section {
        padding: 60px 0 !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
    }
}

@media screen and (max-width: 992px) {
    section {
        padding: 40px 0 !important;
    }

    .big-text-size {
        font-size: 28px !important;
    }

    .big-text-size-h2 {
        font-size: 28px !important;
    }

    .big-text-size-h3 {
        font-size: 28px !important;
    }

    .text-size-h1 {
        font-size: 28px !important;
    }

    .text-size-h2 {
        font-size: 26px !important;
    }

    .text-size-h3 {
        font-size: 24px !important;
    }

    .text-size-h4 {
        font-size: 22px !important;
    }

    .text-size-h5 {
        font-size: 20px !important;
    }

    .text-size-h6 {
        font-size: 16px !important;
    }

    .text-size-h7 {
        font-size: 15px !important;
    }

    .text-size-h8 {
        font-size: 14px !important;
    }

    .text-size-h9 {
        font-size: 13px !important;
    }

    .text-size-h10 {
        font-size: 12px !important;
    }

    .line-height-1 {
        line-height: 0.9 !important;
    }

    .l1_3-line-h {
        line-height: 1.4 !important;
    }

    .line-height-2 {
        line-height: 1.9 !important;
    }

    .line-height-2_5 {
        line-height: 2.4 !important;
    }

    .line-height-3 {
        line-height: 2.9 !important;
    }

    .line-height-3_5 {
        line-height: 3.4 !important;
    }

    .line-height-4 {
        line-height: 3.9 !important;
    }

    .line-height-4_5 {
        line-height: 4.4 !important;
    }

    .line-height-5 {
        line-height: 4.9 !important;
    }

    .line-height-6 {
        line-height: 5.9 !important;
    }
}

@media screen and (max-width: 768px) {
    section {
        padding: 20px 0 !important;
    }

    .big-text-size {
        font-size: 26px !important;
    }

    .big-text-size-h2 {
        font-size: 26px !important;
    }

    .big-text-size-h3 {
        font-size: 26px !important;
    }

    .text-size-h1 {
        font-size: 26px !important;
    }

    .text-size-h2 {
        font-size: 24px !important;
    }

    .text-size-h3 {
        font-size: 22px !important;
    }

    .text-size-h4 {
        font-size: 20px !important;
    }

    .text-size-h5 {
        font-size: 18px !important;
    }

    .text-size-h6 {
        font-size: 16px !important;
    }

    .text-size-h7 {
        font-size: 14px !important;
    }

    .text-size-h8 {
        font-size: 13px !important;
    }

    .text-size-h9 {
        font-size: 12px !important;
    }

    .text-size-h10 {
        font-size: 11px !important;
    }

    .line-height-1 {
        line-height: 0.8 !important;
    }

    .line-height-1_5 {
        line-height: 1.3 !important;
    }

    .line-height-2 {
        line-height: 1.8 !important;
    }

    .line-height-2_5 {
        line-height: 2.3 !important;
    }

    .line-height-3 {
        line-height: 2.8 !important;
    }

    .line-height-3_5 {
        line-height: 3.3 !important;
    }

    .line-height-4 {
        line-height: 3.8 !important;
    }

    .line-height-4_5 {
        line-height: 4.3 !important;
    }

    .line-height-5 {
        line-height: 4.8 !important;
    }

    .line-height-6 {
        line-height: 5.8 !important;
    }
}

@media screen and (max-width: 350px) {
    section {
        padding: 15px 0 !important;
    }

    .big-text-size {
        font-size: 26px !important;
    }

    .big-text-size-h2 {
        font-size: 26px !important;
    }

    .big-text-size-h3 {
        font-size: 26px !important;
    }

    .text-size-h1 {
        font-size: 26px !important;
    }

    .text-size-h2 {
        font-size: 24px !important;
    }

    .text-size-h3 {
        font-size: 22px !important;
    }

    .text-size-h4 {
        font-size: 20px !important;
    }

    .text-size-h5 {
        font-size: 18px !important;
    }

    .text-size-h6 {
        font-size: 16px !important;
    }

    .text-size-h7 {
        font-size: 14px !important;
    }

    .text-size-h8 {
        font-size: 13px !important;
    }

    .text-size-h9 {
        font-size: 12px !important;
    }

    .text-size-h10 {
        font-size: 11px !important;
    }

    .line-height-1 {
        line-height: 0.7 !important;
    }

    .line-height-1_5 {
        line-height: 1.2 !important;
    }

    .line-height-2 {
        line-height: 1.7 !important;
    }

    .line-height-2_5 {
        line-height: 2.2 !important;
    }

    .line-height-3 {
        line-height: 2.7 !important;
    }

    .line-height-3_5 {
        line-height: 3.2 !important;
    }

    .line-height-4 {
        line-height: 3.7 !important;
    }

    .line-height-4_5 {
        line-height: 4.2 !important;
    }

    .line-height-5 {
        line-height: 4.7 !important;
    }

    .line-height-6 {
        line-height: 5.7 !important;
    }

}
