@charset "utf-8";
/*----------------公共部分----------------*/
html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}

body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p, select {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 12px; /*解决ie6缓动*/
    background-attachment: fixed;
    font: 12px/1.5 tahoma, arial, "Microsoft YaHei";
    outline: 0 none;
    color: #333;
}

em, i {
    font-style: normal;
}

a {
    color: #333;
}

a {
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}

.view {
    z-index: 1;
    position: absolute;
}

.horizontal .view {
    position: relative;
    float: left;
}

.vertical .view {
    position: relative;
}

.view_contents {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 10;
    height: 100%;
    overflow: hidden;
}

.layout {
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    z-index: 1;
}

.layout > .view_contents { /*overflow: visible;*/
    cursor: default;
}

/*流布局*/
.flow .view_contents > .view {
    float: left;
}

.clear {
    clear: both;
}

/*苹果去除样式*/
select, input[type='button'], input[type="reset"], input[type='submit'], input[type='text'], input[type="password"], input[name='query'], input[name='d'] {
    -webkit-appearance: none;
    border-radius: 0px
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

/*模块分页*/
.page_btn {
    clear: both;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.page_btn a {
    display: inline-block;
    color: #333;
    box-sizing: border-box;
    margin: 0 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ccc;
    font-family: 'microsoft YaHei';
}

.page_btn a.cur, .page_btn a:hover {
    border: 1px solid #4c4c4c;
}

.prev_btn, .next_btn {
    font-family: '黑体' !important;
    border: 0 !important;
}

.no_page {
    border: 0 !important;
}

@media screen and (max-width: 768px) {
    /*分页*/
    .page_btn a:nth-child(n+5) {
        display: none;
    }

    .page_btn a:nth-last-child(1), .page_btn a:nth-last-child(2), .page_btn a:nth-last-child(3) {
        display: inline-block !important;
    }
}

/*图片放大样式*/
.imgBox {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imgBox img {
    position: absolute;
    width: auto;
    max-width: 80%; /*max-height: 65%;*/
    border: 20px solid #fff;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.imgBox.scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.imgBox.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .05);
}

.imgBox.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .02);
}

.imgBox.scroll::-webkit-scrollbar-button {
    background: #f7f7f7;
    height: 0;
}

.imgBox.scroll::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, .05);
}

.imgBox.scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .7);
    border-radius: 3px;
}

.imgBox.scroll img {
    top: 5%;
    margin-bottom: 5%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

.pos_fixed {
    position: fixed;
    width: 100%;
}

.imageButton {
    position: fixed;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.imageButton span {
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.imageButton span:hover {
    opacity: .8;
}

.imageButton span.closeShowPic {
    font-size: 40px;
    border-radius: 100%;
    font-family: serif;
    line-height: 1;
    background-color: #fff;
    padding: .2em;
    text-align: center;
}

@media screen and (max-width: 768px) {
    /*mobi*/
    .imgBox img {
        border-width: 10px;
    }

    .imgBox.scroll img {
        top: 5%;
        margin-bottom: 10vh;
    }
}

body {
    background-color: #ffffff;
}

body {
    background-position: left top;
}

#image_logo_1490597769952 {
    width: 25.833333333333336%;
    height: 52px;
    position: absolute;
    top: 19px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_logo_1490597769952 {
        left: 2%;
        width: 30.75291622481442%;
    }
}

@media screen and (max-width: 640px) {
    #image_logo_1490597769952 {
        width: 67.21763085399449%;
        height: 49px;
        top: 11px;
        left: 1.9983552631578947%;
    }
}

#dh_style_01_1482989704976 {
    width: 59.333333333333336%;
    z-index: 99999;
    position: absolute;
    top: 23px;
    left: 51.66666666666667%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #dh_style_01_1482989704976 {
        z-index: 999;
        width: 525px;
        left: 42.29685843054083%;
        top: 19px;
    }
}

@media screen and (max-width: 640px) {
    #dh_style_01_1482989704976 {
        width: 96.00000000000001%;
        z-index: 999;
        top: 13.5px;
        left: 1.999999999999993%;
        display: none;
    }
}

#dh_style_01_1482989704976 > .view_contents {
    overflow: visible;
}

#dh_style_01_1482989704976 #hot > a {
    border-top-color: #fda30e;
    border-right-color: #fda30e;
    border-bottom-color: #fda30e;
    border-left-color: #fda30e;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    color: #000000;
    font-size: 14px;
}

#dh_style_01_1482989704976 .mainMenuSet {
    color: #000000;
    font-size: 16px;
}

#dh_style_01_1482989704976 .mainMenuSet:hover {
    color: #01a4e4;
}

#dh_style_01_1490868185852 {
    width: 48.333333333333336%;
    z-index: 99999;
    position: absolute;
    top: 23.5px;
    left: 0%;
    display: none;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #dh_style_01_1490868185852 {
        z-index: 999;
        width: 54.6875%;
        display: none;
    }
}

@media screen and (max-width: 640px) {
    #dh_style_01_1490868185852 {
        width: 96.00000000000001%;
        z-index: 999;
        top: 13.5px;
        left: 1.999999999999993%;
        display: block;
    }
}

#dh_style_01_1490868185852 > .view_contents {
    overflow: visible;
}

@media screen and (max-width: 640px) {
    #dh_style_01_1490868185852 #hot > a {
        border-top-color: #fda30e;
        border-top-style: solid;
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-right-color: #fda30e;
        border-bottom-color: #fda30e;
        border-left-color: #fda30e;
        border-left-width: 2px;
        border-right-style: solid;
        border-left-style: solid;
    }
}

@media screen and (max-width: 640px) {
    #dh_style_01_1490868185852 .mainMenuSet {
        padding-left: 10px;
    }
}

#qqol_style_01_1490928089194 {
    width: 17.5%;
    position: absolute;
    top: 17.987207412719727px;
    left: 24.125%;
    display: none;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #qqol_style_01_1490928089194 {
        width: 181px;
        left: 22.53280752916225%;
        display: block;
    }
}

@media screen and (max-width: 640px) {
    #qqol_style_01_1490928089194 {
        width: 57.85123966942148%;
        top: 83.5px;
        left: 21.07438016528926%;
        display: none;
    }
}

#qqol_style_01_1490928089194 > .view_contents {
    overflow: visible;
}

#comm_layout_header {
    height: 89px;
    z-index: 999999;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #comm_layout_header {
        height: 90px;
    }
}

@media screen and (max-width: 640px) {
    #comm_layout_header {
        height: 72px;
        z-index: 1000;
    }
}

#comm_layout_header > .view_contents {
    overflow: visible;
    max-width: 1200px;
}

#banner_style_01_1482394346074 {
    width: 100%;
    height: 572px;
    position: absolute;
    top: -1px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #banner_style_01_1482394346074 {
        height: 371px;
        left: 0%;
        top: 0px;
    }
}

@media screen and (max-width: 640px) {
    #banner_style_01_1482394346074 {
        width: 100%;
        height: 155px;
        top: 0px;
        left: 0%;
    }
}

#text_style_02_1490609128466 {
    width: 51.16666666666667%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 16px;
    left: 4.4140625%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490609128466 {
        left: 0%;
        top: 16px;
        width: 565px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490609128466 {
        width: 80%;
        top: 0px;
        left: 10%;
    }
}

#text_style_02_1490609128466 > .view_contents {
    box-sizing: border-box;
    font-size: 36px;
    letter-spacing: 3px;
    color: #337ab7;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490609128466 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490609128466 > .view_contents {
        box-sizing: border-box;
        font-size: 18px;
        text-align: center;
    }
}

#text_style_02_1490672771843 {
    width: 66.08333333333334%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 78px;
    left: 4.4140625%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490672771843 {
        left: 0%;
        width: 100%;
        top: 72px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490672771843 {
        width: 100%;
        top: 33px;
        left: 0%;
    }
}

#text_style_02_1490672771843 > .view_contents {
    box-sizing: border-box;
    font-size: 24px;
    color: #000000;
    letter-spacing: 3px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490672771843 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490672771843 > .view_contents {
        box-sizing: border-box;
        font-size: 14px;
        text-align: center;
    }
}

#div_includeBlock_1490671838750 {
    width: 1200px;
    height: 142px;
    position: absolute;
    top: 140px;
    left: calc(50% - 600px);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_includeBlock_1490671838750 {
        width: 76.13997879109226%;
        left: 6.98402704135737%;
        top: 47.5px;
    }
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490671838750 {
        width: 100%;
        height: 133px;
        top: 36px;
        left: 0%;
    }
}

#layout_1482283871514 {
    height: 571px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #layout_1482283871514 {
        height: 371px;
    }
}

@media screen and (max-width: 640px) {
    #layout_1482283871514 {
        height: 169px;
    }
}

#layout_1482283871514 > .view_contents {
    overflow: visible;
}

#prodKind_style_03_1490693514033 {
    width: 38.666666666666664%;
    position: absolute;
    top: 10px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #prodKind_style_03_1490693514033 {
        width: 41.78154825026511%;
        left: 2%;
    }
}

@media screen and (max-width: 640px) {
    #prodKind_style_03_1490693514033 {
        width: 100%;
        top: 0px;
        left: 0%;
        display: none;
    }
}

#prodKind_style_03_1490693514033 > .view_contents {
    overflow: visible;
}

#prodKind_style_03_1490693514033 .oneBgSet {
    color: #ffffff;
    background: transparent;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px;
}

#prodKind_style_03_1490693514033 .oneSet {
    color: #ffffff;
    text-align: left;
}

#searchbox_style_02_1490695534085 {
    width: 26%;
    position: absolute;
    left: 74%;
    top: 7px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #searchbox_style_02_1490695534085 {
        width: 27.889713679745494%;
        left: 69.9744830328738%;
        top: 7px;
    }
}

@media screen and (max-width: 640px) {
    #searchbox_style_02_1490695534085 {
        width: 70%;
        left: 15%;
        top: 20px;
    }
}

#searchbox_style_02_1490695534085 > .view_contents {
    overflow: visible;
}

#searchbox_style_02_1490695534085 .inputSet {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
    box-shadow: rgba(28, 28, 28, 0.3) 2px 2px 6px;
    color: #ffffff;
    background: transparent;
    line-height: 42px;
    height: 42px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

#searchbox_style_02_1490695534085 {
    background: transparent;
}

#searchbox_style_02_1490695534085 .kwSet {
    background: transparent;
    color: transparent;
}

#searchbox_style_02_1490695534085 .btnaSet {
    color: #ffffff;
    text-indent: 0em;
    line-height: 42px;
    height: 42px;
    padding-left: 10px;
}

@media screen and (max-width: 640px) {
    #searchbox_style_02_1490695534085 {
    }
}

@media screen and (max-width: 640px) {
    #searchbox_style_02_1490695534085 .inputSet {
        border-top-color: #01a4e4;
        border-right-color: #01a4e4;
        border-bottom-color: #01a4e4;
        border-left-color: #01a4e4;
        color: #000000;
        width: 100%;
    }

    .logoStyle img {
        width: 90%;
    }

    .bannerStyle_1.rotate-3d .img-part .img {
        background-size: 500% 80% !important;
    }

    .bannerStyle_1 div.flicking_con a {
        height: 10px !important;
        width: 10px !important;
    }

    .bannerStyle_1 div.flicking_con {
        bottom: 30px !important;
    }
}

@media screen and (max-width: 640px) {
    #searchbox_style_02_1490695534085 .btnaSet {
        color: #01a4e4;
    }
}

#layout_1490693607978 {
    height: 56px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #layout_1490693607978 {
        height: 56px;
    }
}

@media screen and (max-width: 640px) {
    #layout_1490693607978 {
        height: 62px;
    }
}

#layout_1490693607978 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}

#layout_1490693607978 {
    background: #01a4e4;
}

@media screen and (max-width: 640px) {
    #layout_1490693607978 {
        background: transparent;
    }
}

#div_blank_1490690741038 {
    width: 5.25%;
    height: 3px;
    position: absolute;
    left: 47.375%;
    top: 133px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1490690741038 {
        width: 6%;
        height: 3px;
        left: 47.03125%;
        top: 119px;
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1490690741038 {
        width: 20.263157894736842%;
        height: 3px;
        left: 39.86842105263158%;
        top: 82px;
        display: block;
    }
}

#div_blank_1490690741038 > .view_contents {
    overflow: visible;
}

#div_blank_1490690741038 {
    box-sizing: border-box;
    background: #fda30e;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1490690741038 {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1490690741038 {
        box-sizing: border-box;
    }
}

#text_style_02_1490690741053 {
    width: 100%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 0%;
    top: 34px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490690741053 {
        width: 100%;
        left: 0%;
        top: 31px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490690741053 {
        width: 97.3%;
        left: 1.3157894736842104%;
        top: 22px;
    }
}

#text_style_02_1490690741053 > .view_contents {
    box-sizing: border-box;
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490690741053 > .view_contents {
        box-sizing: border-box;
        font-size: 30px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490690741053 > .view_contents {
        box-sizing: border-box;
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
    }
}

#text_style_02_1490690741062 {
    width: 100%;
    font-size: 18px !important;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 0%;
    top: 90px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490690741062 {
        width: 100%;
        left: 0%;
        top: 81px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490690741062 {
        width: 97.36842105263158%;
        left: 1.3157894736842124%;
        top: 47px;
    }
}

#text_style_02_1490690741062 > .view_contents {
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #999999;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490690741062 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490690741062 > .view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#productList_style_01_1490691133876 {
    width: 100%;
    position: absolute;
    top: 168px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #productList_style_01_1490691133876 {
        width: 96%;
        left: 2.014846235418876%;
        top: 150px;
    }
}

@media screen and (max-width: 640px) {
    #productList_style_01_1490691133876 {
        width: 96%;
        top: 110px;
        left: 1.875%;
    }
}

#productList_style_01_1490691133876 > .view_contents {
    overflow: visible;
}

#productList_style_01_1490691133876 .imgSet {
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#productList_style_01_1490691133876 .modSet {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-right: 15px;
}

#productList_style_01_1490691133876 .titleSet {
    font-size: 16px;
    text-align: center;
}

#productList_style_01_1490691133876 .sortSet {
    background: #01a4e4;
    color: #ffffff;
    line-height: 30px;
    padding-top: 5px;
    padding-left: 16px;
    padding-bottom: 7px;
    padding-right: 15px;
    font-size: 14px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

#productList_style_01_1490691133876 .unitSet {
    padding-top: 0px;
}

#productList_style_01_1490691133876 .detailSet {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#productList_style_01_1490691133876 .modSet:hover {
    box-shadow: #666666 0px 0px 8px;
}

@media screen and (max-width: 640px) {
    #productList_style_01_1490691133876 .sortSet {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 640px) {
    #productList_style_01_1490691133876 .titleSet {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    #productList_style_01_1490691133876 .modSet {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 640px) {
    #productList_style_01_1490691133876 .modSet:hover {
        box-shadow: transparent 0px 0px 0px;
    }
}

/*----------------------电脑板式样式----------------------*/
#productList_style_01_1490691133876 li {
    transition: all 0.3s;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width: 641px) and (max-width: 1200px) {
    #productList_style_01_1490691133876 {

    }
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width: 640px) {
    #productList_style_01_1490691133876 {

    }
}

#layout_1490690741035 {
    height: 1032px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #layout_1490690741035 {
        height: 862px;
    }
}

@media screen and (max-width: 640px) {
    #layout_1490690741035 {
        height: 1271px;
    }
}

#layout_1490690741035 > .view_contents {
    max-width: 1200px;
    overflow: visible;
}

#layout_1490690741035 {
    background: #ffffff;
}

#text_style_02_1490683454926 {
    width: 100%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 0%;
    top: 54px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490683454926 {
        width: 100%;
        top: 31px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490683454926 {
        width: 100%;
        left: 0%;
        top: 22px;
    }
}

#text_style_02_1490683454926 > .view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490683454926 > .view_contents {
        box-sizing: border-box;
        font-size: 30px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490683454926 > .view_contents {
        box-sizing: border-box;
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
    }
}

#text_style_02_1490683461354 {
    width: 100%;
    font-size: 18px !important;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 0%;
    top: 110px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490683461354 {
        width: 100%;
        left: 0%;
        top: 81px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490683461354 {
        width: 97.36842105263158%;
        left: 1.3157894736842104%;
        top: 50px;
    }
}

#text_style_02_1490683461354 > .view_contents {
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490683461354 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490683461354 > .view_contents {
        box-sizing: border-box;
        font-size: 14px;
    }
}

#div_blank_1490683467794 {
    width: 5.25%;
    height: 3px;
    position: absolute;
    left: 47.375%;
    top: 158px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1490683467794 {
        width: 6%;
        height: 3px;
        top: 119px;
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1490683467794 {
        width: 20.263157894736842%;
        height: 3px;
        left: 39.860197368421055%;
        top: 86px;
        display: block;
    }
}

#div_blank_1490683467794 > .view_contents {
    overflow: visible;
}

#div_blank_1490683467794 {
    box-sizing: border-box;
    background: #fda30e;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1490683467794 {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1490683467794 {
        box-sizing: border-box;
    }
}

#text_style_02_1490686048781 {
    width: 55.166666666666664%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 0px;
    left: 10.5%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490686048781 {
        width: 62%;
        left: 0%;
        top: 0px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490686048781 {
        width: 69%;
        top: 20px;
        left: 30.684931506849317%;
    }
}

#text_style_02_1490686048781 > .view_contents {
    box-sizing: border-box;
    color: #fda30e;
    font-size: 18px;
    text-align: right;
    line-height: 30px;
    letter-spacing: 3px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490686048781 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490686048781 > .view_contents {
        box-sizing: border-box;
        font-size: 16px;
    }
}

#text_style_02_1490686052285 {
    width: 61.66666666666667%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 35px;
    left: 4%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490686052285 {
        left: 0%;
        width: 62%;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490686052285 {
        width: 69%;
        top: 50px;
        left: 30.684931506849317%;
    }
}

#text_style_02_1490686052285 > .view_contents {
    box-sizing: border-box;
    color: #e0dfdf;
    font-size: 14px;
    line-height: 25px;
    text-align: right;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490686052285 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490686052285 > .view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#image_style_01_1490684721758 {
    width: 20%;
    height: 120px;
    position: absolute;
    top: 8px;
    left: 70%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490684721758 {
        width: 120px;
        left: 68.04290838852097%;
        top: 7.5px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490684721758 {
        width: 100px;
        height: 100px;
        top: 0px;
        left: 0%;
    }
}

#image_style_01_1490684721758 > .view_contents {
    overflow: visible;
}

#image_style_01_1490684721758 .picSet {
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

#image_style_01_1490684721758 {
    background: #1fb5b9;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

#div_includeBlock_1490686326825 {
    width: 50%;
    height: 135px;
    position: absolute;
    top: 201px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_includeBlock_1490686326825 {
        height: 135px;
        width: 48%;
        left: 1.9618239660657475%;
        top: 164px;
    }
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490686326825 {
        width: 96%;
        height: 130px;
        top: 110px;
        left: 2.03125%;
    }
}

#text_style_02_1490686400845 {
    width: 61.66666666666667%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 35px;
    left: 34.333333333333336%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490686400845 {
        width: 62%;
        left: 37.74834437086093%;
        top: 35px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490686400845 {
        width: 69.04109589041096%;
        top: 66px;
        left: 0%;
    }
}

#text_style_02_1490686400845 > .view_contents {
    box-sizing: border-box;
    color: #e0dfdf;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490686400845 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490686400845 > .view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#text_style_02_1490686400822 {
    width: 61.33333333333333%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 0px;
    left: 34.333333333333336%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490686400822 {
        width: 62%;
        left: 37.74834437086093%;
        top: 0px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490686400822 {
        width: 69.0%;
        top: 30px;
        left: 0%;
    }
}

#text_style_02_1490686400822 > .view_contents {
    box-sizing: border-box;
    color: #fda30e;
    font-size: 18px;
    text-align: left;
    line-height: 30px;
    letter-spacing: 3px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490686400822 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490686400822 > .view_contents {
        box-sizing: border-box;
        font-size: 16px;
    }
}

#image_style_01_1490686400831 {
    width: 20%;
    height: 120px;
    position: absolute;
    top: 7.5px;
    left: 9.53125%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490686400831 {
        width: 120px;
        left: 7.115756070640177%;
        top: 7.5px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490686400831 {
        width: 100px;
        height: 100px;
        top: 15px;
        left: 66.76023391812866%;
    }
}

#image_style_01_1490686400831 > .view_contents {
    overflow: visible;
}

#image_style_01_1490686400831 .picSet {
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

#image_style_01_1490686400831 {
    background: #1fb5b9;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

#div_includeBlock_1490686400587 {
    width: 50%;
    height: 135px;
    position: absolute;
    top: 201px;
    left: 50%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_includeBlock_1490686400587 {
        width: 48%;
        left: 49.89395546129374%;
        top: 164px;
        height: 135px;
    }
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490686400587 {
        width: 96%;
        height: 130px;
        top: 257px;
        left: 2.03125%;
    }
}

#text_style_02_1490689246146 {
    width: 56.833333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 0px;
    left: 8.833333333333334%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490689246146 {
        width: 62%;
        left: 0%;
        top: 0px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490689246146 {
        width: 69%;
        top: 28px;
        left: 30.684931506849317%;
    }
}

#text_style_02_1490689246146 > .view_contents {
    box-sizing: border-box;
    color: #fda30e;
    font-size: 18px;
    text-align: right;
    line-height: 30px;
    letter-spacing: 3px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490689246146 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490689246146 > .view_contents {
        box-sizing: border-box;
        font-size: 16px;
    }
}

#text_style_02_1490689246168 {
    width: 61.66666666666667%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 35px;
    left: 4%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490689246168 {
        left: 0%;
        width: 62%;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490689246168 {
        width: 69%;
        top: 60px;
        left: 30.684931506849317%;
    }
}

#text_style_02_1490689246168 > .view_contents {
    box-sizing: border-box;
    color: #e0dfdf;
    font-size: 14px;
    line-height: 25px;
    text-align: right;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490689246168 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490689246168 > .view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#image_style_01_1490689246178 {
    width: 20%;
    height: 120px;
    position: absolute;
    top: 8px;
    left: 70%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490689246178 {
        width: 120px;
        left: 68.04290838852097%;
        top: 7.5px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490689246178 {
        width: 100px;
        height: 100px;
        top: 15px;
        left: 0%;
    }
}

#image_style_01_1490689246178 > .view_contents {
    overflow: visible;
}

#image_style_01_1490689246178 .picSet {
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

#image_style_01_1490689246178 {
    background: #1fb5b9;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

#div_includeBlock_1490689245871 {
    width: 50%;
    height: 135px;
    position: absolute;
    top: 398px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_includeBlock_1490689245871 {
        height: 135px;
        width: 48%;
        left: 1.9618239660657475%;
        top: 340px;
    }
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490689245871 {
        width: 96%;
        height: 130px;
        top: 406px;
        left: 2.03125%;
    }
}

#text_style_02_1490689254941 {
    width: 61.66666666666667%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 35px;
    left: 34.333333333333336%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490689254941 {
        width: 62%;
        left: 37.74834437086093%;
        top: 35px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490689254941 {
        width: 71.33550488599349%;
        top: 66px;
        left: 0%;
    }
}

#text_style_02_1490689254941 > .view_contents {
    box-sizing: border-box;
    color: #e0dfdf;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490689254941 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490689254941 > .view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#text_style_02_1490689254953 {
    width: 59.333333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 0px;
    left: 34.333333333333336%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490689254953 {
        width: 62%;
        left: 37.74834437086093%;
        top: 0px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490689254953 {
        width: 69.0%;
        top: 30px;
        left: 0%;
    }
}

#text_style_02_1490689254953 > .view_contents {
    box-sizing: border-box;
    color: #fda30e;
    font-size: 18px;
    text-align: left;
    line-height: 30px;
    letter-spacing: 3px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490689254953 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490689254953 > .view_contents {
        box-sizing: border-box;
        font-size: 16px;
    }
}

#image_style_01_1490689254966 {
    width: 20%;
    height: 120px;
    position: absolute;
    top: 7.5px;
    left: 9.53125%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490689254966 {
        width: 120px;
        left: 7.115756070640177%;
        top: 7.5px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490689254966 {
        width: 100px;
        height: 100px;
        top: 15px;
        left: 66.76023391812866%;
    }
}

#image_style_01_1490689254966 > .view_contents {
    overflow: visible;
}

#image_style_01_1490689254966 .picSet {
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

#image_style_01_1490689254966 {
    background: #1fb5b9;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

#div_includeBlock_1490689254671 {
    width: 50%;
    height: 135px;
    position: absolute;
    top: 398px;
    left: 50%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_includeBlock_1490689254671 {
        width: 48%;
        height: 135px;
        left: 49.771341463414636%;
        top: 340px;
    }
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490689254671 {
        width: 96%;
        height: 130px;
        top: 557px;
        left: 2.03125%;
    }
}

#layout_1482905506959 {
    height: 550px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #layout_1482905506959 {
        height: 528px;
    }
}

@media screen and (max-width: 640px) {
    #layout_1482905506959 {
        height: 728px;
    }
}

#layout_1482905506959 > .view_contents {
    max-width: 1200px;
}

#layout_1482905506959 {
    background: url(./advantage_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 25%;
}

@media screen and (max-width: 640px) {
    #layout_1482905506959 {
        background-position-x: 50%;
    }
}

#div_blank_1490690100156 {
    width: 5.25%;
    height: 3px;
    position: absolute;
    left: 47.375%;
    top: 153px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1490690100156 {
        width: 6%;
        height: 3px;
        left: 47.03125%;
        top: 119px;
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1490690100156 {
        width: 20.263157894736842%;
        height: 3px;
        left: 39.86842105263158%;
        top: 82px;
        display: block;
    }
}

#div_blank_1490690100156 > .view_contents {
    overflow: visible;
}

#div_blank_1490690100156 {
    box-sizing: border-box;
    background: #fda30e;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1490690100156 {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1490690100156 {
        box-sizing: border-box;
    }
}

#text_style_02_1490690100174 {
    width: 100%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 0%;
    top: 54px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490690100174 {
        width: 100%;
        left: 0%;
        top: 31px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490690100174 {
        width: 97.3%;
        left: 1.3157894736842104%;
        top: 22px;
    }
}

#text_style_02_1490690100174 > .view_contents {
    box-sizing: border-box;
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490690100174 > .view_contents {
        box-sizing: border-box;
        font-size: 30px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490690100174 > .view_contents {
        box-sizing: border-box;
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
    }
}

#text_style_02_1490690100182 {
    width: 100%;
    font-size: 18px !important;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 0%;
    top: 110px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490690100182 {
        width: 100%;
        left: 0%;
        top: 81px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490690100182 {
        width: 97.36842105263158%;
        left: 1.3157894736842124%;
        top: 47px;
    }
}

#text_style_02_1490690100182 > .view_contents {
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #999999;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490690100182 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490690100182 > .view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#image_style_03_1490690100187 {
    width: 180px;
    height: 180px;
    position: absolute;
    left: 5%;
    top: 219px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_03_1490690100187 {
        width: 142px;
        height: 142px;
        left: 6.453804347826086%;
        top: 164px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_03_1490690100187 {
        width: 110px;
        top: 103px;
        height: 110px;
        left: 11.040296052631579%;
    }
}

#image_style_03_1490690100187 > .view_contents {
    overflow: visible;
}

#image_style_03_1490690100187 .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_1490690100187 .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: 24px;
    color: #ffffff;
    letter-spacing: 5px;
}

#image_style_03_1490690100187 .imgStyle_3:hover .tipsText {
    background: transparent;
    color: transparent;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_03_1490690100187 .tipsText {
        font-size: 22px;
        letter-spacing: 3px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_03_1490690100187 .tipsText {
        font-size: 16px;
        letter-spacing: 2px;
    }
}

/*----------------------电脑板式样式----------------------*/
#image_style_03_1490690100187 {

}

#image_style_03_1490690100187 .imgStyle_3 .tipsText {
    transform: scale(1);
}

#image_style_03_1490690100187 .imgStyle_3 .tipsText:hover {
    transform: scale(0);
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_03_1490690100187 {

    }
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width: 640px) {
    #image_style_03_1490690100187 {

    }
}

#image_style_03_1490690100197 {
    width: 15%;
    height: 179px;
    position: absolute;
    left: 30%;
    top: 219px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_03_1490690100197 {
        width: 142px;
        height: 142px;
        left: 29.453870625662777%;
        top: 164px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_03_1490690100197 {
        width: 110px;
        height: 110px;
        left: 60.526315789473685%;
        top: 103px;
    }
}

#image_style_03_1490690100197 > .view_contents {
    overflow: visible;
}

#image_style_03_1490690100197 .imgSet {
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
}

#image_style_03_1490690100197 .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: 24px;
    letter-spacing: 5px;
}

#image_style_03_1490690100197:hover {
    background: transparent;
    color: transparent;
}

#image_style_03_1490690100197 {
    background: transparent;
}

#image_style_03_1490690100197 .imgStyle_3:hover .tipsText {
    background: transparent;
    color: transparent;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_03_1490690100197 .tipsText {
        font-size: 22px;
        letter-spacing: 3px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_03_1490690100197 .tipsText {
        font-size: 14px;
    }
}

/*----------------------电脑板式样式----------------------*/
#image_style_03_1490690100197 {

}

#image_style_03_1490690100197 .imgStyle_3 .tipsText {
    transform: scale(1);
}

#image_style_03_1490690100197 .imgStyle_3 .tipsText:hover {
    transform: scale(0);
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_03_1490690100197 {

    }
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width: 640px) {
    #image_style_03_1490690100197 {

    }
}

#text_style_02_1490690100204 {
    width: 25%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 429px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490690100204 {
        width: 24%;
        left: 1.9999337221633087%;
        top: 333px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490690100204 {
        width: 48%;
        top: 223px;
        left: 1.9983552631578947%;
        display: block;
    }
}

#text_style_02_1490690100204 > .view_contents {
    box-sizing: border-box;
    font-size: 14px;
    color: #4c4c4c;
    text-align: center;
    line-height: 26px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490690100204 > .view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490690100204 > .view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#text_style_02_1490690100208 {
    width: 25%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 429px;
    left: 25%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490690100208 {
        width: 24%;
        left: 25%;
        top: 333px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490690100208 {
        width: 48%;
        top: 223px;
        left: 49.89309210526316%;
        display: block;
    }
}

#text_style_02_1490690100208 > .view_contents {
    box-sizing: border-box;
    font-size: 14px;
    color: #4c4c4c;
    text-align: center;
    line-height: 26px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490690100208 > .view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490690100208 > .view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#text_style_02_1490690100218 {
    width: 25%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 429px;
    left: 50%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490690100218 {
        width: 24%;
        left: 50%;
        top: 333px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490690100218 {
        width: 48%;
        top: 423px;
        left: 2%;
        display: block;
    }
}

#text_style_02_1490690100218 > .view_contents {
    box-sizing: border-box;
    font-size: 14px;
    color: #4c4c4c;
    text-align: center;
    line-height: 26px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490690100218 > .view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490690100218 > .view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#text_style_02_1490690100222 {
    width: 25%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 429px;
    left: 75%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490690100222 {
        width: 24%;
        left: 75%;
        top: 333px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490690100222 {
        width: 49.375%;
        top: 423px;
        left: 50.625%;
        display: block;
    }
}

#text_style_02_1490690100222 > .view_contents {
    box-sizing: border-box;
    font-size: 14px;
    color: #4c4c4c;
    text-align: center;
    line-height: 26px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490690100222 > .view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490690100222 > .view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#image_style_03_1490690100230 {
    width: 15%;
    height: 180px;
    position: absolute;
    left: 80%;
    top: 219px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_03_1490690100230 {
        width: 142px;
        height: 142px;
        left: 79.5068928950159%;
        top: 164px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_03_1490690100230 {
        width: 110px;
        height: 110px;
        left: 59.36677631578947%;
        top: 300px;
        display: block;
    }
}

#image_style_03_1490690100230 > .view_contents {
    overflow: visible;
}

#image_style_03_1490690100230 .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_1490690100230 .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: 24px;
    color: #ffffff;
    letter-spacing: 5px;
}

#image_style_03_1490690100230 .imgStyle_3:hover .tipsText {
    background: transparent;
    color: transparent;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_03_1490690100230 .tipsText {
        font-size: 22px;
        letter-spacing: 3px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_03_1490690100230 .tipsText {
        font-size: 16px;
        letter-spacing: 2px;
    }
}

/*----------------------电脑板式样式----------------------*/
#image_style_03_1490690100230 {

}

#image_style_03_1490690100230 .imgStyle_3 .tipsText {
    transform: scale(1);
}

#image_style_03_1490690100230 .imgStyle_3 .tipsText:hover {
    transform: scale(0);
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_03_1490690100230 {

    }
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width: 640px) {
    #image_style_03_1490690100230 {

    }
}

#image_style_03_1490690100237 {
    width: 15%;
    height: 180px;
    position: absolute;
    left: 55.00000000000001%;
    top: 219px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_03_1490690100237 {
        width: 142px;
        height: 142px;
        left: 54.45387062566278%;
        top: 164px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_03_1490690100237 {
        width: 110px;
        height: 110px;
        left: 11.47203947368421%;
        top: 300px;
    }
}

#image_style_03_1490690100237 > .view_contents {
    overflow: visible;
}

#image_style_03_1490690100237 .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_1490690100237 .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: 24px;
    color: #ffffff;
    letter-spacing: 5px;
}

#image_style_03_1490690100237 .imgStyle_3:hover .tipsText {
    background: transparent;
    color: transparent;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_03_1490690100237 .tipsText {
        font-size: 22px;
        letter-spacing: 3px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_03_1490690100237 .tipsText {
        font-size: 16px;
        letter-spacing: 2px;
    }
}

/*----------------------电脑板式样式----------------------*/
#image_style_03_1490690100237 {

}

#image_style_03_1490690100237 .imgStyle_3 .tipsText {
    transform: scale(1);
}

#image_style_03_1490690100237 .imgStyle_3 .tipsText:hover {
    transform: scale(0);
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_03_1490690100237 {

    }
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width: 640px) {
    #image_style_03_1490690100237 {

    }
}

#layout_1490690100153 {
    height: 481px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #layout_1490690100153 {
        height: 385px;
    }
}

@media screen and (max-width: 640px) {
    #layout_1490690100153 {
        height: 475px;
    }
}

#layout_1490690100153 > .view_contents {
    max-width: 1200px;
    overflow: visible;
}

#layout_1490690100153 {
    background: #ffffff;
}

@media screen and (max-width: 640px) {
    #layout_1490690100153 {
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: 75%;
    }
}

#layout_1490751406585 {
    height: 52px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #layout_1490751406585 {
    }
}

@media screen and (max-width: 640px) {
    #layout_1490751406585 {
        height: 30px;
    }
}

#layout_1490751406585 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}

#text_style_02_1482918614991 {
    width: 11.416666666666666%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 4.708333333333333%;
    top: 54px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1482918614991 {
        left: 22.67861876988335%;
        top: 31px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1482918614991 {
        width: 100%;
        left: 0%;
        top: 19px;
    }
}

#text_style_02_1482918614991 > .view_contents {
    box-sizing: border-box;
    font-size: 31px;
    color: #ffffff;
    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_1482918614991 {
    text-shadow: 0px 0px 6px #000;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1482918614991 {

    }
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width: 640px) {
    #text_style_02_1482918614991 {

    }
}

#text_style_02_1482918686555 {
    width: 9%;
    font-size: 18px !important;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 5.916666666666667%;
    top: 110px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1482918686555 {
        left: 12.33927624602333%;
        top: 81px;
        width: 303px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1482918686555 {
        width: 55.00000000000001%;
        left: 23.55263157894737%;
        top: 61px;
    }
}

#text_style_02_1482918686555 > .view_contents {
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1482918686555 > .view_contents {
        box-sizing: border-box;
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1482918686555 > .view_contents {
        box-sizing: border-box;
    }
}

/*----------------------电脑板式样式----------------------*/
#text_style_02_1482918686555 {
    text-shadow: 0px 0px 6px #000;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1482918686555 {

    }
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width: 640px) {
    #text_style_02_1482918686555 {

    }
}

#div_blank_1482909966082 {
    width: 5.25%;
    height: 3px;
    position: absolute;
    left: 7.791666666666666%;
    top: 153px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1482909966082 {
        left: 25.700888123011666%;
        top: 119px;
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1482909966082 {
        width: 20.2%;
        height: 2px;
        left: 39.9%;
        top: 98px;
        display: block;
    }
}

#div_blank_1482909966082 > .view_contents {
    overflow: visible;
}

#div_blank_1482909966082 {
    box-sizing: border-box;
    background: #fda30e;
}

@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;
    }
}

#text_style_02_1482918777203 {
    width: 49.333333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 0%;
    top: 185px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1482918777203 {
        width: 497px;
        left: 2.0529559915164373%;
        top: 146px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1482918777203 {
        width: 95%;
        left: 2.5%;
        top: 123px;
    }
}

#text_style_02_1482918777203 > .view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    text-indent: 2em;
}

@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;
    }
}

/*----------------------电脑板式样式----------------------*/
#text_style_02_1482918777203 {
    text-shadow: 0px 0px 6px #000;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1482918777203 {

    }
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width: 640px) {
    #text_style_02_1482918777203 {

    }
}

#layout_1490751402713 {
    height: 425px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #layout_1490751402713 {
        height: 390px;
    }
}

@media screen and (max-width: 640px) {
    #layout_1490751402713 {
        height: 510px;
    }
}

#layout_1490751402713 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}

#layout_1490751402713 {
    background: url(./aboutUs_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
    background-attachment: fixed;
}

#text_style_02_1490778633739 {
    width: 100%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 0%;
    top: 54px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490778633739 {
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490778633739 {
        width: 100%;
        left: 1.3499999999999943%;
        top: 22px;
    }
    .c_meau{
        display: none!important;
    }
}

#text_style_02_1490778633739 > .view_contents {
    box-sizing: border-box;
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490778633739 > .view_contents {
        box-sizing: border-box;
        font-size: 30px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490778633739 > .view_contents {
        box-sizing: border-box;
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
    }
}

#text_style_02_1490778637498 {
    width: 100%;
    font-size: 18px !important;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 0%;
    top: 110px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490778637498 {
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490778637498 {
        width: 100%;
        left: 0%;
        top: 47px;
    }
}

#text_style_02_1490778637498 > .view_contents {
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #999999;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490778637498 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490778637498 > .view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#div_blank_1490778647924 {
    width: 5.25%;
    height: 3px;
    position: absolute;
    left: 47.375%;
    top: 153px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1490778647924 {
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1490778647924 {
        width: 20.263157894736842%;
        height: 3px;
        left: 39.868421052631575%;
        top: 83px;
        display: block;
    }
}

#div_blank_1490778647924 > .view_contents {
    overflow: visible;
}

#div_blank_1490778647924 {
    box-sizing: border-box;
    background: #fda30e;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1490778647924 {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1490778647924 {
        box-sizing: border-box;
    }
}

#layout_1482908008042 {
    height: 156px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #layout_1482908008042 {
        height: 156px;
    }
}

@media screen and (max-width: 640px) {
    #layout_1482908008042 {
        height: 86px;
    }
}

#layout_1482908008042 > .view_contents {
    max-width: 1200px;
}

#layout_1482908008042 {
    background: url(./web/AdvertisementBg.gif);
    background-repeat: no-repeat;
    background-size: cover;
}

#newsList_style_09_1490778365055 {
    width: 48%;
    position: absolute;
    top: 30px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #newsList_style_09_1490778365055 {
        left: 2%;
        width: 47%;
    }
}

@media screen and (max-width: 640px) {
    #newsList_style_09_1490778365055 {
        width: 96%;
        top: 25px;
        left: 1.9736842105263157%;
    }
}

#newsList_style_09_1490778365055 .imgSet {
    padding-top: 0px;
}

#newsList_style_09_1490778365055 .modSet {
    margin-bottom: 35px;
}

#newsList_style_09_1490778365055 .detailSet {
    color: #555555;
    font-size: 14px;
    line-height: 25px;
}

#newsList_style_09_1490778365055 .titleSet {
    color: #01a4e4;
    padding-top: 10px;
}

#newsList_style_09_1490778365055 .btnaSet {
    background: #01a4e4;
    font-size: 14px;
    text-decoration: none;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #newsList_style_09_1490778365055 .titleSet {
        padding-top: 5px;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #newsList_style_09_1490778365055 .detailSet {
        padding-top: 0px;
        padding-bottom: 7px;
        line-height: 23px;
    }
}

@media screen and (max-width: 640px) {
    #newsList_style_09_1490778365055 .btnaSet {
        font-size: 12px;
    }
}

@media screen and (max-width: 640px) {
    #newsList_style_09_1490778365055 .titleSet {
        line-height: 22px;
        padding-bottom: 5px;
        padding-top: 5px;
    }
}

@media screen and (max-width: 640px) {
    #newsList_style_09_1490778365055 .detailSet {
        padding-bottom: 5px;
        font-size: 12px;
        line-height: 22px;
    }
}

@media screen and (max-width: 640px) {
    #newsList_style_09_1490778365055 .modSet {
        margin-bottom: 17px;
    }
}

#newsList_style_09_1490780218067 {
    width: 48%;
    position: absolute;
    top: 30px;
    left: 52%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #newsList_style_09_1490780218067 {
        width: 47%;
    }
}

@media screen and (max-width: 640px) {
    #newsList_style_09_1490780218067 {
        width: 96%;
        top: 400px;
        left: 1.9970703125%;
    }
}

#newsList_style_09_1490780218067 .imgSet {
    padding-top: 0px;
}

#newsList_style_09_1490780218067 .modSet {
    margin-bottom: 35px;
}

#newsList_style_09_1490780218067 .detailSet {
    color: #555555;
    font-size: 14px;
    line-height: 25px;
}

#newsList_style_09_1490780218067 .titleSet {
    color: #01a4e4;
    padding-top: 10px;
}

#newsList_style_09_1490780218067 .btnaSet {
    background: #01a4e4;
    font-size: 14px;
    text-decoration: none;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #newsList_style_09_1490780218067 .titleSet {
        padding-top: 5px;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #newsList_style_09_1490780218067 .detailSet {
        padding-top: 0px;
        padding-bottom: 7px;
        line-height: 23px;
    }
}

@media screen and (max-width: 640px) {
    #newsList_style_09_1490780218067 .btnaSet {
        font-size: 12px;
    }
}

@media screen and (max-width: 640px) {
    #newsList_style_09_1490780218067 .titleSet {
        line-height: 22px;
        padding-bottom: 5px;
        padding-top: 5px;
    }
}

@media screen and (max-width: 640px) {
    #newsList_style_09_1490780218067 .detailSet {
        padding-bottom: 5px;
        font-size: 12px;
    }
}

@media screen and (max-width: 640px) {
    #newsList_style_09_1490780218067 .modSet {
        margin-bottom: 17px;
    }
}

#layout_1490604430982 {
    height: 676px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #layout_1490604430982 {
        height: 543px;
    }
}

@media screen and (max-width: 640px) {
    #layout_1490604430982 {
        height: 784px;
    }
}

#layout_1490604430982 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}

#layout_1490780728209 {
    height: 20px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #layout_1490780728209 {
    }
}

@media screen and (max-width: 640px) {
    #layout_1490780728209 {
    }
}

#layout_1490780728209 > .view_contents {
    overflow: visible;
    max-width: 1200px;
}

#div_blank_1490782153878 {
    width: 12.3%;
    height: 3px;
    position: absolute;
    left: 10%;
    top: 79px;
    z-index: 2;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1490782153878 {
        top: 79px;
        height: 3px;
        left: 5.7%;
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1490782153878 {
        width: 20.263157894736842%;
        height: 3px;
        left: 39.868421052631575%;
        top: 0px;
        display: none;
    }
}

#div_blank_1490782153878 > .view_contents {
    overflow: visible;
}

#div_blank_1490782153878 {
    box-sizing: border-box;
    background: #fda30e;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1490782153878 {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1490782153878 {
        box-sizing: border-box;
    }
}

#div_blank_1490785897772 {
    width: 12.3%;
    height: 3px;
    position: absolute;
    left: 10%;
    top: 331px;
    z-index: 2;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1490785897772 {
        left: 5.667080573951435%;
        top: 336px;
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1490785897772 {
        width: 20.263157894736842%;
        height: 3px;
        left: 0%;
        top: 41px;
        display: block;
    }
}

#div_blank_1490785897772 > .view_contents {
    overflow: visible;
}

#div_blank_1490785897772 {
    box-sizing: border-box;
    background: #fda30e;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1490785897772 {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1490785897772 {
        box-sizing: border-box;
    }
}

#text_style_02_1490785497843 {
    width: 37.666666666666664%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 184.5px;
    left: 60%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490785497843 {
        left: 63.2985342920354%;
        top: 185.5px;
        width: 158px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490785497843 {
        width: 100%;
        top: 600px;
        left: 0%;
        display: none;
    }
}

#text_style_02_1490785497843 > .view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490785497843 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490785497843 > .view_contents {
        box-sizing: border-box;
    }
}

#image_style_01_1490785255507 {
    width: 11.166666666666666%;
    height: 29px;
    position: absolute;
    top: 186.5px;
    left: 6.5%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785255507 {
        left: 2.900304203539823%;
        top: 184px;
        height: 33px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785255507 {
        width: 55.09641873278237%;
        height: 200px;
        top: 0px;
        left: 22.451790633608816%;
        display: none;
    }
}

#image_style_01_1490785255507 > .view_contents {
    overflow: visible;
}

#text_style_02_1490785317605 {
    width: 38.666666666666664%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 184.5px;
    left: 16.333333333333332%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490785317605 {
        left: 13.758296460176991%;
        top: 184.5px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490785317605 {
        width: 100%;
        top: 200px;
        left: 0%;
        display: none;
    }
}

#text_style_02_1490785317605 > .view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490785317605 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490785317605 > .view_contents {
        box-sizing: border-box;
    }
}

#image_style_01_1490785073478 {
    width: 6.166666666666667%;
    height: 25px;
    position: absolute;
    top: 101.5px;
    left: 52.666666666666664%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785073478 {
        left: 52.91758849557522%;
        top: 97.5px;
        width: 43px;
        height: 27px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785073478 {
        width: 55.09641873278237%;
        height: 200px;
        top: 0px;
        left: 22.451790633608816%;
        display: none;
    }
}

#image_style_01_1490785073478 > .view_contents {
    overflow: visible;
}

#image_style_01_1490785630672 {
    width: 11.166666666666666%;
    height: 35px;
    position: absolute;
    top: 223px;
    left: 6.5%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785630672 {
        left: 2.900304203539823%;
        top: 224.5px;
        height: 38px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785630672 {
        width: 55.09641873278237%;
        height: 200px;
        top: 600px;
        left: 22.451790633608816%;
        display: none;
    }
}

#image_style_01_1490785630672 > .view_contents {
    overflow: visible;
}

#text_style_02_1490785640977 {
    width: 58.833333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 227px;
    left: 16.166666666666664%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490785640977 {
        left: 13.741012168141593%;
        top: 229px;
        width: 362px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490785640977 {
        width: 100%;
        top: 800px;
        left: 0%;
        display: none;
    }
}

#text_style_02_1490785640977 > .view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490785640977 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490785640977 > .view_contents {
        box-sizing: border-box;
    }
}

#text_style_02_1490785878030 {
    width: 49.166666666666664%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 10%;
    top: 285px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490785878030 {
        left: 5.667080573951435%;
        top: 293px;
        width: 49.1%;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490785878030 {
        width: 100%;
        left: 0%;
        top: 3px;
        display: block;
    }
}

#text_style_02_1490785878030 > .view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    font-family: Microsoft YaHei;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490785878030 > .view_contents {
        box-sizing: border-box;
        font-size: 24px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490785878030 > .view_contents {
        box-sizing: border-box;
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
    }
}

#text_style_02_1490782085541 {
    width: 56.333333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 10%;
    top: 34px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490782085541 {
        left: 5.746412803532009%;
        top: 34px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490782085541 {
        width: 97.30000000000001%;
        left: 1.3499999999999943%;
        top: 0px;
        display: none;
    }
}

#text_style_02_1490782085541 > .view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    font-family: Microsoft YaHei;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490782085541 > .view_contents {
        box-sizing: border-box;
        font-size: 24px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490782085541 > .view_contents {
        box-sizing: border-box;
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
    }
}

#image_style_01_1490784932610 {
    width: 11.946902654867257%;
    height: 25px;
    position: absolute;
    top: 101.5px;
    left: 6.083333333333334%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490784932610 {
        left: 2.233130530973451%;
        width: 11.946902654867257%;
        top: 99px;
        height: 27px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490784932610 {
        width: 55.09641873278237%;
        height: 200px;
        top: 0px;
        left: 22.451790633608816%;
        display: none;
    }
}

#image_style_01_1490784932610 > .view_contents {
    overflow: visible;
}

#text_style_02_1490784439268 {
    width: 32.5%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 99.5px;
    left: 60%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490784439268 {
        top: 97.5px;
        left: 62.85951327433629%;
        width: 35.61946902654867%;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490784439268 {
        width: 100%;
        top: 0px;
        left: 0%;
        display: none;
    }
}

#text_style_02_1490784439268 > .view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490784439268 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490784439268 > .view_contents {
        box-sizing: border-box;
    }
}

#text_style_02_1490781436389 {
    width: 31.833333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 98.5px;
    left: 16.333333333333332%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490781436389 {
        left: 14.183490044247787%;
        width: 33.6283185840708%;
        top: 97.5px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490781436389 {
        width: 100%;
        top: 0px;
        left: 0%;
        display: none;
    }
}

#text_style_02_1490781436389 > .view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490781436389 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490781436389 > .view_contents {
        box-sizing: border-box;
    }
}

#image_style_01_1490785439672 {
    width: 9.166666666666666%;
    height: 32px;
    position: absolute;
    top: 183.5px;
    left: 51.5%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785439672 {
        left: 53.973509933774835%;
        top: 182px;
        height: 35px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785439672 {
        width: 55.09641873278237%;
        height: 200px;
        top: 400px;
        left: 22.451790633608816%;
        display: none;
    }
}

#image_style_01_1490785439672 > .view_contents {
    overflow: visible;
}

#image_style_01_1490785391137 {
    width: 11%;
    height: 25px;
    position: absolute;
    top: 144px;
    left: 50.24999999999999%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785391137 {
        height: 30px;
        left: 52.207505518763796%;
        top: 143.5px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785391137 {
        width: 55.09641873278237%;
        height: 200px;
        top: 200px;
        left: 22.451790633608816%;
        display: none;
    }
}

#image_style_01_1490785391137 > .view_contents {
    overflow: visible;
}

#text_style_02_1490785594556 {
    width: 34.66666666666667%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 141px;
    left: 60%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490785594556 {
        left: 63.24503311258278%;
        top: 143.5px;
        width: 163px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490785594556 {
        width: 100%;
        top: 600px;
        left: 0%;
        display: none;
    }
}

#text_style_02_1490785594556 > .view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490785594556 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490785594556 > .view_contents {
        box-sizing: border-box;
    }
}

#text_style_02_1490784463734 {
    width: 32.5%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 144px;
    left: 16.5%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490784463734 {
        left: 14.155629139072849%;
        top: 143.5px;
        width: 190px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490784463734 {
        width: 100%;
        top: 0px;
        left: 0%;
        display: none;
    }
}

#text_style_02_1490784463734 > .view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490784463734 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490784463734 > .view_contents {
        box-sizing: border-box;
    }
}

#image_style_01_1490785166449 {
    width: 6.833333333333333%;
    height: 25px;
    position: absolute;
    top: 144px;
    left: 8.666666666666668%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785166449 {
        left: 5.10485651214128%;
        top: 146px;
        height: 25px;
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785166449 {
        width: 55.09641873278237%;
        height: 200px;
        top: 0px;
        left: 22.451790633608816%;
        display: none;
    }
}

#image_style_01_1490785166449 > .view_contents {
    overflow: visible;
}

#customForm_style_input_01_1490786260334 {
    width: 40%;
    position: absolute;
    top: 0px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #customForm_style_input_01_1490786260334 {
        left: 0%;
        width: 38%;
        top: 0px;
    }
}

@media screen and (max-width: 640px) {
    #customForm_style_input_01_1490786260334 {
        width: 50%;
        top: 0px;
    }
}

#customForm_style_input_01_1490786260334 > .view_contents {
    overflow: visible;
}

#customForm_style_input_01_1490786260334 .inputSet {
    background: transparent;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
    color: #ffffff;
}

#customForm_style_input_01_1490786340656 {
    width: 40%;
    position: absolute;
    top: 0px;
    left: 42.291666666666664%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #customForm_style_input_01_1490786340656 {
        left: 40%;
        top: 0px;
        width: 38%;
    }
}

@media screen and (max-width: 640px) {
    #customForm_style_input_01_1490786340656 {
        width: 50%;
        top: 0px;
        left: 49.49914383561644%;
    }
}

#customForm_style_input_01_1490786340656 > .view_contents {
    overflow: visible;
}

#customForm_style_input_01_1490786340656 .inputSet {
    background: transparent;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
    color: #ffffff;
}

#customForm_style_button_01_1490786251492 {
    width: 15.416666666666668%;
    position: absolute;
    top: 0px;
    left: 84.58333333333333%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #customForm_style_button_01_1490786251492 {
        left: 79.76470588235294%;
        width: 20%;
        top: 0px;
    }
}

@media screen and (max-width: 640px) {
    #customForm_style_button_01_1490786251492 {
        width: 40%;
        top: 50px;
        left: 30%;
    }
}

#customForm_style_button_01_1490786251492 > .view_contents {
    overflow: visible;
}

#customForm_style_button_01_1490786251492 .btnaSet {
    color: #ffffff;
    background: #01a4e4;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

#customForm_form_1490786209638 {
    width: 80%;
    height: 46px;
    position: absolute;
    top: 353px;
    left: 10%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #customForm_form_1490786209638 {
        left: 5.822295805739515%;
        width: 94%;
        top: 357px;
    }
}

@media screen and (max-width: 640px) {
    #customForm_form_1490786209638 {
        width: 100%;
        height: 85px;
        top: 60px;
        left: 0%;
    }
}

#div_includeBlock_1490781436192 {
    width: 50%;
    height: 427px;
    position: absolute;
    top: 0px;
    left: 50%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_includeBlock_1490781436192 {
    }
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490781436192 {
        width: 100%;
        height: 145px;
        top: 0px;
        left: 0%;
        display: block;
    }
}

#div_includeBlock_1490781436192 {
    border-left-color: #ffffff;
    border-left-style: solid;
    border-left-width: 1px;
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490781436192 {
        border-left-width: 0px;
    }
}

#div_blank_1490781609085 {
    width: 12.333333333333334%;
    height: 3px;
    position: absolute;
    left: 0.33333333333333337%;
    top: 45px;
    z-index: 2;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1490781609085 {
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1490781609085 {
        width: 20.263157894736842%;
        height: 3px;
        left: 39.868421052631575%;
        top: 0px;
        display: block;
    }
}

#div_blank_1490781609085 > .view_contents {
    overflow: visible;
}

#div_blank_1490781609085 {
    box-sizing: border-box;
    background: #fda30e;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_blank_1490781609085 {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #div_blank_1490781609085 {
        box-sizing: border-box;
    }
}

#text_style_02_1490781553208 {
    width: 100%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 0%;
    top: 0px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490781553208 {
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490781553208 {
        width: 97.30000000000001%;
        left: 1.3499999999999943%;
        top: 0px;
    }
}

#text_style_02_1490781553208 > .view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    font-family: Microsoft YaHei;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490781553208 > .view_contents {
        box-sizing: border-box;
        font-size: 24px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490781553208 > .view_contents {
        box-sizing: border-box;
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
    }
}

#text_style_02_1490781323011 {
    width: 90%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 60.5px;
    left: 0.33333333333333337%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490781323011 {
        left: 0%;
        width: 90%;
        top: 63.5px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490781323011 {
        width: 370px;
        top: 0px;
    }
}

#text_style_02_1490781323011 > .view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    text-indent: 2em;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490781323011 > .view_contents {
        box-sizing: border-box;
        text-indent: 2em;
        line-height: 25px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490781323011 > .view_contents {
        box-sizing: border-box;
    }
}

#div_includeBlock_1482994420520 {
    width: 50%;
    height: 264px;
    position: absolute;
    top: 34px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_includeBlock_1482994420520 {
        height: 264px;
    }
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1482994420520 {
        width: 100%;
        height: 240px;
        top: 0px;
        left: 0%;
        display: none;
    }
}

#div_includeBlock_1482994420520 {
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#dh_style_01_1490786741846 {
    width: 100%;
    z-index: 999;
    position: absolute;
    top: 14px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #dh_style_01_1490786741846 {
        z-index: 999;
        left: 0%;
        width: 100%;
        top: 25px;
    }
}

@media screen and (max-width: 640px) {
    #dh_style_01_1490786741846 {
        width: 44px;
        z-index: 999;
        top: 0px;
        display: none;
    }
}

#dh_style_01_1490786741846 > .view_contents {
    overflow: visible;
}

#dh_style_01_1490786741846 .mainMenuSet {
    color: #ffffff;
    font-size: 14px;
    text-align: left;
}

#dh_style_01_1490786741846 #hot > a {
    color: #ffffff;
}

#text_style_02_1490786801909 {
    width: 71%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 65px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490786801909 {
        width: 100%;
        left: 0%;
        top: 74px;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490786801909 {
        width: 100%;
        top: 11px;
        left: 0%;
    }
}

#text_style_02_1490786801909 > .view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #text_style_02_1490786801909 > .view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    #text_style_02_1490786801909 > .view_contents {
        box-sizing: border-box;
        text-align: center;
    }
}

#div_includeBlock_1490781513375 {
    width: 50%;
    height: 126px;
    position: absolute;
    top: 300px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_includeBlock_1490781513375 {
    }
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490781513375 {
        width: 100%;
        height: 71px;
        top: 165px;
        left: 0%;
        display: block;
    }
}

#div_includeBlock_1490941409766 {
    width: 1200px;
    height: 427px;
    position: absolute;
    top: 25.5px;
    left: calc(50% - 600px);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_includeBlock_1490941409766 {
        left: 2.014846235418876%;
        width: 96%;
        height: 434px;
    }
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490941409766 {
        width: 96%;
        height: 236px;
        top: 13px;
        left: 2%;
    }
}

#div_includeBlock_1490780863382 {
    width: 100%;
    height: 478px;
    position: absolute;
    top: 0px;
    left: 0%;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #div_includeBlock_1490780863382 {
        height: 479px;
        width: 100%;
        left: 0%;
    }
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490780863382 {
        width: 100%;
        height: 249px;
        top: -1px;
        left: 0%;
    }
}

#div_includeBlock_1490780863382 {
    background: url(./bottom_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
}

@media screen and (max-width: 640px) {
    #div_includeBlock_1490780863382 {
        background-position-x: 50%;
    }
}

#comm_layout_footer {
    height: 479px;
    display: block;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #comm_layout_footer {
        height: 479px;
        display: block;
    }
}

@media screen and (max-width: 640px) {
    #comm_layout_footer {
        height: 248px;
        display: block;
    }
}

/*产品样式*/
.prod_default {
    width: 100%;
    clear: both;
}

.prod_default * {
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    box-sizing: border-box;
}

.prod_default ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prod_default .prod_Item {
    list-style: none;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 1%;
}

.prod_default .relative {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.prod_default .prodImg_box {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #eee;
    box-sizing: border-box;
}

.prod_default .prod_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.prod_default .prod_img span {
    position: absolute;
    left: 35%;
    top: 35%;
    right: 35%;
    bottom: 35%;
    background: none;
}

.prod_default .prod_Item:hover .prod_img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.prod_default .prod_Item:hover .prod_img span {
    background: rgba(255, 255, 255, .25);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.prod_default .prod_img img.horizontal {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.prod_default .prod_img img.vertical {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.prod_default .dummy {
    margin-top: 75%
}

/*控制产品图片显示比例*/
.prod_default .prod_info {
    overflow: hidden;
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box;
}

.prod_default .p_name {
    margin-bottom: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    width: 100%;
}

.prod_default .p_name a {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    display: block;
}

/*文字两行后自动超出隐藏*/
.prod_default .p_detail {
    font-size: 12px;
    color: #666;
    display: block;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*文字两行后自动超出隐藏*/
.prod_default .p_group {
    margin-bottom: 5px;
    display: block;
    float: left;
    width: 70%;
    color: #666;
    font-size: 12px;
}

.prod_default .p_group .p_lb {
    display: none;
}

.prod_default .p_line {
    margin-bottom: 5px;
    overflow: hidden;;
    width: 100%;
}

.prod_default .p_num {
    margin-bottom: 5px;
    display: block;
    float: right;
    text-align: right;
    width: 30%;
    color: #666;
    font-size: 12px;
}

.prod_default .p_jg {
    display: none;
}

.prod_default .p_price {
    float: left;
    line-height: 1;
    white-space: nowrap;
}

.prod_default .p_value {
    color: #ff002a;
    font-size: 26px;
}

.prod_default .zhekou {
    color: #ff002a;
    font-size: 16px;
    font-weight: bold;
}

.prod_default .unit {
    color: #ff002a;
    font-size: 16px;
}

.prod_default .p_vip {
    display: block;
    float: right;
    text-align: right;
    line-height: 30px;
    height: 26px;
    white-space: nowrap;
    position: absolute;
    right: 0;
}

.prod_default .p_vip .v_jg {
    color: #666;
    font-size: 12px;
}

.prod_default .v_value {
    color: #333;
    font-size: 18px;
}

.prod_default .v_unit {
    color: #333;
    font-size: 12px;
}

.prod_default .pro_button {
    margin: 10px 0;
    overflow: hidden;
}

.prod_default .p_link {
    float: left;
    width: 48%;
    text-align: center;
}

.prod_default .p_link a {
    display: block;
    padding: 10px 15px;
}

.prod_default .p_cart {
    text-align: center;
}

.prod_default .p_cart a {
    display: block;
    padding: 10px 15px;
    background: #f00;
    color: #fff;
}

.prod_default a {
    text-decoration: none;
}

.prod_default .p_price2 {
    clear: both;
    line-height: 1;
    white-space: nowrap;
    font-size: 12px !important;
    color: gray !important;
}

.prod_default .p_price2 .p_jg {
    font-size: 14px;
    color: gray;
}

.prod_default .p_price2 .unit {
    font-size: 14px;
    color: gray;
}

.prod_default .p_price2 .p_value {
    font-size: 14px;
    color: gray;
}

.prod_default .p_price2 .p_value {
    font-size: 14px;
    color: gray;
}

/*分页*/
.prod_default .page_btn {
    clear: both;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.prod_default .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';
}

.prod_default .page_btn a.cur, .prod_default .page_btn a:hover {
    border: 1px solid #4c4c4c;
}

.prod_default .page_btn a:nth-child(n+12) {
    display: none;
}

.prod_default .page_btn a:nth-last-child(1), .prod_default .page_btn a:nth-last-child(2), .prod_default .page_btn a:nth-last-child(3) {
    display: inline-block !important;
}

.prod_default .prev_btn, .prod_default .next_btn {
    font-family: '黑体' !important;
    border: 0 !important;
}

.prod_default .no_page {
    border: 0 !important;
}

.prod_default .page_btn a:nth-child(n+10) {
    display: none;
}

.prod_default .p_line p {
    font-size: 16px;
    line-height: 28px;
    float: left;
}

@media screen and (max-width: 640px) {
    .prod_default .p_price2 {
        padding-top: 5px;
    }

    .prod_default .prod_info {
        padding: 6px;
    }

    .prod_default .unit, .prod_default .p_vip .v_jg, .prod_default .v_unit {
        font-size: 12px;
    }

    .prod_default .p_vip {
        height: 18px;
        line-height: 23px;
    }

    .prod_default .v_value {
        font-size: 14px;
    }

    .prod_default .p_value {
        font-size: 18px;
    }

    .prod_default .prod .p_detail {
        display: none !important;
    }

    .prod_default .p_vip {
        position: relative;
        float: none !important;
        clear: both;
        text-align: left !important;
    }

    /*分页*/
    /* .prod_default .page_btn a:nth-child(n+5){display: none;} */
}

.textInput {
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

.textInput:hover {
}

.textInput {
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

.textInput:hover {
}

.squareButton {
    width: 100%;
    height: 32px;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all ease-in .1s;
    -webkit-transition: all ease-in .1s;
    -moz-transition: all ease-in .1s;
    -o-transition: all ease-in .1s;
}

.logoStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.logoStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
}

.logoName {
    white-space: nowrap;
}

/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
/*菜单样式*/
.menuStyle_1 {
    width: 100%;
    position: relative;
}

.menuStyle_1 * {
    transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -webkit-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -moz-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -o-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    box-sizing: border-box;
}

.menuStyle_1 .dflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menuStyle_1 .rflex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menuStyle_1 ul, .menuStyle_1 li {
    padding: 0;
    margin: 0px;
    list-style: none
}

.menuStyle_1 .menuLayout {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.menuStyle_1 .menuLayout:after {
    content: '';
    display: block;
    clear: both;
}

.menuStyle_1 .menuUl_box {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_1 .menuUl {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_1 .menuUl li {
    position: relative;
}

.menuStyle_1 .menuUl li > a {
    text-decoration: none;
    color: #4d5158;
    font-size: 14px;
    height: 44px;
    box-sizing: border-box;
    line-height: 44px;
    display: block;
    text-align: center;
    letter-spacing: normal;
    white-space: nowrap;
}

.menuStyle_1 .menuUl li > a:hover {
    color: #f90
}

.menuStyle_1 .menuUl #hot > a {
    color: #f90;
}

.menuStyle_1 .menuLayout .miniMenu {
    display: none;
}

.menuStyle_1 .menuUl02 {
    opacity: 0;
    display: none;
    position: absolute;
    left: 50%;
    height: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.menuStyle_1 .menuUl .rflex:hover .menuUl02 {
    opacity: 1;
    display: block;
    height: auto;
}

.menuStyle_1 .menuUl02 .subMenu02 {
    float: none;
}

.menuStyle_1 .menuUl02 .subMenu02 a {
    color: #333;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.menuStyle_1 .menuUl02 .subMenu02 a:hover {
}

.menuStyle_1 .rflex {
    position: relative;
}

@media screen and (max-width: 640px) {
    .menuStyle_1 .menuUl, .menuStyle_1 .menuUl_box {
        display: none;
    }

    .menuStyle_1 .menuScroll {
        height: 84%;
        height: 84vh;
        width: 100%;
    }

    .menuStyle_1 .menuScroll > .menuUlCopy {
        width: calc(100% + 18px);
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .menuStyle_1 .menuLayout .miniMenu {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .sidebar {
        font-size: 28px;
        line-height: 44px;
        font-weight: normal;
        cursor: pointer;
        color: #4d5158;
        position: absolute;
        top: 0;
        right: 0px;
        width: 44px;
        text-align: center;
    }

    .menuStyle_1 .miniMenu .leftBox .nav {
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy {
        padding: 15px 0 15px 30px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li {
        width: 100%;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {
        width: 100%;
        display: block;
        text-align: left;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        text-decoration: none;
        font-size: 16px;
        line-height: 44px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide {
        height: 100% !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, .85);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar {
        color: #fff;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .nav a {
        display: none !important;
    }
}

/*菜单样式*/
.menuStyle_1 {
    width: 100%;
    position: relative;
}

.menuStyle_1 * {
    transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -webkit-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -moz-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -o-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    box-sizing: border-box;
}

.menuStyle_1 .dflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menuStyle_1 .rflex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menuStyle_1 ul, .menuStyle_1 li {
    padding: 0;
    margin: 0px;
    list-style: none
}

.menuStyle_1 .menuLayout {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.menuStyle_1 .menuLayout:after {
    content: '';
    display: block;
    clear: both;
}

.menuStyle_1 .menuUl_box {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_1 .menuUl {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_1 .menuUl li {
    position: relative;
}

.menuStyle_1 .menuUl li > a {
    text-decoration: none;
    color: #4d5158;
    font-size: 14px;
    height: 44px;
    box-sizing: border-box;
    line-height: 44px;
    display: block;
    text-align: center;
    letter-spacing: normal;
    white-space: nowrap;
}

.menuStyle_1 .menuUl li > a:hover {
    color: #f90
}

.menuStyle_1 .menuUl #hot > a {
    color: #f90;
}

.menuStyle_1 .menuLayout .miniMenu {
    display: none;
}

.menuStyle_1 .menuUl02 {
    opacity: 0;
    display: none;
    position: absolute;
    left: 50%;
    height: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.menuStyle_1 .menuUl .rflex:hover .menuUl02 {
    opacity: 1;
    display: block;
    height: auto;
}

.menuStyle_1 .menuUl02 .subMenu02 {
    float: none;
}

.menuStyle_1 .menuUl02 .subMenu02 a {
    color: #333;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.menuStyle_1 .menuUl02 .subMenu02 a:hover {
}

.menuStyle_1 .rflex {
    position: relative;
}

@media screen and (max-width: 640px) {
    .menuStyle_1 .menuUl, .menuStyle_1 .menuUl_box {
        display: none;
    }

    .menuStyle_1 .menuScroll {
        height: 84%;
        height: 84vh;
        width: 100%;
    }

    .menuStyle_1 .menuScroll > .menuUlCopy {
        width: calc(100% + 18px);
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .menuStyle_1 .menuLayout .miniMenu {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .sidebar {
        font-size: 28px;
        line-height: 44px;
        font-weight: normal;
        cursor: pointer;
        color: #4d5158;
        position: absolute;
        top: 0;
        right: 0px;
        width: 44px;
        text-align: center;
    }

    .menuStyle_1 .miniMenu .leftBox .nav {
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy {
        padding: 15px 0 15px 30px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li {
        width: 100%;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {
        width: 100%;
        display: block;
        text-align: left;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        text-decoration: none;
        font-size: 16px;
        line-height: 44px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide {
        height: 100% !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, .85);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar {
        color: #fff;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .nav a {
        display: none !important;
    }
}

/* 清除浮动 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.online-service {
    display: none
}

.online-service .wrapper {
    padding: 5px 0;
    background-color: #fff
}

.online-service .close, .online-service .button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.online-service.right .button div {
    text-align: right;
    padding-right: 5px
}

.online-service.left .button div {
    text-align: left;
    padding-left: 5px
}

.online-service .header, .online-service .footer {
    height: 25px;
    line-height: 25px;
    padding: 0 .5em;
}

.online-service .header {
    border-bottom: 1px solid #eee
}

.online-service .footer {
    border-top: 1px solid #eee;
    font-size: 12px
}

.online-service.right .footer {
    text-align: right
}

.online-service.left .footer {
    text-align: left
}

.online-service .content {
    padding: .5em 1em
}

.ol-qq-online .qq-btn {
    float: left;
    margin-right: .5em
}

.ol-qq-online .qq-btn img {
    float: left
}

.ol-qq-online {
    line-height: 25px
}

.ol-image img {
    width: 100%
}

/*----------------------电脑板式样式----------------------*/
body > .online-service {
    display: none !important;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width: 641px) and (max-width: 1200px) {
    body > .online-service {
        display: block !important;
    }
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width: 640px) {
    body > .online-service {
        display: none !important;
    }
}

/* 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(../img/banner/style_01/hover_left.png) no-repeat left top;
    left: 20px;
    background-size: 80%;
}

.bannerStyle_1 .btn_next {
    background: url(../img/banner/style_01/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 .ground_glass {
    display: block;
    opacity: 0.7;
    background-color: transparent;
}

.prodcateStyle_3 {
    clear: both;
    width: 100%;
}

.prodcateStyle_3 * {
    transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    box-sizing: border-box;
}

.prodcateStyle_3 > ul > li > a, .prodcateStyle_3 .subCateUl > ul > li > a, .prodcateStyle_3 .subCateUl2 > li > a {
    color: inherit;
    line-height: inherit;
    height: inherit;
    white-space: nowrap;
}

@media screen and (min-width: 768px) {
    .prodcateStyle_3 i {
        margin-left: 5px;
    }

    .prodcateStyle_3 > ul {
        position: relative;
        display: flex;
        display: box;
        display: -webkit-box;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }

    .prodcateStyle_3 > ul > li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #333;
        height: auto !important;
        font-size: 14px;
        line-height: 36px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .prodcateStyle_3 > ul > li:hover .subCateUl {
        height: auto !important;
        overflow: visible;
    }

    .prodcateStyle_3 > ul > li:hover .subCateUl > ul {
        padding-top: 10px;
    }

    .prodcateStyle_3 .subCateUl {
        position: absolute;
        width: 100%;
        left: 0;
        height: 0;
        overflow: hidden;
    }

    .prodcateStyle_3 .subCateUl > ul {
        display: -webkit-box; /*display: -webkit-flex;display: -ms-flexbox;display: flex;*/
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: flex-start;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        padding: 0 10px 10px 10px;
        width: 100%;
        margin-top: 10px;
    }

    .prodcateStyle_3 .subCateUl > ul > li {
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #333;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .prodcateStyle_3 .subCateUl2 {
        position: relative;
        left: 0;
        margin-top: 15px;
    }

    .prodcateStyle_3 .subCateUl2 > li {
        font-size: 12px;
        line-height: 24px;
        color: #666;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 767px) {
    .prodcateStyle_3 i {
        display: none;
    }

    .prodcateStyle_3 > ul {
        width: 100%;
    }

    .prodcateStyle_3 > ul > li {
        width: 100%;
        clear: both;
        font-size: 14px;
        line-height: 28px;
        color: #0da3b4;
        font-family: microsoft yahei;
        background: #fff;
        margin-bottom: 5px;
        border-bottom: 1px solid #eee;
        padding: 0 10px;
    }

    .prodcateStyle_3 > ul > li:after {
        content: '';
        display: block;
        clear: both;
    }

    .prodcateStyle_3 .subCateUl {
    }

    .prodcateStyle_3 .subCateUl > ul {
        overflow: hidden;
    }

    .prodcateStyle_3 .subCateUl > ul > li {
        width: 100%;
        clear: both;
        font-weight: bold;
        font-size: 12px;
        line-height: 24px;
    }

    .prodcateStyle_3 .subCateUl > ul > li > a {
        float: left;
        width: 25%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .prodcateStyle_3 .subCateUl2 {
        float: left;
        width: 75%;
    }

    .prodcateStyle_3 .subCateUl2 > li {
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 24px;
        padding: 0 6px;
        border-radius: 12px;
        background: #eee;
        color: #333;
    }

}

.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: 75%;
    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;
    }

}

/*产品样式*/
.prod_default {
    width: 100%;
    clear: both;
}

.prod_default * {
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    box-sizing: border-box;
}

.prod_default ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prod_default .prod_Item {
    list-style: none;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 1%;
}

.prod_default .relative {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.prod_default .prodImg_box {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #eee;
    box-sizing: border-box;
}

.prod_default .prod_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.prod_default .prod_img span {
    position: absolute;
    left: 35%;
    top: 35%;
    right: 35%;
    bottom: 35%;
    background: none;
}

.prod_default .prod_Item:hover .prod_img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.prod_default .prod_Item:hover .prod_img span {
    background: rgba(255, 255, 255, .25);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.prod_default .prod_img img.horizontal {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.prod_default .prod_img img.vertical {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.prod_default .dummy {
    margin-top: 75%
}

/*控制产品图片显示比例*/
.prod_default .prod_info {
    overflow: hidden;
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box;
}

.prod_default .p_name {
    margin-bottom: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    width: 100%;
}

.prod_default .p_name a {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    display: block;
}

/*文字两行后自动超出隐藏*/
.prod_default .p_detail {
    font-size: 12px;
    color: #666;
    display: block;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*文字两行后自动超出隐藏*/
.prod_default .p_group {
    margin-bottom: 5px;
    display: block;
    float: left;
    width: 70%;
    color: #666;
    font-size: 12px;
}

.prod_default .p_group .p_lb {
    display: none;
}

.prod_default .p_line {
    margin-bottom: 5px;
    overflow: hidden;;
    width: 100%;
}

.prod_default .p_num {
    margin-bottom: 5px;
    display: block;
    float: right;
    text-align: right;
    width: 30%;
    color: #666;
    font-size: 12px;
}

.prod_default .p_jg {
    display: none;
}

.prod_default .p_price {
    float: left;
    line-height: 1;
    white-space: nowrap;
}

.prod_default .p_value {
    color: #ff002a;
    font-size: 26px;
}

.prod_default .zhekou {
    color: #ff002a;
    font-size: 16px;
    font-weight: bold;
}

.prod_default .unit {
    color: #ff002a;
    font-size: 16px;
}

.prod_default .p_vip {
    display: block;
    float: right;
    text-align: right;
    line-height: 30px;
    height: 26px;
    white-space: nowrap;
    position: absolute;
    right: 0;
}

.prod_default .p_vip .v_jg {
    color: #666;
    font-size: 12px;
}

.prod_default .v_value {
    color: #333;
    font-size: 18px;
}

.prod_default .v_unit {
    color: #333;
    font-size: 12px;
}

.prod_default .pro_button {
    margin: 10px 0;
    overflow: hidden;
}

.prod_default .p_link {
    float: left;
    width: 48%;
    text-align: center;
}

.prod_default .p_link a {
    display: block;
    padding: 10px 15px;
}

.prod_default .p_cart {
    text-align: center;
}

.prod_default .p_cart a {
    display: block;
    padding: 10px 15px;
    background: #f00;
    color: #fff;
}

.prod_default a {
    text-decoration: none;
}

.prod_default .p_price2 {
    clear: both;
    line-height: 1;
    white-space: nowrap;
    font-size: 12px !important;
    color: gray !important;
}

.prod_default .p_price2 .p_jg {
    font-size: 14px;
    color: gray;
}

.prod_default .p_price2 .unit {
    font-size: 14px;
    color: gray;
}

.prod_default .p_price2 .p_value {
    font-size: 14px;
    color: gray;
}

.prod_default .p_price2 .p_value {
    font-size: 14px;
    color: gray;
}

/*分页*/
.prod_default .page_btn {
    clear: both;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.prod_default .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';
}

.prod_default .page_btn a.cur, .prod_default .page_btn a:hover {
    border: 1px solid #4c4c4c;
}

.prod_default .page_btn a:nth-child(n+12) {
    display: none;
}

.prod_default .page_btn a:nth-last-child(1), .prod_default .page_btn a:nth-last-child(2), .prod_default .page_btn a:nth-last-child(3) {
    display: inline-block !important;
}

.prod_default .prev_btn, .prod_default .next_btn {
    font-family: '黑体' !important;
    border: 0 !important;
}

.prod_default .no_page {
    border: 0 !important;
}

.prod_default .page_btn a:nth-child(n+10) {
    display: none;
}

.prod_default .p_line p {
    font-size: 16px;
    line-height: 28px;
    float: left;
}

@media screen and (max-width: 640px) {
    .prod_default .p_price2 {
        padding-top: 5px;
    }

    .prod_default .prod_info {
        padding: 6px;
    }

    .prod_default .unit, .prod_default .p_vip .v_jg, .prod_default .v_unit {
        font-size: 12px;
    }

    .prod_default .p_vip {
        height: 18px;
        line-height: 23px;
    }

    .prod_default .v_value {
        font-size: 14px;
    }

    .prod_default .p_value {
        font-size: 18px;
    }

    .prod_default .prod .p_detail {
        display: none !important;
    }

    .prod_default .p_vip {
        position: relative;
        float: none !important;
        clear: both;
        text-align: left !important;
    }

    /*分页*/
    /* .prod_default .page_btn a:nth-child(n+5){display: none;} */
}

/*pc*/
#productList_style_01_1490691133876 li {
    width: 22.75%;
}

#productList_style_01_1490691133876 li.prod_Item {
    margin-bottom: 3%;
}

@media screen and (max-width: 1024px) {
    /*ipad*/
    #productList_style_01_1490691133876 li {
        width: 22.75%;
    }

    #productList_style_01_1490691133876 li.prod_Item {
        margin-bottom: 3%;
    }
}

@media screen and (max-width: 768px) {
    /*mobi*/
    #productList_style_01_1490691133876 li {
        width: 48.5%;
    }

    #productList_style_01_1490691133876 li.prod_Item {
        margin-bottom: 3%;
    }
}

#productList_style_01_1490691133876 .p_detail.pc {
    display: block;
}

#productList_style_01_1490691133876 .p_detail.pad, #productList_style_01_1490691133876 .p_detail.mobile {
    display: none;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #productList_style_01_1490691133876 .p_detail.pad {
        display: block;
    }

    #productList_style_01_1490691133876 .p_detail.pc, #productList_style_01_1490691133876 .p_detail.mobile {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    #productList_style_01_1490691133876 .p_detail.mobile {
        display: block;
    }

    #productList_style_01_1490691133876 .p_detail.pc, #productList_style_01_1490691133876 .p_detail.pad {
        display: none;
    }
}

#productList_style_01_1490691133876 .p_name.pc {
    display: block;
}

#productList_style_01_1490691133876 .p_name.pad, #productList_style_01_1490691133876 .p_name.mobile {
    display: none;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #productList_style_01_1490691133876 .p_name.pad {
        display: block;
    }

    #productList_style_01_1490691133876 .p_name.pc, #productList_style_01_1490691133876 .p_name.mobile {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    #productList_style_01_1490691133876 .p_name.mobile {
        display: block;
    }

    #productList_style_01_1490691133876 .p_name.pc, #productList_style_01_1490691133876 .p_name.pad {
        display: none;
    }
}

#image_style_01_1490684721758 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490684721758 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490684721758 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1490684721758 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_1490686400831 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490686400831 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490686400831 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1490686400831 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_1490689246178 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490689246178 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490689246178 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1490689246178 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_1490689254966 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490689254966 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490689254966 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1490689254966 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_03_1490690100187 .CompatibleImg img {
    width: 100%;
    height: 100%
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_03_1490690100187 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width: 640px) {
    #image_style_03_1490690100187 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

#image_style_03_1490690100187 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_1490690100197 .CompatibleImg img {
    width: 100%;
    height: 100%
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_03_1490690100197 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width: 640px) {
    #image_style_03_1490690100197 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

#image_style_03_1490690100197 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_1490690100230 .CompatibleImg img {
    width: 100%;
    height: 100%
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_03_1490690100230 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width: 640px) {
    #image_style_03_1490690100230 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_03_1490690100230 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_1490690100237 .CompatibleImg img {
    width: 100%;
    height: 100%
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_03_1490690100237 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width: 640px) {
    #image_style_03_1490690100237 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_03_1490690100237 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%);
}

/*新闻列表样式*/
.boxNewsListStyle_9 {
    width: 100%;
    clear: both;
}

.boxNewsListStyle_9 * {
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    box-sizing: border-box;
}

.boxNewsListStyle_9 li {
    width: 100%;
    list-style: none;
    margin-bottom: 10px;
    background: #fff;
}

.boxNewsListStyle_9 li .clear {
    clear: both;
}

.boxNewsListStyle_9 .sumary_list .newPic {
    float: left;
    width: 50%;
    background: #eee;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.boxNewsListStyle_9 .sumary_list .newPic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.boxNewsListStyle_9 .sumary_list .newPic .zTm {
    margin-top: 100%;
}

.boxNewsListStyle_9 .sumary_list .newCont {
    float: left;
    width: 50%;
    padding-left: 2em;
    box-sizing: border-box;
}

.boxNewsListStyle_9 .sumary_list .newCont .newTitle {
    width: 100%;
}

.boxNewsListStyle_9 .sumary_list .newName {
}

.boxNewsListStyle_9 .sumary_list .newName a {
    display: block;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
    font-size: 16px;
    padding: 15px 0 10px;
    border-bottom: 1px solid #eee;
}

.boxNewsListStyle_9 .sumary_list .newName a:hover {
}

.boxNewsListStyle_9 .sumary_list .newB {
    width: 100%;
    line-height: 2;
    padding-top: .5em;
}

.boxNewsListStyle_9 .sumary_list .newSort {
    color: #f37878;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 1.5em;
    margin-right: 5px;
}

.boxNewsListStyle_9 .sumary_list .newsTime {
    text-align: right;
    color: #888;
    font-size: 14px;
    white-space: nowrap;
}

.boxNewsListStyle_9 .sumary_list .newsTime span {
    white-space: nowrap;
}

.boxNewsListStyle_9 .sumary_list .newDetail {
    width: 100%;
    padding: .6em .6em .6em 0;
    color: #888;
    font-size: 12px;
    line-height: 1.6;
}

.boxNewsListStyle_9 .sumary_list .show_all {
    width: 100%;
}

.boxNewsListStyle_9 .sumary_list .show_all a {
    display: inline-block;
    margin-top: .4em;
    text-decoration: underline;
    font-size: 12px;
    color: #fff;
    background: #f37878;
    padding: 4px 10px;
}

/*分页*/
.boxNewsListStyle_9 .page_btn {
    clear: both;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.boxNewsListStyle_9 .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';
}

.boxNewsListStyle_9 .page_btn a.cur, .boxNewsListStyle_2 .page_btn a:hover {
    border: 1px solid #4c4c4c;
}

.boxNewsListStyle_9 .prev_btn, .boxNewsListStyle_2 .next_btn {
    font-family: '黑体' !important;
    border: 0 !important;
}

.boxNewsListStyle_9 .no_page {
    border: 0 !important;
}

@media screen and (max-width: 991px) {
    .boxNewsListStyle_9 .sumary_list .newName {
        margin: .4em 0;
    }
}

@media screen and (max-width: 768px) {
    .boxNewsListStyle_9 li {
        float: left;
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
    }

    .boxNewsListStyle_9 li:nth-child(even) {
        margin-right: 0;
    }

    .boxNewsListStyle_9 .sumary_list .newPic {
        float: left;
        width: 50%;
    }

    .boxNewsListStyle_9 .sumary_list .newCont {
        float: left;
        width: 50%;
        padding-left: 1em;
    }

    .boxNewsListStyle_9 .sumary_list .newName {
        margin: .0;
    }

    .boxNewsListStyle_9 .sumary_list .newName a {
        font-size: 14px;
    }

    .boxNewsListStyle_9 .sumary_list .newB {
        padding-top: 0;
    }

    /*分页*/
    .boxNewsListStyle_9 .page_btn a:nth-child(n+5) {
        display: none;
    }

    .boxNewsListStyle_9 .page_btn a:nth-last-child(1), .boxNewsListStyle_2 .page_btn a:nth-last-child(2), .boxNewsListStyle_2 .page_btn a:nth-last-child(3) {
        display: inline-block;
    }
}

@media screen and (max-width: 480px) {
    .boxNewsListStyle_9 li {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .boxNewsListStyle_9 .sumary_list .newName {
        margin: 0;
    }

    .boxNewsListStyle_9 .sumary_list .newName a {
        font-size: 14px;
    }
}

#newsList_style_09_1490778365055 .newDetail.pc {
    display: block;
}

#newsList_style_09_1490778365055 .newDetail.pad, #newsList_style_09_1490778365055 .newDetail.mobile {
    display: none;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #newsList_style_09_1490778365055 .newDetail.pad {
        display: block;
    }

    #newsList_style_09_1490778365055 .newDetail.pc, #newsList_style_09_1490778365055 .newDetail.mobile {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    #newsList_style_09_1490778365055 .newDetail.mobile {
        display: block;
    }

    #newsList_style_09_1490778365055 .newDetail.pc, #newsList_style_09_1490778365055 .newDetail.pad {
        display: none;
    }
}

/*新闻列表样式*/
.boxNewsListStyle_9 {
    width: 100%;
    clear: both;
}

.boxNewsListStyle_9 * {
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    box-sizing: border-box;
}

.boxNewsListStyle_9 li {
    width: 100%;
    list-style: none;
    margin-bottom: 10px;
    background: #fff;
}

.boxNewsListStyle_9 li .clear {
    clear: both;
}

.boxNewsListStyle_9 .sumary_list .newPic {
    float: left;
    width: 50%;
    background: #eee;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.boxNewsListStyle_9 .sumary_list .newPic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.boxNewsListStyle_9 .sumary_list .newPic .zTm {
    margin-top: 100%;
}

.boxNewsListStyle_9 .sumary_list .newCont {
    float: left;
    width: 50%;
    padding-left: 2em;
    box-sizing: border-box;
}

.boxNewsListStyle_9 .sumary_list .newCont .newTitle {
    width: 100%;
}

.boxNewsListStyle_9 .sumary_list .newName {
}

.boxNewsListStyle_9 .sumary_list .newName a {
    display: block;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
    font-size: 16px;
    padding: 15px 0 10px;
    border-bottom: 1px solid #eee;
}

.boxNewsListStyle_9 .sumary_list .newName a:hover {
}

.boxNewsListStyle_9 .sumary_list .newB {
    width: 100%;
    line-height: 2;
    padding-top: .5em;
}

.boxNewsListStyle_9 .sumary_list .newSort {
    color: #f37878;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 1.5em;
    margin-right: 5px;
}

.boxNewsListStyle_9 .sumary_list .newsTime {
    text-align: right;
    color: #888;
    font-size: 14px;
    white-space: nowrap;
}

.boxNewsListStyle_9 .sumary_list .newsTime span {
    white-space: nowrap;
}

.boxNewsListStyle_9 .sumary_list .newDetail {
    width: 100%;
    padding: .6em .6em .6em 0;
    color: #888;
    font-size: 12px;
    line-height: 1.6;
}

.boxNewsListStyle_9 .sumary_list .show_all {
    width: 100%;
}

.boxNewsListStyle_9 .sumary_list .show_all a {
    display: inline-block;
    margin-top: .4em;
    text-decoration: underline;
    font-size: 12px;
    color: #fff;
    background: #f37878;
    padding: 4px 10px;
}

/*分页*/
.boxNewsListStyle_9 .page_btn {
    clear: both;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.boxNewsListStyle_9 .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';
}

.boxNewsListStyle_9 .page_btn a.cur, .boxNewsListStyle_2 .page_btn a:hover {
    border: 1px solid #4c4c4c;
}

.boxNewsListStyle_9 .prev_btn, .boxNewsListStyle_2 .next_btn {
    font-family: '黑体' !important;
    border: 0 !important;
}

.boxNewsListStyle_9 .no_page {
    border: 0 !important;
}

@media screen and (max-width: 991px) {
    .boxNewsListStyle_9 .sumary_list .newName {
        margin: .4em 0;
    }
}

@media screen and (max-width: 768px) {
    .boxNewsListStyle_9 li {
        float: left;
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
    }

    .boxNewsListStyle_9 li:nth-child(even) {
        margin-right: 0;
    }

    .boxNewsListStyle_9 .sumary_list .newPic {
        float: left;
        width: 50%;
    }

    .boxNewsListStyle_9 .sumary_list .newCont {
        float: left;
        width: 50%;
        padding-left: 1em;
    }

    .boxNewsListStyle_9 .sumary_list .newName {
        margin: .0;
    }

    .boxNewsListStyle_9 .sumary_list .newName a {
        font-size: 14px;
    }

    .boxNewsListStyle_9 .sumary_list .newB {
        padding-top: 0;
    }

    /*分页*/
    .boxNewsListStyle_9 .page_btn a:nth-child(n+5) {
        display: none;
    }

    .boxNewsListStyle_9 .page_btn a:nth-last-child(1), .boxNewsListStyle_2 .page_btn a:nth-last-child(2), .boxNewsListStyle_2 .page_btn a:nth-last-child(3) {
        display: inline-block;
    }
}

@media screen and (max-width: 480px) {
    .boxNewsListStyle_9 li {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .boxNewsListStyle_9 .sumary_list .newName {
        margin: 0;
    }

    .boxNewsListStyle_9 .sumary_list .newName a {
        font-size: 14px;
    }
}

#newsList_style_09_1490780218067 .newDetail.pc {
    display: block;
}

#newsList_style_09_1490780218067 .newDetail.pad, #newsList_style_09_1490780218067 .newDetail.mobile {
    display: none;
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #newsList_style_09_1490780218067 .newDetail.pad {
        display: block;
    }

    #newsList_style_09_1490780218067 .newDetail.pc, #newsList_style_09_1490780218067 .newDetail.mobile {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    #newsList_style_09_1490780218067 .newDetail.mobile {
        display: block;
    }

    #newsList_style_09_1490780218067 .newDetail.pc, #newsList_style_09_1490780218067 .newDetail.pad {
        display: none;
    }
}

#image_style_01_1490785255507 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785255507 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785255507 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1490785255507 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1490785073478 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785073478 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785073478 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1490785073478 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1490785630672 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785630672 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785630672 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1490785630672 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1490784932610 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490784932610 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490784932610 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1490784932610 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1490785439672 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785439672 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785439672 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1490785439672 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1490785391137 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785391137 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785391137 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1490785391137 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1490785166449 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    #image_style_01_1490785166449 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width: 640px) {
    #image_style_01_1490785166449 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1490785166449 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

.textInput {
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

.textInput:hover {
}

#store-selector .text b {
    background: url('http://box6js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
}

.textInput {
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

.textInput:hover {
}

#store-selector .text b {
    background: url('http://box6js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
}

.squareButton {
    width: 100%;
    height: 32px;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all ease-in .1s;
    -webkit-transition: all ease-in .1s;
    -moz-transition: all ease-in .1s;
    -o-transition: all ease-in .1s;
}

/*菜单样式*/
.menuStyle_1 {
    width: 100%;
    position: relative;
}

.menuStyle_1 * {
    transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -webkit-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -moz-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -o-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    box-sizing: border-box;
}

.menuStyle_1 .dflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menuStyle_1 .rflex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menuStyle_1 ul, .menuStyle_1 li {
    padding: 0;
    margin: 0px;
    list-style: none
}

.menuStyle_1 .menuLayout {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.menuStyle_1 .menuLayout:after {
    content: '';
    display: block;
    clear: both;
}

.menuStyle_1 .menuUl_box {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_1 .menuUl {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_1 .menuUl li {
    position: relative;
}

.menuStyle_1 .menuUl li > a {
    text-decoration: none;
    color: #4d5158;
    font-size: 14px;
    height: 44px;
    box-sizing: border-box;
    line-height: 44px;
    display: block;
    text-align: center;
    letter-spacing: normal;
    white-space: nowrap;
}

.menuStyle_1 .menuUl li > a:hover {
    color: #f90
}

.menuStyle_1 .menuUl #hot > a {
    color: #f90;
}

.menuStyle_1 .menuLayout .miniMenu {
    display: none;
}

.menuStyle_1 .menuUl02 {
    opacity: 0;
    display: none;
    position: absolute;
    left: 50%;
    height: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.menuStyle_1 .menuUl .rflex:hover .menuUl02 {
    opacity: 1;
    display: block;
    height: auto;
}

.menuStyle_1 .menuUl02 .subMenu02 {
    float: none;
}

.menuStyle_1 .menuUl02 .subMenu02 a {
    color: #333;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.menuStyle_1 .menuUl02 .subMenu02 a:hover {
}

.menuStyle_1 .rflex {
    position: relative;
}

@media screen and (max-width: 640px) {
    .menuStyle_1 .menuUl, .menuStyle_1 .menuUl_box {
        display: none;
    }

    .menuStyle_1 .menuScroll {
        height: 84%;
        height: 84vh;
        width: 100%;
    }

    .menuStyle_1 .menuScroll > .menuUlCopy {
        width: calc(100% + 18px);
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .menuStyle_1 .menuLayout .miniMenu {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .sidebar {
        font-size: 28px;
        line-height: 44px;
        font-weight: normal;
        cursor: pointer;
        color: #4d5158;
        position: absolute;
        top: 0;
        right: 0px;
        width: 44px;
        text-align: center;
    }

    .menuStyle_1 .miniMenu .leftBox .nav {
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy {
        padding: 15px 0 15px 30px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li {
        width: 100%;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {
        width: 100%;
        display: block;
        text-align: left;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        text-decoration: none;
        font-size: 16px;
        line-height: 44px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide {
        height: 100% !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, .85);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar {
        color: #fff;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .nav a {
        display: none !important;
    }
}
