/* reset */

.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';
}

body,
a {
    color: #000;
}

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

@media only screen and (min-width:1025px) {
    .n-detail-page-content a:hover {
        color: #b8120d!important;
    }
}


/*.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 H1 {
    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 H1 {
    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 h1 {
    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: 16px;
    font-size: 22px;
    position: relative;
    z-index: 2;
}

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

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

.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 .b-page1-icon-img {
    width: 48px;
    height: 48px;
    /*margin-bottom: 10px;*/
}

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

.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;
}

.b-page2 .title-black h5 {
    margin-top: 10px;
    font-size: 14px;
    color: #4A494D;
}

.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 h1 {
        font-size: 28px;
    }
    .b-page1 .n-page-info h1 {
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:1024px) {
    .n-page-info h1 {
        font-size: 20px;
        line-height: inherit;
    }
    .n-page-info H1 {
        padding-top: 35px;
    }
    .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;}*/
}

@media screen and (max-width:750px) {
    .phone-show {
        display: block;
    }
    .pc-show {
        display: none;
    }
    .show-pc {
        display: none;
    }
    .n-page-info h5 {
        margin-top: 8px;
        font-size: 12px!important;
    }
    .selling-point li {
        word-break: break-all;
    }
    .n-page-info h1 {
        font-size: 1rem;
        line-height: 26px;
        width: 96%;
        margin-left: 2%;
    }
    .n-page-info h5 {
        font-size: 0.38rem;
        width: 94%;
        margin-left: 3%;
    }
    .b-page-bg-img {
        top: 25%;
    }
    .b-page1 {
        height: auto;
        background: #152437;
    }
    .b-page1 .b-page1-icon .b-page1-icon-img {
        width: 30px;
        height: 30px;
        margin-right: 8px;
        margin-bottom: 0;
    }
    .b-page1 .b-page1-icon div {
        font-size: 0.32rem;
        text-align: left;
    }
    .b-page1 .b-page1-icons {
        flex-wrap: wrap;
        padding: 0 3%;
        height: auto;
        bottom: 20px;
    }
    .b-page1 .b-page1-icon {
        width: 50%;
        display: flex;
        align-items: center;
        height: 48px;
    }
    .b-page1 .b-page1-icons:after {
        width: 50%;
        display: block;
        content: "";
    }
    .b-page1 .b-page1-icon>div {
        margin-left: 0;
    }
    .b-page2 {
        padding: 0;
        height: auto;
        background: #fff;
        overflow: hidden;
    }
    .b-page2 .title-black {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
    }
    .b-page2 .b-page2-icons {
        position: relative;
    }
    .b-page2 .b-page2-icon .b-page2-icon-img {
        width: 30px;
        height: 30px;
        margin-right: 8px;
        margin-bottom: 0;
    }
    .b-page2 .b-page2-icon div {
        font-size: 0.32rem;
        text-align: left;
    }
    .b-page2 .b-page2-icons {
        flex-wrap: wrap;
        padding: 0 4%;
        height: auto;
        bottom: 10px;
    }
    .b-page2 .b-page2-icon {
        width: 50%;
        display: flex;
        align-items: center;
        height: 48px;
    }
    .b-page3 {
        background: #e9e7e9;
        height: auto;
    }
    .b-page3 .title-black {
        position: relative;
    }
    .b-page3 .b-page3-icons {
        position: relative;
    }
    .b-page3 .b-page3-icon .b-page3-icon-img {
        width: 30px;
        height: 30px;
        margin-right: 8px;
        margin-bottom: 0;
    }
    .b-page3 .b-page3-icon div {
        font-size: 0.32rem;
        text-align: left;
    }
    .b-page3 .b-page3-icons {
        flex-wrap: wrap;
        padding: 0 4%;
        height: auto;
        bottom: 0;
    }
    .b-page3 .b-page3-icon {
        width: 50%;
        display: flex;
        align-items: center;
        height: 48px;
    }
    .b-page4 {
        /*background: #19374e;*/
        background-image: radial-gradient(#0d537f 0%, #0c1e2b 67%);
        height: auto;
    }
    .b-page4 .title-black {
        position: relative;
    }
    .b-page5 {
        height: auto;
    }
    .rj-footer-bar .rj-subscribe-input {
        font-size: 16px;
    }
    .n-page-info {
        margin-top: 10px;
    }
    .n-page-info H1 {
        padding-top: 30px;
    }
    .b-page1,
    .b-page2,
    .b-page3,
    .b-page4,
    .b-page5,
    .b-page6 {
        height: auto!important;
    }
    .b-page1 .b-page1-icons {
        position: static;
        margin: 20px 0 30px;
    }
    .b-page-bg-img {
        position: static;
    }
    .b-page2 {
        background: #D8D9DB;
    }
    .b-page2 .title-black h5 {
        font-size: 12px;
    }
    .video-phone {
        margin-top: 30px;
        position: relative;
    }
    .video_button {
        width: 40px!important;
        height: 40px;
    }
    .b-page3 {
        background: #181E28;
    }
    .b-page3 .b-page1-icons {
        position: static;
    }
    .b-page-bg-img {
        position: static;
    }
    .b-page3 .title-black h5 {
        margin-top: 5px;
        color: #fff;
    }
    .b-page3 .b-page3-icons {
        margin-top: 30px;
    }
    .b-page3-content {
        margin-top: -10px;
    }
    .b-page4 {
        background: #18243A;
    }
    .b-page5 {
        background: #fff;
    }
    .b-page5 .title-black {
        position: static;
    }
    .b-page6 {
        padding-bottom: 20px;
    }
    .b-page6-content {
        margin-top: 20px;
        padding: 0 10px;
    }
    .b-page6-content ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .new-b-page4 .b-page-bg-img {
        margin-top: 30px;
    }
}