
.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;
    box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/
}
.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;
    }
}
.jurisdiction_mask {
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2147483647;
    display: none;
}
.jurisdiction_tips {
    width: 400px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 45%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 23px 20px;
    box-sizing: border-box;
    text-align: center;
}
.jurisdiction_tips img {
    display: block;
    margin: 0 auto;
}
.jurisdiction_tips h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #575757;
    text-align: center;
    margin: 5px 0 0;
}
.jurisdiction_tips p {
    color: #999;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    margin: 0;
}
.jurisdiction_tips button {
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    margin: 10px 3px 0;
    background-color: #aaa;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none !important;
    width: 98px;
}
.jurisdiction_tips .jurisdiction_login {
    background: #ff0099;
}
.jurisdiction_tips button:hover {
    opacity: 0.8;
}
.jurisdiction_tips_mobile {
    display: none;
}
@media screen and (max-width:450px) {
    .jurisdiction_tips {
        width: 80%;
        padding: 20px 15px;
    }
    .jurisdiction_tips p {
        display: none;
    }
    .jurisdiction_tips .jurisdiction_tips_mobile {
        display: block;
    }
    .jurisdiction_tips img {
        width: 60px;
    }
    .jurisdiction_tips h3 {
        font-size: 16px;
    }
    .jurisdiction_tips p {
        font-size: 14px;
    }
    .jurisdiction_tips button {
        margin-top: 12px;
        padding: 8px 0;
    }
}

/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
}
body {
    background-position: left top;
}
#banner_style_01_1562149972183 {
    width: 107.08333333333333%;
    height: 480px;
    position: absolute;
    top: 57.953125px;
    left: -3.25%;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1562149972183 {
        display: block;
        height: 283px;
    }
}
@media screen and (max-width:640px) {
    #banner_style_01_1562149972183 {
        width: 100%;
        height: 112px;
        top: 58px;
        left: 0%;
        display: block;
    }
}
#banner_style_01_1562149972183 > .view_contents {
    overflow: visible;
}
#text_default_1574649606438 {
    width: 33.33333333333333%;
    height: 300px;
    position: absolute;
    top: 377px;
    left: 32.04166666666667%;
    display: none;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_default_1574649606438 {
        display: none;
    }
}
@media screen and (max-width:640px) {
    #text_default_1574649606438 {
        width: 96%;
        height: 0px;
        top: 180px;
        left: 2%;
        display: none;
    }
}
#comm_layout_header {
    height: 540px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #comm_layout_header {
        height: 337px;
    }
}
@media screen and (max-width:640px) {
    #comm_layout_header {
        height: 170px;
        z-index: 10;
    }
}
#comm_layout_header > .view_contents {
    max-width: 1200px;
    overflow: visible;
}
#comm_layout_header {
    background-repeat: repeat !important;
    background-size: auto 100%;
    background-position: 50% 50% !important;
}
#image_style_01_1560321639558 {
    width: 100%;
    height: 460px;
    position: absolute;
    top: 2px;
    left: 0%;
    display: block;
    z-index: 1;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1560321639558 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1560321639558 {
        width: 96%;
        height: 150px;
        top: 0px;
        left: 2%;
    }
}
#image_style_01_1560321639558 > .view_contents {
    overflow: visible;
}
#searchbox_style_02_1560322669996 {
    width: 38.1631037212985%;
    position: absolute;
    top: 363px;
    left: 30.91844813935075%;
    display: block;
    z-index: 3;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #searchbox_style_02_1560322669996 {
    }
}
@media screen and (max-width:640px) {
    #searchbox_style_02_1560322669996 {
        width: 100%;
        top: 0px;
        left: 0%;
    }
}
#searchbox_style_02_1560322669996 > .view_contents {
    overflow: visible;
}
#layout_diy_1534734096 {
    height: 520px;
    display: none;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_diy_1534734096 {
        height: 603px;
        display: block;
    }
}
@media screen and (max-width:640px) {
    #layout_diy_1534734096 {
        height: 358px;
        display: none;
    }
}
#layout_diy_1534734096 > .view_contents {
    max-width: 1200px;
}
#image_style_01_1582310736579 {
    width: 107.08333333333333%;
    height: 720px;
    position: absolute;
    top: 1px;
    left: -3.1015625%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1582310736579 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1582310736579 {
        width: 100%;
        height: 134px;
        top: 0px;
        left: 0%;
    }
}
#image_style_01_1582310736579 > .view_contents {
    overflow: visible;
}
#layout_1560323747642 {
    height: 722px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1560323747642 {
        height: 125.966796875px;
    }
}
@media screen and (max-width:640px) {
    #layout_1560323747642 {
        height: 44px;
        display: none;
    }
}
#layout_1560323747642 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#image_style_01_1582311012986 {
    width: 106.66666666666667%;
    height: 893px;
    position: absolute;
    top: 1px;
    left: -2.8515625%;
    z-index: 2;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1582311012986 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1582311012986 {
        width: 100%;
        height: 134px;
        top: 0px;
        left: 0%;
    }
}
#image_style_01_1582311012986 > .view_contents {
    overflow: visible;
}
#image_style_01_1582311085836 {
    width: 106.58333333333334%;
    height: 480px;
    position: absolute;
    top: 588px;
    left: -2.9166666666666665%;
    z-index: 3;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1582311085836 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1582311085836 {
        width: 100%;
        height: 134px;
        top: 134px;
        left: 0%;
    }
}
#image_style_01_1582311085836 > .view_contents {
    overflow: visible;
}
#layout_1582310833442 {
    height: 1068px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1582310833442 {
    }
}
@media screen and (max-width:640px) {
    #layout_1582310833442 {
    }
}
#layout_1582310833442 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#image_style_01_1582311380915 {
    width: 106.25%;
    height: 678px;
    position: absolute;
    top: 1.986114501953125px;
    left: -2.768229166666667%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1582311380915 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1582311380915 {
        width: 100%;
        height: 134px;
        top: 0px;
        left: 0%;
    }
}
#image_style_01_1582311380915 > .view_contents {
    overflow: visible;
}
#layout_1582311377071 {
    height: 680px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1582311377071 {
    }
}
@media screen and (max-width:640px) {
    #layout_1582311377071 {
    }
}
#layout_1582311377071 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#image_style_01_1582311479597 {
    width: 105.25%;
    height: 730px;
    position: absolute;
    top: 1.979156494140625px;
    left: -2.4348958333333335%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1582311479597 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1582311479597 {
        width: 100%;
        height: 134px;
        top: 0px;
        left: 0%;
    }
}
#image_style_01_1582311479597 > .view_contents {
    overflow: visible;
}
#layout_1582311460879 {
    height: 731.9791564941406px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1582311460879 {
    }
}
@media screen and (max-width:640px) {
    #layout_1582311460879 {
    }
}
#layout_1582311460879 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#image_style_01_1582311540415 {
    width: 104.66666666666666%;
    height: 719px;
    position: absolute;
    top: 2px;
    left: -2.1015625%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1582311540415 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1582311540415 {
        width: 100%;
        height: 134px;
        top: 0px;
        left: 0%;
    }
}
#image_style_01_1582311540415 > .view_contents {
    overflow: visible;
}
#layout_1582311537042 {
    height: 721px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1582311537042 {
    }
}
@media screen and (max-width:640px) {
    #layout_1582311537042 {
    }
}
#layout_1582311537042 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#image_style_01_1582311632119 {
    width: 104.41666666666667%;
    height: 716px;
    position: absolute;
    top: 2px;
    left: -2.018229166666667%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1582311632119 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1582311632119 {
        width: 100%;
        height: 134px;
        top: 0px;
        left: 0%;
    }
}
#image_style_01_1582311632119 > .view_contents {
    overflow: visible;
}
#layout_1582311613367 {
    height: 718px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1582311613367 {
    }
}
@media screen and (max-width:640px) {
    #layout_1582311613367 {
    }
}
#layout_1582311613367 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#image_style_01_1582311722174 {
    width: 104.08333333333333%;
    height: 719px;
    position: absolute;
    top: 5.99652099609375px;
    left: -2.016927083333333%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1582311722174 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1582311722174 {
        width: 100%;
        height: 134px;
        top: 0px;
        left: 0%;
    }
}
#image_style_01_1582311722174 > .view_contents {
    overflow: visible;
}
#layout_1582311691659 {
    height: 724.9965209960938px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1582311691659 {
    }
}
@media screen and (max-width:640px) {
    #layout_1582311691659 {
    }
}
#layout_1582311691659 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#image_style_01_1582311784122 {
    width: 103.49999999999999%;
    height: 344px;
    position: absolute;
    top: 0px;
    left: -1.6236979166666665%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1582311784122 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1582311784122 {
        width: 100%;
        height: 134px;
        top: 0px;
        left: 0%;
    }
}
#image_style_01_1582311784122 > .view_contents {
    overflow: visible;
}
#layout_1582311780331 {
    height: 344px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1582311780331 {
    }
}
@media screen and (max-width:640px) {
    #layout_1582311780331 {
    }
}
#layout_1582311780331 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#text_style_01_1571142074897 {
    width: 38.58333333333333%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 微软雅黑;
    position: absolute;
    top: 91px;
    left: 29.208333333333332%;
    z-index: 2;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571142074897 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571142074897 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 0px;
        left: 2%;
        display: none;
    }
}
#text_style_01_1571142074897>.view_contents {
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    color: #7f7f7f;
    border-width: 0px;
    border-style: solid;
    border-color: #666666;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    letter-spacing: 5px;
    line-height: 20px;
    height: 20px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571142074897>.view_contents {
        box-sizing: border-box;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571142074897>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}
#text_style_01_1571142074883 {
    width: 17.666666666666668%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 微软雅黑;
    position: absolute;
    top: 59px;
    left: 39.666666666666664%;
    z-index: 2;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571142074883 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571142074883 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 20px;
        left: 2%;
    }
}
#text_style_01_1571142074883>.view_contents {
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    color: #7f7f7f;
    line-height: 20px;
    height: 22px;
    letter-spacing: 2px;
    border-top: none !important;
    border-bottom: none !important;
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571142074883>.view_contents {
        box-sizing: border-box;
        font-size: 16px;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571142074883>.view_contents {
        box-sizing: border-box;
        font-size: 13px;
    }
}
#text_style_01_1571142074842 {
    width: 31%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 微软雅黑;
    position: absolute;
    top: 15px;
    left: 33%;
    z-index: 2;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571142074842 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571142074842 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 42px;
        left: 2%;
    }
}
#text_style_01_1571142074842>.view_contents {
    box-sizing: border-box;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    letter-spacing: 5px;
    color: #7f7f7f;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571142074842>.view_contents {
        box-sizing: border-box;
        font-size: 30px;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571142074842>.view_contents {
        box-sizing: border-box;
        font-size: 18px;
    }
}
#layout_1582312320089 {
    height: 131px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1582312320089 {
    }
}
@media screen and (max-width:640px) {
    #layout_1582312320089 {
    }
}
#layout_1582312320089 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#text_style_01_1571142160606 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0%;
    top: 117.4666748046875px;
    display: block;
    z-index: 2;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571142160606 {
        left: 25%;
        width: 50%;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571142160606 {
        width: 96.12903225806451%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 64px;
        left: 3.8709677419354875%;
    }
}
#text_style_01_1571142160606>.view_contents {
    text-align: center;
    letter-spacing: 2px;
    font-size: 20px;
}
@media screen and (max-width:640px) {
    #text_style_01_1571142160606>.view_contents {
        font-size: 12px;
    }
}
#text_style_01_1571142160638 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0%;
    top: 0px;
    display: block;
    z-index: 1;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571142160638 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571142160638 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 11px;
        left: 27.21774193548387%;
    }
}
#text_style_01_1571142160638>.view_contents {
    font-size: 80px;
    text-align: center;
    color: #56aaff;
    font-family: Microsoft YaHei;
    font-weight: normal;
}
#text_style_01_1571142160638 .view_contents:hover {
    font-size: 50px;
    line-height: 90px;
    height: 90px;
    text-shadow: #7f7f7f 0px 2px 15px;
    color: #ffffff;
}
@media screen and (max-width:640px) {
    #text_style_01_1571142160638>.view_contents {
        font-size: 18px;
    }
}
#div_a_includeBlock_1571142160179 {
    width: 24.416666666666668%;
    height: 164px;
    position: absolute;
    left: 37.708333333333336%;
    top: 14.5px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1571142160179 {
        left: 0%;
        width: 100%;
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1571142160179 {
        height: 148px;
    }
}
#text_style_01_1571142161034 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0%;
    top: 116.5px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571142161034 {
        left: 25%;
        width: 50%;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571142161034 {
        width: 96.90563725490196%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 67px;
        left: 3.125%;
    }
}
#text_style_01_1571142161034>.view_contents {
    text-align: center;
    letter-spacing: 2px;
    font-size: 20px;
}
@media screen and (max-width:640px) {
    #text_style_01_1571142161034>.view_contents {
        font-size: 12px;
    }
}
#text_style_01_1571142161063 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0%;
    top: 0px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571142161063 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571142161063 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 15px;
        left: 25%;
    }
}
#text_style_01_1571142161063>.view_contents {
    font-size: 80px;
    text-align: center;
    color: #56aaff;
    font-weight: normal;
    text-decoration: none;
}
#text_style_01_1571142161063 .view_contents:hover {
    color: #ffffff;
    font-family: Microsoft YaHei;
    font-size: 50px;
    font-weight: bold;
    line-height: 90px;
    height: 90px;
    box-shadow: transparent 0px 2px 15px;
    text-shadow: #999999 0px 2px 15px;
}
@media screen and (max-width:640px) {
    #text_style_01_1571142161063>.view_contents {
        font-size: 18px;
    }
}
#div_a_includeBlock_1571142160223 {
    width: 14.085545722713864%;
    height: 188.5px;
    position: absolute;
    left: 6.6357421875%;
    top: 15.46484375px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1571142160223 {
        height: 188.5px;
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1571142160223 {
        height: 105px;
    }
}
#text_style_01_1571142161130 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0%;
    top: 117.4666748046875px;
    display: block;
    z-index: 2;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571142161130 {
        left: 25%;
        width: 50%;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571142161130 {
        width: 100%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 68px;
        left: 0%;
    }
}
#text_style_01_1571142161130>.view_contents {
    text-align: center;
    letter-spacing: 2px;
    font-size: 20px;
}
@media screen and (max-width:640px) {
    #text_style_01_1571142161130>.view_contents {
        font-size: 12px;
    }
}
#text_style_01_1571142161137 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0%;
    top: 3px;
    display: block;
    z-index: 1;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571142161137 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571142161137 {
        width: 61.73913043478261%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 15px;
        left: 19.130434782608695%;
    }
}
#text_style_01_1571142161137>.view_contents {
    font-size: 80px;
    text-align: center;
    color: #56aaff;
    font-weight: normal;
}
#text_style_01_1571142161137 .view_contents:hover {
    font-size: 50px;
    line-height: 90px;
    height: 90px;
    text-shadow: #999999 0px 2px 15px;
    color: #ffffff;
}
@media screen and (max-width:640px) {
    #text_style_01_1571142161137>.view_contents {
        font-size: 18px;
    }
}
#div_a_includeBlock_1571142160232 {
    width: 22.25%;
    height: 201.4666748046875px;
    position: absolute;
    left: 72.48333231608073%;
    top: 14.5px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1571142160232 {
        height: 225.4666748046875px;
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1571142160232 {
        height: 180px;
    }
}
#div_a_includeBlock_1571142159728 {
    width: 100%;
    height: 215.9666748046875px;
    position: absolute;
    top: 0.486114501953125px;
    left: -1.5833333333333335%;
    display: block;
    z-index: 2;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1571142159728 {
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1571142159728 {
        width: 96%;
        height: 194.5px;
        top: 72px;
        left: 2%;
    }
}
#div_a_includeBlock_1571142159728 {
    background: #e5e5e5;
}
#div_blank_new01_1582312403591 {
    width: 104.33333333333333%;
    height: 222px;
    position: absolute;
    top: 0.486114501953125px;
    left: -1.2682291666666667%;
    z-index: 1;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_new01_1582312403591 {
    }
}
@media screen and (max-width:640px) {
    #div_blank_new01_1582312403591 {
        width: 24.752475247524753%;
        height: 50px;
        top: 0px;
        left: 37.62376237623762%;
    }
}
#div_blank_new01_1582312403591 {
    box-sizing: border-box;
    background: #cccccc;
}
#div_blank_new01_1582312403591 .modSet {
    background: #e5e5e5;
    border-color: transparent;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_new01_1582312403591 {
        box-sizing: border-box;
    }
}
@media screen and (max-width:640px) {
    #div_blank_new01_1582312403591 {
        box-sizing: border-box;
    }
}
#layout_1582311880044 {
    height: 223.48611450195312px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1582311880044 {
    }
}
@media screen and (max-width:640px) {
    #layout_1582311880044 {
    }
}
#layout_1582311880044 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#text_style_01_1571057012649 {
    width: 36.083333333333336%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 微软雅黑;
    position: absolute;
    top: 23.44000244140625px;
    left: 31.994791666666668%;
    z-index: 2;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571057012649 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571057012649 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 0px;
        left: 2%;
    }
}
#text_style_01_1571057012649>.view_contents {
    box-sizing: border-box;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 5px;
    color: #7f7f7f;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571057012649>.view_contents {
        box-sizing: border-box;
        font-size: 30px;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571057012649>.view_contents {
        box-sizing: border-box;
        font-size: 18px;
    }
}
#text_style_01_1571057043299 {
    width: 36.333333333333336%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 微软雅黑;
    position: absolute;
    top: 63.45001220703125px;
    left: 31.829999287923176%;
    z-index: 2;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571057043299 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571057043299 {
        width: 87.2%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 38px;
        left: 6.533333333333332%;
    }
}
#text_style_01_1571057043299>.view_contents {
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
    color: #7f7f7f;
    line-height: 20px;
    height: 22px;
    letter-spacing: 2px;
    border-top: none !important;
    border-bottom: none !important;
    border-style: solid;
    border-width: 1px;
    border-color: #666666;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571057043299>.view_contents {
        box-sizing: border-box;
        font-size: 16px;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571057043299>.view_contents {
        box-sizing: border-box;
        font-size: 13px;
    }
}
#text_style_01_1560757113400 {
    width: 56.166666666666664%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 微软雅黑;
    position: absolute;
    top: 100.96875px;
    left: 21.911458333333332%;
    z-index: 2;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560757113400 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560757113400 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 0px;
        left: 2%;
        display: none;
    }
}
#text_style_01_1560757113400>.view_contents {
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    color: #b2b2b2;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-color: #666666;
    border-width: 0px;
    border-style: solid;
    letter-spacing: 5px;
    line-height: 20px;
    border-top: none !important;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560757113400>.view_contents {
        box-sizing: border-box;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560757113400>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}
#layout_1534926728980 {
    height: 140.97998046875px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1534926728980 {
        height: 190px;
    }
}
@media screen and (max-width:640px) {
    #layout_1534926728980 {
        height: 71px;
    }
}
#layout_1534926728980 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
@media screen and (max-width:640px) {
    #layout_1534926728980 {
        background: #ffffff;
    }
}
#newsList_style_04_1560328622677 {
    width: 60.416666666666664%;
    position: absolute;
    top: 19.265625px;
    left: 39.57291666666667%;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #newsList_style_04_1560328622677 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #newsList_style_04_1560328622677 {
        width: 98.40425531914893%;
        top: 14px;
        left: 0.7978723404255348%;
        display: block;
    }
}
#newsList_style_04_1560328622677 > .view_contents {
    overflow: visible;
}
#newsList_style_04_1560328622677 .modSet {
    background: #ffffff;
    color: #ffffff;
    border-width: 1px;
    border-style: none;
    border-color: #cccccc;
    text-align: center;
    box-shadow: transparent 0px 0px 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
#newsList_style_04_1560328622677 .modSet:hover {
    border-width: 1px;
    border-style: ridge;
    border-color: #b2b2b2;
    box-shadow: #999999 0px 2px 20px;
    opacity: 0.8;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

/*----------------------电脑板式样式----------------------*/
#newsList_style_04_1560328622677 {
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #newsList_style_04_1560328622677 {
    }
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #newsList_style_04_1560328622677 {
    }
}
#image_style_01_1573753476405 {
    width: 38.666666666666664%;
    height: 486px;
    position: absolute;
    top: 19.265625px;
    left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1573753476405 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1573753476405 {
        width: 88.26666666666667%;
        height: 331px;
        top: 12px;
        left: 5.866666666666667%;
        display: none;
    }
}
#image_style_01_1573753476405 > .view_contents {
    overflow: visible;
}
#layout_1560327474323 {
    height: 514.265625px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1560327474323 {
        height: 1367px;
    }
}
@media screen and (max-width:640px) {
    #layout_1560327474323 {
        height: 1070px;
    }
}
#layout_1560327474323 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#image_style_01_1571058890838 {
    width: 12%;
    height: 150px;
    position: absolute;
    left: 49.43052210604637%;
    top: 0px;
    display: block;
    z-index: 3;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571058890838 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571058890838 {
        height: 51.328320802005024px;
    }
}
#image_style_01_1571058890838 > .view_contents {
    overflow: visible;
}
#image_style_01_1571058890899 {
    width: 12%;
    height: 150px;
    position: absolute;
    left: 62.322472848788635%;
    top: 157px;
    display: block;
    z-index: 3;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571058890899 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571058890899 {
        height: 51.328320802005024px;
    }
}
#image_style_01_1571058890899 > .view_contents {
    overflow: visible;
}
#text_style_01_1571058890928 {
    width: 12.197159565580618%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 44.77861319966583%;
    top: 172.78125px;
    display: none;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058890928 {
        left: 25%;
        width: 50%;
        display: block;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058890928 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 0px;
        left: 25%;
        display: block;
    }
}
#text_style_01_1571058890928>.view_contents {
    font-size: 14px;
    text-align: center;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:640px) {
    #text_style_01_1571058890928>.view_contents {
        font-size: 14px;
    }
}
#text_style_01_1571058890940 {
    width: 12.280701754385964%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 58.979479949874694%;
    top: 172.78125px;
    display: none;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058890940 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058890940 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 200px;
        left: 25%;
        display: block;
    }
}
#text_style_01_1571058890940>.view_contents {
    font-size: 14px;
    text-align: center;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:640px) {
    #text_style_01_1571058890940>.view_contents {
        font-size: 14px;
    }
}
#text_style_01_1571058890945 {
    width: 12.280701754385964%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 73.60066833751044%;
    top: 172.78125px;
    display: none;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058890945 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058890945 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 200px;
        left: 25%;
        display: block;
    }
}
#text_style_01_1571058890945>.view_contents {
    font-size: 14px;
    text-align: center;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:640px) {
    #text_style_01_1571058890945>.view_contents {
        font-size: 14px;
    }
}
#text_style_01_1571058890955 {
    width: 12.280701754385964%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 87.71929824561404%;
    top: 172.78125px;
    display: none;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058890955 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058890955 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 200px;
        left: 25%;
        display: block;
    }
}
#text_style_01_1571058890955>.view_contents {
    font-size: 14px;
    text-align: center;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:640px) {
    #text_style_01_1571058890955>.view_contents {
        font-size: 14px;
    }
}
#text_style_01_1571058890962 {
    width: 12.280701754385964%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 44.8203842940685%;
    top: 404px;
    display: none;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058890962 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058890962 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 200px;
        left: 25%;
        display: block;
    }
}
#text_style_01_1571058890962>.view_contents {
    font-size: 14px;
    text-align: center;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:640px) {
    #text_style_01_1571058890962>.view_contents {
        font-size: 14px;
    }
}
#text_style_01_1571058890971 {
    width: 12.280701754385964%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 58.979479949874694%;
    top: 404px;
    display: none;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058890971 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058890971 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 200px;
        left: 25%;
        display: block;
    }
}
#text_style_01_1571058890971>.view_contents {
    font-size: 14px;
    text-align: center;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:640px) {
    #text_style_01_1571058890971>.view_contents {
        font-size: 14px;
    }
}
#text_style_01_1571058890978 {
    width: 12.280701754385964%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 73.60066833751044%;
    top: 404px;
    display: none;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058890978 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058890978 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 200px;
        left: 25%;
        display: block;
    }
}
#text_style_01_1571058890978>.view_contents {
    font-size: 14px;
    text-align: center;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:640px) {
    #text_style_01_1571058890978>.view_contents {
        font-size: 14px;
    }
}
#text_style_01_1571058890989 {
    width: 12.280701754385964%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 87.71929824561404%;
    top: 404px;
    display: none;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058890989 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058890989 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 200px;
        left: 25%;
        display: block;
    }
}
#text_style_01_1571058890989>.view_contents {
    font-size: 14px;
    text-align: center;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:640px) {
    #text_style_01_1571058890989>.view_contents {
        font-size: 14px;
    }
}
#text_style_01_1571058890995 {
    width: 12.781954887218044%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0%;
    top: 630px;
    display: none;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058890995 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058890995 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 200px;
        left: 25%;
        display: block;
    }
}
#text_style_01_1571058890995>.view_contents {
    font-size: 14px;
    text-align: center;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:640px) {
    #text_style_01_1571058890995>.view_contents {
        font-size: 14px;
    }
}
#text_style_01_1571058891003 {
    width: 12.781954887218044%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 44.611528822055135%;
    top: 855px;
    display: none;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058891003 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891003 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 200px;
        left: 25%;
        display: block;
    }
}
#text_style_01_1571058891003>.view_contents {
    font-size: 14px;
    text-align: center;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891003>.view_contents {
        font-size: 14px;
    }
}
#text_style_01_1571058891010 {
    width: 12.531328320802004%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 58.979479949874694%;
    top: 855px;
    display: none;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058891010 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891010 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 200px;
        left: 25%;
        display: block;
    }
}
#text_style_01_1571058891010>.view_contents {
    font-size: 14px;
    text-align: center;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891010>.view_contents {
        font-size: 14px;
    }
}
#text_style_01_1571058891015 {
    width: 12.781954887218044%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 15.121136173767752%;
    top: 630px;
    display: none;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058891015 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891015 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 200px;
        left: 25%;
        display: block;
    }
}
#text_style_01_1571058891015>.view_contents {
    font-size: 14px;
    text-align: center;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891015>.view_contents {
        font-size: 14px;
    }
}
#text_style_01_1571058891026 {
    width: 12.364243943191312%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 30.242272347535504%;
    top: 630px;
    display: none;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058891026 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891026 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 200px;
        left: 25%;
        display: block;
    }
}
#text_style_01_1571058891026>.view_contents {
    font-size: 14px;
    text-align: center;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891026>.view_contents {
        font-size: 14px;
    }
}
#text_style_01_1571058891032 {
    width: 12.447786131996658%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 44.86215538847117%;
    top: 630px;
    display: none;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058891032 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891032 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 200px;
        left: 25%;
        display: block;
    }
}
#text_style_01_1571058891032>.view_contents {
    font-size: 14px;
    text-align: center;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891032>.view_contents {
        font-size: 14px;
    }
}
#text_style_01_1571058891043 {
    width: 12.447786131996658%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 58.979479949874694%;
    top: 630px;
    display: none;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058891043 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891043 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 200px;
        left: 25%;
        display: block;
    }
}
#text_style_01_1571058891043>.view_contents {
    font-size: 14px;
    text-align: center;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891043>.view_contents {
        font-size: 14px;
    }
}
#text_style_01_1571058891049 {
    width: 12.197159565580618%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 73.60066833751044%;
    top: 630px;
    display: none;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058891049 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891049 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 200px;
        left: 25%;
        display: block;
    }
}
#text_style_01_1571058891049>.view_contents {
    font-size: 14px;
    text-align: center;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891049>.view_contents {
        font-size: 14px;
    }
}
#text_style_01_1571058891059 {
    width: 12.11361737677527%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 87.88638262322472%;
    top: 630px;
    display: none;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058891059 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891059 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 200px;
        left: 25%;
        display: block;
    }
}
#text_style_01_1571058891059>.view_contents {
    font-size: 14px;
    text-align: center;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891059>.view_contents {
        font-size: 14px;
    }
}
#text_style_01_1571058891064 {
    width: 12.781954887218044%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0%;
    top: 855px;
    display: none;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058891064 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891064 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 200px;
        left: 25%;
        display: block;
    }
}
#text_style_01_1571058891064>.view_contents {
    font-size: 14px;
    text-align: center;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891064>.view_contents {
        font-size: 14px;
    }
}
#text_style_01_1571058891073 {
    width: 12.781954887218044%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 15.037593984962406%;
    top: 855px;
    display: none;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058891073 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891073 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 200px;
        left: 25%;
        display: block;
    }
}
#text_style_01_1571058891073>.view_contents {
    font-size: 14px;
    text-align: center;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891073>.view_contents {
        font-size: 14px;
    }
}
#text_style_01_1571058891078 {
    width: 12.531328320802004%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 30.075187969924812%;
    top: 855px;
    display: none;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058891078 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891078 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 200px;
        left: 25%;
        display: block;
    }
}
#text_style_01_1571058891078>.view_contents {
    font-size: 14px;
    text-align: center;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:640px) {
    #text_style_01_1571058891078>.view_contents {
        font-size: 14px;
    }
}
#image_style_01_1571058891093 {
    width: 12%;
    height: 150px;
    position: absolute;
    left: 75.18240180529449%;
    top: 0px;
    display: block;
    z-index: 3;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571058891093 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571058891093 {
        height: 51.328320802005024px;
        display: block;
    }
}
#image_style_01_1571058891093 > .view_contents {
    overflow: visible;
}
#image_style_01_1571058891100 {
    width: 12%;
    height: 150px;
    position: absolute;
    left: 49.43052210604637%;
    top: 157px;
    display: block;
    z-index: 3;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571058891100 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571058891100 {
        height: 51.328320802005024px;
    }
}
#image_style_01_1571058891100 > .view_contents {
    overflow: visible;
}
#image_style_01_1571058891115 {
    width: 12%;
    height: 150px;
    position: absolute;
    left: 62.238930659983296%;
    top: 0px;
    display: block;
    z-index: 3;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571058891115 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571058891115 {
        height: 51.328320802005024px;
    }
}
#image_style_01_1571058891115 > .view_contents {
    overflow: visible;
}
#image_style_01_1571058890860 {
    width: 12%;
    height: 150px;
    position: absolute;
    left: 36.54692354258041%;
    top: 0px;
    display: block;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571058890860 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571058890860 {
        height: 51.328320802005024px;
        top: 847.7199248120301px;
        left: 47.965494791666664%;
        width: 4.069010416666666%;
    }
}
#image_style_01_1571058890860 > .view_contents {
    overflow: visible;
}
#image_style_01_1571058890866 {
    width: 12%;
    height: 150px;
    position: absolute;
    left: 36.54692354258041%;
    top: 157px;
    display: block;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571058890866 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571058890866 {
        height: 51.328320802005024px;
        top: 899.0482456140351px;
        left: 47.965494791666664%;
        width: 4.069010416666666%;
    }
}
#image_style_01_1571058890866 > .view_contents {
    overflow: visible;
}
#image_style_01_1571058890911 {
    width: 12%;
    height: 150px;
    position: absolute;
    left: 87.96992481203007%;
    top: 157px;
    display: block;
    z-index: 3;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571058890911 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571058890911 {
        height: 51.328320802005024px;
        top: 276.328320802005px;
        left: 47.965494791666664%;
        width: 4.069010416666666%;
    }
}
#image_style_01_1571058890911 > .view_contents {
    overflow: visible;
}
#image_style_01_1571059979153 {
    width: 17.878028404344192%;
    height: 306px;
    position: absolute;
    left: 18.045112781954884%;
    top: 0px;
    display: block;
    z-index: 2;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571059979153 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571059979153 {
        height: 51.328320802005024px;
        width: 100%;
        left: 0%;
        top: 0px;
    }
}
#image_style_01_1571059979153 > .view_contents {
    overflow: visible;
}
#image_style_01_1571058890892 {
    width: 12.030075187969924%;
    height: 150px;
    position: absolute;
    left: 87.96992481203007%;
    top: 0px;
    display: block;
    z-index: 3;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571058890892 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571058890892 {
        height: 51.328320802005024px;
        top: 327.65664160401px;
        left: 47.965494791666664%;
        width: 4.069010416666666%;
    }
}
#image_style_01_1571058890892 > .view_contents {
    overflow: visible;
}
#image_style_01_1571060121014 {
    width: 12%;
    height: 150px;
    position: absolute;
    left: 0%;
    top: 314px;
    display: block;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571060121014 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571060121014 {
        height: 51.328320802005024px;
        top: 0px;
        left: 0%;
        width: 4.069010416666666%;
    }
}
#image_style_01_1571060121014 > .view_contents {
    overflow: visible;
}
#image_style_01_1571060134636 {
    width: 12%;
    height: 150px;
    position: absolute;
    left: 12.447786131996658%;
    top: 314px;
    display: block;
    z-index: 3;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571060134636 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571060134636 {
        height: 51.328320802005024px;
        width: 100%;
        left: 0%;
        top: 0px;
    }
}
#image_style_01_1571060134636 > .view_contents {
    overflow: visible;
}
#image_style_01_1571060149785 {
    width: 12%;
    height: 150px;
    position: absolute;
    left: 25.062656641604008%;
    top: 314px;
    display: block;
    z-index: 3;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571060149785 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571060149785 {
        height: 51.328320802005024px;
        width: 100%;
        left: 0%;
        top: 0px;
    }
}
#image_style_01_1571060149785 > .view_contents {
    overflow: visible;
}
#image_style_01_1571060163757 {
    width: 12.030075187969924%;
    height: 150px;
    position: absolute;
    left: 37.67752715121136%;
    top: 314px;
    display: block;
    z-index: 3;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571060163757 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571060163757 {
        height: 51.328320802005024px;
        top: 0px;
        left: 0%;
        width: 4.069010416666666%;
    }
}
#image_style_01_1571060163757 > .view_contents {
    overflow: visible;
}
#image_style_01_1571060182851 {
    width: 12%;
    height: 150px;
    position: absolute;
    left: 50.29239766081871%;
    top: 314px;
    display: block;
    z-index: 4;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571060182851 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571060182851 {
        height: 51.328320802005024px;
        top: 0px;
        left: 0%;
        width: 4.069010416666666%;
    }
}
#image_style_01_1571060182851 > .view_contents {
    overflow: visible;
}
#image_style_01_1571060199614 {
    width: 12%;
    height: 150px;
    position: absolute;
    left: 62.82372598162071%;
    top: 314px;
    display: block;
    z-index: 3;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571060199614 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571060199614 {
        height: 51.328320802005024px;
        top: 0px;
        left: 0%;
        width: 4.069010416666666%;
    }
}
#image_style_01_1571060199614 > .view_contents {
    overflow: visible;
}
#image_style_01_1571060218500 {
    width: 12%;
    height: 150px;
    position: absolute;
    left: 75.43720446134868%;
    top: 314px;
    display: block;
    z-index: 3;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571060218500 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571060218500 {
        height: 51.328320802005024px;
        width: 100%;
        left: 0%;
        top: 0px;
    }
}
#image_style_01_1571060218500 > .view_contents {
    overflow: visible;
}
#image_style_01_1571060232211 {
    width: 12%;
    height: 150px;
    position: absolute;
    left: 75.18144319131162%;
    top: 157px;
    display: block;
    z-index: 3;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571060232211 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571060232211 {
        height: 51.328320802005024px;
        display: block;
        width: 100%;
        left: 0%;
        top: 0px;
    }
}
#image_style_01_1571060232211 > .view_contents {
    overflow: visible;
}
#text_style_01_1574186682817 {
    width: 17.293233082706767%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0%;
    top: 244.03125px;
    z-index: 5;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1574186682817 {
        left: 25%;
        width: 50%;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1574186682817 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 0px;
        left: 25%;
    }
}
#text_style_01_1574186682817>.view_contents {
    background-color: #000000;
    color: #ffffff;
    text-align: left;
    opacity: 0;
    font-size: 17px;
    font-weight: normal;
    padding-left: 11px;
}
#text_style_01_1574186682817 .view_contents:hover {
    opacity: 0.6;
}
#image_style_01_1571059524486 {
    width: 17.46031746031746%;
    height: 306px;
    position: absolute;
    left: 0%;
    top: 0px;
    display: block;
    z-index: 2;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571059524486 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571059524486 {
        height: 51.328320802005024px;
        width: 100%;
        left: 0%;
        top: 0px;
    }
}
#image_style_01_1571059524486 > .view_contents {
    overflow: visible;
}
#text_style_01_1574187169215 {
    width: 17.794486215538846%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 18.045112781954884%;
    top: 244.03125px;
    z-index: 5;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1574187169215 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1574187169215 {
        width: 52.08333333333333%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 0px;
        left: 23.958333333333336%;
    }
}
#text_style_01_1574187169215>.view_contents {
    background-color: #000000;
    color: #ffffff;
    text-align: left;
    opacity: 0;
    font-size: 17px;
    font-weight: normal;
    padding-left: 11px;
}
#text_style_01_1574187169215 .view_contents:hover {
    opacity: 0.6;
}
#image_style_01_1571058890875 {
    width: 12.030075187969924%;
    height: 150px;
    position: absolute;
    left: 87.96992481203007%;
    top: 314px;
    display: block;
    z-index: 3;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571058890875 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571058890875 {
        height: 51.328320802005024px;
        top: 0px;
        left: 47.93729372937294%;
        width: 4.125412541254125%;
    }
}
#image_style_01_1571058890875 > .view_contents {
    overflow: visible;
}
#div_a_includeBlock_1571058890526 {
    width: 99.75%;
    height: 466px;
    position: absolute;
    top: 145.96875px;
    left: 0.125%;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1571058890526 {
        display: block;
        height: 880px;
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1571058890526 {
        width: 96.00000000000001%;
        height: 743.328320802005px;
        top: 10px;
        left: 2%;
        display: none;
    }
}
#text_style_01_1571058944785 {
    width: 31.583333333333336%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 微软雅黑;
    position: absolute;
    top: 28.76666259765625px;
    left: 34.208333333333336%;
    z-index: 2;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058944785 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058944785 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 21.979156494140625px;
        left: 1.9946808510638299%;
    }
}
#text_style_01_1571058944785>.view_contents {
    box-sizing: border-box;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    letter-spacing: 5px;
    color: #7f7f7f;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058944785>.view_contents {
        box-sizing: border-box;
        font-size: 30px;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058944785>.view_contents {
        box-sizing: border-box;
        font-size: 18px;
    }
}
#text_style_01_1571058969090 {
    width: 31.083333333333336%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 微软雅黑;
    position: absolute;
    top: 68.765625px;
    left: 34.458333333333336%;
    z-index: 2;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058969090 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058969090 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 63.975677490234375px;
        left: 1.9946808510638299%;
    }
}
#text_style_01_1571058969090>.view_contents {
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
    color: #7f7f7f;
    line-height: 20px;
    height: 22px;
    letter-spacing: 2px;
    border-top: none !important;
    border-bottom: none !important;
    border-style: solid;
    border-width: 1px;
    border-color: #666666;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058969090>.view_contents {
        box-sizing: border-box;
        font-size: 16px;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058969090>.view_contents {
        box-sizing: border-box;
        font-size: 13px;
    }
}
#text_style_01_1571058995659 {
    width: 45.666666666666664%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 微软雅黑;
    position: absolute;
    top: 98.875px;
    left: 27.166666666666668%;
    z-index: 2;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058995659 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058995659 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 96px;
        left: 2%;
        display: none;
    }
}
#text_style_01_1571058995659>.view_contents {
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    color: #7f7f7f;
    border-width: 0px;
    border-style: solid;
    border-color: #666666;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    line-height: 20px;
    height: 20px;
    letter-spacing: 8px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1571058995659>.view_contents {
        box-sizing: border-box;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1571058995659>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}
#layout_1560329052043 {
    height: 618px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1560329052043 {
        height: 1033.96875px;
    }
}
@media screen and (max-width:640px) {
    #layout_1560329052043 {
        height: 101px;
        display: none;
    }
}
#layout_1560329052043 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#layout_1560329052043 {
    background: #efefef;
}
@media screen and (max-width:640px) {
    #layout_1560329052043 {
        background: #eaeaea;
    }
}
#text_style_01_1560331924899 {
    width: 30.833333333333336%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 微软雅黑;
    position: absolute;
    top: 0.890625px;
    left: 34.583333333333336%;
    z-index: 2;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560331924899 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560331924899 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 5px;
        left: 2%;
    }
}
#text_style_01_1560331924899>.view_contents {
    box-sizing: border-box;
    font-size: 36px;
    text-align: center;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560331924899>.view_contents {
        box-sizing: border-box;
        font-size: 30px;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560331924899>.view_contents {
        box-sizing: border-box;
        font-size: 18px;
    }
}
#text_style_01_1560331937829 {
    width: 30.833333333333336%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 微软雅黑;
    position: absolute;
    top: 59px;
    left: 34.58333333333333%;
    z-index: 2;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560331937829 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560331937829 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 38px;
        left: 2%;
    }
}
#text_style_01_1560331937829>.view_contents {
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    color: #666666;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560331937829>.view_contents {
        box-sizing: border-box;
        font-size: 16px;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560331937829>.view_contents {
        box-sizing: border-box;
        font-size: 13px;
    }
}
#text_style_01_1560331967872 {
    width: 45.666666666666664%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 微软雅黑;
    position: absolute;
    top: 86px;
    left: 27.166666666666668%;
    z-index: 2;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560331967872 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560331967872 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 96px;
        left: 2%;
        display: none;
    }
}
#text_style_01_1560331967872>.view_contents {
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    color: #666666;
    border-width: 1px;
    border-style: solid;
    border-color: #666666;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560331967872>.view_contents {
        box-sizing: border-box;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560331967872>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}
#layout_1560331909300 {
    height: 119px;
    display: none;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1560331909300 {
        display: block;
        height: 109px;
    }
}
@media screen and (max-width:640px) {
    #layout_1560331909300 {
        display: block;
        height: 63px;
    }
}
#layout_1560331909300 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#image_style_01_1560333593981 {
    width: 99.47368421052632%;
    height: 292px;
    position: absolute;
    left: 0.2631578947368421%;
    top: 2px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1560333593981 {
        left: 16.996699669967%;
        width: 66.006600660066%;
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1560333593981 {
        height: 157.37263157894736px;
    }
}
#image_style_01_1560333593981 > .view_contents {
    overflow: visible;
}
#text_style_01_1560333924026 {
    width: 99.47368421052632%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0.2631578947368421%;
    top: 68px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560333924026 {
        left: 25%;
        width: 50%;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560333924026 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 30px;
        left: 25%;
    }
}
#text_style_01_1560333924026>.view_contents {
    font-size: 26px;
    color: #f7f7f7;
    text-align: center;
}
@media screen and (max-width:640px) {
    #text_style_01_1560333924026>.view_contents {
        font-size: 18px;
    }
}
#text_style_01_1560334049351 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0%;
    top: 149.5px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560334049351 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560334049351 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 100px;
        left: 25%;
    }
}
#text_style_01_1560334049351>.view_contents {
    font-size: 16px;
    color: #f7f7f7;
    text-align: center;
}
@media screen and (max-width:640px) {
    #text_style_01_1560334049351>.view_contents {
        font-size: 16px;
    }
}
#text_style_01_1560334116925 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0%;
    top: 103.5px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560334116925 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560334116925 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 66.5px;
        left: 25%;
    }
}
#text_style_01_1560334116925>.view_contents {
    font-size: 22px;
    color: #f7f7f7;
    text-align: center;
}
@media screen and (max-width:640px) {
    #text_style_01_1560334116925>.view_contents {
        font-size: 18px;
    }
}
#div_a_includeBlock_1560332064180 {
    width: 570px;
    height: 297px;
    position: absolute;
    top: 2px;
    left: 0%;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1560332064180 {
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1560332064180 {
        width: 96%;
        height: 169.37263157894736px;
        top: 10px;
        left: 2%;
    }
}
#image_style_01_1560333779062 {
    width: 99.64912280701755%;
    height: 298px;
    position: absolute;
    left: 0%;
    top: 2px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1560333779062 {
        left: 16.996699669967%;
        width: 66.006600660066%;
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1560333779062 {
        height: 160.60631578947368px;
    }
}
#image_style_01_1560333779062 > .view_contents {
    overflow: visible;
}
#text_style_01_1560334172695 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0%;
    top: 68px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560334172695 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560334172695 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 23px;
        left: 23.333333333333332%;
    }
}
#text_style_01_1560334172695>.view_contents {
    font-size: 26px;
    color: #f7f7f7;
    text-align: center;
}
@media screen and (max-width:640px) {
    #text_style_01_1560334172695>.view_contents {
        font-size: 18px;
    }
}
#text_style_01_1560334198910 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0%;
    top: 103.5px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560334198910 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560334198910 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 69px;
        left: 23.333333333333332%;
    }
}
#text_style_01_1560334198910>.view_contents {
    font-size: 22px;
    color: #f7f7f7;
    text-align: center;
}
@media screen and (max-width:640px) {
    #text_style_01_1560334198910>.view_contents {
        font-size: 18px;
    }
}
#text_style_01_1560334219583 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0%;
    top: 142.5px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560334219583 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560334219583 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 108px;
        left: 23.333333333333332%;
    }
}
#text_style_01_1560334219583>.view_contents {
    font-size: 16px;
    color: #f7f7f7;
    text-align: center;
}
@media screen and (max-width:640px) {
    #text_style_01_1560334219583>.view_contents {
        font-size: 16px;
    }
}
#div_a_includeBlock_1560332143204 {
    width: 47.5%;
    height: 300px;
    position: absolute;
    top: 2px;
    left: 52.5%;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1560332143204 {
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1560332143204 {
        width: 96%;
        height: 162.60631578947368px;
        top: 185.359375px;
        left: 2%;
    }
}
#layout_1560332020723 {
    height: 303px;
    display: none;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1560332020723 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #layout_1560332020723 {
        display: block;
        height: 364px;
    }
}
#layout_1560332020723 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#text_style_01_1560334709820 {
    width: 30.833333333333336%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 微软雅黑;
    position: absolute;
    top: 0px;
    left: 34.583333333333336%;
    z-index: 2;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560334709820 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560334709820 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 10px;
        left: 2%;
    }
}
#text_style_01_1560334709820>.view_contents {
    box-sizing: border-box;
    font-size: 36px;
    text-align: center;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560334709820>.view_contents {
        box-sizing: border-box;
        font-size: 30px;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560334709820>.view_contents {
        box-sizing: border-box;
        font-size: 18px;
    }
}
#text_style_01_1560334718154 {
    width: 30.833333333333336%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 微软雅黑;
    position: absolute;
    top: 59px;
    left: 34.583333333333336%;
    z-index: 2;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560334718154 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560334718154 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 48px;
        left: 2%;
    }
}
#text_style_01_1560334718154>.view_contents {
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    color: #666666;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560334718154>.view_contents {
        box-sizing: border-box;
        font-size: 16px;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560334718154>.view_contents {
        box-sizing: border-box;
        font-size: 13px;
    }
}
#text_style_01_1560334731405 {
    width: 45.666666666666664%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 微软雅黑;
    position: absolute;
    top: 91px;
    left: 27.166666666666668%;
    z-index: 2;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560334731405 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560334731405 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 96px;
        left: 2%;
        display: none;
    }
}
#text_style_01_1560334731405>.view_contents {
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    color: #666666;
    border-width: 1px;
    border-style: solid;
    border-color: #666666;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560334731405>.view_contents {
        box-sizing: border-box;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560334731405>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}
#layout_1560334651974 {
    height: 113px;
    display: none;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1560334651974 {
        height: 114px;
        display: block;
    }
}
@media screen and (max-width:640px) {
    #layout_1560334651974 {
        display: none;
        height: 78px;
    }
}
#layout_1560334651974 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#image_style_03_1560406646943 {
    width: 100%;
    height: 186px;
    position: absolute;
    top: 4px;
    left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560406646943 {
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560406646943 {
        height: 225.59999999999997px;
    }
}
#image_style_03_1560406646943 > .view_contents {
    overflow: visible;
}
#div_a_includeBlock_1560406343248 {
    width: 10.333333333333334%;
    height: 190px;
    position: absolute;
    top: 0px;
    left: 4.458333333333334%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1560406343248 {
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1560406343248 {
        width: 46.99999999999999%;
        height: 239.59999999999997px;
        top: 10px;
        left: 2%;
    }
}
#image_style_03_1560406675014 {
    width: 100%;
    height: 186px;
    position: absolute;
    top: 0px;
    left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560406675014 {
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560406675014 {
        height: 225.59999999999997px;
    }
}
#image_style_03_1560406675014 > .view_contents {
    overflow: visible;
}
#div_a_includeBlock_1560406523283 {
    width: 10.333333333333334%;
    height: 189px;
    position: absolute;
    top: 0px;
    left: 44.833333333333336%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1560406523283 {
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1560406523283 {
        width: 46.99999999999999%;
        height: 235.59999999999997px;
        top: 259.59999999999997px;
        left: 2%;
    }
}
#image_style_03_1560406686530 {
    width: 100%;
    height: 186px;
    position: absolute;
    top: 0px;
    left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560406686530 {
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560406686530 {
        height: 225.59999999999997px;
    }
}
#image_style_03_1560406686530 > .view_contents {
    overflow: visible;
}
#div_a_includeBlock_1560406533060 {
    width: 10.333333333333334%;
    height: 189px;
    position: absolute;
    top: 0px;
    left: 84.58333333333333%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1560406533060 {
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1560406533060 {
        width: 46.99999999999999%;
        height: 235.59999999999997px;
        top: 505.19999999999993px;
        left: 2%;
    }
}
#image_style_03_1560406681730 {
    width: 100%;
    height: 186px;
    position: absolute;
    top: 0px;
    left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560406681730 {
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560406681730 {
        height: 225.59999999999997px;
    }
}
#image_style_03_1560406681730 > .view_contents {
    overflow: visible;
}
#div_a_includeBlock_1560406573717 {
    width: 10.333333333333334%;
    height: 189px;
    position: absolute;
    top: 0px;
    left: 64.58333333333334%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1560406573717 {
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1560406573717 {
        width: 46.99999999999999%;
        height: 235.59999999999997px;
        top: 259.59999999999997px;
        left: 51%;
    }
}
#image_style_03_1560406669748 {
    width: 100%;
    height: 186px;
    position: absolute;
    top: 0px;
    left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560406669748 {
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560406669748 {
        height: 225.59999999999997px;
    }
}
#image_style_03_1560406669748 > .view_contents {
    overflow: visible;
}
#div_a_includeBlock_1560406601735 {
    width: 10.333333333333334%;
    height: 189px;
    position: absolute;
    top: 0px;
    left: 24.25%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1560406601735 {
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1560406601735 {
        width: 46.99999999999999%;
        height: 235.59999999999997px;
        top: 10px;
        left: 51%;
    }
}
#layout_1560406332944 {
    height: 201.75px;
    display: none;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1560406332944 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #layout_1560406332944 {
        display: none;
        height: 751.1875px;
    }
}
#layout_1560406332944 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#image_style_03_1560407145159 {
    width: 100%;
    height: 136px;
    position: absolute;
    left: 0%;
    top: 0px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560407145159 {
        width: 66.006600660066%;
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560407145159 {
        height: 170.45333333333332px;
    }
}
#image_style_03_1560407145159 > .view_contents {
    overflow: visible;
}
#div_a_includeBlock_1560406712438 {
    width: 10%;
    height: 137px;
    position: absolute;
    top: 22px;
    left: 45%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1560406712438 {
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1560406712438 {
        width: 46.99999999999999%;
        height: 180.45333333333332px;
        top: 392.33904761904756px;
        left: 2%;
    }
}
#image_style_03_1560407168510 {
    width: 100%;
    height: 136px;
    position: absolute;
    left: 0%;
    top: 0px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560407168510 {
        width: 66.006600660066%;
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560407168510 {
        height: 170.45333333333332px;
    }
}
#image_style_03_1560407168510 > .view_contents {
    overflow: visible;
}
#div_a_includeBlock_1560406766509 {
    width: 10%;
    height: 137px;
    position: absolute;
    top: 22px;
    left: 90%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1560406766509 {
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1560406766509 {
        width: 46.99999999999999%;
        height: 180.45333333333332px;
        top: 773.2457142857143px;
        left: 2%;
    }
}
#image_style_03_1560407121934 {
    width: 100%;
    height: 136px;
    position: absolute;
    left: 0%;
    top: 0px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560407121934 {
        width: 66.006600660066%;
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560407121934 {
        height: 170.45333333333332px;
    }
}
#image_style_03_1560407121934 > .view_contents {
    overflow: visible;
}
#div_a_includeBlock_1560406794318 {
    width: 10%;
    height: 137px;
    position: absolute;
    top: 22px;
    left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1560406794318 {
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1560406794318 {
        width: 46.99999999999999%;
        height: 180.45333333333332px;
        top: 10px;
        left: 2%;
    }
}
#image_style_03_1560407029242 {
    width: 100%;
    height: 136px;
    position: absolute;
    left: 0%;
    top: 0px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560407029242 {
        left: 16.996699669967%;
        width: 66.006600660066%;
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560407029242 {
        height: 171.88571428571424px;
    }
}
#image_style_03_1560407029242 > .view_contents {
    overflow: visible;
}
#div_a_includeBlock_1560406811065 {
    width: 9.916666666666666%;
    height: 137px;
    position: absolute;
    top: 22px;
    left: 11.416666666666666%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1560406811065 {
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1560406811065 {
        width: 46.99999999999999%;
        height: 181.88571428571424px;
        top: 10px;
        left: 51%;
    }
}
#image_style_03_1560407126797 {
    width: 100%;
    height: 136px;
    position: absolute;
    left: 0%;
    top: 0px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560407126797 {
        width: 66.006600660066%;
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560407126797 {
        height: 170.45333333333332px;
    }
}
#image_style_03_1560407126797 > .view_contents {
    overflow: visible;
}
#div_a_includeBlock_1560406826110 {
    width: 10%;
    height: 137px;
    position: absolute;
    top: 22px;
    left: 22.583333333333332%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1560406826110 {
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1560406826110 {
        width: 46.99999999999999%;
        height: 180.45333333333332px;
        top: 201.88571428571424px;
        left: 2%;
    }
}
#image_style_03_1560407133269 {
    width: 100%;
    height: 136px;
    position: absolute;
    left: 0%;
    top: 0px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560407133269 {
        width: 66.006600660066%;
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560407133269 {
        height: 170.45333333333332px;
    }
}
#image_style_03_1560407133269 > .view_contents {
    overflow: visible;
}
#div_a_includeBlock_1560406837478 {
    width: 10%;
    height: 137px;
    position: absolute;
    top: 22px;
    left: 33.58333333333333%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1560406837478 {
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1560406837478 {
        width: 46.99999999999999%;
        height: 180.45333333333332px;
        top: 201.88571428571424px;
        left: 51%;
    }
}
#image_style_03_1560407152497 {
    width: 100%;
    height: 136px;
    position: absolute;
    left: 0%;
    top: 0px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560407152497 {
        width: 66.006600660066%;
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560407152497 {
        height: 170.45333333333332px;
    }
}
#image_style_03_1560407152497 > .view_contents {
    overflow: visible;
}
#div_a_includeBlock_1560406861350 {
    width: 10%;
    height: 137px;
    position: absolute;
    top: 22px;
    left: 56.08333333333333%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1560406861350 {
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1560406861350 {
        width: 46.99999999999999%;
        height: 180.45333333333332px;
        top: 392.33904761904756px;
        left: 51%;
    }
}
#image_style_03_1560407158884 {
    width: 100%;
    height: 136px;
    position: absolute;
    left: 0%;
    top: 0px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560407158884 {
        width: 66.006600660066%;
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560407158884 {
        height: 170.45333333333332px;
    }
}
#image_style_03_1560407158884 > .view_contents {
    overflow: visible;
}
#div_a_includeBlock_1560406873852 {
    width: 10%;
    height: 137px;
    position: absolute;
    top: 22px;
    left: 67%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1560406873852 {
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1560406873852 {
        width: 46.99999999999999%;
        height: 180.45333333333332px;
        top: 582.7923809523809px;
        left: 2%;
    }
}
#image_style_03_1560407164391 {
    width: 100%;
    height: 136px;
    position: absolute;
    left: 0%;
    top: 0px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560407164391 {
        width: 66.006600660066%;
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560407164391 {
        height: 170.45333333333332px;
    }
}
#image_style_03_1560407164391 > .view_contents {
    overflow: visible;
}
#div_a_includeBlock_1560406882963 {
    width: 10%;
    height: 137px;
    position: absolute;
    top: 22px;
    left: 78.33333333333333%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1560406882963 {
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1560406882963 {
        width: 46.99999999999999%;
        height: 180.45333333333332px;
        top: 582.7923809523809px;
        left: 51%;
    }
}
#layout_1560406693436 {
    height: 190px;
    display: none;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1560406693436 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    #layout_1560406693436 {
        display: none;
        height: 964.234375px;
    }
}
#layout_1560406693436 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#text_style_01_1560337355471 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0%;
    top: 98.5px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560337355471 {
        left: 25%;
        width: 50%;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560337355471 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 0px;
        left: 25%;
    }
}
#text_style_01_1560337355471>.view_contents {
    text-align: center;
}
#text_style_01_1560337250070 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0%;
    top: 6px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560337250070 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560337250070 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 28px;
        left: 25%;
    }
}
#text_style_01_1560337250070>.view_contents {
    font-size: 38px;
    text-align: center;
    color: #56aaff;
}
@media screen and (max-width:640px) {
    #text_style_01_1560337250070>.view_contents {
        font-size: 18px;
    }
}
#div_a_includeBlock_1560337167430 {
    width: 15.929203539823009%;
    height: 164px;
    position: absolute;
    left: 42.0353982300885%;
    top: 3px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1560337167430 {
        left: 0%;
        width: 100%;
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1560337167430 {
        height: 96px;
    }
}
#text_style_01_1560337545387 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0%;
    top: 6px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560337545387 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560337545387 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 19px;
        left: 30.303030303030305%;
    }
}
#text_style_01_1560337545387>.view_contents {
    font-size: 38px;
    text-align: center;
    color: #56aaff;
}
@media screen and (max-width:640px) {
    #text_style_01_1560337545387>.view_contents {
        font-size: 18px;
    }
}
#text_style_01_1560337545370 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0%;
    top: 65px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560337545370 {
        left: 0%;
        width: 100%;
        top: 65px;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560337545370 {
        width: 71.71717171717171%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 0px;
        left: 25%;
    }
}
#text_style_01_1560337545370>.view_contents {
    text-align: center;
}
#div_a_includeBlock_1560337545025 {
    width: 14.085545722713864%;
    height: 164px;
    position: absolute;
    left: 6.636015855457226%;
    top: 2.5px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1560337545025 {
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1560337545025 {
        height: 97px;
        left: 7.743055555555555%;
        top: 0px;
        width: 99px;
    }
}
#text_style_01_1560337565194 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0%;
    top: 98.5px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560337565194 {
        left: 25%;
        width: 50%;
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560337565194 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 0px;
        left: 25%;
    }
}
#text_style_01_1560337565194>.view_contents {
    text-align: center;
}
#text_style_01_1560337565204 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0%;
    top: 6px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1560337565204 {
    }
}
@media screen and (max-width:640px) {
    #text_style_01_1560337565204 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 28px;
        left: 25%;
    }
}
#text_style_01_1560337565204>.view_contents {
    font-size: 38px;
    text-align: center;
    color: #56aaff;
}
@media screen and (max-width:640px) {
    #text_style_01_1560337565204>.view_contents {
        font-size: 18px;
    }
}
#div_a_includeBlock_1560337565054 {
    width: 14.085545722713864%;
    height: 164px;
    position: absolute;
    left: 80.16224188790561%;
    top: 2.5px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1560337565054 {
        height: 184.5px;
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1560337565054 {
        height: 77px;
    }
}
#div_a_includeBlock_1560336900072 {
    width: 112.99999999999999%;
    height: 169px;
    position: absolute;
    top: 18px;
    left: -6.499999999999993%;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1560336900072 {
        height: 187px;
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1560336900072 {
        width: 96.00000000000003%;
        height: 99px;
        top: 10px;
        left: 2%;
        display: none;
    }
}
#div_a_includeBlock_1560336900072 {
    background: #e5e5e5;
}
#layout_1560336655611 {
    height: 188px;
    display: none;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1560336655611 {
        height: 205px;
        display: block;
    }
}
@media screen and (max-width:640px) {
    #layout_1560336655611 {
        display: none;
        height: 109px;
    }
}
#layout_1560336655611 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#banner_style_04_1560336735504 {
    width: 99.83333333333333%;
    height: 296px;
    position: absolute;
    top: 1.921875px;
    left: 0.20833333333333334%;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_04_1560336735504 {
    }
}
@media screen and (max-width:640px) {
    #banner_style_04_1560336735504 {
        width: 96.00000000000001%;
        height: 75.90250417362272px;
        top: 10px;
        left: 2%;
    }
}
#layout_1560336664719 {
    height: 298px;
    display: none;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1560336664719 {
        height: 297.921875px;
        display: block;
    }
}
@media screen and (max-width:640px) {
    #layout_1560336664719 {
        display: none;
        height: 96px;
    }
}
#layout_1560336664719 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#newsList_style_04_1571142864539 {
    width: 99.75%;
    position: absolute;
    top: 0.493072509765625px;
    left: 0.10648091634114583%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #newsList_style_04_1571142864539 {
    }
}
@media screen and (max-width:640px) {
    #newsList_style_04_1571142864539 {
        width: 96%;
        top: 10px;
        left: 2%;
    }
}
#newsList_style_04_1571142864539 .modSet {
    background: #e5e5e5;
    text-align: center;
    border-width: 1px;
    border-style: ridge;
}
#layout_1571142654886 {
    height: 285.5px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1571142654886 {
        height: 696.5px;
    }
}
@media screen and (max-width:640px) {
    #layout_1571142654886 {
        height: 347px;
    }
}
#layout_1571142654886 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#banner_style_04_1571142944177 {
    width: 99.83333333333333%;
    height: 305px;
    position: absolute;
    top: 1.90972900390625px;
    left: 1.6244227091471355%;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_04_1571142944177 {
    }
}
@media screen and (max-width:640px) {
    #banner_style_04_1571142944177 {
        width: 96.00000000000001%;
        height: 75.90250417362272px;
        top: 10px;
        left: 2%;
    }
}
#banner_style_04_1571142944177 > .view_contents {
    overflow: hidden;
}

/*----------------------电脑板式样式----------------------*/
#banner_style_04_1571142944177 {
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_04_1571142944177 {
    }
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #banner_style_04_1571142944177 {
    }
}
#layout_1571142944171 {
    height: 311px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1571142944171 {
        height: 297.921875px;
    }
}
@media screen and (max-width:640px) {
    #layout_1571142944171 {
        height: 96px;
    }
}
#layout_1571142944171 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#layout_1574157396826 {
    height: 1px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1574157396826 {
    }
}
@media screen and (max-width:640px) {
    #layout_1574157396826 {
    }
}
#layout_1574157396826 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#layout_1574164990230 {
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1574164990230 {
    }
}
@media screen and (max-width:640px) {
    #layout_1574164990230 {
    }
}
#layout_1574164990230 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#image_logo_1574157414033 {
    width: 11%;
    height: 29px;
    position: absolute;
    top: 14px;
    left: 20.740214646464647%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_logo_1574157414033 {
    }
}
@media screen and (max-width:640px) {
    #image_logo_1574157414033 {
        left: 25.866666666666667%;
        top: 15.984375px;
        width: 155px;
        height: 26px;
    }
}
#dh_style_28_1582313460016 {
    width: 25.40404040404041%;
    z-index: 999;
    position: absolute;
    left: 55.32828282828282%;
    top: 6px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #dh_style_28_1582313460016 {
        z-index: 999;
        left: 36.7986798679868%;
        width: 26.4026402640264%;
    }
}
@media screen and (max-width:640px) {
    #dh_style_28_1582313460016 {
        width: 80px;
        z-index: 999;
        top: 0px;
        left: 36.7986798679868%;
    }
}
#dh_style_28_1582313460016 > .view_contents {
    overflow: visible;
}
#div_a_includeBlock_1574157413477 {
    width: 1980px;
    height: 55px;
    position: fixed;
    top: 0px;
    left: calc(50% + -998.5px);
    z-index: 9999;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1574157413477 {
        height: 54px;
        width: 100%;
        top: 0px;
        left: -34.89583333333333%;
    }
}
@media screen and (max-width:640px) {
    #div_a_includeBlock_1574157413477 {
        height: 54px;
        width: 100%;
        top: 0px;
        left: 0%;
    }
}
#div_a_includeBlock_1574157413477 > .view_contents {
    overflow: visible;
}
#div_a_includeBlock_1574157413477 {
    background: #ffffff;
    box-shadow: #999999 0px 2px 5px;
}
#liuyanban_style_03_1571143418344 {
    width: 48.66666666666667%;
    position: absolute;
    top: 1.953125px;
    left: 0%;
    z-index: 1;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #liuyanban_style_03_1571143418344 {
    }
}
@media screen and (max-width:640px) {
    #liuyanban_style_03_1571143418344 {
        width: 92.16000000000003%;
        top: 0px;
        left: 3.9199999999999875%;
        display: none;
    }
}
#liuyanban_style_03_1571143418344 .titSet {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
}
#liuyanban_style_03_1571143418344 .labSet {
    color: #e5e5e5;
    font-size: 16px;
}
#liuyanban_style_03_1571143418344 .gubookSet {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-bottom: 0px;
}
#liuyanban_style_03_1571143418344 .textareaSet {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 14px;
    height: 84px;
    margin-bottom: 10px;
    color: #727272;
    border-top-color: #727272;
    border-right-color: #727272;
    border-bottom-color: #727272;
    border-left-color: #727272;
    background: transparent;
}
#liuyanban_style_03_1571143418344 .inputSet {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 14px;
    margin-bottom: 10px;
    background: transparent;
    border-top-color: #e5e5e5;
    border-right-color: #e5e5e5;
    border-bottom-color: #e5e5e5;
    border-left-color: #e5e5e5;
    color: #e5e5e5;
}
#liuyanban_style_03_1571143418344 .btnaSet {
    background: #3381ff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: 0px;
}
#liuyanban_style_03_1571143418344 .modSet {
    padding-top: 0px;
    padding-bottom: 0px;
}
@media screen and (max-width:640px) {
    #liuyanban_style_03_1571143418344 .textareaSet {
        margin-bottom: 0px;
    }
}

/*----------------------电脑板式样式----------------------*/
#liuyanban_style_03_1571143418344 {
}
#liuyanban_style_03_1571143418344 .textareaSet {
    resize: none;
}
#liuyanban_style_03_1571143418344 .btnaSet {
    width: 35%;
    margin: 0 auto;
    display: block;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #liuyanban_style_03_1571143418344 {
    }
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #liuyanban_style_03_1571143418344 {
    }
}
#text_style_02_1571201466691 {
    width: 29.583333333333332%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 109.953125px;
    left: 49.75%;
    z-index: 2;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1571201466691 {
    }
}
@media screen and (max-width:640px) {
    #text_style_02_1571201466691 {
        width: 96%;
        top: 79px;
        left: 2%;
        display: block;
    }
}
#text_style_02_1571201466691>.view_contents {
    box-sizing: border-box;
    font-size: 15px;
    line-height: 23px;
    color: #aaffff;
    text-align: left;
    font-family: Microsoft YaHei;
    letter-spacing: 1px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1571201466691>.view_contents {
        box-sizing: border-box;
    }
}
@media screen and (max-width:640px) {
    #text_style_02_1571201466691>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}
#image_style_01_1571201466706 {
    width: 17.916666666666668%;
    height: 177px;
    position: absolute;
    top: 53.040008544921875px;
    left: 82.08333333333333%;
    z-index: 2;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571201466706 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571201466706 {
        width: 238px;
        height: 99px;
        top: 223px;
        left: 18.266666666666666%;
    }
}
#image_style_01_1571201466706 > .view_contents {
    overflow: visible;
}
#text_style_02_1571201466700 {
    width: 13.333333333333334%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 245.49996948242187px;
    left: 84.163330078125%;
    z-index: 2;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1571201466700 {
    }
}
@media screen and (max-width:640px) {
    #text_style_02_1571201466700 {
        width: 96%;
        top: 326px;
        left: 2%;
        display: block;
    }
}
#text_style_02_1571201466700>.view_contents {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 23px;
    color: #b5c0af;
    text-align: center;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1571201466700>.view_contents {
        box-sizing: border-box;
    }
}
@media screen and (max-width:640px) {
    #text_style_02_1571201466700>.view_contents {
        box-sizing: border-box;
    }
}
#text_style_02_1571201466823 {
    width: 50%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 339px;
    left: 0.9166666666666666%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1571201466823 {
    }
}
@media screen and (max-width:640px) {
    #text_style_02_1571201466823 {
        width: 96%;
        top: 382px;
        left: 2%;
    }
}
#text_style_02_1571201466823>.view_contents {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 40px;
    color: #c4c4c4;
    text-align: left;
    border-top-color: #4d4d4d;
    border-top-style: none;
    border-top-width: 1px;
    padding-top: 0px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1571201466823>.view_contents {
        box-sizing: border-box;
    }
}
@media screen and (max-width:640px) {
    #text_style_02_1571201466823>.view_contents {
        box-sizing: border-box;
        color: #c4c4c4;
        text-align: center;
        font-family: Microsoft YaHei;
        font-size: 12px;
    }
}
#image_style_01_1573846338282 {
    width: 25.916666666666664%;
    height: 42px;
    position: absolute;
    top: 53.0390625px;
    left: 51.583333333333336%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1573846338282 {
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1573846338282 {
        width: 61.6%;
        height: 31px;
        top: 36px;
        left: 19.2%;
    }
}
#image_style_01_1573846338282 > .view_contents {
    overflow: visible;
}
#qqol_style_05_1573786418241 {
    width: 17.5%;
    position: absolute;
    top: 1.953125px;
    left: 82.5%;
    z-index: 2;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #qqol_style_05_1573786418241 {
    }
}
@media screen and (max-width:640px) {
    #qqol_style_05_1573786418241 {
        width: 96%;
        top: 0px;
        left: 2%;
    }
}
#qqol_style_05_1573786418241 > .view_contents {
    overflow: visible;
}
#comm_layout_footer {
    height: 503.953125px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #comm_layout_footer {
        height: 444.953125px;
    }
}
@media screen and (max-width:640px) {
    #comm_layout_footer {
        height: 434px;
        display: block;
    }
}
#comm_layout_footer > .view_contents {
    overflow: visible;
    max-width: 1200px;
}
#comm_layout_footer {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background: #333333;
}

/* banner样式 */
.bannerStyle_1 {
    width: 100%;
    height: 100%;
    position: relative;
}
.bannerStyle_1 .main_visual {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.bannerStyle_1 .main_image {
    height: 100%;
    overflow: hidden;
    position: relative;
}

/* 圆点 */
.bannerStyle_1 div.flicking_con {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 14px;
    text-align: center;
    z-index: 105;
}
.bannerStyle_1 div.flicking_con a {
    width: 14px;
    height: 14px;
    padding: 0;
    background: none;
    border: 1px solid white;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 3px;
    border-radius: 100%;
}
.bannerStyle_1 div.flicking_con a.on {
    background: white;
    border: 0;
}

/* 左右按钮 */
.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next {
    z-index: 11111;
    position: absolute;
    width: 73px;
    height: 74px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.bannerStyle_1 .btn_prev {
    background: url(../images/hover_left.png) no-repeat left top;
    left: 20px;
    background-size: 80%;
}
.bannerStyle_1 .btn_next {
    background: url(../images/hover_right.png) no-repeat right top;
    right: 20px;
    background-size: 80%;
}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: #fff;
}
@media screen and  (min-width:326px) and (max-width:767px) {
    .bannerStyle_1 div.flicking_con a {
        width: 9px;
        height: 9px;
    }
}
@media screen and  (max-width:640px) {
    .bannerStyle_1 div.flicking_con a {
        width: 9px;
        height: 9px;
    }
    .bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next {
        width: 53px;
        height: 54px;
    }
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}
.bannerStyle_1 .main_image .img-item {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
}
.bannerStyle_1 .main_image .img-item span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
.bannerStyle_1 .main_image .img-item a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part {
    position: absolute;
    top: 0;
    width: calc(20% + 1px); /* [注意] 修改为总宽度 / 动画块个数 */
    height: 100%;
    background-color: #fff;
    transition: all .7s;    /* 设置子元素在3D空间中呈现 */
    transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 500% auto; /* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1) {
    transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2) {
    transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3) {
    transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4) {
    transform: rotateX(-270deg) translateZ(150px);
}
.img_url {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 100;
}
#banner_style_01_1562149972183 .bannerStyle_1 .main_image .img-item .img_0 {
    background: url('../images/158230892779515408b88a412b762.png') center top no-repeat;
}
#banner_style_01_1562149972183 .bannerStyle_1 .main_image .img-item .img_1 {
    background: url('../images/1582308965202cc1d812cb4e7f4a3.png') center top no-repeat;
}
#banner_style_01_1562149972183 .bannerStyle_1 .ground_glass {
}
#banner_style_01_1562149972183 .bannerStyle_1 .main_image .img-item span {
    background-size: 100% auto !important;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1562149972183 .bannerStyle_1 .main_image .img-item span {
        background-size: 100% auto !important;
    }
}
@media screen and (max-width:640px) {
    #banner_style_01_1562149972183 .bannerStyle_1 .main_image .img-item span {
        background-size: 100% auto !important;
    }
}
#image_style_01_1560321639558 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1560321639558 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1560321639558 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1560321639558 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;
}
.searchStyle_2 {
    position: relative;
    min-width: 200px;
}
.searchStyle_2 * {
    box-sizing: border-box;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.searchStyle_2 .searchForm {
    width: 100%;
    border-radius: 0;
    box-sizing: border-box;
    position: relative;
}
.searchStyle_2 .searchForm .search-btn {
    width: 60px;
    text-align: center;
    border: 0;
    height: 40px;
    font-size: 16px;
    color: #666;
    background: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.searchStyle_2 .searchForm .search_input {
    width: 100%;
    border: 0;
    border-radius: 20px;
    outline: none;
    padding-right: 65px;
    padding-left: 1em;
    height: 40px;
    font-size: 14px;
    color: #333;
    border: 1px solid #666;
}
.keyWord {
    margin-top: 5px;
}
.keyWord a {
    font-size: 14px;
    color: #666;
    margin-right: 5px;
}
@media screen and (max-width:768px) {
    .searchStyle_2 .searchForm .search-btn, .searchStyle_2 .searchForm .search_input {
        height: 32px;
    }
}
#searchbox_style_02_1560322669996 input::-webkit-input-placeholder {
    color:;
}
#searchbox_style_02_1560322669996 input::-moz-input-placeholder {
    color:;
}
#searchbox_style_02_1560322669996 input::-o-input-placeholder {
    color:;
}
#image_style_01_1582310736579 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1582310736579 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1582310736579 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1582310736579 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_1582311012986 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1582311012986 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1582311012986 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1582311012986 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_1582311085836 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1582311085836 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1582311085836 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1582311085836 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_1582311380915 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1582311380915 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1582311380915 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1582311380915 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_1582311479597 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1582311479597 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1582311479597 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1582311479597 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_1582311540415 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1582311540415 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1582311540415 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1582311540415 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_1582311632119 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1582311632119 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1582311632119 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1582311632119 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_1582311722174 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1582311722174 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1582311722174 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1582311722174 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_1582311784122 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1582311784122 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1582311784122 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1582311784122 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;
}
.blank_new01 {
    width: 100%;
    height: 100%;
}
.blank_new01 .roundcs {
    width: 100%;
    height: 100%;
    background: rgba(7, 126, 244, 0.7);
    box-sizing: border-box;
}

/*新闻列表样式*/
.boxNewsListStyle_4 {
    width: 100%;
    clear: both;
}
.boxNewsListStyle_4 * {
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    box-sizing: border-box;
}
.boxNewsListStyle_4 ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.boxNewsListStyle_4 .sumary_list {
    list-style: none;
    background: #fff;
    overflow: hidden;
}
.boxNewsListStyle_4 .sumary_list .newPic {
    width: 100%;
    min-width: 100px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background: #eee;
}
.boxNewsListStyle_4 .sumary_list .newPic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.boxNewsListStyle_4 .sumary_list .newPic .zTm {
    margin-top: 100%;
}
.boxNewsListStyle_4 .sumary_list .newCont {
    width: 100%;
    position: relative;
    z-index: 999;
}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle {
    width: 100%;
}
.boxNewsListStyle_4 .sumary_list .newName a {
    text-decoration: none;
    color: #333;
    line-height: 1.1;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0;
}
.boxNewsListStyle_4 .sumary_list .newB {
    width: 100%;
    line-height: 2;
    padding-top: 5px;
}
.boxNewsListStyle_4 .sumary_list .newSort {
    color: #fff;
    background-color: #498D9C;
    font-size: 12px;
    white-space: nowrap;
    padding: .5em 1em;
    margin-right: 5px;
}
.boxNewsListStyle_4 .sumary_list .newsTime {
    text-align: right;
    color: #666;
    font-size: 14px;
    white-space: nowrap;
}
.boxNewsListStyle_4 .sumary_list .newsTime span {
    white-space: nowrap;
}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime {
    display: none;
}
.boxNewsListStyle_4 .sumary_list .newDetail {
    width: 100%;
    margin: 0;
    color: #999;
    font-size: 12px;
    line-height: 1.6;
    border-bottom: 1px solid #eee;
}
.boxNewsListStyle_4 .sumary_list .newDetail span {
    display: block;
    margin-bottom: 6px;
    overflow: hidden;
}
.boxNewsListStyle_4 .sumary_list .show_all {
    width: 100%;
    margin-top: .5em;
}
.boxNewsListStyle_4 .sumary_list .show_all a {
    display: block;
    margin-top: .4em;
    text-decoration: none;
    border: 1px solid #ddd;
    text-align: center;
    padding: .4em;
    font-size: 12px;
    color: #666;
}

/* 分页 */
.boxNewsListStyle_4 .page {
    display: inline-block;
    border: none;
    background: white;
    text-align: center;
    width: auto;
    padding: 0 15px;
    margin: 0 .5px;
    height: auto;
    line-height: 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e5e5e5;
}
.boxNewsListStyle_4 .page_btn .cur {
    background: red;
    color: white;
    cursor: pointer;
}
.boxNewsListStyle_4 .page:hover {
    background: red;
    color: white;
    cursor: pointer;
}
@media screen and (max-width:768px) {

    /*分页*/
    .boxNewsListStyle_4 .page_btn a:nth-child(n+5) {
        display: none;
    }
    .boxNewsListStyle_4 .page_btn a:nth-last-child(1), .boxNewsListStyle_4 .page_btn a:nth-last-child(2), .boxNewsListStyle_4 .page_btn a:nth-last-child(3) {
        display: inline-block !important;
    }
}
#newsList_style_04_1560328622677 .newDetail.pc {
    display: block;
}
#newsList_style_04_1560328622677 .newDetail.pad, #newsList_style_04_1560328622677 .newDetail.mobile {
    display: none;
}
#newsList_style_04_1560328622677 .newTitle.pc {
    display: block;
}
#newsList_style_04_1560328622677 .newTitle.pad, #newsList_style_04_1560328622677 .newTitle.mobile {
    display: none;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #newsList_style_04_1560328622677 .newDetail.pad {
        display: block;
    }
    #newsList_style_04_1560328622677 .newDetail.pc, #newsList_style_04_1560328622677 .newDetail.mobile {
        display: none;
    }
    #newsList_style_04_1560328622677 .newTitle.pad {
        display: block;
    }
    #newsList_style_04_1560328622677 .newTitle.pc, #newsList_style_04_1560328622677 .newTitle.mobile {
        display: none;
    }
}
@media screen and (max-width:640px) {
    #newsList_style_04_1560328622677 .newDetail.mobile {
        display: block;
    }
    #newsList_style_04_1560328622677 .newDetail.pc, #newsList_style_04_1560328622677 .newDetail.pad {
        display: none;
    }
    #newsList_style_04_1560328622677 .newTitle.mobile {
        display: block;
    }
    #newsList_style_04_1560328622677 .newTitle.pc, #newsList_style_04_1560328622677 .newTitle.pad {
        display: none;
    }
}

/*pc*/
#newsList_style_04_1560328622677 li {
    width: 24.25%;
}
#newsList_style_04_1560328622677 li.sumary_list {
    margin-bottom: 1%;
}
@media screen and (max-width:1024px) {

    /*ipad*/
    #newsList_style_04_1560328622677 li {
        width: 32.666666666667%;
    }
    #newsList_style_04_1560328622677 li.sumary_list {
        margin-bottom: 1%;
    }
}
@media screen and (max-width:768px) {

    /*mobi*/
    #newsList_style_04_1560328622677  li {
        width: 49.5%;
    }
    #newsList_style_04_1560328622677  li.sumary_list {
        margin-bottom: 1%;
    }
}
@media screen and (min-width:1025px) {
}
@media screen and (min-width:640px) and (max-width:1024px) {
}
@media screen and (max-width:640px) {
}

/* 新分页 */
#newsList_style_04_1560328622677 .page_btn {
    font-size: 14px;
    text-align: center;
}
#newsList_style_04_1560328622677 .page_btn .all_page {
    display: inline-block;
    margin: 0 10px;
}
#newsList_style_04_1560328622677 .page:hover {
    background: red;
    color: white;
    cursor: pointer;
}
#newsList_style_04_1560328622677 .page_btn .cur {
    background: red;
    color: white;
    cursor: pointer;
}
#newsList_style_04_1560328622677 .submit_div {
    display: inline-block;
}
#newsList_style_04_1560328622677 .page_btn input {
    width: 50px;
    margin: 0 5px;
}
#newsList_style_04_1560328622677 .page_btn input:hover {
    cursor: default;
    background: white;
    color: #333;
}
#newsList_style_04_1560328622677 .page_submit {
    margin-left: 5px;
}
#newsList_style_04_1560328622677 .page {
    display: inline-block;
    border: none;
    background: white;
    text-align: center;
    width: auto;
    padding: 0 15px;
    margin: 0 .5px;
    height: auto;
    line-height: 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e5e5e5;
}
@media screen and (max-width:640px) {
    #newsList_style_04_1560328622677 .page_btn {
        font-size: 12px;
    }
    #newsList_style_04_1560328622677 .submit_div {
        display: none;
    }
}
#newsList_style_04_1560328622677 .page {
    width: auto;
    margin: 0 5px 10px 5px;
    border-radius: 5px;
}
@media screen and (max-width:640px) {
    #newsList_style_04_1560328622677 .page {
        line-height: 30px;
        padding: 0 13px;
    }
}
#image_style_01_1573753476405 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1573753476405 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1573753476405 .CompatibleImg img {
        width: 100%;
        height: auto;
        margin-left: 0px
    }
}
.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_1571058890838 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571058890838 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571058890838 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1571058890838 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_1571058890899 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571058890899 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571058890899 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1571058890899 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_1571058891093 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571058891093 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571058891093 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1571058891093 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_1571058891100 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571058891100 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571058891100 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1571058891100 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_1571058891115 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571058891115 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571058891115 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1571058891115 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_1571058890860 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571058890860 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571058890860 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1571058890860 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_1571058890866 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571058890866 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571058890866 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1571058890866 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_1571058890911 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571058890911 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571058890911 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1571058890911 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_1571059979153 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571059979153 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571059979153 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1571059979153 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_1571058890892 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571058890892 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571058890892 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1571058890892 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_1571060121014 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571060121014 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571060121014 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1571060121014 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_1571060134636 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571060134636 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571060134636 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1571060134636 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_1571060149785 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571060149785 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571060149785 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1571060149785 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_1571060163757 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571060163757 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571060163757 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1571060163757 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_1571060182851 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571060182851 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571060182851 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1571060182851 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_1571060199614 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571060199614 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571060199614 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1571060199614 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_1571060218500 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571060218500 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571060218500 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1571060218500 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_1571060232211 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571060232211 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571060232211 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1571060232211 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_1571059524486 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571059524486 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571059524486 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1571059524486 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_1571058890875 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1571058890875 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1571058890875 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1571058890875 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_1560333593981 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1560333593981 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1560333593981 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
.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_1560333779062 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1560333779062 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1560333779062 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_01_1560333779062 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_03_1560406646943 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560406646943 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560406646943 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_03_1560406646943 a {
    cursor: default;
}
.imgStyle_3 {
    height: 100%;
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
}
.imgStyle_3 img {
    box-sizing: border-box;
}
.imgStyle_3 * {
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.imgStyle_3>a {
    overflow: visible;
    width: 100%;
    height: 100%;
}
.imgStyle_3 .tipsText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    font-size: 12px;
    transform: scale(.85);
}
.imgStyle_3:hover .tipsText {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.imgStyle_3 .tipsText span {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#image_style_03_1560406675014 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560406675014 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560406675014 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_03_1560406675014 a {
    cursor: default;
}
.imgStyle_3 {
    height: 100%;
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
}
.imgStyle_3 img {
    box-sizing: border-box;
}
.imgStyle_3 * {
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.imgStyle_3>a {
    overflow: visible;
    width: 100%;
    height: 100%;
}
.imgStyle_3 .tipsText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    font-size: 12px;
    transform: scale(.85);
}
.imgStyle_3:hover .tipsText {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.imgStyle_3 .tipsText span {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#image_style_03_1560406686530 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560406686530 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560406686530 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_03_1560406686530 a {
    cursor: default;
}
.imgStyle_3 {
    height: 100%;
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
}
.imgStyle_3 img {
    box-sizing: border-box;
}
.imgStyle_3 * {
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.imgStyle_3>a {
    overflow: visible;
    width: 100%;
    height: 100%;
}
.imgStyle_3 .tipsText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    font-size: 12px;
    transform: scale(.85);
}
.imgStyle_3:hover .tipsText {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.imgStyle_3 .tipsText span {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#image_style_03_1560406681730 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560406681730 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560406681730 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_03_1560406681730 a {
    cursor: default;
}
.imgStyle_3 {
    height: 100%;
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
}
.imgStyle_3 img {
    box-sizing: border-box;
}
.imgStyle_3 * {
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.imgStyle_3>a {
    overflow: visible;
    width: 100%;
    height: 100%;
}
.imgStyle_3 .tipsText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    font-size: 12px;
    transform: scale(.85);
}
.imgStyle_3:hover .tipsText {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.imgStyle_3 .tipsText span {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#image_style_03_1560406669748 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560406669748 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560406669748 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_03_1560406669748 a {
    cursor: default;
}
.imgStyle_3 {
    height: 100%;
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
}
.imgStyle_3 img {
    box-sizing: border-box;
}
.imgStyle_3 * {
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.imgStyle_3>a {
    overflow: visible;
    width: 100%;
    height: 100%;
}
.imgStyle_3 .tipsText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    font-size: 12px;
    transform: scale(.85);
}
.imgStyle_3:hover .tipsText {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.imgStyle_3 .tipsText span {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#image_style_03_1560407145159 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560407145159 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560407145159 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_03_1560407145159 a {
    cursor: default;
}
.imgStyle_3 {
    height: 100%;
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
}
.imgStyle_3 img {
    box-sizing: border-box;
}
.imgStyle_3 * {
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.imgStyle_3>a {
    overflow: visible;
    width: 100%;
    height: 100%;
}
.imgStyle_3 .tipsText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    font-size: 12px;
    transform: scale(.85);
}
.imgStyle_3:hover .tipsText {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.imgStyle_3 .tipsText span {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#image_style_03_1560407168510 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560407168510 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560407168510 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_03_1560407168510 a {
    cursor: default;
}
.imgStyle_3 {
    height: 100%;
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
}
.imgStyle_3 img {
    box-sizing: border-box;
}
.imgStyle_3 * {
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.imgStyle_3>a {
    overflow: visible;
    width: 100%;
    height: 100%;
}
.imgStyle_3 .tipsText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    font-size: 12px;
    transform: scale(.85);
}
.imgStyle_3:hover .tipsText {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.imgStyle_3 .tipsText span {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#image_style_03_1560407121934 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560407121934 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560407121934 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_03_1560407121934 a {
    cursor: default;
}
.imgStyle_3 {
    height: 100%;
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
}
.imgStyle_3 img {
    box-sizing: border-box;
}
.imgStyle_3 * {
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.imgStyle_3>a {
    overflow: visible;
    width: 100%;
    height: 100%;
}
.imgStyle_3 .tipsText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    font-size: 12px;
    transform: scale(.85);
}
.imgStyle_3:hover .tipsText {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.imgStyle_3 .tipsText span {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#image_style_03_1560407029242 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560407029242 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560407029242 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_03_1560407029242 a {
    cursor: default;
}
.imgStyle_3 {
    height: 100%;
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
}
.imgStyle_3 img {
    box-sizing: border-box;
}
.imgStyle_3 * {
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.imgStyle_3>a {
    overflow: visible;
    width: 100%;
    height: 100%;
}
.imgStyle_3 .tipsText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    font-size: 12px;
    transform: scale(.85);
}
.imgStyle_3:hover .tipsText {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.imgStyle_3 .tipsText span {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#image_style_03_1560407126797 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560407126797 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560407126797 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_03_1560407126797 a {
    cursor: default;
}
.imgStyle_3 {
    height: 100%;
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
}
.imgStyle_3 img {
    box-sizing: border-box;
}
.imgStyle_3 * {
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.imgStyle_3>a {
    overflow: visible;
    width: 100%;
    height: 100%;
}
.imgStyle_3 .tipsText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    font-size: 12px;
    transform: scale(.85);
}
.imgStyle_3:hover .tipsText {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.imgStyle_3 .tipsText span {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#image_style_03_1560407133269 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560407133269 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560407133269 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_03_1560407133269 a {
    cursor: default;
}
.imgStyle_3 {
    height: 100%;
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
}
.imgStyle_3 img {
    box-sizing: border-box;
}
.imgStyle_3 * {
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.imgStyle_3>a {
    overflow: visible;
    width: 100%;
    height: 100%;
}
.imgStyle_3 .tipsText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    font-size: 12px;
    transform: scale(.85);
}
.imgStyle_3:hover .tipsText {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.imgStyle_3 .tipsText span {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#image_style_03_1560407152497 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560407152497 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560407152497 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_03_1560407152497 a {
    cursor: default;
}
.imgStyle_3 {
    height: 100%;
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
}
.imgStyle_3 img {
    box-sizing: border-box;
}
.imgStyle_3 * {
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.imgStyle_3>a {
    overflow: visible;
    width: 100%;
    height: 100%;
}
.imgStyle_3 .tipsText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    font-size: 12px;
    transform: scale(.85);
}
.imgStyle_3:hover .tipsText {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.imgStyle_3 .tipsText span {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#image_style_03_1560407158884 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560407158884 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560407158884 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_03_1560407158884 a {
    cursor: default;
}
.imgStyle_3 {
    height: 100%;
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
}
.imgStyle_3 img {
    box-sizing: border-box;
}
.imgStyle_3 * {
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.imgStyle_3>a {
    overflow: visible;
    width: 100%;
    height: 100%;
}
.imgStyle_3 .tipsText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    font-size: 12px;
    transform: scale(.85);
}
.imgStyle_3:hover .tipsText {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.imgStyle_3 .tipsText span {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#image_style_03_1560407164391 .CompatibleImg img {
    width: 100%;
    height: 100%
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1560407164391 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_03_1560407164391 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
#image_style_03_1560407164391 a {
    cursor: default;
}
.imgStyle_3 {
    height: 100%;
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
}
.imgStyle_3 img {
    box-sizing: border-box;
}
.imgStyle_3 * {
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.imgStyle_3>a {
    overflow: visible;
    width: 100%;
    height: 100%;
}
.imgStyle_3 .tipsText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    font-size: 12px;
    transform: scale(.85);
}
.imgStyle_3:hover .tipsText {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.imgStyle_3 .tipsText span {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.bannerStyle_4 {
    text-align: center;
    font-weight: normal;
    width: 100%;
    height: 100%;
    position: relative;
}
.bannerStyle_4 a {
    text-decoration: none;
}
.bannerStyle_4 a:hover {
    cursor: pointer;
}
.bannerStyle_4 img:hover {
    cursor: pointer;
}
.bannerStyle_4 .imgMove {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.bannerStyle_4 .subMove {
    position: absolute;
    width: 900%;
    height: 100%;
}
.bannerStyle_4 .imgMove ul {
    position: relative;
    height: 100%;
    float: left;
    list-style-type: none;
    display: inline;
}
.bannerStyle_4 .imgMove li {
    position: relative;
    float: left;
    padding: 0 10px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.bannerStyle_4 .imgMove img {
    height: 100%;
}
.bannerStyle_4 .imgMove img:hover {
    opacity: 0.95;
}
.bannerStyle_4 .list_mode .a_mode {
    position: relative;
}
.bannerStyle_4 .textAlt {
    display: inline-block;
    position: absolute;
    width: 100%;
    text-align: left;
    left: 0;
    bottom: 0;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.5);
    padding: 8px 10px;
    box-sizing: border-box;
}
.banner4Box {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 333;
    background-color: #151515;
    top: 0;
    left: 0;
}
.banner4Box a {
    text-decoration: none;
}
.banner4Box a:hover {
    cursor: pointer;
}
.banner4Box img:hover {
    cursor: pointer;
}
.boxExit {
    position: absolute;
    float: right;
    top: 2%;
    right: 2%;
    text-align: right;
    z-index: 999;
}
.boxExit img {
    width: 25%;
    height: 25%;
}
.banner4Box .subBox {
    position: fixed;
    width: 100%;
    height: 75%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    overflow: hidden;
}
.banner4Box .boxCon {
    position: relative;
    width: 750px;
    height: 100%;
    margin: 0px auto;
}
.banner4Box .boxBefore {
    position: absolute;
    width: 600px;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: -600px;
    bottom: 0px;
    z-index: 666;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
}
.banner4Box .boxBefore:hover {
    opacity: 0.9;
}
.banner4Box .boxBefore img {
    position: absolute;
    width: 32px;
    height: 63px;
    right: 10px;
    top: 40%;
    cursor: pointer;
}
.banner4Box .boxAfter {
    position: absolute;
    width: 600px;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    right: -600px;
    bottom: 0px;
    z-index: 666;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
}
.banner4Box .boxAfter:hover {
    opacity: 0.9;
}
.banner4Box .boxAfter img {
    position: absolute;
    width: 32px;
    height: 63px;
    left: 10px;
    top: 40%;
    cursor: pointer;
}
.banner4Box .boxScroll {
    position: relative;
    width: 2000%;
    height: 100%;
    list-style-type: none;
}
.banner4Box .boxScroll li {
    position: relative;
    float: left;
    height: 100%;
}
.banner4Box .boxScroll img {
    height: 100%;
}
@media screen and (max-width:765px) {
    .banner4Box .boxBefore img {
        right: 5px;
        width: 25px;
        height: 50px;
    }
    .banner4Box .boxAfter img {
        left: 5px;
        width: 25px;
        height: 50px;
    }
    .banner4Box .boxExit {
        top: 15px;
        right: 15px;
    }
}

/*新闻列表样式*/
.boxNewsListStyle_4 {
    width: 100%;
    clear: both;
}
.boxNewsListStyle_4 * {
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    box-sizing: border-box;
}
.boxNewsListStyle_4 ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.boxNewsListStyle_4 .sumary_list {
    list-style: none;
    background: #fff;
    overflow: hidden;
}
.boxNewsListStyle_4 .sumary_list .newPic {
    width: 100%;
    min-width: 100px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background: #eee;
}
.boxNewsListStyle_4 .sumary_list .newPic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.boxNewsListStyle_4 .sumary_list .newPic .zTm {
    margin-top: 100%;
}
.boxNewsListStyle_4 .sumary_list .newCont {
    width: 100%;
    position: relative;
    z-index: 999;
}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle {
    width: 100%;
}
.boxNewsListStyle_4 .sumary_list .newName a {
    text-decoration: none;
    color: #333;
    line-height: 1.1;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0;
}
.boxNewsListStyle_4 .sumary_list .newB {
    width: 100%;
    line-height: 2;
    padding-top: 5px;
}
.boxNewsListStyle_4 .sumary_list .newSort {
    color: #fff;
    background-color: #498D9C;
    font-size: 12px;
    white-space: nowrap;
    padding: .5em 1em;
    margin-right: 5px;
}
.boxNewsListStyle_4 .sumary_list .newsTime {
    text-align: right;
    color: #666;
    font-size: 14px;
    white-space: nowrap;
}
.boxNewsListStyle_4 .sumary_list .newsTime span {
    white-space: nowrap;
}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime {
    display: none;
}
.boxNewsListStyle_4 .sumary_list .newDetail {
    width: 100%;
    margin: 0;
    color: #999;
    font-size: 12px;
    line-height: 1.6;
    border-bottom: 1px solid #eee;
}
.boxNewsListStyle_4 .sumary_list .newDetail span {
    display: block;
    margin-bottom: 6px;
    overflow: hidden;
}
.boxNewsListStyle_4 .sumary_list .show_all {
    width: 100%;
    margin-top: .5em;
}
.boxNewsListStyle_4 .sumary_list .show_all a {
    display: block;
    margin-top: .4em;
    text-decoration: none;
    border: 1px solid #ddd;
    text-align: center;
    padding: .4em;
    font-size: 12px;
    color: #666;
}

/* 分页 */
.boxNewsListStyle_4 .page {
    display: inline-block;
    border: none;
    background: white;
    text-align: center;
    width: auto;
    padding: 0 15px;
    margin: 0 .5px;
    height: auto;
    line-height: 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e5e5e5;
}
.boxNewsListStyle_4 .page_btn .cur {
    background: red;
    color: white;
    cursor: pointer;
}
.boxNewsListStyle_4 .page:hover {
    background: red;
    color: white;
    cursor: pointer;
}
@media screen and (max-width:768px) {

    /*分页*/
    .boxNewsListStyle_4 .page_btn a:nth-child(n+5) {
        display: none;
    }
    .boxNewsListStyle_4 .page_btn a:nth-last-child(1), .boxNewsListStyle_4 .page_btn a:nth-last-child(2), .boxNewsListStyle_4 .page_btn a:nth-last-child(3) {
        display: inline-block !important;
    }
}
#newsList_style_04_1571142864539 .newDetail.pc {
    display: block;
}
#newsList_style_04_1571142864539 .newDetail.pad, #newsList_style_04_1571142864539 .newDetail.mobile {
    display: none;
}
#newsList_style_04_1571142864539 .newTitle.pc {
    display: block;
}
#newsList_style_04_1571142864539 .newTitle.pad, #newsList_style_04_1571142864539 .newTitle.mobile {
    display: none;
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #newsList_style_04_1571142864539 .newDetail.pad {
        display: block;
    }
    #newsList_style_04_1571142864539 .newDetail.pc, #newsList_style_04_1571142864539 .newDetail.mobile {
        display: none;
    }
    #newsList_style_04_1571142864539 .newTitle.pad {
        display: block;
    }
    #newsList_style_04_1571142864539 .newTitle.pc, #newsList_style_04_1571142864539 .newTitle.mobile {
        display: none;
    }
}
@media screen and (max-width:640px) {
    #newsList_style_04_1571142864539 .newDetail.mobile {
        display: block;
    }
    #newsList_style_04_1571142864539 .newDetail.pc, #newsList_style_04_1571142864539 .newDetail.pad {
        display: none;
    }
    #newsList_style_04_1571142864539 .newTitle.mobile {
        display: block;
    }
    #newsList_style_04_1571142864539 .newTitle.pc, #newsList_style_04_1571142864539 .newTitle.pad {
        display: none;
    }
}

/*pc*/
#newsList_style_04_1571142864539 li {
    width: 24.25%;
}
#newsList_style_04_1571142864539 li.sumary_list {
    margin-bottom: 1%;
}
@media screen and (max-width:1024px) {

    /*ipad*/
    #newsList_style_04_1571142864539 li {
        width: 32.666666666667%;
    }
    #newsList_style_04_1571142864539 li.sumary_list {
        margin-bottom: 1%;
    }
}
@media screen and (max-width:768px) {

    /*mobi*/
    #newsList_style_04_1571142864539  li {
        width: 49.5%;
    }
    #newsList_style_04_1571142864539  li.sumary_list {
        margin-bottom: 1%;
    }
}
@media screen and (min-width:1025px) {
}
@media screen and (min-width:640px) and (max-width:1024px) {
}
@media screen and (max-width:640px) {
}

/* 新分页 */
#newsList_style_04_1571142864539 .page_btn {
    font-size: 14px;
    text-align: center;
}
#newsList_style_04_1571142864539 .page_btn .all_page {
    display: inline-block;
    margin: 0 10px;
}
#newsList_style_04_1571142864539 .page:hover {
    background: red;
    color: white;
    cursor: pointer;
}
#newsList_style_04_1571142864539 .page_btn .cur {
    background: red;
    color: white;
    cursor: pointer;
}
#newsList_style_04_1571142864539 .submit_div {
    display: inline-block;
}
#newsList_style_04_1571142864539 .page_btn input {
    width: 50px;
    margin: 0 5px;
}
#newsList_style_04_1571142864539 .page_btn input:hover {
    cursor: default;
    background: white;
    color: #333;
}
#newsList_style_04_1571142864539 .page_submit {
    margin-left: 5px;
}
#newsList_style_04_1571142864539 .page {
    display: inline-block;
    border: none;
    background: white;
    text-align: center;
    width: auto;
    padding: 0 15px;
    margin: 0 .5px;
    height: auto;
    line-height: 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e5e5e5;
}
@media screen and (max-width:640px) {
    #newsList_style_04_1571142864539 .page_btn {
        font-size: 12px;
    }
    #newsList_style_04_1571142864539 .submit_div {
        display: none;
    }
}
#newsList_style_04_1571142864539 .page {
    width: auto;
    margin: 0 5px 10px 5px;
    border-radius: 5px;
}
@media screen and (max-width:640px) {
    #newsList_style_04_1571142864539 .page {
        line-height: 30px;
        padding: 0 13px;
    }
}
.bannerStyle_4 {
    text-align: center;
    font-weight: normal;
    width: 100%;
    height: 100%;
    position: relative;
}
.bannerStyle_4 a {
    text-decoration: none;
}
.bannerStyle_4 a:hover {
    cursor: pointer;
}
.bannerStyle_4 img:hover {
    cursor: pointer;
}
.bannerStyle_4 .imgMove {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.bannerStyle_4 .subMove {
    position: absolute;
    width: 900%;
    height: 100%;
}
.bannerStyle_4 .imgMove ul {
    position: relative;
    height: 100%;
    float: left;
    list-style-type: none;
    display: inline;
}
.bannerStyle_4 .imgMove li {
    position: relative;
    float: left;
    padding: 0 10px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.bannerStyle_4 .imgMove img {
    height: 100%;
}
.bannerStyle_4 .imgMove img:hover {
    opacity: 0.95;
}
.bannerStyle_4 .list_mode .a_mode {
    position: relative;
}
.bannerStyle_4 .textAlt {
    display: inline-block;
    position: absolute;
    width: 100%;
    text-align: left;
    left: 0;
    bottom: 0;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.5);
    padding: 8px 10px;
    box-sizing: border-box;
}
.banner4Box {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 333;
    background-color: #151515;
    top: 0;
    left: 0;
}
.banner4Box a {
    text-decoration: none;
}
.banner4Box a:hover {
    cursor: pointer;
}
.banner4Box img:hover {
    cursor: pointer;
}
.boxExit {
    position: absolute;
    float: right;
    top: 2%;
    right: 2%;
    text-align: right;
    z-index: 999;
}
.boxExit img {
    width: 25%;
    height: 25%;
}
.banner4Box .subBox {
    position: fixed;
    width: 100%;
    height: 75%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    overflow: hidden;
}
.banner4Box .boxCon {
    position: relative;
    width: 750px;
    height: 100%;
    margin: 0px auto;
}
.banner4Box .boxBefore {
    position: absolute;
    width: 600px;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: -600px;
    bottom: 0px;
    z-index: 666;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
}
.banner4Box .boxBefore:hover {
    opacity: 0.9;
}
.banner4Box .boxBefore img {
    position: absolute;
    width: 32px;
    height: 63px;
    right: 10px;
    top: 40%;
    cursor: pointer;
}
.banner4Box .boxAfter {
    position: absolute;
    width: 600px;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    right: -600px;
    bottom: 0px;
    z-index: 666;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
}
.banner4Box .boxAfter:hover {
    opacity: 0.9;
}
.banner4Box .boxAfter img {
    position: absolute;
    width: 32px;
    height: 63px;
    left: 10px;
    top: 40%;
    cursor: pointer;
}
.banner4Box .boxScroll {
    position: relative;
    width: 2000%;
    height: 100%;
    list-style-type: none;
}
.banner4Box .boxScroll li {
    position: relative;
    float: left;
    height: 100%;
}
.banner4Box .boxScroll img {
    height: 100%;
}
@media screen and (max-width:765px) {
    .banner4Box .boxBefore img {
        right: 5px;
        width: 25px;
        height: 50px;
    }
    .banner4Box .boxAfter img {
        left: 5px;
        width: 25px;
        height: 50px;
    }
    .banner4Box .boxExit {
        top: 15px;
        right: 15px;
    }
}
.logoStyle * {
    box-sizing: border-box;
}
.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_28 {
    width: 100%;
    position: relative;
}
.menuStyle_28 * {
    box-sizing: border-box;
}
.menuStyle_28 .miniMenu *, .menuStyle_28 .menuUl li * {
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background, height, padding;
    -moz-transition-property: background, height, padding;
    -moz-transition-property: background, height, padding;
    transition-property: background, height, padding;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.menuStyle_28 .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_28 .rflex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: left\0;
}
.menuStyle_28 ul, .menuStyle_28 li {
    padding: 0;
    margin: 0px;
    list-style: none
}
.menuStyle_28 .menuLayout {
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.menuStyle_28 .menuLayout:after {
    content: '';
    display: block;
    clear: both;
}
.menuStyle_28 .menuUl_box {
    position: relative;
    width: 100%;
    text-align: center;
}
.menuStyle_28 .menuUl {
    position: relative;
    width: 100%;
    text-align: center;
}
.menuStyle_28 .menuUl>li {
    position: relative;
}
.menuStyle_28 .menuUl>li>a {
    background: rgba(0, 0, 0, 0.0);
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    text-align: center;
    letter-spacing: normal;
    white-space: nowrap;
    color: #17233d;
    line-height: 44px;
    padding: 0;
    padding: 0 1em\0;
}
.menuStyle_28 .menuUl>li>a:hover {
    color: #750406;
}
.menuStyle_28 .menuUl #hot>a {
    color: #750406;
}
.menuStyle_28 .menuUl>li>a span {
    display: block;
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, .3);
    font-size: 12px;
}
.menuStyle_28 .menuUl #hot>a span {
    color: inherit;
}
.menuStyle_28 .menuLayout .miniMenu {
    display: none;
}
.menuStyle_28 .menuUl02 {
    position: absolute;
    left: 50%;
    opacity: 0;
    display: none;
    width: 100%;
    height: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}
.menuStyle_28 .menuUl>li>#menuLogo {
    height: 85%;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02 {
    opacity: 1;
    display: block;
    height: auto;
    padding-top: 10px;
}
.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02 {
    display: none;
}
.menuStyle_28 .menuUl02 .subMenu02 {
    position: relative;
    color: #4d5158;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    background: #fff;
}
.menuStyle_28 .menuUl02 .subMenu02.subCurSet {
    color: #750406;
}
.menuStyle_28 .menuUl02 .subMenu02>a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.menuStyle_28 .menuUl02 .subMenu02:hover {
    color: #750406;
    border-left: 2px solid #750406;
    background: #f7f7f7;
}
.menuStyle_28 .menuUl02 .subMenu02>a .fa {
    float: right;
    line-height: inherit;
}
.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03 {
    display: block;
}
.menuStyle_28 .menuUl02 .subMenu02:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl02 .subMenu02:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl03 {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
}
.menuStyle_28 .menuUl03 .subMenu03 {
    line-height: 40px;
    margin-left: 10px;
}
.menuStyle_28 .menuUl03 .subMenu03 a:hover {
    color: #750406;
    background: #f7f7f7;
}
.menuStyle_28 .menuUl03 .subMenu03>a {
    color: #17233d;
    background: #fff;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}
.menuStyle_28 .menuUl03 .subMenu03:first-child a {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl03 .subMenu03:last-child a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02::before {
    content: '';
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: 0px;
    transform: translateX(-50%);
}
.menuStyle_28 .menuUl02 .arrow:hover::before {
    content: '';
    border-top: 5px solid transparent;
    border-left: 5px solid #fff;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.menuStyle_28 .rflex {
    position: relative;
}
.menuStyle_28 .maxWidth {
    margin: auto;
}
.menuStyle_28 .subBox {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(238, 238, 238, 0.85);
    display: none;
}
.menuStyle_28 .subBox .subBoxContent {
    padding: 15px;
    text-align: left;
    overflow: hidden;
}
.menuStyle_28 .subBox .subBoxContent .subItems {
    overflow: hidden;
    display: none;
}
.menuStyle_28 .subBox .sublm {
    float: left;
    width: calc(100% - 440px);
    min-height: 10px;
}
.menuStyle_28 .subBox .sublm>div {
    clear: both;
    overflow: hidden;
    margin: 8px 0;
}
.menuStyle_28 .subBox .subImgsbox {
    float: left;
    width: 440px;
    height: 160px;
}
.menuStyle_28 .subBox .subImgsbox>a {
    display: block;
    height: 100%;
    float: right;
    width: calc((100% - 20px)/2);
    margin-left: 20px;
}
.menuStyle_28 .subBox .subImgsbox>a:last-child {
    margin-left: 0;
}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 5px;
    background: rgba(255, 255, 255, .8);
    color: #17233d;
    font-size: 12px;
}
.menuStyle_28 .subBox p {
    overflow: hidden;
    float: left;
}
.menuStyle_28 .subBox p:first-child {
    margin-right: 10px;
    width: 100px;
}
.menuStyle_28 .subBox p:last-child {
    width: calc(100% - 110px);
}
.menuStyle_28 .subBox .subMenu02 {
    font-size: 14px;
    margin-bottom: 5px;
    clear: both;
    color: #17233d;
    line-height: 28px;
}
.menuStyle_28 .subBox .subMenu02.subCurSet {
    color: #750406;
}
.menuStyle_28 .subBox .subMenu02:hover, .menuStyle_28 .subBox .subMenu02:active {
    color: #750406;
}
.menuStyle_28 .subBox .subMenu03 {
    float: left;
    margin: 5px 20px 5px 0;
    font-size: 12px;
    color: #666;
}
.menuStyle_28 .subBox .subMenu03:hover, .menuStyle_28 .subBox .subMenu03:active {
    color: #750406;
}
.menuStyle_28 .subMenu03 .thrCurSet {
    color: #750406 !important;
    background: #f7f7f7 !important;
}
.menuStyle_28 .imgIco {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.menuStyle_28 .imgIco img {
    width: auto;
    height: 100%;
    vertical-align: top;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%);
}
@media screen and (max-width:640px) {
    .menuStyle_28 .imgIco {
        margin-right: 10px;
    }
    .menuStyle_28 .menuUl, .menuStyle_28 .menuUl_box {
        display: none;
    }
    .menuStyle_28 .menuScroll {
        height: calc(100% - 100px);
        width: 100%;
    }
    .menuStyle_28 .menuScroll>.menuUlCopy {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .menuStyle_28 .menuLayout .miniMenu {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 44px;
    }
    .menuStyle_28 .miniMenu .leftBox {
        height: 100%;
    }
    .menuStyle_28 .miniMenu .leftBox .sidebar {
        font-size: 24px;
        line-height: 44px;
        font-weight: normal;
        cursor: pointer;
        color: #4d5158;
        position: absolute;
        top: 0;
        right: 0px;
        width: 44px;
        text-align: center;
    }
    .menuStyle_28 .miniMenu .leftBox .sidebar .fa {
        font-size: inherit;
        line-height: inherit;
        color: inherit;
    }
    .menuStyle_28 .miniMenu .leftBox .nav {
        width: 100%;
        height: 44px;
    }
    .menuStyle_28 .miniMenu.Mslide .leftBox .nav {
        border-bottom: 1px solid rgba(0, 0, 0, .05);
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy {
        padding: 0 0 0 30px;
        clear: both;
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy {
        display: none;
        padding: 0;
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy {
        width: calc(100% - 50px);
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a {
        padding-left: 30px;
        box-sizing: border-box;
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a {
        padding-left: 60px;
        box-sizing: border-box;
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy li {
        width: 100%;
        overflow: hidden;
        color: #fff;
        font-size: 12px;
        line-height: 44px;
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy li a {
        width: calc(100% - 50px);
        float: left;
        display: block;
        text-align: left;
        color: inherit;
        text-decoration: none;
        font-size: inherit;
        line-height: inherit;
        height: inherit;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy li#hot>a {
        border-bottom: 1px solid #fff;
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa {
        color: inherit;
        font-size: inherit;
        float: left;
        width: 50px;
        text-align: center;
        line-height: inherit;
        background: rgba(0, 0, 0, 0.1);
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active {
        background: rgba(0, 0, 0, .3);
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a, .menuStyle_28 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a {
        border-bottom: 1px solid #fff;
    }
    .menuStyle_28 .menuLayout .miniMenu.Mslide {
        height: 100% !important;
        height: 100vh !important;
        background: rgba(23, 25, 29, 0.95);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
    }
    .menuStyle_28 .menuLayout .miniMenu.Mslide .sidebar {
        color: #fff;
        background: rgba(0, 0, 0, .05);
    }
    .menuStyle_28 .menuLayout .miniMenu.Mslide .nav a {
        display: none !important;
    }
}
#dh_style_28_1582313460016 .menuUl .rflex:hover .menuUl02 {
    width: auto;
}
#dh_style_28_1582313460016 .menuUl02 .subMenu02>a .fa {
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (min-width:640px) {
    #dh_style_28_1582313460016 .maxWidth {
        max-width: px;
    }
    #dh_style_28_1582313460016 .subBox .sublm {
        width: calc(100% - (px + px) - 20px);
    }

    /*20px是两张图片间的间距*/
    #dh_style_28_1582313460016 .subBox .subImgsbox {
        width: calc((px + px) + 20px);
        height: px
    }

    /*20px是两张图片间的间距*/

    /* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
    #dh_style_28_1582313460016 .menuUl li #menuLogo {
        height: px;
        margin-right: px;
        margin-left: px;
    }
}

/*留言板样式*/
.gformStyle_3 {
    width: 100%;
    border-radius: 14px;
    padding: 5px;
    box-sizing: border-box;
}
.gformStyle_3 * {
    box-sizing: border-box;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
}
.gformStyle_3 .gformS {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.gformStyle_3 .gf_title {
    text-align: center;
    font-size: 18px;
    line-height: 3;
    font-weight: bold;
}
.gformStyle_3 .gformList {
    width: 100%;
    margin-bottom: 4px;
}
.gformStyle_3 .gformList span {
    display: block;
    float: left;
    width: 70px;
    font-size: 14px;
    line-height: 34px;
}
.gformStyle_3 .gformList textarea.gf_message, .gformStyle_3 .gformList input.gfInput {
    background: #f5f5f5;
    width: calc(100% - 70px);
    max-width: calc(100% - 60px);
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 17px;
    outline: none;
}
.gformStyle_3 .gformList input.gfInput {
    height: 34px;
}
.gformStyle_3 .gbt {
    background: #6FC742;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    box-sizing: border-box;
    border: 0;
    height: 40px;
    width: 100%;
    margin: 3% auto 0;
    border-radius: 20px;
}
.gformStyle_3 .gformList input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.gformStyle_3 .gbook {
    width: 100%;
    box-sizing: border-box;
    list-style: none;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-top: 20px;
    padding: 15px;
}
.gformStyle_3 li.gbList {
    background: #f5f5f5;
    margin-bottom: 10px;
    color: #333;
    padding: 10px;
    box-sizing: border-box;
}
.gformStyle_3 .gb_name {
    font-size: 14px;
    line-height: 3;
    white-space: nowrap
}
.gformStyle_3 .gb_content {
    margin: 10px auto;
    clear: both;
}
.gformStyle_3 .gb_page {
    background: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 2;
}
.gformStyle_3 .gb_replay {
    padding-left: 50px;
    margin: 10px auto;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 14px;
}
.gformStyle_3 .gb_info {
    float: right;
    color: #666;
}
@media screen and (max-width:991px) {
    .gformStyle_3 .gformList textarea.gf_message, .gformList input.gfInput {
        margin: auto;
        max-width: auto;
        min-width: calc(100% - 60px);
    }
}
@media screen and (max-width:768px) {
    .gformStyle_3 {
        padding: 15px;
    }
    .gformStyle_3 .listTit {
        display: none;
    }
    .gformStyle_3 .gformList textarea.gf_message, .gformList input.gfInput {
        margin: auto;
        max-width: auto;
        min-width: 100%;
    }
    .gformStyle_3 .gbt {
        font-size: 14px;
    }
}
@media screen and (max-width:480px) {
    .gformStyle_3 {
        padding: 10px;
    }
    .gformStyle_3 .listTit {
        display: none;
    }
    .gformStyle_3 .gformList textarea.gf_message, .gformStyle_3 .gformList input.gfInput {
        margin: auto;
        max-width: auto;
        min-width: 100%;
    }
    .gformStyle_3 .gb_replay {
        padding-left: 10px;
        font-size: 14px;
    }
    .gformStyle_3 .gb_nickname, .gformStyle_3 .gb_nickname b {
        font-size: 14px;
    }
}

/*程序修改的颜色*/
.gformStyle_3 .modBgColor {
    background: #fff;
}
.gformStyle_3 .modFontColor {
    color: #333;
}
.gformStyle_3 .modBorderColor {
    border-color: #fff !important;
}
.style_03_changeCode {
    z-index: 88 !important;
    width: 65px;
    height: 32px;
    display: block;
    position: absolute;
    right: 3px;
    transform: translate(0, -120%);
    -ms-transform: translate(0, -120%);
    -moz-transform: translate(0, -120%);
    -o-transform: translate(0, -120%);
    -webkit-transform: translate(0, -120%);
}
#liuyanban_style_03_1571143418344 .error {
    color: #f00 !important;
}
#image_style_01_1571201466706 .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_1571201466706 .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_1571201466706 .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_1571201466706 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_1573846338282 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1573846338282 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}
@media screen and (max-width:640px) {
    #image_style_01_1573846338282 .CompatibleImg img {
        width: 100%;
        height: auto;
        margin-left: 0px
    }
}
#image_style_01_1573846338282 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;
}
.onlineStyle05 .main_box {
    position: fixed;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    top: 50%;
    z-index: 100000000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.onlineStyle05 .main_box .box_main_content {
    background: #fff;
}
.onlineStyle05 .interval {
    height: 1px;
    background: #ccc;
    margin: 0 10px;
}
.onlineStyle05 .item_box {
    position: relative;
}
.onlineStyle05 .item_box:hover .show_box {
    display: block;
}
.onlineStyle05 .item {
    width: 16px;
    text-align: center;
    padding: 10px;
    margin: 7px 0;
    color: #808080;
}
.onlineStyle05 .item .img {
    background-repeat: no-repeat;
    width: 100%;
    height: 16px;
    background-size: 100% !important;
}
.onlineStyle05 .item:hover {
    background: rgb(42, 140, 240);
    color: #fff;
}
.onlineStyle05 .item .text {
    line-height: 1.2;
    font-size: 14px;
    margin-top: 5px;
}
.onlineStyle05 .item .phone_icon {
    background-image: url(../images/kefu_pc_gray.png);
}
.onlineStyle05 .item:hover .phone_icon {
    background-image: url(../images/kefu_pc_white.png);
}
.onlineStyle05 .item .time_icon {
    background-image: url(../images/time_pc_gray.png);
}
.onlineStyle05 .item:hover .time_icon {
    background-image: url(../images/time_pc_white.png);
}
.onlineStyle05 .item .qr_icon {
    background-image: url(../images/qr_pc_gray.png);
}
.onlineStyle05 .item:hover .qr_icon {
    background-image: url(../images/qr_pc_white.png);
}
.onlineStyle05 .show_box {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    width: 220px;
    padding-bottom: 20px;
}
.onlineStyle05 .show_box .contant {
    background: rgb(42, 140, 240);
    border-radius: 10px 0 10px 10px;
    padding-bottom: 20px;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.onlineStyle05 .show_box .contant::-webkit-scrollbar {
    display: none;
}
.onlineStyle05 .show_box .li_item {
    padding: 12px 10px;
    overflow: hidden;
    border-bottom: 1px dashed rgba(255, 255, 255, .5);
    color: #fff;
    font-size: 14px;
    margin: 0 15px;
}
.onlineStyle05 .show_box .li_item:last-of-type {
    border-bottom: none;
}
.onlineStyle05 .show_box .title {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    text-align: center;
    padding: 14px 0;
    color: #fff;
    font-size: 14px;
}
.onlineStyle05 .show_box .icon {
    float: left;
    margin-top: 5px;
    vertical-align: top;
    width: 16px;
    height: 16px;
}
.onlineStyle05 .show_box .icon .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}
.onlineStyle05 .show_box .text_contant {
    float: left;
    padding-left: 10px;
    width: calc(100% - 16px);
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
}
.onlineStyle05 .show_box .text_contant div {
    word-break: break-all;
}
.onlineStyle05 a {
    color: #fff;
}
.onlineStyle05 .show_box .icon .list_phone_icon {
    background-image: url(../images/phone_pc.png);
}
.onlineStyle05 .show_box .icon .list_wx_icon {
    background-image: url(../images/wx_pc.png);
}
.onlineStyle05 .show_box .icon .list_qq_icon {
    background-image: url(../images/qq_pc.png);
}
.onlineStyle05 .show_box .icon .list_mail_icon {
    background-image: url(../images/mail_pc.png);
}
.onlineStyle05 .time .contant {
    color: #fff;
    border-radius: 50px 0 0 50px;
    padding: 0;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
}
.onlineStyle05 .qrcode .contant {
    border-radius: 10px 0 0 10px;
    padding: 20px 0 15px;
    text-align: center;
}
.onlineStyle05 .qrcode .qrcode_img {
    width: 135px;
    height: 135px;
    overflow: hidden;
    margin: 0 auto;
}
.onlineStyle05 .qrcode .qrcode_img img {
    width: 100%;
}
.onlineStyle05 .qrcode .qr_text {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}
@media screen and (max-width:640px) {
    .onlineStyle05 .item .phone_icon {
        background-image: url(../images/kefu_mobile_gray.png);
    }
    .onlineStyle05 .item:hover .phone_icon {
        background-image: url(../images/kefu_mobile_white.png);
    }
    .onlineStyle05 .item .time_icon {
        background-image: url(../images/time_mobile_gray.png);
    }
    .onlineStyle05 .item:hover .time_icon {
        background-image: url(../images/time_mobile_white.png);
    }
    .onlineStyle05 .item .qr_icon {
        background-image: url(../images/qr_mobile_gray.png);
    }
    .onlineStyle05 .item:hover .qr_icon {
        background-image: url(../images/qr_mobile_white.png);
    }
    .onlineStyle05 .show_box .icon .list_phone_icon {
        background-image: url(../images/phone_mobile.png);
    }
    .onlineStyle05 .show_box .icon .list_wx_icon {
        background-image: url(../images/wx_mobile.png);
    }
    .onlineStyle05 .show_box .icon .list_qq_icon {
        background-image: url(../images/qq_mobile.png);
    }
    .onlineStyle05 .show_box .icon .list_mail_icon {
        background-image: url(../images/mail_mobile.png);
    }
}
#qqol_style_05_1573786418241 .contant {
    background: #a0a0a0;
}
#qqol_style_05_1573786418241 .main_box {
    right: 0;
}
#qqol_style_05_1573786418241 .show_box {
    right: 100%;
}
#qqol_style_05_1573786418241 .show_box .contant {
    border-radius: 10px 0 10px 10px;
}
#qqol_style_05_1573786418241 .time .contant {
    border-radius: 50px 0 0 50px;
}
#qqol_style_05_1573786418241 .qrcode .contant {
    border-radius: 10px 0 0 10px;
}
#qqol_style_05_1573786418241 .item:hover {
    background: #a0a0a0;
}
#qqol_style_05_1573786418241 .show_box {
    width: 350px;
}