﻿
@charset "utf-8";
/*----------------公共部分----------------*/
html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}

body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p, select {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 12px; /*解决ie6缓动*/
    background-attachment: fixed;
    font: 12px/1.5 tahoma,arial,"Microsoft YaHei";
    outline: 0 none;
    color: #333;
}

em, i {
    font-style: normal;
}

a {
    color: #333;
}

a {
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}

.view {
    z-index: 1;
    position: absolute;
}

.horizontal .view {
    position: relative;
    float: left;
}

.vertical .view {
    position: relative;
}

.view_contents {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 10;
    height: 100%;
    overflow: hidden;
}

.layout {
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    z-index: 1;
}

    .layout > .view_contents { /*overflow: visible;*/
        cursor: default;
    }
/*流布局*/
.flow .view_contents > .view {
    float: left;
}

.clear {
    clear: both;
}

/*模块分页*/
.page_btn {
    clear: both;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

    .page_btn a {
        display: inline-block;
        color: #333;
        box-sizing: border-box;
        margin: 0 5px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        border: 1px solid #ccc;
        font-family: 'microsoft YaHei';
    }

        .page_btn a.cur, .page_btn a:hover {
            border: 1px solid #4c4c4c;
        }

.prev_btn, .next_btn {
    font-family: '黑体' !important;
    border: 0 !important;
}

.no_page {
    border: 0 !important;
}

@media screen and (max-width:768px) {
    /*分页*/
    .page_btn a:nth-child(n+5) {
        display: none;
    }

    .page_btn a:nth-last-child(1), .page_btn a:nth-last-child(2), .page_btn a:nth-last-child(3) {
        display: inline-block !important;
    }
}

/*图片放大样式*/
.imgBox {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .imgBox img {
        position: absolute;
        width: auto;
        max-width: 80%; /*max-height: 65%;*/
        border: 20px solid #fff;
        top: 40%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        box-shadow: 0 0 10px rgba(0,0,0,.3);
    }

    .imgBox.scroll {
        overflow-y: scroll;
        overflow-x: hidden;
    }

        .imgBox.scroll::-webkit-scrollbar {
            width: 6px;
            height: 6px;
            background: rgba(0,0,0,.05);
        }

        .imgBox.scroll::-webkit-scrollbar {
            width: 6px;
            height: 6px;
            background: rgba(0,0,0,.02);
        }

        .imgBox.scroll::-webkit-scrollbar-button {
            background: #f7f7f7;
            height: 0;
        }

        .imgBox.scroll::-webkit-scrollbar-corner {
            background: rgba(0,0,0,.05);
        }

        .imgBox.scroll::-webkit-scrollbar-thumb {
            background: rgba(255,255,255,.7);
            border-radius: 3px;
        }

        .imgBox.scroll img {
            top: 5%;
            margin-bottom: 5%;
            transform: translate(-50%,0%);
            -webkit-transform: translate(-50%,0%);
            -moz-transform: translate(-50%,0%);
            -o-transform: translate(-50%,0%);
        }

.pos_fixed {
    position: fixed;
    width: 100%;
}

.imageButton {
    position: fixed;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .imageButton span {
        display: inline-block;
        cursor: pointer;
        box-shadow: 0 0 6px rgba(0,0,0,.2);
        -webkit-transition: all ease .2s;
        -moz-transition: all ease .2s;
        -ms-transition: all ease .2s;
        -o-transition: all ease .2s;
        transition: all ease .2s;
    }

        .imageButton span:hover {
            opacity: .8;
        }

        .imageButton span.closeShowPic {
            font-size: 40px;
            border-radius: 100%;
            font-family: serif;
            line-height: 1;
            background-color: #fff;
            padding: .2em;
            text-align: center;
        }

@media screen and (max-width: 768px) { /*mobi*/
    .imgBox img {
        border-width: 10px;
    }

    .imgBox.scroll img {
        top: 5%;
        margin-bottom: 10vh;
    }
}

body {
    background-color: #ffffff;
}

body {
    background-position: left top;
}


#topMenu {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0%;
    top: 100px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #topMenu {
        width: 100%;
        height: 50px;
        left: 0%;
        top: 73px;
    }
}

@media screen and (max-width:640px) {
    #topMenu {
        width: 100%;
        height: 69px;
        left: 0%;
        top: 0px;
    }
}

#topMenu > .view_contents {
    overflow: visible;
}

#topMenu {
    box-sizing: border-box;
    background: #2b2b2b;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #topMenu {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #topMenu {
        box-sizing: border-box;
    }
}


#topMenu2 {
    width: 15%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 0%;
    top: 24px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #topMenu2 {
        width: 11.145833333333334%;
        left: 1.9551961823966064%;
        top: 16px;
    }
}

@media screen and (max-width:640px) {
    #topMenu2 {
        width: 30.02754820936639%;
        left: 17.46728650137741%;
        top: 18.5px;
        z-index: 999999;
    }
}

#topMenu2 > .view_contents {
    box-sizing: border-box;
    color: #ff6637;
    font-size: 32px;
    font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #topMenu2 > .view_contents {
        box-sizing: border-box;
        font-size: 25px;
    }
}

@media screen and (max-width:640px) {
    #topMenu2 > .view_contents {
        box-sizing: border-box;
        font-size: 20px;
        line-height: 30px;
    }
}

#topMenu3 {
    width: 100%;
    z-index: 99999;
    position: absolute;
    top: 100px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #topMenu3 {
        z-index: 999;
        left: 0%;
        width: 100%;
        top: 73px;
    }
}

@media screen and (max-width:640px) {
    #topMenu3 {
        width: 100%;
        z-index: 999;
        top: 10.5px;
        left: 0%;
    }
}

#topMenu3 > .view_contents {
    overflow: visible;
}

#topMenu3 .mainMenuSet {
    line-height: 50px;
    height: 50px;
    color: #ffffff;
    background: #2b2b2b;
}

#topMenu3 #hot > a {
    background: #ff6637;
    color: #ffffff;
}

#topMenu3 .mainMenuSet:hover {
    background: #ff6637;
}

@media screen and (max-width:640px) {
    #topMenu3 .icoMenuSet {
        color: #ffffff;
    }
}

@media screen and (max-width:640px) {
    #topMenu3 #hot > a {
        background: transparent;
        color: #ff6637;
    }
}

@media screen and (max-width:640px) {
    #topMenu3 .mainMenuSet:hover {
        background: #2b2b2b;
        color: #ff6637;
    }
}

@media screen and (max-width:640px) {
    #topMenu3 .columnSet:hover {
        background: #2b2b2b;
    }
}

@media screen and (max-width:640px) {
    #topMenu3 .mainMenuSet {
        background: transparent;
    }
}

@media screen and (max-width:640px) {
    #topMenu3 .columnSet {
        background: #2b2b2b;
    }
}

#text_style_02_1482892045959 {
    width: 15.66666666666667%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 15.583333333333332%;
    top: 24px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482892045959 {
        width: 14.791666666666666%;
        left: 14.881031283138919%;
        top: 16px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482892045959 {
        width: 31.68044077134986%;
        left: 48.99707300275482%;
        top: 18.5px;
        z-index: 99999;
    }
}

#text_style_02_1482892045959 > .view_contents {
    box-sizing: border-box;
    color: #cccccc;
    font-size: 32px;
    font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482892045959 > .view_contents {
        box-sizing: border-box;
        font-size: 25px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482892045959 > .view_contents {
        box-sizing: border-box;
        font-size: 20px;
        line-height: 30px;
        color: #ffffff;
    }
}

#qqol_style_01_1488332857729 {
    width: 19.936373276776244%;
    position: absolute;
    top: 24px;
    left: 76.03125%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #qqol_style_01_1488332857729 {
        top: 10px;
        left: 76.61717921527041%;
        width: 19.936373276776244%;
        z-index: 9999999;
    }
}

@media screen and (max-width:640px) {
    #qqol_style_01_1488332857729 {
        width: 57.85123966942148%;
        top: 89.5px;
        left: 21.07438016528926%;
        display: none;
    }
}

#qqol_style_01_1488332857729 > .view_contents {
    overflow: visible;
}

#topMenu1 {
    width: 1200px;
    height: 150px;
    position: absolute;
    top: 0px;
    left: calc(50% - 600px);
    z-index: 99999;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #topMenu1 {
        left: 0%;
        width: 100%;
        top: 0px;
        height: 123px;
    }
}

@media screen and (max-width:640px) {
    #topMenu1 {
        width: 100%;
        height: 71px;
        top: 1px;
        left: 0%;
    }
}

#topMenu1 > .view_contents {
    overflow: visible;
}

@media screen and (max-width:640px) {
    #topMenu1 {
        background: #2b2b2b;
    }
}

#comm_layout_header {
    height: 150px;
    z-index: 999999;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #comm_layout_header {
        height: 123px;
    }
}

@media screen and (max-width:640px) {
    #comm_layout_header {
        height: 72px;
        z-index: 1000;
    }
}

#comm_layout_header > .view_contents {
    overflow: visible;
}


#banner_style_01_1482394346074 {
    width: 100%;
    height: 616px;
    position: absolute;
    left: 0%;
    top: -1px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1482394346074 {
        width: 100%;
        height: 350px;
        left: 0%;
        top: 0px;
    }
}

@media screen and (max-width:640px) {
    #banner_style_01_1482394346074 {
        width: 100%;
        height: 178px;
        left: 0%;
        top: 0px;
    }
}

#topIndex {
    height: 615px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #topIndex {
        height: 350px;
    }
}

@media screen and (max-width:640px) {
    #topIndex {
        height: 178px;
    }
}

#topIndex > .view_contents {
    overflow: visible;
}


#searchbox_style_02_1482893883750 {
    width: 94.25%;
    position: absolute;
    left: 5.75%;
    top: 14px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #searchbox_style_02_1482893883750 {
        width: 90.2439024390244%;
        left: 8.912712089077413%;
        top: 12.5px;
    }
}

@media screen and (max-width:640px) {
    #searchbox_style_02_1482893883750 {
        width: 100%;
        left: 0%;
        top: 18px;
    }
}

#searchbox_style_02_1482893883750 > .view_contents {
    overflow: visible;
}

#searchbox_style_02_1482893883750 .modSet {
    border-top-color: #dedede;
    border-right-color: #dedede;
    border-bottom-color: #dedede;
    border-left-color: #dedede;
}

#searchbox_style_02_1482893883750 .inputSet {
    border-top-color: #dedede;
    border-right-color: #dedede;
    border-bottom-color: #dedede;
    border-left-color: #dedede;
    line-height: 35px;
    height: 35px;
    padding-right: 10px;
    padding-left: 10px;
}

#searchbox_style_02_1482893883750 .btnaSet {
    padding-right: 0px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    font-family: Microsoft YaHei;
}

#searchbox_style_02_1482893883750 .kwSet {
    line-height: 35px;
    height: 35px;
}
/*----------------------电脑板式样式----------------------*/
#searchbox_style_02_1482893883750 {
}
    #searchbox_style_02_1482893883750 .searchStyle_2 .keyWord {
        margin-top: 0;
        float: left;
    }
    #searchbox_style_02_1482893883750 .searchStyle_2 form {
        float: right;
        width: 36%;
    }
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #searchbox_style_02_1482893883750 {
    }
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #searchbox_style_02_1482893883750 {
    }
}

#text_style_02_1483607511774 {
    width: 6.833333333333333%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 13px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1483607511774 {
        width: 74px;
        left: 1.4846235418875928%;
        top: 12.5px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1483607511774 {
        width: 100%;
        top: 0px;
        left: 0%;
    }
}

#text_style_02_1483607511774 > .view_contents {
    box-sizing: border-box;
    font-size: 14px;
    color: #888888;
    line-height: 35px;
    height: 35px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1483607511774 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1483607511774 > .view_contents {
        box-sizing: border-box;
    }
}

#layout_1481771538867 {
    height: 63px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1481771538867 {
        height: 60px;
    }
}

@media screen and (max-width:640px) {
    #layout_1481771538867 {
        height: 43px;
        display: none;
    }
}

#layout_1481771538867 > .view_contents {
    max-width: 1200px;
    overflow: visible;
}

#layout_1481771538867 {
    background: #f1f1f1;
    color: #ffffff;
}

    #layout_1481771538867 > .view_contents {
        color: #ffffff;
    }


#image_style_03_1482903418594 {
    width: 180px;
    height: 180px;
    position: absolute;
    left: 0%;
    top: 205px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1482903418594 {
        width: 142px;
        height: 142px;
        left: 1.7745890774125133%;
        top: 155px;
    }
}

@media screen and (max-width:640px) {
    #image_style_03_1482903418594 {
        width: 72px;
        height: 72px;
        left: 2.9786501377410466%;
        top: 84px;
    }
}

#image_style_03_1482903418594 > .view_contents {
    overflow: visible;
}

#image_style_03_1482903418594 .imgSet {
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    border-top-color: #dedede;
    border-right-color: #dedede;
    border-bottom-color: #dedede;
    border-left-color: #dedede;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

#image_style_03_1482903418594 .tipsText {
    background: rgba(0, 0, 0,0.6);
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    font-size: 30px;
    color: #ffffff;
}

#image_style_03_1482903418594 .imgStyle_3:hover .tipsText {
    background: transparent;
    color: transparent;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1482903418594 .tipsText {
        font-size: 25px;
    }
}

@media screen and (max-width:640px) {
    #image_style_03_1482903418594 .tipsText {
        font-size: 14px;
    }
}
/*----------------------电脑板式样式----------------------*/
#image_style_03_1482903418594 {
}

    #image_style_03_1482903418594 .imgStyle_3 .tipsText {
        transform: scale(1);
    }

        #image_style_03_1482903418594 .imgStyle_3 .tipsText:hover {
            transform: scale(0);
        }
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1482903418594 {
    }
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #image_style_03_1482903418594 {
    }
}

#image_style_03_1482897140347 {
    width: 15%;
    height: 180px;
    position: absolute;
    left: 21.25%;
    top: 205px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1482897140347 {
        width: 142px;
        height: 142px;
        left: 22.16496553552492%;
        top: 155px;
    }
}

@media screen and (max-width:640px) {
    #image_style_03_1482897140347 {
        width: 72px;
        height: 72px;
        left: 27.753386134067952%;
        top: 84px;
    }
}

#image_style_03_1482897140347 > .view_contents {
    overflow: visible;
}

#image_style_03_1482897140347 .imgSet {
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    border-top-color: #dedede;
    border-right-color: #dedede;
    border-bottom-color: #dedede;
    border-left-color: #dedede;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

#image_style_03_1482897140347 .tipsText {
    background: rgba(0,0,0,0.6);
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    font-size: 30px;
    color: #ffffff;
}

#image_style_03_1482897140347 .imgStyle_3:hover .tipsText {
    background: transparent;
    color: transparent;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1482897140347 .tipsText {
        font-size: 25px;
    }
}

@media screen and (max-width:640px) {
    #image_style_03_1482897140347 .tipsText {
        font-size: 14px;
    }
}
/*----------------------电脑板式样式----------------------*/
#image_style_03_1482897140347 {
}

    #image_style_03_1482897140347 .imgStyle_3 .tipsText {
        transform: scale(1);
    }

        #image_style_03_1482897140347 .imgStyle_3 .tipsText:hover {
            transform: scale(0);
        }
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1482897140347 {
    }
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #image_style_03_1482897140347 {
    }
}

#image_style_03_1482896358701 {
    width: 15%;
    height: 179px;
    position: absolute;
    left: 42.5%;
    top: 205px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1482896358701 {
        width: 142px;
        height: 142px;
        left: 42.55534199363733%;
        top: 155px;
    }
}

@media screen and (max-width:640px) {
    #image_style_03_1482896358701 {
        width: 72px;
        height: 72px;
        left: 52.52812213039486%;
        top: 84px;
    }
}

#image_style_03_1482896358701 > .view_contents {
    overflow: visible;
}

#image_style_03_1482896358701 .imgSet {
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
}

#image_style_03_1482896358701 .tipsText {
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    background: rgba(0,0,0,0.6);
    opacity: 1;
    color: #ffffff;
    font-size: 30px;
}

#image_style_03_1482896358701:hover {
    background: transparent;
    color: transparent;
}

#image_style_03_1482896358701 {
    background: transparent;
}

    #image_style_03_1482896358701 .imgStyle_3:hover .tipsText {
        background: transparent;
        color: transparent;
    }

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1482896358701 .tipsText {
        font-size: 25px;
    }
}

@media screen and (max-width:640px) {
    #image_style_03_1482896358701 .tipsText {
        font-size: 14px;
    }
}
/*----------------------电脑板式样式----------------------*/
#image_style_03_1482896358701 {
}

    #image_style_03_1482896358701 .imgStyle_3 .tipsText {
        transform: scale(1);
    }

        #image_style_03_1482896358701 .imgStyle_3 .tipsText:hover {
            transform: scale(0);
        }
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1482896358701 {
    }
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #image_style_03_1482896358701 {
    }
}

#image_style_03_1482904028369 {
    width: 15%;
    height: 180px;
    position: absolute;
    left: 63.74999999999999%;
    top: 205px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1482904028369 {
        width: 142px;
        height: 142px;
        left: 62.945718451749734%;
        top: 155px;
    }
}

@media screen and (max-width:640px) {
    #image_style_03_1482904028369 {
        width: 72px;
        height: 72px;
        left: 77.30285812672176%;
        top: 84px;
    }
}

#image_style_03_1482904028369 > .view_contents {
    overflow: visible;
}

#image_style_03_1482904028369 .imgSet {
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    border-top-color: #dedede;
    border-right-color: #dedede;
    border-bottom-color: #dedede;
    border-left-color: #dedede;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

#image_style_03_1482904028369 .tipsText {
    background: rgba(0,0,0,0.6);
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    font-size: 30px;
    color: #ffffff;
}

#image_style_03_1482904028369 .imgStyle_3:hover .tipsText {
    background: transparent;
    color: transparent;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1482904028369 .tipsText {
        font-size: 25px;
    }
}

@media screen and (max-width:640px) {
    #image_style_03_1482904028369 .tipsText {
        font-size: 14px;
    }
}
/*----------------------电脑板式样式----------------------*/
#image_style_03_1482904028369 {
}

    #image_style_03_1482904028369 .imgStyle_3 .tipsText {
        transform: scale(1);
    }

        #image_style_03_1482904028369 .imgStyle_3 .tipsText:hover {
            transform: scale(0);
        }
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1482904028369 {
    }
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #image_style_03_1482904028369 {
    }
}

#image_style_03_1482904032662 {
    width: 15%;
    height: 180px;
    position: absolute;
    left: 85%;
    top: 205px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1482904032662 {
        width: 142px;
        height: 142px;
        left: 83.33609490986214%;
        top: 155px;
    }
}

@media screen and (max-width:640px) {
    #image_style_03_1482904032662 {
        width: 52.63157894736842%;
        height: 200px;
        left: 34.52302631578947%;
        top: 263px;
        display: none;
    }
}

#image_style_03_1482904032662 > .view_contents {
    overflow: visible;
}

#image_style_03_1482904032662 .imgSet {
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    border-top-color: #dedede;
    border-right-color: #dedede;
    border-bottom-color: #dedede;
    border-left-color: #dedede;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

#image_style_03_1482904032662 .tipsText {
    background: rgba(0,0,0,0.6);
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    font-size: 30px;
    color: #ffffff;
}

#image_style_03_1482904032662 .imgStyle_3:hover .tipsText {
    background: transparent;
    color: transparent;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1482904032662 .tipsText {
        font-size: 25px;
    }
}
/*----------------------电脑板式样式----------------------*/
#image_style_03_1482904032662 {
}

    #image_style_03_1482904032662 .imgStyle_3 .tipsText {
        transform: scale(1);
    }

        #image_style_03_1482904032662 .imgStyle_3 .tipsText:hover {
            transform: scale(0);
        }
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1482904032662 {
    }
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #image_style_03_1482904032662 {
    }
}

#div_blank_1482903694022 {
    width: 5.25%;
    height: 3px;
    position: absolute;
    left: 47.375%;
    top: 158px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1482903694022 {
        width: 6%;
        height: 3px;
        left: 47.03125%;
        top: 119px;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1482903694022 {
        width: 20.263157894736842%;
        height: 3px;
        left: 39.86842105263158%;
        top: 82px;
        display: none;
    }
}

#div_blank_1482903694022 > .view_contents {
    overflow: visible;
}

#div_blank_1482903694022 {
    box-sizing: border-box;
    background: #02c2c5;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1482903694022 {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1482903694022 {
        box-sizing: border-box;
    }
}

#text_style_02_1482916156743 {
    width: 31.666666666666664%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 34.166666666666664%;
    top: 54px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482916156743 {
        width: 38.54166666666667%;
        left: 30.75291622481442%;
        top: 31px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482916156743 {
        width: 97.3%;
        left: 1.3157894736842104%;
        top: 18px;
    }
}

#text_style_02_1482916156743 > .view_contents {
    box-sizing: border-box;
    color: #ff6637;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482916156743 > .view_contents {
        box-sizing: border-box;
        font-size: 30px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482916156743 > .view_contents {
        box-sizing: border-box;
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
    }
}

#text_style_02_1482916278492 {
    width: 30.833333333333336%;
    font-size: 18px !important;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 34.583333333333336%;
    top: 110px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482916278492 {
        width: 16.25%;
        left: 41.875%;
        top: 81px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482916278492 {
        width: 97.36842105263158%;
        left: 1.3157894736842104%;
        top: 42px;
    }
}

#text_style_02_1482916278492 > .view_contents {
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #cccccc;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482916278492 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482916278492 > .view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#layout_1482903622169 {
    height: 452px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1482903622169 {
        height: 358px;
    }
}

@media screen and (max-width:640px) {
    #layout_1482903622169 {
        height: 184px;
    }
}

#layout_1482903622169 > .view_contents {
    max-width: 1200px;
}

#layout_1482903622169 {
    background: #ffffff;
}


#image_style_01_1482905917271 {
    width: 72px;
    height: 82px;
    position: absolute;
    left: 1.5416666666666667%;
    top: 111px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1482905917271 {
        width: 6%;
        height: 68px;
        left: 4.4580078125%;
        top: 108px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1482905917271 {
        width: 8%;
        height: 35px;
        left: 8.379934210526315%;
        top: 70px;
    }
}

#image_style_01_1482905917271 > .view_contents {
    overflow: visible;
}

#image_style_01_1482905979786 {
    width: 6%;
    height: 82px;
    position: absolute;
    left: 31.84722222222222%;
    top: 111px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1482905979786 {
        width: 6%;
        height: 54px;
        left: 32.48497702368328%;
        top: 108px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1482905979786 {
        width: 8%;
        height: 33px;
        left: 33.21280991735537%;
        top: 70px;
    }
}

#image_style_01_1482905979786 > .view_contents {
    overflow: visible;
}

#image_style_01_1482905996753 {
    width: 6%;
    height: 82px;
    position: absolute;
    left: 92.45833333333333%;
    top: 111px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1482905996753 {
        width: 6%;
        height: 57px;
        left: 88.54056203605515%;
        top: 108px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1482905996753 {
        width: 8%;
        height: 32px;
        left: 82.88567493112947%;
        top: 70px;
    }
}

#image_style_01_1482905996753 > .view_contents {
    overflow: visible;
}

#image_style_01_1482905984909 {
    width: 6%;
    height: 82px;
    position: absolute;
    left: 62.15277777777778%;
    top: 111px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1482905984909 {
        width: 6%;
        height: 68px;
        left: 60.5127695298692%;
        top: 108px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1482905984909 {
        width: 8%;
        height: 37px;
        left: 58.04924242424242%;
        top: 70px;
    }
}

#image_style_01_1482905984909 > .view_contents {
    overflow: visible;
}

#text_style_02_1482916871440 {
    width: 30.833333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 34.583333333333336%;
    top: 36px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482916871440 {
        width: 38.54166666666667%;
        left: 30.728062036055142%;
        top: 27px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482916871440 {
        width: 97.36842105263158%;
        left: 1.25%;
        top: 8px;
    }
}

#text_style_02_1482916871440 > .view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482916871440 > .view_contents {
        box-sizing: border-box;
        font-size: 25px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482916871440 > .view_contents {
        box-sizing: border-box;
        font-size: 20px;
        font-weight: normal;
    }
}

#text_style_02_1482917083488 {
    width: 8.75%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 91.25%;
    top: 214px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917083488 {
        width: 12.083333333333334%;
        left: 86.24900583244963%;
        top: 185px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917083488 {
        width: 25%;
        left: 74.93112947658402%;
        top: 110px;
    }
}

#text_style_02_1482917083488 > .view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917083488 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917083488 > .view_contents {
        box-sizing: border-box;
        font-size: 14px;
    }
}

#text_style_02_1482916977176 {
    width: 8.75%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 0%;
    top: 214px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482916977176 {
        width: 10.416666666666668%;
        left: 3.229166666666667%;
        top: 185px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482916977176 {
        width: 25%;
        left: 0%;
        top: 110px;
    }
}

#text_style_02_1482916977176 > .view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482916977176 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482916977176 > .view_contents {
        box-sizing: border-box;
        font-size: 14px;
    }
}

#text_style_02_1482917040047 {
    width: 8.75%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 30.416666666666664%;
    top: 214px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917040047 {
        width: 10.625%;
        left: 30.901489042064334%;
        top: 185px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917040047 {
        width: 25%;
        left: 25%;
        top: 110px;
    }
}

#text_style_02_1482917040047 > .view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917040047 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917040047 > .view_contents {
        box-sizing: border-box;
        font-size: 14px;
    }
}

#text_style_02_1482917061112 {
    width: 8.75%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 60.83333333333333%;
    top: 214px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917061112 {
        width: 11.666666666666666%;
        left: 58.575247437256984%;
        top: 185px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917061112 {
        width: 25%;
        left: 50%;
        top: 110px;
    }
}

#text_style_02_1482917061112 > .view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917061112 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917061112 > .view_contents {
        box-sizing: border-box;
        font-size: 14px;
    }
}

#layout_1482905506959 {
    height: 278px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1482905506959 {
        height: 249px;
    }
}

@media screen and (max-width:640px) {
    #layout_1482905506959 {
        height: 158px;
    }
}

#layout_1482905506959 > .view_contents {
    max-width: 1200px;
}

#layout_1482905506959 {
    background: url(../images/serviceBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


#image_style_01_1482907250222 {
    width: 543px;
    height: 339px;
    position: absolute;
    left: 27.375%;
    top: 154px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1482907250222 {
        width: 50.625%;
        height: 317px;
        left: 24.6875%;
        top: 140px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1482907250222 {
        width: 52.63157894736842%;
        height: 200px;
        left: 15.131578947368421%;
        top: 220px;
        display: none;
    }
}

#image_style_01_1482907250222 > .view_contents {
    overflow: visible;
}

#text_style_02_1482917131944 {
    width: 25.5%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 38.666666666666664%;
    top: 70px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917131944 {
        width: 40.833333333333336%;
        left: 30.729166666666668%;
        top: 44px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917131944 {
        width: 100%;
        left: 0%;
        top: 17px;
    }
}

#text_style_02_1482917131944 > .view_contents {
    box-sizing: border-box;
    font-size: 28px;
    color: #ff6637;
    font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917131944 > .view_contents {
        box-sizing: border-box;
        text-align: center;
        font-size: 25px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917131944 > .view_contents {
        box-sizing: border-box;
        font-size: 20px;
        text-align: center;
        font-weight: normal;
    }
}

#text_style_02_1482917187999 {
    width: 3.916666666666667%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 50.66666666666667%;
    top: 70px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917187999 {
        width: 7.291666666666667%;
        left: 50.33854166666667%;
        top: 43px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917187999 {
        width: 11.052631578947368%;
        left: 49.864309210526315%;
        top: 25px;
    }
}

#text_style_02_1482917187999 > .view_contents {
    box-sizing: border-box;
    color: #02c2c5;
    font-size: 61px;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917187999 > .view_contents {
        box-sizing: border-box;
        font-size: 50px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917187999 > .view_contents {
        box-sizing: border-box;
        font-size: 30px;
        line-height: 30px;
        font-weight: normal;
    }
}

#text_style_02_1482917548339 {
    width: 21.5%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 63.416666666666664%;
    top: 157px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917548339 {
        width: 20.833333333333336%;
        left: 64.05436197916666%;
        top: 140px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917548339 {
        width: 79.33884297520662%;
        left: 12.487086776859504%;
        top: 82px;
    }
}

#text_style_02_1482917548339 > .view_contents {
    box-sizing: border-box;
    color: #ff6637;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917548339 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917548339 > .view_contents {
        box-sizing: border-box;
        font-size: 18px;
        font-weight: normal;
        line-height: 30px;
        text-align: left;
    }
}

#text_style_02_1482917631444 {
    width: 21.083333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 63.74999999999999%;
    top: 204px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917631444 {
        width: 26.979166666666664%;
        left: 65.92122395833333%;
        top: 187px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917631444 {
        width: 82.89473684210526%;
        left: 12.629132231404958%;
        top: 114px;
    }
}

#text_style_02_1482917631444 > .view_contents {
    box-sizing: border-box;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917631444 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917631444 > .view_contents {
        box-sizing: border-box;
    }
}

#text_style_02_1482920307145 {
    width: 30.833333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 0%;
    top: 108.25px;
    display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482920307145 {
        width: 38.54166666666667%;
        left: 0%;
        top: 108.25px;
        display: none;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482920307145 {
        width: 28px;
        left: 3.6802685950413223%;
        top: 87.25px;
        display: block;
    }
}

#text_style_02_1482920307145 > .view_contents {
    box-sizing: border-box;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482920307145 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482920307145 > .view_contents {
        box-sizing: border-box;
        background: #ff6637;
        color: #ffffff;
        font-size: 20px;
        text-align: center;
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
        border-top-right-radius: 14px;
        border-bottom-right-radius: 14px;
        line-height: 28px;
        height: 28px;
    }
}

#text_style_02_1482917272814 {
    width: 20.916666666666668%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 5.25%;
    top: 354px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917272814 {
        width: 19.270833333333336%;
        left: 3.8232421875%;
        top: 312px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917272814 {
        width: 77.68595041322314%;
        left: 12.487086776859504%;
        top: 164px;
    }
}

#text_style_02_1482917272814 > .view_contents {
    box-sizing: border-box;
    color: #02b8d0;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917272814 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917272814 > .view_contents {
        box-sizing: border-box;
        text-align: left;
        font-size: 18px;
        font-weight: normal;
        line-height: 30px;
    }
}

#text_style_02_1482917750921 {
    width: 21.083333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 73.5%;
    top: 396px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917750921 {
        width: 21.354166666666664%;
        left: 76.77083333333333%;
        top: 354px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917750921 {
        width: 82.89473684210526%;
        left: 12.495695592286502%;
        top: 197px;
    }
}

#text_style_02_1482917750921 > .view_contents {
    box-sizing: border-box;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917750921 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917750921 > .view_contents {
        box-sizing: border-box;
    }
}

#text_style_02_1482917390370 {
    width: 22.666666666666664%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 3.5000000000000004%;
    top: 400px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917390370 {
        width: 21.770833333333332%;
        left: 1.3232421875%;
        top: 356px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917390370 {
        width: 86.05263157894737%;
        left: 12.891701101928374%;
        top: 284px;
    }
}

#text_style_02_1482917390370 > .view_contents {
    box-sizing: border-box;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917390370 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917390370 > .view_contents {
        box-sizing: border-box;
        text-align: left;
    }
}

#text_style_02_1482917710033 {
    width: 16.666666666666664%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 73.29166666666667%;
    top: 349px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917710033 {
        width: 20.3125%;
        left: 75.3125%;
        top: 307px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917710033 {
        width: 75.78947368421053%;
        left: 12.629132231404958%;
        top: 248px;
    }
}

#text_style_02_1482917710033 > .view_contents {
    box-sizing: border-box;
    color: #1abc95;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917710033 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917710033 > .view_contents {
        box-sizing: border-box;
        text-align: left;
        font-size: 18px;
        font-weight: normal;
        line-height: 30px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917710033 .tabCur {
        text-align: left;
    }
}

#text_style_02_1482920566507 {
    width: 30.833333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 0%;
    top: 100.25px;
    display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482920566507 {
        width: 38.54166666666667%;
        left: 0%;
        top: 100.25px;
        display: none;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482920566507 {
        width: 7.368421052631578%;
        left: 3.6802685950413223%;
        top: 172px;
        display: block;
    }
}

#text_style_02_1482920566507 > .view_contents {
    box-sizing: border-box;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482920566507 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482920566507 > .view_contents {
        box-sizing: border-box;
        background: #02b8d0;
        color: #ffffff;
        font-size: 20px;
        text-align: center;
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
        border-top-right-radius: 14px;
        border-bottom-right-radius: 14px;
        line-height: 28px;
        height: 28px;
    }
}

#text_style_02_1482920601722 {
    width: 30.833333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 0%;
    top: 166px;
    display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482920601722 {
        width: 38.54166666666667%;
        left: 0%;
        top: 166px;
        display: none;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482920601722 {
        width: 7.368421052631578%;
        left: 3.6802685950413223%;
        top: 253px;
        display: block;
    }
}

#text_style_02_1482920601722 > .view_contents {
    box-sizing: border-box;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482920601722 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482920601722 > .view_contents {
        box-sizing: border-box;
        background: #1abc95;
        color: #ffffff;
        font-size: 20px;
        text-align: center;
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
        border-top-right-radius: 14px;
        border-bottom-right-radius: 14px;
        line-height: 28px;
        height: 28px;
    }
}

#layout_1482906884219 {
    height: 563px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1482906884219 {
        height: 495px;
    }
}

@media screen and (max-width:640px) {
    #layout_1482906884219 {
        height: 356px;
    }
}

#layout_1482906884219 > .view_contents {
    max-width: 1200px;
}


#text_style_02_1482917856247 {
    width: 39%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 30.5%;
    top: 46px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917856247 {
        width: 46.666666666666664%;
        left: 26.666666666666668%;
        top: 37px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917856247 {
        width: 97.36842105263158%;
        left: 1.3157894736842104%;
        top: 12px;
    }
}

#text_style_02_1482917856247 > .view_contents {
    box-sizing: border-box;
    text-align: center;
}

#text_style_02_1482917856247 {
    font-size: 26px;
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482917856247 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482917856247 > .view_contents {
        box-sizing: border-box;
        font-size: 19px;
    }
}

#text_style_02_1482918157710 {
    width: 30.833333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 33.75%;
    top: 91px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482918157710 {
        width: 38.54166666666667%;
        left: 30.729166666666668%;
        top: 87px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482918157710 {
        width: 97.36842105263158%;
        left: 1.3157894736842104%;
        top: 53px;
    }
}

#text_style_02_1482918157710 > .view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482918157710 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482918157710 > .view_contents {
        box-sizing: border-box;
    }
}

#text_style_02_1482918257118 {
    width: 7.249999999999999%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 33.75%;
    top: 152px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482918257118 {
        width: 8.333333333333332%;
        left: 30.234375000000004%;
        top: 145px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482918257118 {
        width: 97.36842105263158%;
        left: 1.3157894736842104%;
        top: 92px;
    }
}

#text_style_02_1482918257118 > .view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482918257118 > .view_contents {
        box-sizing: border-box;
        font-size: 20px;
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482918257118 > .view_contents {
        box-sizing: border-box;
        font-size: 20px;
        line-height: 38px;
        height: 40px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    }
}

#text_style_02_1482918385377 {
    width: 7.249999999999999%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 59.333333333333336%;
    top: 152px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482918385377 {
        width: 8.020833333333334%;
        left: 46.041666666666664%;
        top: 145px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482918385377 {
        width: 97.36842105263158%;
        left: 1.3157894736842104%;
        top: 148px;
    }
}

#text_style_02_1482918385377 > .view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482918385377 > .view_contents {
        box-sizing: border-box;
        font-size: 20px;
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482918385377 > .view_contents {
        box-sizing: border-box;
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        line-height: 38px;
        height: 40px;
        font-size: 20px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    }
}

#text_style_02_1482918371660 {
    width: 7.249999999999999%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 46.375%;
    top: 152px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482918371660 {
        width: 8.125%;
        left: 61.5625%;
        top: 145px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482918371660 {
        width: 97.36842105263158%;
        left: 1.3157894736842104%;
        top: 202px;
    }
}

#text_style_02_1482918371660 > .view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482918371660 > .view_contents {
        box-sizing: border-box;
        font-size: 20px;
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482918371660 > .view_contents {
        box-sizing: border-box;
        line-height: 38px;
        height: 38px;
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        font-size: 20px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    }
}

#text_style_02_1482918438023 {
    width: 37.916666666666664%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 31.041666666666668%;
    top: 287px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482918438023 {
        width: 44.375%;
        left: 27.8125%;
        top: 259px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482918438023 {
        width: 97.36842105263158%;
        left: 1.3157894736842104%;
        top: 255px;
    }
}

#text_style_02_1482918438023 > .view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

#text_style_02_1482918438023 {
    background: #ff6637;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482918438023 > .view_contents {
        box-sizing: border-box;
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482918438023 > .view_contents {
        box-sizing: border-box;
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }
}

#layout_1482908008042 {
    height: 392px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1482908008042 {
        height: 352px;
    }
}

@media screen and (max-width:640px) {
    #layout_1482908008042 {
        height: 326px;
    }
}

#layout_1482908008042 > .view_contents {
    max-width: 1200px;
}

#layout_1482908008042 {
    background: url(../images/AdvertisementBg.gif);
    background-repeat: no-repeat;
    background-size: cover;
}


#div_blank_1482909966082 {
    width: 5.25%;
    height: 3px;
    position: absolute;
    left: 47.375%;
    top: 158px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1482909966082 {
        width: 9.479166666666666%;
        height: 3px;
        left: 45.28101802757158%;
        top: 119px;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1482909966082 {
        width: 78.94736842105263%;
        height: 200px;
        left: 21.05263157894737%;
        top: 175px;
        display: none;
    }
}

#div_blank_1482909966082 > .view_contents {
    overflow: visible;
}

#div_blank_1482909966082 {
    box-sizing: border-box;
    background: #02c2c5;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1482909966082 {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1482909966082 {
        box-sizing: border-box;
    }
}

#image_style_01_1482909749562 {
    width: 430px;
    height: 316px;
    position: absolute;
    left: 0%;
    top: 52px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1482909749562 {
        width: 35%;
        height: 249px;
        left: 2.0927226935312833%;
        top: 60px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1482909749562 {
        width: 52.63157894736842%;
        height: 200px;
        left: 0%;
        top: 95px;
        display: none;
    }
}

#image_style_01_1482909749562 > .view_contents {
    overflow: visible;
}

#text_style_02_1482918614991 {
    width: 11.416666666666666%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 44.29166666666667%;
    top: 63px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482918614991 {
        width: 38.54166666666667%;
        left: 30.75291622481442%;
        top: 37px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482918614991 {
        width: 97.36842105263158%;
        left: 1.3157894736842104%;
        top: 12px;
    }
}

#text_style_02_1482918614991 > .view_contents {
    box-sizing: border-box;
    font-size: 31px;
    color: #ff6637;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482918614991 > .view_contents {
        box-sizing: border-box;
        font-size: 25px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482918614991 > .view_contents {
        box-sizing: border-box;
        font-size: 20px;
        font-weight: normal;
    }
}

#text_style_02_1482918686555 {
    width: 9%;
    font-size: 18px !important;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 45.5%;
    top: 113px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482918686555 {
        width: 38.54166666666667%;
        left: 30.75291622481442%;
        top: 81px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482918686555 {
        width: 97.36842105263158%;
        left: 1.3157894736842104%;
        top: 56px;
    }
}

#text_style_02_1482918686555 > .view_contents {
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #cccccc;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482918686555 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482918686555 > .view_contents {
        box-sizing: border-box;
    }
}

#text_style_02_1482918777203 {
    width: 60%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 40%;
    top: 195px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482918777203 {
        width: 57.291666666666664%;
        left: 40.45102067868505%;
        top: 142px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482918777203 {
        width: 95%;
        left: 2.5%;
        top: 96px;
    }
}

#text_style_02_1482918777203 > .view_contents {
    box-sizing: border-box;
    color: #666666;
    font-size: 14px;
    line-height: 25px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482918777203 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482918777203 > .view_contents {
        box-sizing: border-box;
    }
}

#layout_1482908503317 {
    height: 416px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1482908503317 {
        height: 357px;
    }
}

@media screen and (max-width:640px) {
    #layout_1482908503317 {
        height: 410px;
        display: block;
    }
}

#layout_1482908503317 > .view_contents {
    max-width: 1200px;
}



#image_style_01_1482990131440 {
    width: 4%;
    height: 58px;
    position: absolute;
    top: 46px;
    left: 2.115885416666667%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1482990131440 {
        left: 5.2490234375%;
        width: 5%;
        top: 35px;
        height: 54px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1482990131440 {
        width: 52.63157894736842%;
        height: 200px;
        top: 25px;
        left: 47.36842105263158%;
        display: none;
    }
}

#image_style_01_1482990131440 > .view_contents {
    overflow: visible;
}

#text_style_02_1482990181403 {
    width: 17.616666666666664%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 46px;
    left: 9%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482990181403 {
        left: 11.770833333333334%;
        width: 14.479166666666671%;
        top: 33px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482990181403 {
        width: 97.36842105263158%;
        top: 25px;
        left: 2.631578947368425%;
        display: none;
    }
}

#text_style_02_1482990181403 > .view_contents {
    box-sizing: border-box;
    font-size: 16px;
    color: #888888;
    line-height: 25px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482990181403 > .view_contents {
        box-sizing: border-box;
        font-size: 16px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482990181403 > .view_contents {
        box-sizing: border-box;
    }
}

#image_style_01_1482990154665 {
    width: 4%;
    height: 58px;
    position: absolute;
    top: 46px;
    left: 33%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1482990154665 {
        left: 37.5%;
        width: 5%;
        top: 35px;
        height: 56px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1482990154665 {
        width: 52.63157894736842%;
        height: 200px;
        top: 23px;
        left: 47.36842105263158%;
        display: none;
    }
}

#image_style_01_1482990154665 > .view_contents {
    overflow: visible;
}

#text_style_02_1482990235137 {
    width: 20%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 46px;
    left: 39%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482990235137 {
        left: 43.86393229166667%;
        width: 20%;
        top: 33px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482990235137 {
        width: 97.36842105263158%;
        top: 23px;
        left: 2.631578947368425%;
        display: none;
    }
}

#text_style_02_1482990235137 > .view_contents {
    box-sizing: border-box;
    font-size: 16px;
    color: #888888;
    line-height: 25px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482990235137 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482990235137 > .view_contents {
        box-sizing: border-box;
    }
}

#image_style_01_1482990163652 {
    width: 4%;
    height: 58px;
    position: absolute;
    top: 46px;
    left: 68%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1482990163652 {
        left: 74.79166666666667%;
        width: 5%;
        top: 35px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1482990163652 {
        width: 52.63157894736842%;
        height: 200px;
        top: 33px;
        left: 47.36842105263158%;
        display: none;
    }
}

#image_style_01_1482990163652 > .view_contents {
    overflow: visible;
}

#text_style_02_1482990315359 {
    width: 26.166666666666666%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 46px;
    left: 74.35%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482990315359 {
        left: 81.25%;
        width: 12.291666666666666%;
        top: 33px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482990315359 {
        width: 97.36842105263158%;
        top: 33px;
        left: 2.631578947368425%;
        display: none;
    }
}

#text_style_02_1482990315359 > .view_contents {
    box-sizing: border-box;
    font-size: 16px;
    color: #888888;
    line-height: 25px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482990315359 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482990315359 > .view_contents {
        box-sizing: border-box;
    }
}

#div_includeBlock_1482994420520 {
    width: 1200px;
    height: 104px;
    position: absolute;
    top: 0px;
    left: calc(50% - 600px);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_includeBlock_1482994420520 {
        left: 0%;
        width: 100%;
        top: 0px;
        height: 10px;
    }
}

@media screen and (max-width:640px) {
    #div_includeBlock_1482994420520 {
        width: 100%;
        height: 0px;
        top: 5px;
        left: 0%;
        display: none;
    }
}

#text_style_02_1482990428197 {
    width: 100%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 124px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482990428197 {
        left: 0%;
        width: 100%;
        top: 112px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482990428197 {
        width: 100%;
        top: 0px;
        left: 0%;
    }
}

#text_style_02_1482990428197 > .view_contents {
    box-sizing: border-box;
    color: #888888;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    border-top-color: #111111;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: #3b3b3b 0px 1px 2px inset;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1482990428197 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1482990428197 > .view_contents {
        box-sizing: border-box;
    }
}

#comm_layout_footer {
    height: 190px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #comm_layout_footer {
        height: 213px;
    }
}

@media screen and (max-width:640px) {
    #comm_layout_footer {
        height: 76px;
        display: block;
    }
}

#comm_layout_footer {
    background: #282828;
}
/*菜单样式*/
.menuStyle_1 {
    width: 100%;
    position: relative;
}

    .menuStyle_1 * {
        transition: color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s;
        -webkit-transition: color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s;
        -moz-transition: color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s;
        -o-transition: color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s;
        box-sizing: border-box;
    }

    .menuStyle_1 .dflex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .menuStyle_1 .rflex {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .menuStyle_1 ul, .menuStyle_1 li {
        padding: 0;
        margin: 0px;
        list-style: none
    }

    .menuStyle_1 .menuLayout {
        position: relative;
        margin: 0 auto;
        width: 100%;
    }

        .menuStyle_1 .menuLayout:after {
            content: '';
            display: block;
            clear: both;
        }

    .menuStyle_1 .menuUl_box {
        position: relative;
        width: 100%;
        text-align: center;
    }

    .menuStyle_1 .menuUl {
        position: relative;
        width: 100%;
        text-align: center;
    }

        .menuStyle_1 .menuUl li {
            position: relative;
        }

            .menuStyle_1 .menuUl li > a {
                text-decoration: none;
                color: #4d5158;
                font-size: 14px;
                height: 44px;
                box-sizing: border-box;
                line-height: 44px;
                display: block;
                text-align: center;
                letter-spacing: normal;
                white-space: nowrap;
            }

                .menuStyle_1 .menuUl li > a:hover {
                    color: #f90
                }

        .menuStyle_1 .menuUl #hot > a {
            color: #f90;
        }

    .menuStyle_1 .menuLayout .miniMenu {
        display: none;
    }

    .menuStyle_1 .menuUl02 {
        opacity: 0;
        display: none;
        position: absolute;
        left: 50%;
        height: 0;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
    }

    .menuStyle_1 .menuUl .rflex:hover .menuUl02 {
        opacity: 1;
        display: block;
        height: auto;
    }

    .menuStyle_1 .menuUl02 .subMenu02 {
        float: none;
    }

        .menuStyle_1 .menuUl02 .subMenu02 a {
            color: #333;
            width: 130px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 0 15px;
        }

            .menuStyle_1 .menuUl02 .subMenu02 a:hover {
            }

    .menuStyle_1 .rflex {
        position: relative;
    }




@media screen and (max-width:640px) {
    .menuStyle_1 .menuUl, .menuStyle_1 .menuUl_box {
        display: none;
    }

    .menuStyle_1 .menuScroll {
        height: 84%;
        height: 84vh;
        width: 100%;
    }

        .menuStyle_1 .menuScroll > .menuUlCopy {
            width: calc(100% + 18px);
            height: 100%;
            overflow-x: hidden;
            overflow-y: scroll;
        }

    .menuStyle_1 .menuLayout .miniMenu {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .sidebar {
        font-size: 28px;
        line-height: 44px;
        font-weight: normal;
        cursor: pointer;
        color: #4d5158;
        position: absolute;
        top: 0;
        right: 0px;
        width: 44px;
        text-align: center;
    }

    .menuStyle_1 .miniMenu .leftBox .nav {
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy {
        padding: 15px 0 15px 30px;
    }

        .menuStyle_1 .miniMenu .leftBox .menuUlCopy li {
            width: 100%;
        }

            .menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {
                width: 100%;
                display: block;
                text-align: left;
                color: #fff;
                border-bottom: 1px solid rgba(255,255,255,.2);
                text-decoration: none;
                font-size: 16px;
                line-height: 44px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .menuStyle_1 .menuLayout .miniMenu.Mslide {
        height: 100% !important;
        height: 100vh !important;
        background: rgba(0,0,0,.85);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

        .menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar {
            color: #fff;
        }

        .menuStyle_1 .menuLayout .miniMenu.Mslide .nav a {
            display: none !important;
        }
}

/* 清除浮动 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.online-service {
    display: none
}

    .online-service .wrapper {
        padding: 5px 0;
        background-color: #fff
    }

    .online-service .close, .online-service .button {
        -webkit-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .online-service.right .button div {
        text-align: right;
        padding-right: 5px
    }

    .online-service.left .button div {
        text-align: left;
        padding-left: 5px
    }

    .online-service .header, .online-service .footer {
        height: 25px;
        line-height: 25px;
        padding: 0 .5em;
    }

    .online-service .header {
        border-bottom: 1px solid #eee
    }

    .online-service .footer {
        border-top: 1px solid #eee;
        font-size: 12px
    }

    .online-service.right .footer {
        text-align: right
    }

    .online-service.left .footer {
        text-align: left
    }

    .online-service .content {
        padding: .5em 1em
    }

.ol-qq-online .qq-btn {
    float: left;
    margin-right: .5em
}

    .ol-qq-online .qq-btn img {
        float: left
    }

.ol-qq-online {
    line-height: 25px
}

.ol-image img {
    width: 100%
}

/*----------------------电脑板式样式----------------------*/
body > .online-service {
    display: block !important;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    body > .online-service {
        display: block !important;
    }
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    body > .online-service {
        display: none !important;
    }
}

/* 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;
    }

        .bannerStyle_1 div.flicking_con a {
            width: 14px;
            height: 14px;
            padding: 0;
            background: none;
            border: 1px solid #eee;
            display: inline-block;
            box-sizing: border-box;
            margin: 0 3px;
            border-radius: 100%;
        }

            .bannerStyle_1 div.flicking_con a.on {
                background: #ccc;
                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;
    }
}

/* 默认 动画效果 */
.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);
        }

#banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item .img_0 {
    background: url('../images/banner1.jpg') center top no-repeat;
}

#banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item .img_1 {
    background: url('../images/banner2.jpg') center top no-repeat;
}

#banner_style_01_1482394346074 .bannerStyle_1 .ground_glass {
}

.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;
    }
}

#image_style_03_1482903418594 .CompatibleImg img {
    width: 100%;
    height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1482903418594 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:640px) {
    #image_style_03_1482903418594 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_03_1482903418594 a {
    cursor: default;
}

.imgStyle_3 {
    height: 100%;
    width: 100%;
    overflow: hidden;
    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: hidden;
        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_1482897140347 .CompatibleImg img {
    width: 100%;
    height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1482897140347 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:640px) {
    #image_style_03_1482897140347 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_03_1482897140347 a {
    cursor: default;
}

.imgStyle_3 {
    height: 100%;
    width: 100%;
    overflow: hidden;
    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: hidden;
        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_1482896358701 .CompatibleImg img {
    width: 100%;
    height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1482896358701 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:640px) {
    #image_style_03_1482896358701 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_03_1482896358701 a {
    cursor: default;
}

.imgStyle_3 {
    height: 100%;
    width: 100%;
    overflow: hidden;
    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: hidden;
        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_1482904028369 .CompatibleImg img {
    width: 100%;
    height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1482904028369 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:640px) {
    #image_style_03_1482904028369 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_03_1482904028369 a {
    cursor: default;
}

.imgStyle_3 {
    height: 100%;
    width: 100%;
    overflow: hidden;
    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: hidden;
        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_1482904032662 .CompatibleImg img {
    width: 100%;
    height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_03_1482904032662 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:640px) {
    #image_style_03_1482904032662 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_03_1482904032662 a {
    cursor: default;
}

.imgStyle_3 {
    height: 100%;
    width: 100%;
    overflow: hidden;
    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: hidden;
        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_01_1482905917271 .CompatibleImg img {
    width: 100%;
    height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1482905917271 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1482905917271 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1482905917271 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_1482905979786 .CompatibleImg img {
    width: 100%;
    height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1482905979786 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1482905979786 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1482905979786 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_1482905996753 .CompatibleImg img {
    width: 100%;
    height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1482905996753 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1482905996753 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1482905996753 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_1482905984909 .CompatibleImg img {
    width: 100%;
    height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1482905984909 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1482905984909 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1482905984909 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_1482907250222 .CompatibleImg img {
    width: 100%;
    height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1482907250222 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1482907250222 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1482907250222 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_1482909749562 .CompatibleImg img {
    width: 100%;
    height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1482909749562 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1482909749562 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1482909749562 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_1482990131440 .CompatibleImg img {
    width: 100%;
    height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1482990131440 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1482990131440 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1482990131440 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_1482990154665 .CompatibleImg img {
    width: 100%;
    height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1482990154665 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1482990154665 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1482990154665 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_1482990163652 .CompatibleImg img {
    width: 100%;
    height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1482990163652 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1482990163652 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1482990163652 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;
    }

.bottomMenu {
    width: 100%;
    box-sizing: border-box;
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 999999
}

    .bottomMenu ul {
        width: 100%;
        height: 40px;
        padding: 6px 0;
        background-color: #fff;
        border-top: 1px solid #ddd;
        box-shadow: 0 0px 6px rgba(0,0,0,.1);
        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;
    }

        .bottomMenu ul li {
            position: relative;
            box-sizing: border-box;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

            .bottomMenu ul li .menuItem {
                position: relative;
            }

            .bottomMenu ul li .menuIco {
                width: 26px;
                height: 26px;
                overflow: hidden;
                margin: auto;
            }

                .bottomMenu ul li .menuIco img {
                    width: 100%;
                }

            .bottomMenu ul li .menuName {
                font-size: 12px;
                white-space: nowrap;
                margin: auto;
                text-align: center;
                color: #333;
                line-height: 18px;
            }

            .bottomMenu ul li .submenuItems {
                position: absolute;
                bottom: 48px;
                z-index: 999999;
                width: 100%;
                text-align: center;
                border: 1px solid #ddd;
                background-color: #fff;
                box-shadow: 0 0px 6px rgba(0,0,0,.1);
            }

                .bottomMenu ul li .submenuItems a {
                    display: block;
                    height: 36px;
                    line-height: 36px;
                    font-size: 12px;
                    color: #333;
                    border-bottom: 1px solid #ddd;
                }

@media screen and (max-width:767px) {
    .bottomMenu {
        display: block;
    }

    body {
        padding-bottom: 55px;
    }
}
 #text_style_02_1482982569943{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:44px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1482982569943{left:1.3541666666666667%;width:97.36842105263155%;top:22px;}}   @media screen and (max-width:640px) {#text_style_02_1482982569943{width:97.36842105263158%;top:10px;left:1.3157894736842104%;}}  #text_style_02_1482982569943>.view_contents {box-sizing:border-box;color:#2b2b2b;text-align:center;font-size:30px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1482982569943>.view_contents {box-sizing:border-box;font-size:25px;}} @media screen and (max-width:640px) { #text_style_02_1482982569943>.view_contents {box-sizing:border-box;font-size:20px;font-weight:normal;}}