.edit_con_original {
    line-height: 2;
    padding: 0 0;
    color: #333;
}

.edit_con_original ul {
    margin: inherit;
    padding: inherit;
    padding-left: 2em;
}

.edit_con_original ul li {
    list-style-type: disc;
    margin: auto;
}

.edit_con_original ol {
    margin: inherit;
    padding: inherit
}

.edit_con_original ol li {
    list-style-type: decimal;
    margin: auto;
}

.edit_con_original h1 {
    font-weight: bold
}

.edit_con_original h2 {
    font-weight: bold
}

.edit_con_original h3 {
    font-weight: bold
}

.edit_con_original h4 {
    font-weight: bold
}

.edit_con_original h5 {
    font-weight: bold
}

.edit_con_original h6 {
    font-weight: bold
}

.edit_con_original em {
    font-style: italic
}

.edit_con_original cite {
    font-style: italic
}

.edit_con_original address {
    font-style: italic
}

.edit_con_original i {
    font-style: italic
}

.edit_con_original table {
    border-collapse: separate;
    border-spacing: 2px
}

.edit_con_original img {
    max-width: 100%;
    height: auto;
}

.edit_con_original video {
    max-width: 100%;
    display: block;
    margin: auto;
}


/*æ‰€æœ‰åŽå°ç¼–è¾‘å™¨åŒºåŸŸéƒ½è¦å¼•ç”¨ edit_con_original ç±»å*/


/* clear é¡µå¤´ï¼Œé¡µè„šï¼Œå†…å®¹åŒºéƒ½ä¸ç”¨å†åŠ æ¸…é™¤æ ·å¼ */

.fixed:before,
.clearfix:before,
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before {
    content: '';
    display: table
}

.fixed:after,
.clearfix:after,
.cf:after,
after,
.header:after,
.main:after,
.footer:after {
    content: '';
    display: table;
    clear: both
}

.fixed,
.clearfix,
.cf,
.header,
.main,
.footer {
    *zoom: 1
}

.clear,
.cl {
    display: block!important;
    float: none!important;
    clear: both;
    width: auto!important;
    max-width: none!important;
    min-width: 0!important;
    max-height: none!important;
    min-height: 0!important;
    overflow: hidden;
    margin: 0!important;
    padding: 0!important;
    border: 0 none!important;
    font-size: 0!important;
    line-height: 0!important
}

.err_position {
    width: 100%;
    height: auto;
    background: url(../images/errors.png) center no-repeat;
}


/*éšè—è§†é¢‘ä¸‹è½½æŒ‰é’®*/

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}


/*å›¾ç‰‡ç»è¿‡*/

.tran_scale {
    overflow: hidden;
    display: block;
}


/*img{transition: All 0.7s ease-in-out;}*/

.tran_scale img {
    -webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear;
    transition: opacity .4s ease-in, transform .6s linear;
}

@media only screen and (min-width:1025px) {
    .tran_scale:hover img {
        transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        -moz-: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
    }
}


/*ä¸¤ç«¯å¯¹é½*/

.justify {
    text-align: justify;
    text-justify: distribute-all-lines;
}


/*ä¸Šä¸‹å±…ä¸­*/

.v-m-c {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    left: 0;
    top: 50%;
}


/*å·¦å³å±…ä¸­*/

.l-m-c {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    top: 0;
}


/*ç»å¯¹å±…ä¸­*/

.a-m-c {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.animate {
    transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_slowx {
    transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_fast {
    transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_slow {
    transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_normal {
    transition: 0.5s all linear;
}


/* é˜¿é‡Œå›¾æ ‡ */

[class*='icon'] {
    font-family: 'iconfont'!important;
}

body,
a {
    color: #000;
}

a {
    transition: all .3s;
    cursor: pointer;
}

@media only screen and (min-width:1025px) {
    a:hover {
        color: #b8120d;
    }
}


/*.new-header-content .header-cont{width: 1200px;max-width: 94%;}*/

.wrap {
    /*width: 94%; !*Ã§ÂºÂ¿Ã¤Â¸Å Ã¦Â³Â¨Ã©â€¡Å *!*/
    /*width: 100%;*/
    margin: 0px auto;
    max-width: 1400px;
    box-sizing: border-box;
}

@media only screen and (max-width:1366px) {
    .wrap {
        max-width: 90%;
    }
}

.line24 {
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.line30 {
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.ellipsis_p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ratio-img,
.ratio-img img {
    width: 100%;
}

.bold {
    font-weight: bold;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width:1024px) {
    .wrap {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:345px) {
    .wrap {
        max-width: 97%;
        margin: 0 auto;
    }
}


/*font-size*/

.fnt_12 {
    font-size: 12px;
}

.fnt_16 {
    font-size: 16px;
}

.fnt_18 {
    font-size: 18px!important;
}

.fnt_20 {
    font-size: 20px;
}

.fnt_22 {
    font-size: 22px;
}

.fnt_24 {
    font-size: 24px;
}

.fnt_26 {
    font-size: 26px;
}

.fnt_28 {
    font-size: 28px;
}

.fnt_30 {
    font-size: 30px;
}

.fnt_32 {
    font-size: 32px!important;
}

.fnt_36 {
    font-size: 36px!important;
}

.fnt_38 {
    font-size: 38px;
}

.fnt_40 {
    font-size: 40px;
}

.fnt_42 {
    font-size: 42px;
}

.fnt_48 {
    font-size: 48px;
}

.fnt_50 {
    font-size: 50px;
}

.fnt_52 {
    font-size: 52px;
}

.fnt_60 {
    font-size: 60px;
}

.fnt_72 {
    font-size: 72px;
}

.fnt_80 {
    font-size: 80px;
}

.fnt_90 {
    font-size: 90px;
}

@media only screen and (max-width:1800px) {
    .fnt_50 {
        font-size: 46px;
    }
    .fnt_60 {
        font-size: 54px;
    }
    .fnt_80 {
        font-size: 74px;
    }
}

@media only screen and (max-width:1660px) {
    .fnt_50 {
        font-size: 40px;
    }
    .fnt_60 {
        font-size: 44px;
    }
    .fnt_22 {
        font-size: 20px;
    }
    .fnt_80 {
        font-size: 60px;
    }
}

@media only screen and (max-width:1440px) {
    .fnt_22 {
        font-size: 18px;
    }
    .fnt_24 {
        font-size: 22px;
    }
    .fnt_26 {
        font-size: 22px;
    }
    .fnt_28 {
        font-size: 24px;
    }
    .fnt_30 {
        font-size: 28px;
    }
    .fnt_32 {
        font-size: 28px;
    }
    .fnt_36 {
        font-size: 30px;
    }
    .fnt_38 {
        font-size: 31px;
    }
    .fnt_40 {
        font-size: 32px;
    }
    .fnt_42 {
        font-size: 34px;
    }
    .fnt_48 {
        font-size: 40px;
    }
    .fnt_50 {
        font-size: 36px;
    }
    .fnt_52 {
        font-size: 44px;
    }
    /*.fnt_60{ font-size:56px;}*/
    .fnt_72 {
        font-size: 60px;
    }
    .fnt_80 {
        font-size: 50px;
    }
    .fnt_90 {
        font-size: 72px;
    }
}

@media only screen and (max-width:1366px) {
    .fnt_20 {
        font-size: 18px;
    }
    .fnt_26 {
        font-size: 20px;
    }
    .fnt_28 {
        font-size: 22px;
    }
    .fnt_30 {
        font-size: 24px;
    }
    .fnt_32 {
        font-size: 24px;
    }
    .fnt_36 {
        font-size: 26px;
    }
    .fnt_38 {
        font-size: 27px;
    }
    .fnt_40 {
        font-size: 28px;
    }
    .fnt_42 {
        font-size: 30px;
    }
    .fnt_48 {
        font-size: 36px;
    }
    .fnt_50 {
        font-size: 36px;
    }
    .fnt_52 {
        font-size: 40px;
    }
    .fnt_60 {
        font-size: 44px;
    }
    .fnt_72 {
        font-size: 48px;
    }
    .fnt_90 {
        font-size: 52px;
    }
    .fnt_80 {
        font-size: 40px;
    }
}

@media only screen and (max-width:1280px) {
    .fnt_22 {
        font-size: 16px;
    }
    .fnt_26 {
        font-size: 18px;
    }
    .fnt_28 {
        font-size: 20px;
    }
    .fnt_30 {
        font-size: 22px;
    }
    .fnt_32 {
        font-size: 22px;
    }
    .fnt_36 {
        font-size: 24px;
    }
    .fnt_38 {
        font-size: 25px;
    }
    .fnt_40 {
        font-size: 26px;
    }
    .fnt_42 {
        font-size: 28px;
    }
    .fnt_48 {
        font-size: 32px;
    }
    .fnt_50 {
        font-size: 32px;
    }
    .fnt_60 {
        font-size: 36px;
    }
    .fnt_72 {
        font-size: 40px;
    }
    .fnt_90 {
        font-size: 42px;
    }
    .fnt_80 {
        font-size: 30px;
    }
}

@media only screen and (max-width:1024px) {
    .fnt_16 {
        font-size: 14px;
    }
    .fnt_18 {
        font-size: 16px;
    }
    .fnt_20 {
        font-size: 16px;
    }
    .fnt_24 {
        font-size: 18px;
    }
    .fnt_30 {
        font-size: 20px;
    }
    .fnt_36 {
        font-size: 22px;
    }
    .fnt_38 {
        font-size: 22px;
    }
    .fnt_40 {
        font-size: 22px;
    }
    .fnt_42 {
        font-size: 24px;
    }
    .fnt_48 {
        font-size: 26px;
    }
    .fnt_50 {
        font-size: 26px;
    }
    .fnt_52 {
        font-size: 28px;
    }
    .fnt_60 {
        font-size: 32px;
    }
    .fnt_72 {
        font-size: 36px;
    }
    .fnt_90 {
        font-size: 36px;
    }
}

@media only screen and (max-width:767px) {
    /*.fnt_20 { font-size:16px;}*/
    /*.fnt_24 { font-size:16px;}*/
    /*.fnt_30 { font-size:18px;}*/
    /*.fnt_36 { font-size:20px;}*/
    /*.fnt_48 { font-size:20px;}*/
    /*.fnt_52 { font-size:20px;}*/
    .fnt_50 {
        font-size: 20px;
    }
    .fnt_60 {
        font-size: 24px;
    }
    .fnt_72 {
        font-size: 24px;
    }
    .fnt_90 {
        font-size: 30px;
    }
}

.img100 {
    width: 100%;
}


/*===============================æ­£æ–‡éƒ¨åˆ† é¦–é¡µ===============================*/


/*è§†é¢‘å¼¹çª—*/

.video_appbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
}

.video_appbox.show {
    visibility: visible;
    opacity: 1;
}

.video_appbox video {
    object-fit: cover;
    width: 100%;
}

.video_appbox .video_t {
    z-index: 2;
    background: #000;
    width: 1035px;
    max-width: 94%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 60%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
}

.video_appbox .video_t video {
    height: auto!important;
}

.video_appbox.show .video_t {
    visibility: visible;
    opacity: 1;
    top: 50%;
}

.video_appbox .mask {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.lt9 .video_appbox .mask {
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");
}

.vide0_close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 99999;
}

.vide0_close i {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}


/*è§†é¢‘å¼¹çª—*/

.party-item {
    margin-bottom: 10px;
    position: relative;
}

.gx3000 {
    margin-top: 40px;
}

.phone_img {
    display: none;
}


/*é€šç”¨æ ·å¼*/

video {
    display: block;
    width: 100%;
}

.n-page-info {
    margin-top: 20px;
    text-align: center;
}

.n-page-info h2 {
    padding-top: 48px;
    font-size: 48px;
    line-height: 56px;
}

.n-page-info h5 {
    margin-top: 20px;
    line-height: 150%;
    font-size: 24px;
    font-weight: normal;
}

.n-page-info .title-black h2 {
    color: #4A494D;
}

.n-page-info .title-black h5 {
    color: #4A494D;
}

.n-tab {
    margin-top: 27px;
    height: 41px;
}

.n-tab div {
    height: 41.5px;
    font-size: 16px;
    padding: 0 20px;
    display: inline-block;
    margin-left: -3.8px;
    line-height: 41.5px;
    border-bottom: 1px solid #c3c9d5;
    cursor: pointer;
    z-index: 20;
}

.n-tab-selected {
    color: #01a0e8!important;
    border-bottom: #01a0e8 3px solid!important;
    height: 40px !important;
    font-weight: bold;
}

.n-page-title {
    position: absolute;
    z-index: 10;
}


/**/

.n-page-info {
    position: relative;
    overflow: hidden;
    font-family: Roboto, arial, "å¾®è½¯é›…é»‘";
}

.b-page-bg-img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.b-page-bg-img img {
    width: 100%;
}

.n-page-info h2 {
    color: #282F3A;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    position: relative;
    z-index: 2;
}

.n-page-info h5 {
    color: #4F5B6A;
    font-weight: 400;
    margin-top: 10px;
    font-size: 22px;
    position: relative;
    z-index: 2;
    padding: 0 30px;
    box-sizing: border-box;
}

.n-page-info h2.white,
.n-page-info h5.white {
    color: white;
}

.b-page1 {
    /*height: 700px;*/
    background: #1c1f26;
    position: relative;
}

.b-page1 h5 {
    color: #fff;
}

.b-page1 .b-page1-icons {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    background: none;
    top: auto;
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: space-evenly;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    z-index: 2;
}

.b-page1 .b-page1-icon {
    display: flex;
    align-items: center;
}

.b-page1 .b-page1-icon .b-page1-icon-img {
    width: 48px;
    height: 48px;
    /*margin-bottom: 10px;*/
}

.b-page1 .b-page1-icon>div {
    display: inline-block;
    margin-left: 20px;
    text-align: left;
}

.b-page2 {
    /*height: 900px;*/
    position: relative;
    box-sizing: border-box;
    /*padding-top: 55px;*/
    background: #fff;
}

.b-page2 .title-black {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0px;
    right: 100px;
    z-index: 3;
    color: #fff;
}

.b-page2 .title-black h2 {
    color: #fff;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}

.b-page2 .title-black h5 {
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
}

.b-page2 .black-tit h5,
.b-page2 .black-tit h2 {
    color: #2D3238;
}

.b-page2 .b-page2-icons {
    position: absolute;
    bottom: 37px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    background: none;
    top: auto;
    display: flex;
    align-items: center;
    height: 42px;
    justify-content: space-evenly;
    font-size: 18px;
    color: #4A494D;
}

.b-page2 .b-page2-icon {
    display: flex;
}

.b-page2 .b-page2-icon div {
    text-align: left;
}

.b-page2 .b-page2-icon .b-page2-icon-img {
    width: 48px;
    height: 48px;
    margin-right: 20px;
}

.b-page2-content {
    position: relative;
}

.b-page2-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 33%;
    background: url(../images/bg.png) no-repeat center;
    background-size: cover;
}

.b-page3 {
    position: relative;
}

.b-page3 .title-black {
    position: absolute;
    width: 100%;
    left: 0;
}

.b-page3 .title-black h1,
.b-page3 .title-black h5 {
    color: #ffff;
}

.b-page3 .title-black h5 {
    font-size: 18px;
    display: none;
}

.b-page3 .b-page3-icons {
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
    background: none;
    top: auto;
    display: flex;
    align-items: center;
    height: 42px;
    justify-content: space-evenly;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
}

.b-page3 .b-page3-icon {
    display: flex;
    align-items: center;
}

.b-page3 .b-page3-icon div {
    text-align: left;
}

.b-page3 .b-page3-icon .b-page3-icon-img {
    width: 48px;
    height: 48px;
    margin-right: 20px;
}

.b-page4 {
    height: 800px;
    position: relative;
}

.b-page4 .title-black {
    position: absolute;
    width: 100%;
    left: 0;
}

.b-page4 .title-black h5,
.b-page5 .title-black h5 {
    font-size: 18px;
}

.b-page5 .title-black {
    position: absolute;
    width: 100%;
    left: 0;
}

.b-page6 {
    position: relative;
    background: #E2E3E7;
}

.b-page6-content {
    margin-top: 6%;
    padding: 0 4%;
    box-sizing: border-box;
    display: inline-block;
}

.b-page6-content ul li {
    float: left;
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}

.b-page6-content ul li dl {
    position: relative;
}

.b-page6-content ul li dd {
    padding: 3px;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    overflow: hidden;
}

.b-page6-content ul li dd img {
    width: 100%;
}

.b-page6-content ul li dt {
    position: absolute;
    padding: 0 10px;
    box-sizing: border-box;
    left: 0;
    bottom: 50px;
    text-align: center;
    width: 100%;
}

.b-page6-content ul li dt span {
    background: rgba(22, 35, 56, .75);
    padding: 9px 20px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
}

.phone-show {
    display: none;
}

@media screen and (max-width:1280px) {
    .n-page-info h2 {
        font-size: 28px;
    }
    .b-page1 .n-page-info h1 {
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:1024px) {
    .b-page1 .b-page1-icons {
        bottom: 20px;
    }
    .b-page1 .b-page1-icon>div {
        display: block;
    }
    .b-page3 .b-page3-icons {
        bottom: 20px;
    }
    .b-page3 .b-page3-icon .b-page3-icon-img {
        margin-right: 8px;
    }
    .b-page6-content {
        padding: 0 2%;
        margin-top: 30px;
    }
    .b-page6-content ul li {
        padding: 0 5px;
    }
    .b-page6-content ul li dt {
        bottom: 20px;
    }
    .b-page6-content ul li dt span {
        font-size: 14px;
    }
    /*.b-page2-content:after{display: none;}*/
}


/*新增加*/

.nbs_8gt2sfp_03 {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.nbs_8gt2sfp_03 img.img1 {
    width: 100%;
    display: block;
}

.nbs_8p_03_t {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 5%;
    font-size: 36px;
    font-weight: 700;
    z-index: 99;
    text-align: center;
    color: #fff;
}

.nbs_8p_03_tab {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 21%;
    left: 0px;
    z-index: 999;
}

.nbs_8p_03_tab ul {
    font-size: 0px;
}

.nbs_8p_03_tab ul li {
    display: inline-block;
    line-height: 38px;
    padding: 0px 24px;
    padding-bottom: 6px;
    border-bottom: 1px solid #9EABBD;
    font-size: 18px;
    color: #9EABBD;
    cursor: pointer;
}

.nbs_8p_03_tab ul li.on {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

.nbs_80_03_c {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.nbs_8g_03_0 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}

.nbs_8g_03_0 video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.nbs_8g_03_0.on {
    opacity: 1;
}

.nbs_8g_03_1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}

.nbs_8g_03_1 video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.nbs_8g_03_1.on {
    opacity: 1;
}

.n-page-ul {
    width: auto;
    margin-top: 8px;
}

.n-page-ul li {
    font-size: 18px;
    line-height: 36px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 15px;
    width: auto;
    display: inline-block;
    margin: 0 3%;
}

.n-page-ul li:before {
    width: 8px;
    height: 8px;
    display: block;
    overflow: hidden;
    content: "";
    background-color: #0055CD;
    position: absolute;
    left: 0px;
    top: 13px;
}

.bgImg {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

@media screen and (max-width:1418px) {
    .nbs_8p_03_t {}
    .nbs_8p_03_tab {
        top: 20%;
    }
    .nbs_8p_03_tab ul li {}
}

@media screen and (max-width:1280px) {
    .b-page1 .b-page1-icon>div {
        font-size: 14px;
    }
    .n-page-info h2 {
        padding-top: 30px;
    }
    .n-page-info h5,
    .b-page2 .title-black h5 {
        font-size: 16px;
        margin-top: 5px;
    }
    .nbs_8p_03_t {
        font-size: 28px;
    }
    .nbs_8p_03_tab ul li {
        font-size: 16px;
    }
}

@media screen and (max-width:1024px) {
    .pc-show {
        display: none!important;
    }
    .phone-show {
        display: block!important;
    }
    .n-page-info h2 {
        padding-top: 10%;
    }
    .b-page1 .b-page1-icons {
        display: block;
        text-align: center;
        height: auto;
    }
    .b-page1 .b-page1-icon {
        width: 50%;
        float: left;
        display: block;
        margin-top: 20px;
    }
    .b-page1 .b-page1-icon>div {
        text-align: center;
        margin-left: 0;
        margin-top: 8px;
    }
    .eg_02 .b-page1-icons {
        display: none;
    }
    .nbs_8p_03_t {
        top: 10%;
    }
    .nbs_8p_03_t br {
        display: none;
    }
    .nbs_80_03_c .phone-show {
        position: absolute;
        bottom: 0;
    }
    .nbs_8p_03_tab {
        top: 32%;
    }
    .nbs_8g_03_1 {
        background: #060608;
    }
    .video_button {
        width: 50px!important;
        height: 50px;
    }
    .eg_09 {
        height: auto!important;
    }
    .eg_04 {
        background: #080918;
        height: auto!important;
    }
    .eg_04 .title-black,
    .eg_05 .title-black,
    .eg_06 .title-black,
    .eg_07 .title-black,
    .eg_08 .title-black,
    .eg_09 .title-black {
        position: static;
    }
    .n-page-info h5 br,
    .b-page2 .title-black h5 br {
        display: none;
    }
    .eg_05 {
        background: #080811;
        height: auto!important;
    }
    .eg_06 {
        background: #E7E7E7;
        height: auto!important;
    }
    .eg_07 {
        background: #E7E7E7;
        height: auto!important;
    }
    .eg_08 {
        background: #08070A;
        height: auto!important;
    }
    .eg_08.n-page-info .title-black {
        margin-bottom: 30px;
    }
    .eg_09 {
        background: #1B1F2B;
    }
    .n-page-ul li {
        display: block;
    }
    .n-page-ul li:before {
        position: static;
        display: inline-block;
        margin-right: 8px;
        vertical-align: middle;
        margin-top: -2px;
    }
}

@media screen and (max-width:750px) {
    .n-page-info h2 {
        font-size: 20px!important;
        line-height: inherit;
        padding-left: 20px;
        padding-right: 20px;
    }
    .n-page-info H2 {
        padding-top: 35px;
    }
    .n-page-info h5 {
        font-size: 12px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .b-page1 .b-page1-icon>div {
        font-size: 12px;
    }
    .eg_02 {
        height: auto!important;
        background: #191F2A;
        padding-top: 35px;
    }
    .nbs_8gt2sfp_03,
    .n-page-info {
        margin-top: 10px;
    }
    .nbs_8p_03_t {
        font-size: 20px;
        position: static;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .nbs_80_03_c .phone-show {
        position: static;
    }
    .nbs_8p_03_tab {
        position: static;
        margin-top: 8px;
    }
    .nbs_8p_03_tab ul li {
        font-size: 12px;
    }
    .video_button {
        width: 40px!important;
        height: 40px;
    }
    .eg_03 {
        background: #303c54;
        height: auto!important;
    }
    .eg_03 .title-black {
        position: static;
    }
    .eg_03 .b-page2-content {
        margin-top: -20%;
    }
    .b-page2 .title-black h2 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .n-page-ul li {
        font-size: 12px;
        line-height: 24px;
    }
}