﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: Microsoft YaHei;
    vertical-align: baseline;
}

img {
    font-size: 0;
}

.f_t {
    font-weight: 400;
}

.b5_fixed .f_t {
    color: #F95146;
}

#nb_nodeboard {
    bottom: 100px !important;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: "";
        content: none;
    }

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

html, body {
    overflow: hidden;
}

.box .load {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
}

.load_bg {
    width: 100%;
    height: 100%;
    background: #fff;
}

.load p {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 200;
    width: 32px;
    height: 32px;
    overflow: hidden;
    margin: -16px 0 0 -16px;
}

.load .loadTxt {
    width: 400px;
    height: 86px;
    margin: 50px 0 0 -200px;
    text-align: center;
    color: #666;
    font-weight: bold;
    font-size: 30px;
}

.wrapHeader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 65px;
    background: url(../images/sprite.png) repeat-x;
}

.header {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.logo {
    float: left;
    width: 255px;
    height: 60px;
    line-height: 60px;
    position: relative;
}

    .logo span {
        position: absolute;
        left: 100%;
        height: 20px;
        line-height: 20px;
        top: 50%;
        margin-top: -8px;
        border-left: 1px solid #888;
        color: #888;
        padding-left: 5px;
        margin-left: 5px;
        width: 100%;
    }

    .logo img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
        vertical-align: middle;
    }

.nav {
    list-style: none;
    float: right;
    font-size: 14px;
    line-height: 60px;
}

    .nav li {
        float: left;
    }

    .nav > li > a {
        float: left;
        padding: 0 15px;
        color: #888;
        text-decoration: none;
    }

        .nav > li > a:hover, .nav > li > .cur {
            color: #fff;
            background: #29bf25;
            background-color: #398e3b;
        }

.fixedNav {
    display: none;
    position: fixed;
    right: 15px;
    top: 50%;
    z-index: 1000;
    width: 24px;
    height: 163px;
    margin-top: -80px;
    padding-top: 12px;
    background: url(../images/sprite.png) no-repeat 0 -110px;
    list-style: none;
}

    .fixedNav li {
        float: left;
        position: relative;
        width: 100%;
        height: 16px;
        padding-left: 3px;
        margin-bottom: 5px;
    }

    .fixedNav .icon {
        display: block;
        width: 16px;
        height: 16px;
        background: url(../images/sprite.png) no-repeat -40px -131px;
        cursor: pointer;
    }

    .fixedNav .txt {
        display: none;
        position: absolute;
        left: -80px;
        top: 0;
        width: 76px;
        height: 19px;
        background: url(../images/sprite.png) no-repeat 0 -80px;
        color: #fff;
        font-size: 12px;
        line-height: 19px;
        text-align: center;
    }

    .fixedNav .cur .icon {
        background: url(../images/sprite.png) no-repeat -40px -110px;
    }
/**内容**/
.wrapBox {
    position: fixed;
    top: 60px;
    width: 100%;
}

.box {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    height: 100vh;
    overflow: hidden;
}

.box_fixed {
    position: relative !important;
    width: 100%;
    height: 570px;
}

.box div {
    position: absolute;
    z-index: 100;
}

.box .zIndex10 {
    z-index: 10;
}

.box .zIndex40 {
    z-index: 40;
}

.box .zIndex50 {
    z-index: 50;
}

.box .zIndex150 {
    z-index: 150;
}

.box .zIndex160 {
    z-index: 160;
}
/**box1**/
.b1_01 {
    left: 200px;
    top: 285px;
    opacity: 0.2;
}

.b1_02 {
    bottom: 15px;
    max-width: 960px;
    margin-left: -480px;
    text-align: center;
}

    .b1_02 img {
        width: 100%;
    }

    .b1_02 button {
        display: none;
        border: none !important;
        background-color: transparent !important;
        cursor: pointer;
        max-width: 240px;
        left: 50%;
        margin: auto;
        position: absolute;
        top: 50%;
        margin-top: -120px;
        margin-left: -120px;
        font-size: 0;
    }

    .b1_02 h2 {
        bottom: 110%;
        position: absolute;
        left: 0;
        right: 0;
        font-size: 38px;
        text-align: center;
        color: #616D72;
        color: #fff;
    }

        .b1_02 h2 span {
            font-size: 20px;
            vertical-align: middle;
            padding: 0 15px;
        }

.b1_03 {
    text-align: center;
    left: 0;
    right: 0;
    top: 0px;
}

    .b1_03 h2 {
        font-size: 38px;
    }

    .b1_03 img {
        display: block;
    }

    .b1_03 a {
        margin: 15px 0 0 10px;
        opacity: .5;
    }

        .b1_03 a img {
            margin: 0 auto;
        }

.b1_04 {
    left: 1380px;
    top: 405px;
}

.b1_03_btn {
    opacity: .5;
}

    .b1_03_btn.anima {
        opacity: .5;
        -webkit-animation-name: 'opt'; /*动画名称*/
        -webkit-animation-duration: 2s; /*播放一次所持续时间*/
        -webkit-animation-timing-function: ease; /*动画播放频率*/
        -webkit-animation-iteration-count: infinite; /*动画播放次涒为无限次*/
    }

@-webkit-keyframes

'opt' {
    from;

{
    opacity: .5;
}

50% {
    opacity: 1;
}

to {
    opacity: .5;
}

}

h2 {
    font-weight: 400;
    font-size: 46px;
}
/**box2**/
.b2_01 {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
}

    .b2_01 img {
        margin: 0 auto;
        max-width: 100%;
    }

.b2_02 {
    position: absolute;
    z-index: 100;
    text-align: center;
    left: 0;
    right: 0;
    color: #2d2d2d;
}

.b2_07 {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 0;
    line-height: 30px;
    color: #2d2d2d;
    font-size: 16px;
    text-align: center;
    width: 960px;
    margin-left: -480px;
}

    .b2_07 span strong {
        font-size: 32px;
    }

    .b2_07 span {
        width: 50%;
        float: left;
        padding-bottom: 30px;
        text-align: left;
        padding-left: 110px;
        font-size: 18px;
    }

.b2_03 {
    left: 600px;
    top: 30px;
}

.b2_04 {
    left: 1100px;
    top: 100px;
}

.b2_06 {
    left: 1260px;
    top: 200px;
}
/**box3**/
.b3_bg {
    color: #666;
}

.box_tl {
    left: 50%;
    top: 30px;
    width: 960px;
    min-height: 80px;
    margin-left: -480px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.clfea005 {
    color: #fea005;
}

.box_tl h2 {
    font-size: 38px;
}

.box_tl p {
    color: #867979;
    font-family: Arial;
    font-size: 16px;
}

.b3_img {
    left: 50%;
    top: 180px;
    width: 371px;
    height: 347px;
    margin-left: -185px;
    opacity: 0;
}

    .b3_img.transform {
        -webkit-transform: rotate(0deg);
        -webkit-animation-name: "rotate";
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: 1;
        -webkit-transition-timing-function: linear;
    }

@-webkit-keyframes

'rotate' {
    from;

{
    -webkit-transform: rotate(0deg);
}

to {
    -webkit-transform: rotate(360deg);
}

}

.b3_txt {
    top: 230px;
    left: 500px;
    font-size: 14px;
    line-height: 20px;
}

    .b3_txt strong {
        display: block;
        height: 25px;
        color: #fea005;
        font-size: 18px;
    }

.b3_01 {
    top: 201px;
    left: 525px;
    width: 290px;
    text-align: right;
}

.b3_02 {
    top: 201px;
    left: 1110px;
    width: 266px;
}

.b3_03 {
    top: 332px;
    left: 1170px;
    width: 290px;
}

.b3_04 {
    top: 463px;
    left: 1110px;
    width: 290px;
}

.b3_05 {
    top: 463px;
    left: 525px;
    width: 290px;
    text-align: right;
}

.b3_06 {
    top: 332px;
    left: 464px;
    width: 290px;
    text-align: right;
}
/**box4**/
.b4_bg {
    color: #fff;
}

.b4_tl {
    position: absolute;
    left: 0;
    top: 50px;
    width: 350px;
    font-size: 38px;
}

    .b4_tl span {
        display: block;
        font-size: 30px;
    }

.b4_txt_box {
    left: 470px;
}

.b4_txt {
    left: 0;
    width: 360px;
    font-size: 14px;
}

    .b4_txt p {
        padding-left: 35px;
        background: url(../images/gou.png) left center no-repeat;
        line-height: 35px;
    }

    .b4_txt strong {
        font-size: 16px;
        line-height: 25px;
    }

.b4_txt01 {
    top: 130px;
}

.b4_txt02 {
    top: 212px;
}

.b4_txt03 {
    top: 294px;
}

.b4_txt04 {
    top: 376px;
}

.b4_txt05 {
    top: 458px;
}

.b4_txt06 {
    top: 540px;
}

.b4_01, .b4_02 {
    top: 50px;
}

.b4_01 {
    width: 600px;
}

    .b4_01 img {
        max-width: 100%;
    }

    .b4_01 .tl, .b4_02 .tl {
        position: absolute;
        top: 475px;
        left: 0;
        width: 100%;
        font-size: 12px;
        text-align: center;
    }

.b4_01 {
    left: 940px;
}

.b4_02 {
    left: 1195px;
}
/**box5**/
.b5_bg { /*background-image: url(../images/b5_bg.jpg);*/
}

.b5_bg {
    color: #666;
}

.b5_tl {
    top: 20px;
    min-height: 90px;
    border-bottom-color: #d3e1c9;
}

    .b5_tl h2 {
        font-size: 38px;
    }

.b5_txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    color: #867979;
    font-size: 16px;
    text-align: center;
}

.b5_01 {
    left: 500px;
    top: 165px;
    max-width: 500px;
}

    .b5_01 img {
        width: 100%;
    }

.b5_ico {
    left: 930px;
    top: 150px;
    font-size: 12px;
    text-align: center;
    font-size: 16px;
}

    .b5_ico p {
        position: absolute;
        background: url(../images/b5_ico.png) no-repeat;
    }

    .b5_ico > p {
        top: 128px;
        width: 500px;
        background-position: 0 -148px;
        text-align: left;
        background: url(../images/red_arrow.png) left center no-repeat;
        padding: 10px 0 10px 35px;
    }
/**box6**/
.b6_bg {
    color: #fff;
}

.b6_tl {
    position: absolute;
    left: 500px;
    top: 15px;
    font-size: 38px;
}

    .b6_tl span {
        display: block;
        padding-top: 5px;
        font-weight: normal;
        font-size: 16px;
        font-family: 'Arial';
    }

.b6_cont {
    left: 480px;
    top: 50px;
    max-width: 960px;
    height: 500px;
    font-size: 14px;
}

.b6_txt {
    width: 200px;
    font-size: 16px;
}

.b6_img {
    left: 194px;
    top: 68px;
}

.b6_txt01 {
    left: 270px;
    top: 45px;
}

.b6_txt02 {
    left: 590px;
    top: 55px;
}

.b6_txt03 {
    left: 730px;
    top: 202px;
}

.b6_txt04 {
    left: 650px;
    top: 420px;
}

.b6_txt05 {
    left: 430px;
    top: 500px;
}

.b6_txt06 {
    left: 184px;
    top: 400px;
}

.b6_txt07 {
    left: 118px;
    top: 212px;
}

.b6_cont i {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
}

.b6_txt01 i {
    left: 98px;
    top: 26px;
}

.b6_txt02 i {
    left: -19px;
    top: 16px;
}

.b6_txt03 i {
    left: -16px;
    top: 14px;
}

.b6_txt04 i {
    left: 14px;
    top: -21px;
}

.b6_txt05 i {
    left: 66px;
    top: -21px;
}

.b6_txt06 i {
    left: 121px;
    top: -1px;
}

.b6_txt07 i {
    left: 139px;
    top: 15px;
}

.b6_arrow {
    left: 430px;
    top: 188px;
    width: 30px;
    height: 34px;
    overflow: hidden;
}

    .b6_arrow em {
        display: block;
        position: absolute;
        top: 0;
        width: 12px;
        height: 34px;
    }

.b6_arrow01 {
    left: 1px;
}

.b6_arrow02 {
    left: 17px;
}

.b6_01 {
    left: 1220px;
    top: 380px;
}
/**box7**/
div.b7_tl {
    top: 30px;
    height: 70px;
}

.b7_tl h2 {
    color: #6e6e6e;
    font-size: 38px;
}

.b7_tl p {
    font-size: 12px;
    font-family: "Microsoft Yahei";
}

div.b7_contact {
    position: static;
    max-width: 960px;
    height: 75px;
    margin: 0 auto;
    padding-top: 135px;
}

.b7_contact .tel {
    float: left;
    width: 455px;
    text-align: center;
    font-size: 30px;
    display: none;
}

.b7_contact .service {
    float: left;
    width: 280px;
    display: none;
}

    .b7_contact .service strong {
        float: left;
        width: 115px;
        height: 40px;
        overflow: hidden;
        background: url(../images/b7_sprite.png) no-repeat -125px -103px;
        text-indent: -9999px;
    }

    .b7_contact .service .qq {
        float: left;
        width: 31px;
        height: 40px;
        margin-right: 9px;
        background: url(../images/b7_sprite.png) no-repeat;
    }

    .b7_contact .service .qq01 {
        background-position: 0 -111px;
    }

    .b7_contact .service .qq02 {
        background-position: -40px -110px;
    }

    .b7_contact .service .qq03 {
        background-position: -80px -111px;
    }

.b7_contact .bocService {
    float: left;
    width: 213px;
    height: 46px;
    margin-top: -8px;
    background: url(../images/b7_sprite.png) no-repeat 0 -50px;
}

div.b7_bottom {
    position: static;
    max-width: 960px;
    margin: 60px auto auto;
}

    div.b7_bottom div {
        position: static;
    }

.b7_map {
    float: left;
    width: 605px;
    text-align: center;
}

    .b7_map .txt {
        height: 29px;
        color: #6e6e6e;
        font-size: 14px;
    }

    .b7_map .img {
        float: left;
        border: 1px solid #ccc;
    }

        .b7_map .img img {
            vertical-align: top;
        }

.b7_msg {
    float: left;
    width: 355px;
}

    .b7_msg h4 {
        height: 30px;
        color: #6e6e6e;
        font-weight: normal;
        font-size: 18px;
        margin-bottom: 15px;
    }

        .b7_msg h4 span {
            color: #ccc;
            font-size: 16px;
        }

    .b7_msg .row {
        overflow: hidden;
        margin-bottom: 12px;
    }

    .b7_msg input {
        float: left;
        width: 100%;
        padding: 10px 14px;
        outline: none;
        border: 0;
        color: #b3b3b3;
        font-size: 14px;
        font-family: "Microsoft Yahei";
        line-height: 18px;
        background-color: #fff;
        border: 1px solid #ccc;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .b7_msg .name {
        margin-right: 15px;
    }

    .b7_msg .companyName {
        background-position: 0 -209px;
    }

    .b7_msg textarea {
        height: 125px;
        padding: 10px 14px;
        outline: none;
        border: 0;
        background: url(../images/b7_sprite.png) no-repeat 0 -259px;
        color: #b3b3b3;
        font-size: 14px;
        font-family: "Microsoft Yahei";
        line-height: 18px;
        resize: none;
    }

    .b7_msg .btn {
        display: block;
        width: 156px;
        height: 38px;
        background: url(../images/b7_sprite.png) no-repeat;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        line-height: 38px;
        text-decoration: none;
    }

.b7_txt {
    position: absolute;
    left: 50%;
    top: 120px;
    max-width: 960px;
    margin-left: -480px;
    color: #bcbcbc;
    font-size: 14px;
    text-align: center;
}

#dituContent {
    position: relative;
    width: 540px;
    height: 270px;
    text-align: center;
}

    #dituContent img {
        max-height: 100%;
        max-width: 100%;
        height: auto;
        width: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    #dituContent div div {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }

    #dituContent[data-col='2'] .img-a {
        position: absolute;
        left: 0;
        right: inherit;
        width: 270px;
        padding-bottom: 50%;
    }

    #dituContent[data-col='2'] .img-b {
        position: absolute;
        left: inherit;
        right: 0;
        width: 270px;
        padding-bottom: 50%;
    }

@media (max-width:960px) {
    #dituContent {
        margin: 0 auto;
    }
}

@media (max-width:600px) {
    #dituContent {
        width: 100%;
    }

        #dituContent[data-col='2'] .img-a, #dituContent[data-col='2'] .img-b {
            width: 50%;
        }
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer_xf {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.8);
    color: #fff;
    padding: 15px 0;
    z-index: 999;
    margin: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.bot_nav_on .footer_xf {
    margin-bottom: -100px;
}

.footer_xf .container {
    position: relative;
}

.footer_xf .text_p {
    margin-right: 200px;
    position: relative;
}

    .footer_xf .text_p p {
        margin: 0;
        font-size: 22px;
        line-height: 35px;
    }

    .footer_xf .text_p .span1 {
        position: absolute;
        height: 50px;
        line-height: 50px;
        left: 260px;
        font-size: 26px;
        top: 50%;
        margin-top: -25px;
    }

        .footer_xf .text_p .span1 em {
            margin-left: 15px;
            font-style: normal;
        }

        .footer_xf .text_p .span1 strong {
            font-size: 36px;
            color: #FF0000;
            margin-left: 5px;
        }

    .footer_xf .text_p p.p_title {
        font-size: 32px;
        font-weight: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
        text-indent: 1.4em;
    }

    .footer_xf .text_p a {
        display: inline-block;
        background-color: #fff;
        color: #333;
        font-size: 18px;
        padding: 10px 16px;
        white-space: nowrap;
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -22px;
        -moz-border-radius: 6px !important;
        -webkit-border-radius: 6px !important;
        border-radius: 6px !important;
        text-decoration: none;
    }

.bot_nav {
    position: absolute;
    height: 42px;
    width: 42px;
    left: 100%;
    bottom: 50%;
    cursor: pointer;
    margin-bottom: -11px;
    padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

@media (max-width:1320px) {
    .bot_nav {
        margin-left: -45px !important;
    }
}

.bot_nav:after {
    content: " ";
    border: 2px solid #fff;
    border-width: 0 0 2px 2px;
    height: 20px;
    width: 20px;
    display: block;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.bot_nav_on .bot_nav {
    bottom: 150%;
    margin: 0;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    background-color: rgba(0,0,0,.8);
    padding: 5px 10px 15px;
}

.b8_fixed, .b9_fixed {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.b4_fixed .f_t {
    color: #f9ff06;
}

@media (min-width:960px) {
    .b8_fixed, .b9_fixed {
        max-width: 960px;
    }
}

@media (min-width:1230px) {
    .b8_fixed, .b9_fixed {
        max-width: 1200px;
    }
}

.b8_tl, .b9_tl {
    margin: 50px 0 70px;
}

.b8_fixed *, .b9_fixed * {
    position: relative !important;
}

.b8_model .model_li, .b9_model .model_li {
    width: 33.33333%;
    float: left;
    padding: 0 30px;
}

.model_ico {
    width: 80px;
    height: 80px;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 10px auto;
}

.model_title {
    margin: 10px auto;
    font-weight: 700;
}

.model_li_img {
    height: 60px;
    line-height: 60px;
    margin: 10px auto 30px auto;
}

    .model_li_img img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
        vertical-align: middle;
    }

.b9_title {
    font-size: 36px;
}

.b9_fixed .model_li_title {
    font-size: 22px;
    margin-bottom: 5px;
}

@media (min-width:1310px) {
    .b1_02 h2 {
        left: -200px;
        right: -200px;
    }
}

@media (min-height:800px) and (min-width:960px) {
    .b1_02 h2 {
        font-size: 46px;
        bottom: 120%;
    }
}

@media (min-height:600px) and (min-width:960px) {
    .b1_02 h2 {
        bottom: 110%;
    }
}

@media (min-height:850px) and (min-width:960px) {
    .b1_02 h2 {
        bottom: 126%;
    }
}

@media (min-width:960px) {
    .top-middle, .box_fixed {
        top: 50% !important;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}

@media (min-width:960px) {
    #nb_nodeboard {
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .bot_nav_on #nb_nodeboard {
        bottom: 0 !important;
    }
}

@media (max-width:959px) {
    html, body {
        overflow: auto;
    }

    #nb_nodeboard {
        bottom: 88.5px !important;
    }

    .box_tl {
        left: 0;
        right: 0;
        margin: 0;
        padding: 0 15px;
        width: auto;
    }

    .box {
        width: 100%;
        left: 0;
        margin: 0;
        height: auto;
        overflow: hidden;
        padding: 15px;
        position: relative;
    }

    .b1_01 {
        left: 50%;
        width: 1440px;
        margin-left: -720px;
        top: auto;
        bottom: -30%;
        z-index: 1 !important;
    }

    .b4_txt_box {
        left: 15px;
    }

    .b4_01, .b4_02 {
        top: 300px;
        left: 50% !important;
    }

    .b5_01 {
        left: 15px;
    }

    .b1_02 {
        position: relative !important;
        left: 0 !important;
        right: 0;
        top: initial !important;
        margin: 0;
        bottom: initial;
        z-index: 99 !important;
        margin-bottom: 50px;
    }

        .b1_02 button {
            display: none;
        }

        .b1_02 h2 {
            margin: 90px 0 20px;
            position: relative;
        }

    .box_tl, .b5_txt {
        position: relative !important;
        margin: 10px 0 0 !important;
        left: auto;
        right: auto;
        top: auto;
        height: auto;
    }

    .b5_tl h2 span {
        display: block;
    }

    .b3_01, .b3_03, .b3_05, .b3_02, .b3_04, .b3_06, .b2_fixed > *, .b4_txt_box, .b4_txt_box > *, .b6_fixed, .b6_fixed > *, .b6_fixed .b6_txt {
        left: inherit !important;
        top: inherit !important;
        right: inherit !important;
        position: relative !important;
        width: 100% !important;
        text-align: left !important;
        margin: 10px 0 15px;
        height: auto;
    }

    .b1_bg {
        background-image: url(../images/slide1_3.jpg);
    }

    .b2_bg {
        background-image: url(../images/b2_bg.jpg);
    }

    .b3_bg {
        background-image: url(../images/b3_bg.jpg);
    }

    .b4_bg {
        background-image: url(../images/b4_bg.jpg);
    }

    .b6_bg {
        background-image: url(../images/b6_bg.jpg);
    }

    .b7_bg {
        background-image: url(../images/b7_bg.jpg);
    }

    .b8_bg {
        background-image: url(../images/b8_bg.jpg);
    }

    .b9_bg {
        background-image: url(../images/b9_bg.jpg);
        background-position: center top;
        background-size: cover;
    }

    .box1_bg, .box2_bg, .box3_bg, .box4_bg, .box5_bg, .box6_bg, .box7_bg {
        display: none;
    }

    #wrapBox {
        position: relative;
        top: auto !important;
    }

    .box_fixed {
        height: auto !important;
        position: relative !important;
    }

    .header .nav {
        position: absolute;
        top: 100%;
        overflow: auto;
        left: 0;
        right: 0;
        background-color: #FFFDF6;
    }

        .header .nav li, .header .nav li a {
            height: 35px;
            line-height: 35px;
            float: none;
            display: block;
        }

    .b7_contact {
        display: none;
    }

    .b7_map {
        width: 100%;
        float: none;
        margin-bottom: 35px;
    }

    .b7_msg {
        max-width: 505px;
        width: auto;
        margin: 0 auto;
        float: none;
    }

    .b2_fixed {
        padding-bottom: 60%;
    }

    .b2_01 {
        position: absolute !important;
        right: 0 !important;
        bottom: -15%;
    }

        .b2_01 img {
            max-width: 100%;
            height: auto;
        }

    .b4_01, .b4_02 {
        position: relative !important;
        top: auto !important;
        left: 0 !important;
        width: 100%;
        float: left;
        text-align: center;
    }

        .b4_01 img, .b4_02 img {
            max-width: 100%;
        }

    .b5_01 {
        position: relative !important;
        top: 30px;
        left: 0;
        right: 0;
        text-align: center;
        max-width: 100%;
        margin: auto auto 15px;
    }

        .b5_01 img {
            max-width: 100%;
        }

    .b4_fixed, .b6_fixed {
        text-align: center !important;
    }

        .b4_tl, .b2_02, .b6_fixed > *, .b6_fixed .b6_txt {
            text-align: center !important;
        }

    .b2_07, .b2_02 {
        color: #fff;
    }

    .b2_07 {
        text-align: left;
    }

        .b2_07 span {
            float: none;
            width: 100%;
            text-align: left !important;
            padding: 0 0 10px 10px;
            display: block;
        }

    .b7_bg {
        padding-bottom: 170px;
    }

    .b5_ico {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        top: inherit !important;
    }

        .b5_ico p {
            position: relative;
            width: 100%;
            top: 15px;
        }

    .footer_xf {
        bottom: 0 !important;
        margin: 0 !important;
    }

        .footer_xf .text_p span {
            position: relative;
            right: inherit;
            top: inherit;
            margin: 0;
            height: auto;
            line-height: 25px;
            font-size: 16px;
        }

            .footer_xf .text_p span em {
                display: block;
                margin: 0;
            }

    .bot_nav, .b2_03, .b2_04, .b2_05, .b2_06 {
        display: none;
    }
}


@media (max-width:1200px) {
    .header .nav {
        display: none;
    }
}

@media (max-width:768px) {
    .header .nav {
        display: block;
    }
}

@media (max-width:767px) {
    .model_li {
        float: none !important;
        width: 100% !important;
    }
}

@media (max-width:500px) {
    .b1_02 h2 span {
        display: block;
    }
}

@media (max-width:992px) {
    .footer_xf .text_p p.p_title {
        font-size: 16px;
    }

    .footer_xf .text_p p {
        font-size: 16px;
        max-width: 200px;
    }

    .font_sizes {
        font-size: 16px !important;
    }

    .footer_xf .text_p .span1 strong {
        font-size: 16px;
    }

    .footer_xf .text_p .span1 {
        transform: translateX(-50px);
    }

        .footer_xf .text_p .span1 em {
            font-size: 16px;
        }

    .footer_xf .text_p .span1 {
        height: auto;
        line-height: inherit;
    }
}

@media (max-width:630px) {
    .footer_xf .text_p p.p_title {
        font-size: 12px;
    }

    .footer_xf .text_p p {
        font-size: 12px;
        max-width: 100px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .font_sizes {
        font-size: 12px !important;
    }

    .footer_xf .text_p .span1 strong {
        font-size: 12px;
        min-width: 30px;
    }

    .footer_xf .text_p .span1 {
        transform: translateX(-120px);
    }

        .footer_xf .text_p .span1 em {
            font-size: 12px;
        }

    .footer_xf .text_p .span1 {
        height: auto;
        line-height: inherit;
        min-width: 106px;
    }

    .footer_xf .text_p a {
        font-size: 14px;
        padding: 5px 5px;
        transform: translateX(10px);
    }
}

@media (max-width:470px) {
    .footer_xf .text_p a {
        padding: 5px 3px;
        font-size: 12px;
        /*right: 10px;*/
        margin-left: 130px;
    }

    .footer_xf .text_p .span1 {
        margin-left: -30px;
    }

    .footer_xf .text_p p {
        line-height: 20px;
    }
}

.play_img {
    position: absolute;
    left: 4% !important;
    right: 3.9% !important;
    top: 4.5% !important;
    bottom: 35% !important;
    overflow: hidden;
    text-align: center;
    z-index: 999 !important;
    background: #fff url(../images/loading1.gif) center center no-repeat;
}

    .play_img ul, .play_img li {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none;
        position: relative;
    }

    .play_img .bd {
        position: relative !important;
    }

    .play_img .bd {
        display: block;
        width: 100%;
    }

    .play_img .tempWrap {
        position: relative !important;
    }

    .play_img .bd span {
        display: block;
    }

    .play_img img {
        width: 100%;
    }

    .play_img .hd {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        z-index: 999;
        font-size: 0;
    }

        .play_img .hd li {
            display: inline-block;
            height: 10px;
            border: 1px solid rgba(0,0,0,0.5);
            width: 30px;
            margin: 0 2px !important;
            cursor: pointer;
            background-color: rgba(0,0,0,0.5);
        }

            .play_img .hd li.on {
                background-color: #040404;
            }

    .play_img .pageState {
        display: none;
    }

.hidden-xs {
    display: none;
}

.visible-xs {
    display: block;
}

@media (min-width:768px) {
    .visible-xs {
        display: none;
    }

    .hidden-xs {
        display: block;
    }
}

#nb_icon_wrap {
    margin-right: 30px !important;
}

.modal-right ~ #newBridge #nb_icon_wrap {
    margin-top: -125px !important;
    z-index: 990;
}

.modal-right {
    position: fixed;
    top: 50%;
    right: 72px;
    translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.modal-right {
    font-size: 0;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.web-nav-right {
    display: block;
    float: right;
    line-height: 60px;
}

    .web-nav-right a {
        color: #fff;
        background-color: #398E3B;
        text-decoration: none;
        padding: 5px 10px;
        font-size: 100%;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

@media (min-width:960px) {
    .web-nav-right {
        display: none;
    }
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

    .navbar-default .navbar-nav > li > a:first-child {
    }

    .navbar-default .navbar-nav > li > a {
        color: initial;
    }

.navbar-nav > li > a {
    line-height: 60px;
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background: #29bf25;
    background-color: #398e3b;
}

.navbar-nav {
    margin: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative !important;
}

.swiper-slide {
    position: relative !important;
    text-align: center;
}

.emeverydayprice {
    margin-left: 130px !important;
}

@media screen and (max-width: 1200px) {
    .emeverydayprice {
        margin-left: 15px !important;
    }
}
