@charset "utf-8";
/*----------------公共部分----------------*/
html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}

body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p, select {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 12px; /*解决ie6缓动*/
    background-attachment: fixed;
    font: 12px/1.5 tahoma, arial, "Microsoft YaHei";
    outline: 0 none;
    color: #333;
}

em, i {
    font-style: normal;
}

a {
    color: #333;
}

a {
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}

.view {
    z-index: 1;
    position: absolute;
}

.horizontal .view {
    position: relative;
    float: left;
}

.vertical .view {
    position: relative;
}

.view_contents {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 10;
    height: 100%;
    overflow: hidden;
}

.layout {
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    z-index: 1;
}

.layout > .view_contents { /*overflow: visible;*/
    cursor: default;
}

/*流布局*/
.flow .view_contents > .view {
    float: left;
}

.clear {
    clear: both;
}

/*苹果去除样式*/
select, input[type='button'], input[type="reset"], input[type='submit'], input[type='text'], input[type="password"], input[name='query'], input[name='d'] {
    -webkit-appearance: none;
    border-radius: 0px
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

/*模块分页*/
.page_btn {
    clear: both;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.page_btn a {
    display: inline-block;
    color: #333;
    box-sizing: border-box;
    margin: 0 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ccc;
    font-family: 'microsoft YaHei';
}

.page_btn a.cur, .page_btn a:hover {
    border: 1px solid #4c4c4c;
}

.prev_btn, .next_btn {
    font-family: '黑体' !important;
    border: 0 !important;
}

.no_page {
    border: 0 !important;
}

@media screen and (max-width: 768px) {
    /*分页*/
    .page_btn a:nth-child(n+5) {
        display: none;
    }

    .page_btn a:nth-last-child(1), .page_btn a:nth-last-child(2), .page_btn a:nth-last-child(3) {
        display: inline-block !important;
    }
}

/*图片放大样式*/
.imgBox {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imgBox img {
    position: absolute;
    width: auto;
    max-width: 80%; /*max-height: 65%;*/
    border: 20px solid #fff;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.imgBox.scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.imgBox.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .05);
}

.imgBox.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .02);
}

.imgBox.scroll::-webkit-scrollbar-button {
    background: #f7f7f7;
    height: 0;
}

.imgBox.scroll::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, .05);
}

.imgBox.scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .7);
    border-radius: 3px;
}

.imgBox.scroll img {
    top: 5%;
    margin-bottom: 5%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

.pos_fixed {
    position: fixed;
    width: 100%;
}

.imageButton {
    position: fixed;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.imageButton span {
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.imageButton span:hover {
    opacity: .8;
}

.imageButton span.closeShowPic {
    font-size: 40px;
    border-radius: 100%;
    font-family: serif;
    line-height: 1;
    background-color: #fff;
    padding: .2em;
    text-align: center;
}

@media screen and (max-width: 768px) {
    /*mobi*/
    .imgBox img {
        border-width: 10px;
    }

    .imgBox.scroll img {
        top: 5%;
        margin-bottom: 10vh;
    }
}

body {
    background-position: left top;
}

#image_logo_1490597769952 {
    width: 25.833333333333336%;
    height: 52px;
    position: absolute;
    top: 19px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_logo_1490597769952 {
        left: 2%;
        width: 30.75291622481442%;
    }
}

@media screen and (max-width: 640px) {
    #image_logo_1490597769952 {
        width: 67.21763085399449%;
        height: 49px;
        top: 11px;
        left: 1.9983552631578947%;
    }
}

#dh_style_01_1482989704976 {
    width: 59.333333333333336%;
    z-index: 99999;
    position: absolute;
    top: 23px;
    left: 51.66666666666667%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #dh_style_01_1482989704976 {
        z-index: 999;
        width: 525px;
        left: 42.29685843054083%;
        top: 19px;
    }
}

@media screen and (max-width: 640px) {
    #dh_style_01_1482989704976 {
        width: 96.00000000000001%;
        z-index: 999;
        top: 13.5px;
        left: 1.999999999999993%;
        display: none;
    }
}

#dh_style_01_1482989704976 > .view_contents {
    overflow: visible;
}

#dh_style_01_1482989704976 #hot > a {
    border-top-color: #fda30e;
    border-right-color: #fda30e;
    border-bottom-color: #fda30e;
    border-left-color: #fda30e;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    color: #000000;
}

#dh_style_01_1482989704976 .mainMenuSet {
    color: #000000;
    font-size: 16px;
}

#dh_style_01_1482989704976 .mainMenuSet:hover {
    color: #01a4e4;
}

#dh_style_01_1490868185852 {
    width: 48.333333333333336%;
    z-index: 99999;
    position: absolute;
    top: 23.5px;
    left: 0%;
    display: none;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #dh_style_01_1490868185852 {
        z-index: 999;
        width: 54.6875%;
        display: none;
    }
}

@media screen and (max-width: 640px) {
    #dh_style_01_1490868185852 {
        width: 96.00000000000001%;
        z-index: 999;
        top: 13.5px;
        left: 1.999999999999993%;
        display: block;
    }
}

#dh_style_01_1490868185852 > .view_contents {
    overflow: visible;
}

@media screen and (max-width: 640px) {
    #dh_style_01_1490868185852 #hot > a {
        border-top-color: #fda30e;
        border-top-style: solid;
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-right-color: #fda30e;
        border-bottom-color: #fda30e;
        border-left-color: #fda30e;
        border-left-width: 2px;
        border-right-style: solid;
        border-left-style: solid;
    }
}

@media screen and (max-width: 640px) {
    #dh_style_01_1490868185852 .mainMenuSet {
        padding-left: 10px;
    }
}

#qqol_style_01_1490928089194 {
    width: 17.5%;
    position: absolute;
    top: 17.987207412719727px;
    left: 24.125%;
    display: none;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #qqol_style_01_1490928089194 {
        width: 181px;
        left: 22.53280752916225%;
        display: block;
    }
}

@media screen and (max-width: 640px) {
    #qqol_style_01_1490928089194 {
        width: 57.85123966942148%;
        top: 83.5px;
        left: 21.07438016528926%;
        display: none;
    }
}

#qqol_style_01_1490928089194 > .view_contents {
    overflow: visible;
}

#comm_layout_header {
    height: 89px;
    z-index: 999999;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #comm_layout_header {
        height: 90px;
    }
}

@media screen and (max-width: 640px) {
    #comm_layout_header {
        height: 72px;
        z-index: 1000;
    }
}

#comm_layout_header > .view_contents {
    overflow: visible;
    max-width: 1200px;
}

#image_style_01_1490837235522 {
    width: 100%;
    height: 405px;
    position: absolute;
    top: 0px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490837235522 {
        height: 253px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490837235522 {
        width: 768px;
        height: 160px;
        top: 0px;
        left: calc(50% - 384px);
    }
}

#image_style_01_1490837235522 > .view_contents {
    overflow: visible;
}

#layout_1482982196052 {
    height: 405px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #layout_1482982196052 {
        height: 253px;
    }
}

@media screen and (max-width: 640px) {
    #layout_1482982196052 {
        height: 160px;
    }
}

#homelink_style_01_1490841383567 {
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #homelink_style_01_1490841383567 {
        width: 96%;
        left: 2.014846235418876%;
    }
}

@media screen and (max-width: 640px) {
    #homelink_style_01_1490841383567 {
        width: 96%;
        top: 15px;
        left: 1.9736842105263157%;
    }
}

/*----------------------电脑板式样式----------------------*/
#homelink_style_01_1490841383567 .breadcrumb {
    padding-left: 0;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width: 641px) and (max-width: 1200px) {
    #homelink_style_01_1490841383567 {

    }
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width: 640px) {
    #homelink_style_01_1490841383567 {

    }
}

#layout_1490841371465 {
    height: 54px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #layout_1490841371465 {
        height: 54px;
    }
}

@media screen and (max-width: 640px) {
    #layout_1490841371465 {
        height: 49px;
    }
}

#layout_1490841371465 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}

#text_style_02_1482982569943 {
    width: 30.833333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 30px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1482982569943 {
        left: 2.014846235418876%;
        width: 96%;
        top: 22px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1482982569943 {
        width: 100%;
        top: 10px;
        left: 0%;
    }
}

#text_style_02_1482982569943 > .view_contents {
    box-sizing: border-box;
    color: #333333;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1482982569943 > .view_contents {
        box-sizing: border-box;
        font-size: 25px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1482982569943 > .view_contents {
        box-sizing: border-box;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
    }
}

#text_style_02_1483002557945 {
    width: 65.75%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 94px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1483002557945 {
        left: 2.014846235418876%;
        width: 96%;
        top: 72px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1483002557945 {
        width: 96%;
        top: 75px;
        left: 2%;
    }
}

#text_style_02_1483002557945 > .view_contents {
    box-sizing: border-box;
    color: #333333;
    font-size: 14px;
    text-align: left;
    line-height: 30px;
    font-family: Microsoft YaHei;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1483002557945 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1483002557945 > .view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#text_style_02_1482983135248 {
    width: 63.16666666666667%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 0%;
    top: 135px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1482983135248 {
        width: 63.20254506892895%;
        left: 2.014846235418876%;
        top: 112px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1482983135248 {
        width: 96%;
        left: 2.0970394736842106%;
        top: 356.5px;
    }
}

#text_style_02_1482983135248 > .view_contents {
    box-sizing: border-box;
    color: #676767;
    font-size: 14px;
    line-height: 25px;
    text-indent: 2em;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1482983135248 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1482983135248 > .view_contents {
        box-sizing: border-box;
    }
}

#image_style_01_1482983066311 {
    width: 350px;
    height: 350px;
    position: absolute;
    top: 64px;
    left: 70.83333333333334%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1482983066311 {
        left: 66.48992576882291%;
        width: 31.495227995758217%;
        top: 124px;
        height: 235px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1482983066311 {
        width: 52.63157894736842%;
        height: 200px;
        top: 144px;
        left: 23.68421052631579%;
        display: block;
    }
}

#image_style_01_1482983066311 > .view_contents {
    overflow: visible;
}

#image_style_01_1482983066311 {
    border-top-left-radius: 0px;
}

#image_style_01_1482983066311 .picSet {
    border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
}

#text_style_02_1490842231484 {
    width: 18%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 46px;
    left: 8.75%;
    z-index: 2;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490842231484 {
        left: 13.626723223753975%;
        top: 39px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490842231484 {
        width: 100%;
        top: 45px;
        left: 0%;
    }
}

#text_style_02_1490842231484 > .view_contents {
    box-sizing: border-box;
    color: #b2b2b2;
    font-size: 14px;
    text-align: left;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490842231484 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490842231484 > .view_contents {
        box-sizing: border-box;
        font-size: 12px;
        font-family: Microsoft YaHei;
        text-align: center;
    }
}

#text_style_02_1490840507835 {
    width: 62.83333333333333%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 0%;
    top: 337px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490840507835 {
        width: 63.41463414634146%;
        left: 2.014846235418876%;
        top: 337px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490840507835 {
        width: 96%;
        left: 2%;
        top: 590px;
    }
}

#text_style_02_1490840507835 > .view_contents {
    box-sizing: border-box;
    color: #676767;
    font-size: 14px;
    line-height: 25px;
    text-indent: 2em;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490840507835 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490840507835 > .view_contents {
        box-sizing: border-box;
    }
}

#text_style_02_1490839879251 {
    width: 62.83333333333333%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 0%;
    top: 248px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490839879251 {
        width: 62.990455991516434%;
        left: 2.014846235418876%;
        top: 248px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490839879251 {
        width: 96%;
        left: 2%;
        top: 799px;
    }
}

#text_style_02_1490839879251 > .view_contents {
    box-sizing: border-box;
    color: #676767;
    font-size: 14px;
    line-height: 25px;
    text-indent: 2em;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490839879251 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490839879251 > .view_contents {
        box-sizing: border-box;
    }
}

#layout_1483002475903 {
    height: 414px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #layout_1483002475903 {
        height: 437px;
    }
}

@media screen and (max-width: 640px) {
    #layout_1483002475903 {
        height: 949px;
    }
}

#layout_1483002475903 > .view_contents {
    max-width: 1200px;
}

#layout_1490841993830 {
    height: 40px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #layout_1490841993830 {
    }
}

@media screen and (max-width: 640px) {
    #layout_1490841993830 {
    }
}

#layout_1490841993830 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}

#text_style_02_1482981792280 {
    width: 30.833333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 42px;
    left: 34.583333333333336%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1482981792280 {
        left: 2.631578947368439%;
        width: 97.36842105263156%;
        top: 47px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1482981792280 {
        width: 97.36842105263158%;
        top: 19px;
        left: 1.3157894736842104%;
    }
}

#text_style_02_1482981792280 > .view_contents {
    box-sizing: border-box;
    color: #333333;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1482981792280 > .view_contents {
        box-sizing: border-box;
        font-size: 25px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1482981792280 > .view_contents {
        box-sizing: border-box;
        font-size: 20px;
        font-weight: normal;
    }
}

#image_style_01_1482981916757 {
    width: 90%;
    height: 324px;
    position: absolute;
    top: 0px;
    left: 5%;
    display: block;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1482981916757 {
        display: block;
        height: 244px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1482981916757 {
        width: 90%;
        height: 195px;
        top: 0px;
        left: 4.945054945054945%;
        display: block;
    }
}

#image_style_01_1482981916757 > .view_contents {
    overflow: visible;
}

#text_style_02_1482981995340 {
    width: 90%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 341px;
    left: 5%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1482981995340 {
        left: calc(50% - 102px);
        top: 262px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1482981995340 {
        width: 90%;
        top: 210px;
        left: 4.945054945054945%;
    }
}

#text_style_02_1482981995340 > .view_contents {
    box-sizing: border-box;
    color: #221223;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1482981995340 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1482981995340 > .view_contents {
        box-sizing: border-box;
        font-size: 14px;
    }
}

#text_style_02_1490842907213 {
    width: 90%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 379px;
    left: 5%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490842907213 {
        left: calc(50% - 102px);
        top: 295px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490842907213 {
        width: 90%;
        top: 240px;
        left: 4.945054945054945%;
    }
}

#text_style_02_1490842907213 > .view_contents {
    box-sizing: border-box;
    color: #676767;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    font-family: Microsoft YaHei;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490842907213 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490842907213 > .view_contents {
        line-height: 20px;
        box-sizing: border-box;
        font-size: 14px;
    }
}

#div_includeBlock_1490842745630 {
    width: 25%;
    height: 409px;
    position: absolute;
    top: 148px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_includeBlock_1490842745630 {
        width: 24%;
        left: 2%;
        height: 325px;
    }
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490842745630 {
        width: 48%;
        height: 270px;
        top: 101px;
        left: 2%;
    }
}

#text_style_02_1483600034300 {
    width: 30.833333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 92px;
    left: 34.58333333333333%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1483600034300 {
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1483600034300 {
        width: 97.36842105263158%;
        top: 61px;
        left: 1.3157894736842124%;
    }
}

#text_style_02_1483600034300 > .view_contents {
    box-sizing: border-box;
    color: #b2b2b2;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1483600034300 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1483600034300 > .view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#image_style_01_1490844282572 {
    width: 90%;
    height: 324px;
    position: absolute;
    top: 0px;
    left: 5%;
    display: block;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490844282572 {
        display: block;
        height: 244px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490844282572 {
        width: 90%;
        height: 195px;
        top: 0px;
        left: 4.945054945054945%;
        display: block;
    }
}

#image_style_01_1490844282572 > .view_contents {
    overflow: visible;
}

#text_style_02_1490844282582 {
    width: 90%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 341px;
    left: 5%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490844282582 {
        left: calc(50% - 102px);
        top: 262px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490844282582 {
        width: 90%;
        top: 210px;
        left: 4.945054945054945%;
    }
}

#text_style_02_1490844282582 > .view_contents {
    box-sizing: border-box;
    color: #221223;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490844282582 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490844282582 > .view_contents {
        box-sizing: border-box;
        font-size: 14px;
    }
}

#text_style_02_1490844282590 {
    width: 90%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 379px;
    left: 5%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490844282590 {
        left: calc(50% - 102px);
        top: 295px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490844282590 {
        line-height: 20px;
        width: 90 = 0%;
        top: 240px;
        left: 4.945054945054945%;
    }
}

#text_style_02_1490844282590 > .view_contents {
    box-sizing: border-box;
    color: #676767;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    font-family: Microsoft YaHei;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490844282590 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490844282590 > .view_contents {
        line-height: 20px;
        box-sizing: border-box;
        font-size: 14px;
    }
}

#div_includeBlock_1490844282352 {
    width: 25%;
    height: 409px;
    position: absolute;
    top: 148px;
    left: 25%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_includeBlock_1490844282352 {
        width: 24%;
        height: 325px;
        left: 25.965999469777305%;
        top: 148px;
    }
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490844282352 {
        width: 48%;
        height: 270px;
        top: 101px;
        left: 50%;
    }
}

#image_style_01_1490844290771 {
    width: 90%;
    height: 324px;
    position: absolute;
    top: 0px;
    left: 5%;
    display: block;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490844290771 {
        display: block;
        height: 244px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490844290771 {
        width: 90%;
        height: 195px;
        top: 0px;
        left: 4.945054945054945%;
        display: block;
    }
}

#image_style_01_1490844290771 > .view_contents {
    overflow: visible;
}

#text_style_02_1490844290787 {
    width: 90%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 341px;
    left: 5%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490844290787 {
        left: calc(50% - 102px);
        top: 262px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490844290787 {
        width: 90%;
        top: 177px;
        left: 4.945054945054945%;
    }
}

#text_style_02_1490844290787 > .view_contents {
    box-sizing: border-box;
    color: #221223;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490844290787 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490844290787 > .view_contents {
        box-sizing: border-box;
        font-size: 14px;
    }
}

#text_style_02_1490844290792 {
    width: 90%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 379px;
    left: 5%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490844290792 {
        left: calc(50% - 102px);
        top: 295px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490844290792 {
        line-height: 20px;
        width: 90%;
        top: 210px;
        left: 4.945054945054945%;
    }
}

#text_style_02_1490844290792 > .view_contents {
    box-sizing: border-box;
    color: #676767;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    font-family: Microsoft YaHei;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490844290792 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490844290792 > .view_contents {
        line-height: 20px;
        box-sizing: border-box;
        font-size: 14px;
    }
}

#div_includeBlock_1490844290539 {
    width: 25%;
    height: 409px;
    position: absolute;
    top: 148px;
    left: 50%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_includeBlock_1490844290539 {
        width: 24%;
        height: 325px;
        left: 49.932065217391305%;
        top: 148px;
    }
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490844290539 {
        width: 48%;
        height: 270px;
        top: 385px;
        left: 2%;
    }
}

#text_style_02_1490844324673 {
    width: 90%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 341px;
    left: 5%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490844324673 {
        left: calc(50% - 102px);
        top: 262px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490844324673 {
        width: 90%;
        top: 177px;
        left: 4.945054945054945%;
    }
}

#text_style_02_1490844324673 > .view_contents {
    box-sizing: border-box;
    color: #221223;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490844324673 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490844324673 > .view_contents {
        box-sizing: border-box;
        font-size: 14px;
    }
}

#text_style_02_1490844324678 {
    width: 90%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 379px;
    left: 5%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490844324678 {
        left: calc(50% - 102px);
        top: 295px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490844324678 {
        line-height: 20px;
        width: 90%;
        top: 210px;
        left: 4.945054945054945%;
    }
    .c_meau{
        display: none!important;
    }
    #text_style_02_1483002557945 span{
        font-size: 14px!important;
    }
}

#text_style_02_1490844324678 > .view_contents {
    box-sizing: border-box;
    color: #676767;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    font-family: Microsoft YaHei;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490844324678 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490844324678 > .view_contents {
        line-height: 20px;
        box-sizing: border-box;
        font-size: 14px;
    }
}

#image_style_01_1490844324659 {
    width: 90%;
    height: 324px;
    position: absolute;
    top: 0px;
    left: 5%;
    display: block;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490844324659 {
        display: block;
        height: 244px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490844324659 {
        width: 90%;
        height: 195px;
        top: 0px;
        left: 5%;
        display: block;
    }
}

#image_style_01_1490844324659 > .view_contents {
    overflow: visible;
}

#div_includeBlock_1490844324414 {
    width: 25%;
    height: 409px;
    position: absolute;
    top: 148px;
    left: 75%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_includeBlock_1490844324414 {
        width: 24%;
        height: 325px;
        left: 73.89813096500531%;
        top: 148px;
    }
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490844324414 {
        width: 48%;
        height: 270px;
        top: 385px;
        left: 50%;
    }
}

#layout_1483002239303 {
    height: 557px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #layout_1483002239303 {
        height: 473px;
    }
}

@media screen and (max-width: 640px) {
    #layout_1483002239303 {
        height: 655px;
    }
}

#layout_1483002239303 > .view_contents {
    max-width: 1200px;
}

#layout_1483002239303 > .view_contents {
}

#layout_1483002239303 {
    background: #e5f1f0;
}

#layout_1490841027973 {
    height: 40px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #layout_1490841027973 {
    }
}

@media screen and (max-width: 640px) {
    #layout_1490841027973 {
        height: 20px;
    }
}

#layout_1490841027973 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}

#layout_1490841027973 {
    background: #e5f1f0;
}

#div_blank_1490782153878 {
    width: 12.3%;
    height: 3px;
    position: absolute;
    left: 10%;
    top: 79px;
    z-index: 2;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1490782153878 {
        top: 79px;
        height: 3px;
        left: 5.7%;
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1490782153878 {
        width: 20.263157894736842%;
        height: 3px;
        left: 39.868421052631575%;
        top: 0px;
        display: none;
    }
}

#div_blank_1490782153878 > .view_contents {
    overflow: visible;
}

#div_blank_1490782153878 {
    box-sizing: border-box;
    background: #fda30e;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1490782153878 {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1490782153878 {
        box-sizing: border-box;
    }
}

#div_blank_1490785897772 {
    width: 12.3%;
    height: 3px;
    position: absolute;
    left: 10%;
    top: 331px;
    z-index: 2;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1490785897772 {
        left: 5.667080573951435%;
        top: 336px;
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1490785897772 {
        width: 20.263157894736842%;
        height: 3px;
        left: 0%;
        top: 41px;
        display: block;
    }
}

#div_blank_1490785897772 > .view_contents {
    overflow: visible;
}

#div_blank_1490785897772 {
    box-sizing: border-box;
    background: #fda30e;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1490785897772 {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1490785897772 {
        box-sizing: border-box;
    }
}

#text_style_02_1490785497843 {
    width: 37.666666666666664%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 184.5px;
    left: 60%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490785497843 {
        left: 63.2985342920354%;
        top: 185.5px;
        width: 158px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490785497843 {
        width: 100%;
        top: 600px;
        left: 0%;
        display: none;
    }
}

#text_style_02_1490785497843 > .view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490785497843 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490785497843 > .view_contents {
        box-sizing: border-box;
    }
}

#image_style_01_1490785255507 {
    width: 11.166666666666666%;
    height: 29px;
    position: absolute;
    top: 186.5px;
    left: 6.5%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785255507 {
        left: 2.900304203539823%;
        top: 184px;
        height: 33px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785255507 {
        width: 55.09641873278237%;
        height: 200px;
        top: 0px;
        left: 22.451790633608816%;
        display: none;
    }
}

#image_style_01_1490785255507 > .view_contents {
    overflow: visible;
}

#text_style_02_1490785317605 {
    width: 38.666666666666664%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 184.5px;
    left: 16.333333333333332%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490785317605 {
        left: 13.758296460176991%;
        top: 184.5px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490785317605 {
        width: 100%;
        top: 200px;
        left: 0%;
        display: none;
    }
}

#text_style_02_1490785317605 > .view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490785317605 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490785317605 > .view_contents {
        box-sizing: border-box;
    }
}

#image_style_01_1490785073478 {
    width: 6.166666666666667%;
    height: 25px;
    position: absolute;
    top: 101.5px;
    left: 52.666666666666664%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785073478 {
        left: 52.91758849557522%;
        top: 97.5px;
        width: 43px;
        height: 27px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785073478 {
        width: 55.09641873278237%;
        height: 200px;
        top: 0px;
        left: 22.451790633608816%;
        display: none;
    }
}

#image_style_01_1490785073478 > .view_contents {
    overflow: visible;
}

#image_style_01_1490785630672 {
    width: 11.166666666666666%;
    height: 35px;
    position: absolute;
    top: 223px;
    left: 6.5%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785630672 {
        left: 2.900304203539823%;
        top: 224.5px;
        height: 38px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785630672 {
        width: 55.09641873278237%;
        height: 200px;
        top: 600px;
        left: 22.451790633608816%;
        display: none;
    }
}

#image_style_01_1490785630672 > .view_contents {
    overflow: visible;
}

#text_style_02_1490785640977 {
    width: 58.833333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 227px;
    left: 16.166666666666664%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490785640977 {
        left: 13.741012168141593%;
        top: 229px;
        width: 362px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490785640977 {
        width: 100%;
        top: 800px;
        left: 0%;
        display: none;
    }
}

#text_style_02_1490785640977 > .view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490785640977 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490785640977 > .view_contents {
        box-sizing: border-box;
    }
}

#text_style_02_1490785878030 {
    width: 49.166666666666664%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 10%;
    top: 285px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490785878030 {
        left: 5.667080573951435%;
        top: 293px;
        width: 49.1%;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490785878030 {
        width: 100%;
        left: 0%;
        top: 3px;
        display: block;
    }
}

#text_style_02_1490785878030 > .view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    font-family: Microsoft YaHei;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490785878030 > .view_contents {
        box-sizing: border-box;
        font-size: 24px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490785878030 > .view_contents {
        box-sizing: border-box;
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
    }
}

#text_style_02_1490782085541 {
    width: 56.333333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 10%;
    top: 34px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490782085541 {
        left: 5.746412803532009%;
        top: 34px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490782085541 {
        width: 97.30000000000001%;
        left: 1.3499999999999943%;
        top: 0px;
        display: none;
    }
}

#text_style_02_1490782085541 > .view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    font-family: Microsoft YaHei;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490782085541 > .view_contents {
        box-sizing: border-box;
        font-size: 24px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490782085541 > .view_contents {
        box-sizing: border-box;
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
    }
}

#image_style_01_1490784932610 {
    width: 11.946902654867257%;
    height: 25px;
    position: absolute;
    top: 101.5px;
    left: 6.083333333333334%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490784932610 {
        left: 2.233130530973451%;
        width: 11.946902654867257%;
        top: 99px;
        height: 27px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490784932610 {
        width: 55.09641873278237%;
        height: 200px;
        top: 0px;
        left: 22.451790633608816%;
        display: none;
    }
}

#image_style_01_1490784932610 > .view_contents {
    overflow: visible;
}

#text_style_02_1490784439268 {
    width: 32.5%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 99.5px;
    left: 60%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490784439268 {
        top: 97.5px;
        left: 62.85951327433629%;
        width: 35.61946902654867%;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490784439268 {
        width: 100%;
        top: 0px;
        left: 0%;
        display: none;
    }
}

#text_style_02_1490784439268 > .view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490784439268 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490784439268 > .view_contents {
        box-sizing: border-box;
    }
}

#text_style_02_1490781436389 {
    width: 31.833333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 98.5px;
    left: 16.333333333333332%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490781436389 {
        left: 14.183490044247787%;
        width: 33.6283185840708%;
        top: 97.5px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490781436389 {
        width: 100%;
        top: 0px;
        left: 0%;
        display: none;
    }
}

#text_style_02_1490781436389 > .view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490781436389 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490781436389 > .view_contents {
        box-sizing: border-box;
    }
}

#image_style_01_1490785439672 {
    width: 9.166666666666666%;
    height: 32px;
    position: absolute;
    top: 183.5px;
    left: 51.5%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785439672 {
        left: 53.973509933774835%;
        top: 182px;
        height: 35px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785439672 {
        width: 55.09641873278237%;
        height: 200px;
        top: 400px;
        left: 22.451790633608816%;
        display: none;
    }
}

#image_style_01_1490785439672 > .view_contents {
    overflow: visible;
}

#image_style_01_1490785391137 {
    width: 11%;
    height: 25px;
    position: absolute;
    top: 144px;
    left: 50.24999999999999%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785391137 {
        height: 30px;
        left: 52.207505518763796%;
        top: 143.5px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785391137 {
        width: 55.09641873278237%;
        height: 200px;
        top: 200px;
        left: 22.451790633608816%;
        display: none;
    }
}

#image_style_01_1490785391137 > .view_contents {
    overflow: visible;
}

#text_style_02_1490785594556 {
    width: 34.66666666666667%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 141px;
    left: 60%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490785594556 {
        left: 63.24503311258278%;
        top: 143.5px;
        width: 163px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490785594556 {
        width: 100%;
        top: 600px;
        left: 0%;
        display: none;
    }
}

#text_style_02_1490785594556 > .view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490785594556 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490785594556 > .view_contents {
        box-sizing: border-box;
    }
}

#text_style_02_1490784463734 {
    width: 32.5%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 144px;
    left: 16.5%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490784463734 {
        left: 14.155629139072849%;
        top: 143.5px;
        width: 190px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490784463734 {
        width: 100%;
        top: 0px;
        left: 0%;
        display: none;
    }
}

#text_style_02_1490784463734 > .view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490784463734 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490784463734 > .view_contents {
        box-sizing: border-box;
    }
}

#image_style_01_1490785166449 {
    width: 6.833333333333333%;
    height: 25px;
    position: absolute;
    top: 144px;
    left: 8.666666666666668%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785166449 {
        left: 5.10485651214128%;
        top: 146px;
        height: 25px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785166449 {
        width: 55.09641873278237%;
        height: 200px;
        top: 0px;
        left: 22.451790633608816%;
        display: none;
    }
}

#image_style_01_1490785166449 > .view_contents {
    overflow: visible;
}

#customForm_style_input_01_1490786260334 {
    width: 40%;
    position: absolute;
    top: 0px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #customForm_style_input_01_1490786260334 {
        left: 0%;
        width: 38%;
        top: 0px;
    }
}

@media screen and (max-width: 640px) {
    #customForm_style_input_01_1490786260334 {
        width: 50%;
        top: 0px;
    }
}

#customForm_style_input_01_1490786260334 > .view_contents {
    overflow: visible;
}

#customForm_style_input_01_1490786260334 .inputSet {
    background: transparent;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
    color: #ffffff;
}

#customForm_style_input_01_1490786340656 {
    width: 40%;
    position: absolute;
    top: 0px;
    left: 42.291666666666664%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #customForm_style_input_01_1490786340656 {
        left: 40%;
        top: 0px;
        width: 38%;
    }
}

@media screen and (max-width: 640px) {
    #customForm_style_input_01_1490786340656 {
        width: 50%;
        top: 0px;
        left: 49.49914383561644%;
    }
}

#customForm_style_input_01_1490786340656 > .view_contents {
    overflow: visible;
}

#customForm_style_input_01_1490786340656 .inputSet {
    background: transparent;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
    color: #ffffff;
}

#customForm_style_button_01_1490786251492 {
    width: 15.416666666666668%;
    position: absolute;
    top: 0px;
    left: 84.58333333333333%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #customForm_style_button_01_1490786251492 {
        left: 79.76470588235294%;
        width: 20%;
        top: 0px;
    }
}

@media screen and (max-width: 640px) {
    #customForm_style_button_01_1490786251492 {
        width: 40%;
        top: 50px;
        left: 30%;
    }
}

#customForm_style_button_01_1490786251492 > .view_contents {
    overflow: visible;
}

#customForm_style_button_01_1490786251492 .btnaSet {
    color: #ffffff;
    background: #01a4e4;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

#customForm_form_1490786209638 {
    width: 80%;
    height: 46px;
    position: absolute;
    top: 353px;
    left: 10%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #customForm_form_1490786209638 {
        left: 5.822295805739515%;
        width: 94%;
        top: 357px;
    }
}

@media screen and (max-width: 640px) {
    #customForm_form_1490786209638 {
        width: 100%;
        height: 85px;
        top: 60px;
        left: 0%;
    }
}

#div_includeBlock_1490781436192 {
    width: 50%;
    height: 427px;
    position: absolute;
    top: 0px;
    left: 50%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_includeBlock_1490781436192 {
    }
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490781436192 {
        width: 100%;
        height: 145px;
        top: 0px;
        left: 0%;
        display: block;
    }
}

#div_includeBlock_1490781436192 {
    border-left-color: #ffffff;
    border-left-style: solid;
    border-left-width: 1px;
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490781436192 {
        border-left-width: 0px;
    }
}

#div_blank_1490781609085 {
    width: 12.333333333333334%;
    height: 3px;
    position: absolute;
    left: 0.33333333333333337%;
    top: 45px;
    z-index: 2;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1490781609085 {
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1490781609085 {
        width: 20.263157894736842%;
        height: 3px;
        left: 39.868421052631575%;
        top: 0px;
        display: block;
    }
}

#div_blank_1490781609085 > .view_contents {
    overflow: visible;
}

#div_blank_1490781609085 {
    box-sizing: border-box;
    background: #fda30e;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1490781609085 {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1490781609085 {
        box-sizing: border-box;
    }
}

#text_style_02_1490781553208 {
    width: 100%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 0%;
    top: 0px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490781553208 {
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490781553208 {
        width: 97.30000000000001%;
        left: 1.3499999999999943%;
        top: 0px;
    }
}

#text_style_02_1490781553208 > .view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    font-family: Microsoft YaHei;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490781553208 > .view_contents {
        box-sizing: border-box;
        font-size: 24px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490781553208 > .view_contents {
        box-sizing: border-box;
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
    }
}

#text_style_02_1490781323011 {
    width: 90%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 60.5px;
    left: 0.33333333333333337%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490781323011 {
        left: 0%;
        width: 90%;
        top: 63.5px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490781323011 {
        width: 370px;
        top: 0px;
    }
}

#text_style_02_1490781323011 > .view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    text-indent: 2em;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490781323011 > .view_contents {
        box-sizing: border-box;
        text-indent: 2em;
        line-height: 25px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490781323011 > .view_contents {
        box-sizing: border-box;
    }
}

#div_includeBlock_1482994420520 {
    width: 50%;
    height: 264px;
    position: absolute;
    top: 34px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_includeBlock_1482994420520 {
        height: 264px;
    }
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1482994420520 {
        width: 100%;
        height: 240px;
        top: 0px;
        left: 0%;
        display: none;
    }
}

#div_includeBlock_1482994420520 {
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#dh_style_01_1490786741846 {
    width: 100%;
    z-index: 999;
    position: absolute;
    top: 14px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #dh_style_01_1490786741846 {
        z-index: 999;
        left: 0%;
        width: 100%;
        top: 25px;
    }
}

@media screen and (max-width: 640px) {
    #dh_style_01_1490786741846 {
        width: 44px;
        z-index: 999;
        top: 0px;
        display: none;
    }
}

#dh_style_01_1490786741846 > .view_contents {
    overflow: visible;
}

#dh_style_01_1490786741846 .mainMenuSet {
    color: #ffffff;
    font-size: 14px;
    text-align: left;
}

#dh_style_01_1490786741846 #hot > a {
    color: #ffffff;
}

#text_style_02_1490786801909 {
    width: 71%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 65px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490786801909 {
        width: 100%;
        left: 0%;
        top: 74px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490786801909 {
        width: 100%;
        top: 11px;
        left: 0%;
    }
}

#text_style_02_1490786801909 > .view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490786801909 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490786801909 > .view_contents {
        box-sizing: border-box;
        text-align: center;
    }
}

#div_includeBlock_1490781513375 {
    width: 50%;
    height: 126px;
    position: absolute;
    top: 300px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_includeBlock_1490781513375 {
    }
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490781513375 {
        width: 100%;
        height: 71px;
        top: 165px;
        left: 0%;
        display: block;
    }
}

#div_includeBlock_1490941409766 {
    width: 1200px;
    height: 427px;
    position: absolute;
    top: 25.5px;
    left: calc(50% - 600px);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_includeBlock_1490941409766 {
        left: 2.014846235418876%;
        width: 96%;
        height: 434px;
    }
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490941409766 {
        width: 96%;
        height: 236px;
        top: 13px;
        left: 2%;
    }
}

#div_includeBlock_1490780863382 {
    width: 100%;
    height: 478px;
    position: absolute;
    top: 0px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_includeBlock_1490780863382 {
        height: 479px;
        width: 100%;
        left: 0%;
    }
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490780863382 {
        width: 100%;
        height: 249px;
        top: -1px;
        left: 0%;
    }
}

#div_includeBlock_1490780863382 {
    background: url(./bottom_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490780863382 {
        background-position-x: 50%;
    }
}

#comm_layout_footer {
    height: 479px;
    display: block;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #comm_layout_footer {
        height: 479px;
        display: block;
    }
}

@media screen and (max-width: 640px) {
    #comm_layout_footer {
        height: 248px;
        display: block;
    }
}

.textInput {
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

.textInput:hover {
}

.textInput {
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

.textInput:hover {
}

.squareButton {
    width: 100%;
    height: 32px;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all ease-in .1s;
    -webkit-transition: all ease-in .1s;
    -moz-transition: all ease-in .1s;
    -o-transition: all ease-in .1s;
}

.logoStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.logoStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
}

.logoName {
    white-space: nowrap;
}

/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
/*菜单样式*/
.menuStyle_1 {
    width: 100%;
    position: relative;
}

.menuStyle_1 * {
    transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -webkit-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -moz-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -o-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    box-sizing: border-box;
}

.menuStyle_1 .dflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menuStyle_1 .rflex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menuStyle_1 ul, .menuStyle_1 li {
    padding: 0;
    margin: 0px;
    list-style: none
}

.menuStyle_1 .menuLayout {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.menuStyle_1 .menuLayout:after {
    content: '';
    display: block;
    clear: both;
}

.menuStyle_1 .menuUl_box {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_1 .menuUl {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_1 .menuUl li {
    position: relative;
}

.menuStyle_1 .menuUl li > a {
    text-decoration: none;
    color: #4d5158;
    font-size: 14px;
    height: 44px;
    box-sizing: border-box;
    line-height: 44px;
    display: block;
    text-align: center;
    letter-spacing: normal;
    white-space: nowrap;
}

.menuStyle_1 .menuUl li > a:hover {
    color: #f90
}

.menuStyle_1 .menuUl #hot > a {
    color: #f90;
}

.menuStyle_1 .menuLayout .miniMenu {
    display: none;
}

.menuStyle_1 .menuUl02 {
    opacity: 0;
    display: none;
    position: absolute;
    left: 50%;
    height: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.menuStyle_1 .menuUl .rflex:hover .menuUl02 {
    opacity: 1;
    display: block;
    height: auto;
}

.menuStyle_1 .menuUl02 .subMenu02 {
    float: none;
}

.menuStyle_1 .menuUl02 .subMenu02 a {
    color: #333;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.menuStyle_1 .menuUl02 .subMenu02 a:hover {
}

.menuStyle_1 .rflex {
    position: relative;
}

@media screen and (max-width: 640px) {
    .menuStyle_1 .menuUl, .menuStyle_1 .menuUl_box {
        display: none;
    }

    .menuStyle_1 .menuScroll {
        height: 84%;
        height: 84vh;
        width: 100%;
    }

    .menuStyle_1 .menuScroll > .menuUlCopy {
        width: calc(100% + 18px);
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .menuStyle_1 .menuLayout .miniMenu {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .sidebar {
        font-size: 28px;
        line-height: 44px;
        font-weight: normal;
        cursor: pointer;
        color: #4d5158;
        position: absolute;
        top: 0;
        right: 0px;
        width: 44px;
        text-align: center;
    }

    .menuStyle_1 .miniMenu .leftBox .nav {
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy {
        padding: 15px 0 15px 30px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li {
        width: 100%;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {
        width: 100%;
        display: block;
        text-align: left;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        text-decoration: none;
        font-size: 16px;
        line-height: 44px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide {
        height: 100% !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, .85);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar {
        color: #fff;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .nav a {
        display: none !important;
    }
}

/*菜单样式*/
.menuStyle_1 {
    width: 100%;
    position: relative;
}

.menuStyle_1 * {
    transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -webkit-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -moz-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -o-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    box-sizing: border-box;
}

.menuStyle_1 .dflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menuStyle_1 .rflex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menuStyle_1 ul, .menuStyle_1 li {
    padding: 0;
    margin: 0px;
    list-style: none
}

.menuStyle_1 .menuLayout {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.menuStyle_1 .menuLayout:after {
    content: '';
    display: block;
    clear: both;
}

.menuStyle_1 .menuUl_box {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_1 .menuUl {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_1 .menuUl li {
    position: relative;
}

.menuStyle_1 .menuUl li > a {
    text-decoration: none;
    color: #4d5158;
    font-size: 14px;
    height: 44px;
    box-sizing: border-box;
    line-height: 44px;
    display: block;
    text-align: center;
    letter-spacing: normal;
    white-space: nowrap;
}

.menuStyle_1 .menuUl li > a:hover {
    color: #f90
}

.menuStyle_1 .menuUl #hot > a {
    color: #f90;
}

.menuStyle_1 .menuLayout .miniMenu {
    display: none;
}

.menuStyle_1 .menuUl02 {
    opacity: 0;
    display: none;
    position: absolute;
    left: 50%;
    height: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.menuStyle_1 .menuUl .rflex:hover .menuUl02 {
    opacity: 1;
    display: block;
    height: auto;
}

.menuStyle_1 .menuUl02 .subMenu02 {
    float: none;
}

.menuStyle_1 .menuUl02 .subMenu02 a {
    color: #333;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.menuStyle_1 .menuUl02 .subMenu02 a:hover {
}

.menuStyle_1 .rflex {
    position: relative;
}

@media screen and (max-width: 640px) {
    .menuStyle_1 .menuUl, .menuStyle_1 .menuUl_box {
        display: none;
    }

    .menuStyle_1 .menuScroll {
        height: 84%;
        height: 84vh;
        width: 100%;
    }

    .menuStyle_1 .menuScroll > .menuUlCopy {
        width: calc(100% + 18px);
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .menuStyle_1 .menuLayout .miniMenu {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .sidebar {
        font-size: 28px;
        line-height: 44px;
        font-weight: normal;
        cursor: pointer;
        color: #4d5158;
        position: absolute;
        top: 0;
        right: 0px;
        width: 44px;
        text-align: center;
    }

    .menuStyle_1 .miniMenu .leftBox .nav {
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy {
        padding: 15px 0 15px 30px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li {
        width: 100%;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {
        width: 100%;
        display: block;
        text-align: left;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        text-decoration: none;
        font-size: 16px;
        line-height: 44px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide {
        height: 100% !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, .85);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar {
        color: #fff;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .nav a {
        display: none !important;
    }
}

/* 清除浮动 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.online-service {
    display: none
}

.online-service .wrapper {
    padding: 5px 0;
    background-color: #fff
}

.online-service .close, .online-service .button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.online-service.right .button div {
    text-align: right;
    padding-right: 5px
}

.online-service.left .button div {
    text-align: left;
    padding-left: 5px
}

.online-service .header, .online-service .footer {
    height: 25px;
    line-height: 25px;
    padding: 0 .5em;
}

.online-service .header {
    border-bottom: 1px solid #eee
}

.online-service .footer {
    border-top: 1px solid #eee;
    font-size: 12px
}

.online-service.right .footer {
    text-align: right
}

.online-service.left .footer {
    text-align: left
}

.online-service .content {
    padding: .5em 1em
}

.ol-qq-online .qq-btn {
    float: left;
    margin-right: .5em
}

.ol-qq-online .qq-btn img {
    float: left
}

.ol-qq-online {
    line-height: 25px
}

.ol-image img {
    width: 100%
}

/*----------------------电脑板式样式----------------------*/
body > .online-service {
    display: none !important;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width: 641px) and (max-width: 1200px) {
    body > .online-service {
        display: block !important;
    }
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width: 640px) {
    body > .online-service {
        display: none !important;
    }
}

#image_style_01_1490837235522 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490837235522 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490837235522 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

#image_style_01_1490837235522 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

.breadcrumb {
    padding: 8px 15px;
    /* margin-bottom: 20px; */
    list-style: none;
    /* background-color: #f5f5f5; */
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    /* content: "/\00a0"; */
    content: "\003e\00a0";
    padding: 0 5px;
    color: #cccccc;
}

.breadcrumb > .active {
    color: #777777;
}

.location_style01 .fa-home {
    font-size: 16px;
    margin-right: .25em;
}

.location_style01 .home-icon {
    height: 1.5em;
    float: left;
    margin-right: .8em;
}

#image_style_01_1482983066311 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1482983066311 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1482983066311 .CompatibleImg img {
        display: none;
        width: 100%;
        height: auto;
        margin-left: 0px
    }
}

#image_style_01_1482983066311 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1482981916757 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1482981916757 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1482981916757 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

#image_style_01_1482981916757 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1490844282572 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490844282572 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490844282572 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

#image_style_01_1490844282572 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1490844290771 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490844290771 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490844290771 .CompatibleImg img {
        width: 100%;
        height: auto;
        margin-left: 0px
    }
}

#image_style_01_1490844290771 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1490844324659 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490844324659 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490844324659 .CompatibleImg img {
        width: 100%;
        height: auto;
        margin-left: 0px
    }
}

#image_style_01_1490844324659 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1490785255507 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785255507 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785255507 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1490785255507 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1490785073478 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785073478 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785073478 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1490785073478 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1490785630672 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785630672 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785630672 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1490785630672 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1490784932610 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490784932610 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490784932610 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1490784932610 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1490785439672 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785439672 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785439672 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1490785439672 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1490785391137 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785391137 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785391137 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1490785391137 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1490785166449 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785166449 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785166449 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1490785166449 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

.textInput {
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

.textInput:hover {
}

#store-selector .text b {
    background: url('http://box6js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
}

.textInput {
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

.textInput:hover {
}

#store-selector .text b {
    background: url('http://box6js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
}

.squareButton {
    width: 100%;
    height: 32px;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all ease-in .1s;
    -webkit-transition: all ease-in .1s;
    -moz-transition: all ease-in .1s;
    -o-transition: all ease-in .1s;
}

/*菜单样式*/
.menuStyle_1 {
    width: 100%;
    position: relative;
}

.menuStyle_1 * {
    transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -webkit-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -moz-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -o-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    box-sizing: border-box;
}

.menuStyle_1 .dflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menuStyle_1 .rflex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menuStyle_1 ul, .menuStyle_1 li {
    padding: 0;
    margin: 0px;
    list-style: none
}

.menuStyle_1 .menuLayout {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.menuStyle_1 .menuLayout:after {
    content: '';
    display: block;
    clear: both;
}

.menuStyle_1 .menuUl_box {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_1 .menuUl {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_1 .menuUl li {
    position: relative;
}

.menuStyle_1 .menuUl li > a {
    text-decoration: none;
    color: #4d5158;
    font-size: 14px;
    height: 44px;
    box-sizing: border-box;
    line-height: 44px;
    display: block;
    text-align: center;
    letter-spacing: normal;
    white-space: nowrap;
}

.menuStyle_1 .menuUl li > a:hover {
    color: #f90
}

.menuStyle_1 .menuUl #hot > a {
    color: #f90;
}

.menuStyle_1 .menuLayout .miniMenu {
    display: none;
}

.menuStyle_1 .menuUl02 {
    opacity: 0;
    display: none;
    position: absolute;
    left: 50%;
    height: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.menuStyle_1 .menuUl .rflex:hover .menuUl02 {
    opacity: 1;
    display: block;
    height: auto;
}

.menuStyle_1 .menuUl02 .subMenu02 {
    float: none;
}

.menuStyle_1 .menuUl02 .subMenu02 a {
    color: #333;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.menuStyle_1 .menuUl02 .subMenu02 a:hover {
}

.menuStyle_1 .rflex {
    position: relative;
}

@media screen and (max-width: 640px) {
    .menuStyle_1 .menuUl, .menuStyle_1 .menuUl_box {
        display: none;
    }

    .menuStyle_1 .menuScroll {
        height: 84%;
        height: 84vh;
        width: 100%;
    }

    .menuStyle_1 .menuScroll > .menuUlCopy {
        width: calc(100% + 18px);
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .menuStyle_1 .menuLayout .miniMenu {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .sidebar {
        font-size: 28px;
        line-height: 44px;
        font-weight: normal;
        cursor: pointer;
        color: #4d5158;
        position: absolute;
        top: 0;
        right: 0px;
        width: 44px;
        text-align: center;
    }

    .menuStyle_1 .miniMenu .leftBox .nav {
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy {
        padding: 15px 0 15px 30px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li {
        width: 100%;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {
        width: 100%;
        display: block;
        text-align: left;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        text-decoration: none;
        font-size: 16px;
        line-height: 44px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide {
        height: 100% !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, .85);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar {
        color: #fff;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .nav a {
        display: none !important;
    }
}
