/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/

@charset "utf-8";

/*----------------公共部分----------------*/

html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    overflow-x: hidden;
}

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;
    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;
}

img {
    -ms-interpolation-mode: bicubic;
    border: none;
}

.view {
    z-index: 1;
    position: absolute;
}

.horizontal .view {
    position: relative;
    float: left;
}

.vertical .view {
    position: relative;
}

.view_contents {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 10;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    /*添加后，模块的内边距和边框不会再溢出*/
}

.layout {
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    z-index: 1;
}

.layout>.view_contents {
    /*overflow: visible;*/
    cursor: default;
}


/*流布局*/

.flow .view_contents>.view {
    float: left;
}

.clear {
    clear: both;
}


/*苹果去除样式*/

select,
input[type='button'],
input[type="reset"],
input[type='submit'],
input[type='text'],
input[type="password"],
input[name='query'],
input[name='d'] {
    -webkit-appearance: none;
    border-radius: 0px
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}


/*模块分页*/

.page_btn {
    clear: both;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.page_btn a {
    display: inline-block;
    color: #333;
    box-sizing: border-box;
    margin: 0 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ccc;
    font-family: 'microsoft YaHei';
}

.page_btn a.cur,
.page_btn a:hover {
    border: 1px solid #4c4c4c;
}

.prev_btn,
.next_btn {
    font-family: '黑体' !important;
    border: 0 !important;
}

.no_page {
    border: 0 !important;
}

@media screen and (max-width:768px) {
    /*分页*/
    .page_btn a:nth-child(n+5) {
        display: none;
    }
    .page_btn a:nth-last-child(1),
    .page_btn a:nth-last-child(2),
    .page_btn a:nth-last-child(3) {
        display: inline-block !important;
    }
}


/*图片放大样式*/

.imgBox {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imgBox img {
    position: absolute;
    width: auto;
    max-width: 80%;
    /*max-height: 65%;*/
    border: 20px solid #fff;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.imgBox.scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.imgBox.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .05);
}

.imgBox.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .02);
}

.imgBox.scroll::-webkit-scrollbar-button {
    background: #f7f7f7;
    height: 0;
}

.imgBox.scroll::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, .05);
}

.imgBox.scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .7);
    border-radius: 3px;
}

.imgBox.scroll img {
    top: 5%;
    margin-bottom: 5%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

.pos_fixed {
    position: fixed;
    width: 100%;
}

.imageButton {
    position: fixed;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.imageButton span {
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.imageButton span:hover {
    opacity: .8;
}

.imageButton span.closeShowPic {
    font-size: 40px;
    border-radius: 100%;
    font-family: serif;
    line-height: 1;
    background-color: #fff;
    padding: .2em;
    text-align: center;
}

@media screen and (max-width: 768px) {
    /*mobi*/
    .imgBox img {
        border-width: 10px;
    }
    .imgBox.scroll img {
        top: 5%;
        margin-bottom: 10vh;
    }
}

.jurisdiction_mask {
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2147483647;
    display: none;
}

.jurisdiction_tips {
    width: 400px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 45%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 23px 20px;
    box-sizing: border-box;
    text-align: center;
}

.jurisdiction_tips img {
    display: block;
    margin: 0 auto;
}

.jurisdiction_tips h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #575757;
    text-align: center;
    margin: 5px 0 0;
}

.jurisdiction_tips p {
    color: #999;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    margin: 0;
}

.jurisdiction_tips button {
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    margin: 10px 3px 0;
    background-color: #aaa;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none !important;
    width: 98px;
}

.jurisdiction_tips .jurisdiction_login {
    background: #ff0099;
}

.jurisdiction_tips button:hover {
    opacity: 0.8;
}

.jurisdiction_tips_mobile {
    display: none;
}

@media screen and (max-width: 450px) {
    .jurisdiction_tips {
        width: 80%;
        padding: 20px 15px;
    }
    .jurisdiction_tips p {
        display: none;
    }
    .jurisdiction_tips .jurisdiction_tips_mobile {
        display: block;
    }
    .jurisdiction_tips img {
        width: 60px;
    }
    .jurisdiction_tips h3 {
        font-size: 16px;
    }
    .jurisdiction_tips p {
        font-size: 14px;
    }
    .jurisdiction_tips button {
        margin-top: 12px;
        padding: 8px 0;
    }
}


/*内链替换的继承父样式*/

.inherit_the_style {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    background: inherit;
    display: unset;
    margin: 0;
    padding: 0
}

body {
    background-position: left top;
}

#image_logo_1588818094075 {
    width: 23.714285714285715%;
    height: 60px;
    position: absolute;
    top: 20px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #image_logo_1588818094075 {
        width: 314px;
    }
}

@media screen and (max-width:640px) {
    #image_logo_1588818094075 {
        z-index: 1;
        width: 233px;
        top: 8px;
        height: 44px;
        left: 0%;
    }
}

#dh_style_28_1595475040103 {
    width: 55.57142857142857%;
    z-index: 1000;
    position: absolute;
    top: 0px;
    left: 26.071428571428573%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #dh_style_28_1595475040103 {
        z-index: 999;
        width: 589px;
        left: 36.28754058441558%;
    }
}

@media screen and (max-width:640px) {
    #dh_style_28_1595475040103 {
        width: 15.277777777777779%;
        z-index: 999;
        top: 8px;
        left: 84.72222222222221%;
    }
}

#dh_style_28_1595475040103>.view_contents {
    overflow: visible;
}

#dh_style_28_1595475040103 .mainMenuSet {
    font-weight: normal;
    color: #ffffff;
    border-right: none !important;
    border-left: none !important;
    border-color: transparent;
    border-style: solid;
    border-width: 2px;
    margin-left: 17px;
    margin-right: 10px;
    line-height: 96px;
}

#dh_style_28_1595475040103 .mainMenuSet:hover {
    color: #ffffff;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-color: #ffffff;
    border-width: 2px;
    border-style: solid;
}

#dh_style_28_1595475040103 #hot>a {
    color: #ffffff;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-color: #ffffff;
    border-width: 2px;
    border-style: solid;
}

#dh_style_28_1595475040103 #hot .aview {
    color: #ffffff;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-color: #ffffff;
    border-width: 2px;
    border-style: solid;
}

#dh_style_28_1595475040103 .subMenuSet {
    line-height: 96px;
}

#dh_style_28_1595475040103 .thrMenuSet {
    line-height: 96px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #dh_style_28_1595475040103 .mainMenuSet {
        font-size: 16px;
        margin-left: 12px;
    }
}

@media screen and (max-width:640px) {
    #dh_style_28_1595475040103 .icoMenuSet {
        color: #e5e5e5;
    }
}

@media screen and (max-width:640px) {
    #dh_style_28_1595475040103 .mainMenuSet {
        text-align: left;
        font-size: 14px;
        height: 52px;
        line-height: 52px;
        border-top: none !important;
        border-color: #555555;
    }
}

@media screen and (max-width:640px) {
    #dh_style_28_1595475040103 .mainMenuSet:hover {
        text-align: left;
        font-size: 14px;
        border-style: solid;
        border-width: 2px;
        border-right: none !important;
        border-top: none !important;
        border-left: none !important;
    }
}

@media screen and (max-width:640px) {
    #dh_style_28_1595475040103 #hot>a {
        text-align: left;
        font-size: 14px;
        border-style: solid;
        border-width: 2px;
        border-right: none !important;
        border-top: none !important;
        border-left: none !important;
    }
}

@media screen and (max-width:640px) {
    #dh_style_28_1595475040103 #hot .aview {
        text-align: left;
        font-size: 14px;
        border-style: solid;
        border-width: 2px;
        border-right: none !important;
        border-top: none !important;
        border-left: none !important;
    }
}

#searchbox_style_05_1595482460890 {
    width: 200px;
    position: absolute;
    top: 30px;
    left: calc(100% - 200px);
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #searchbox_style_05_1595482460890 {
        display: none;
    }
}

@media screen and (max-width:640px) {
    #searchbox_style_05_1595482460890 {
        width: 96%;
        top: 86px;
        left: 2%;
        display: none;
    }
}

#searchbox_style_05_1595482460890>.view_contents {
    overflow: visible;
}

#searchbox_style_05_1595482460890 .inputSet {
    background: transparent;
    border-color: #ffffff;
    border-right: none !important;
    border-width: 1px;
    border-style: solid;
    height: 38px;
    color: #f2f2f2;
    padding-left: 10px;
}

#searchbox_style_05_1595482460890 .btnaSet {
    border-left: none !important;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    color: #ffffff;
    height: 38px;
}

#div_a_includeBlock_1595569638459 {
    width: 1400px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: calc(50% - 700px);
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_a_includeBlock_1595569638459 {
        width: 98%;
        left: 1.007423117709438%;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1595569638459 {
        width: 96%;
        height: 60px;
        top: 0px;
        left: 2%;
    }
}

#div_a_includeBlock_1595569638459>.view_contents {
    overflow: visible;
}

#comm_layout_header {
    height: 100px;
    z-index: 99999;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #comm_layout_header {
        height: 100px;
    }
}

@media screen and (max-width:640px) {
    #comm_layout_header {
        height: 60px;
        z-index: 2;
    }
}

#comm_layout_header>.view_contents {
    overflow: visible;
}

#comm_layout_header {
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: 50% 0% !important;
    background: #2445bd;
}

#image_style_01_1596034083728 {
    width: 32.08701563562202%;
    height: 126px;
    position: absolute;
    top: 86px;
    left: 33.9453125%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #image_style_01_1596034083728 {
        height: 96px;
        left: 33.93425238600212%;
        top: 50px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1596034083728 {
        width: 41.333333333333336%;
        height: 48px;
        top: 24px;
        left: 29.333333333333332%;
        z-index: 4;
    }
}

#image_style_01_1596034083728>.view_contents {
    overflow: visible;
}

#text_style_01_1596034083738 {
    width: 1200px;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 227px;
    left: calc(50% - 600px);
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #text_style_01_1596034083738 {
        left: 2.3860021208907742%;
        top: 152px;
        width: 95.22799575821846%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1596034083738 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 88px;
        left: 2%;
        z-index: 3;
    }
}

#text_style_01_1596034083738>.view_contents {
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #text_style_01_1596034083738>.view_contents {
        font-size: 62px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1596034083738>.view_contents {
        font-size: 24px;
    }
}

#text_style_01_1596034083746 {
    width: 1100px;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 365px;
    left: 10.714285714285714%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #text_style_01_1596034083746 {
        left: 4.984093319194061%;
        top: 257px;
        width: 90%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1596034083746 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 127px;
        left: 2%;
        z-index: 3;
    }
}

#text_style_01_1596034083746>.view_contents {
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #text_style_01_1596034083746>.view_contents {
        font-size: 24px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1596034083746>.view_contents {
        font-size: 10px;
    }
}

#layout_1596034083725 {
    height: 500px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #layout_1596034083725 {
        height: 358px;
    }
}

@media screen and (max-width:640px) {
    #layout_1596034083725 {
        height: 171px;
    }
}

#layout_1596034083725>.view_contents {
    overflow: visible;
    max-width: 1400px;
}

#layout_1596034083725 {
    background: url(../../../cdn-static.c/sub-module/about/ban.png);
    background-size: auto 100%;
    background-position: 50% 50% !important;
}

#text_style_01_1595993146355 {
    width: 35.785714285714285%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 56px;
    left: 32.107142857142854%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #text_style_01_1595993146355 {
        width: 504px;
        left: 23.276776246023328%;
        top: 41px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1595993146355 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 15px;
        left: 2%;
    }
}

#text_style_01_1595993146355>.view_contents {
    font-size: 72px;
    font-weight: bold;
    text-align: center;
    font-family: Arial;
    color: #f1f1f1;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #text_style_01_1595993146355>.view_contents {
        font-size: 56px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1595993146355>.view_contents {
        font-size: 36px;
    }
}

#text_style_01_1595993146377 {
    width: 26.42857142857143%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 103px;
    left: 36.78571428571429%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #text_style_01_1595993146377 {
        top: 78px;
        left: 36.78419936373277%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1595993146377 {
        width: 68.66666666666667%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 36.75px;
        left: 15.733333333333333%;
    }
}

#text_style_01_1595993146377>.view_contents {
    text-align: center;
    font-size: 36px;
    color: #001356;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #text_style_01_1595993146377>.view_contents {
        font-size: 28px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1595993146377>.view_contents {
        font-size: 18px;
    }
}

#text_style_01_1595993146384 {
    width: 26.42857142857143%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 168px;
    left: 36.78571428571429%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #text_style_01_1595993146384 {
        width: 309px;
        left: 33.61611876988335%;
        top: 128px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1595993146384 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 65.75px;
        left: 2%;
    }
}

#text_style_01_1595993146384>.view_contents {
    text-align: center;
    color: #c2c2c2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #text_style_01_1595993146384>.view_contents {
        font-size: 14px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1595993146384>.view_contents {
        font-size: 12px;
    }
}

#layout_1595993146350 {
    height: 224px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #layout_1595993146350 {
        height: 175px;
    }
}

@media screen and (max-width:640px) {
    #layout_1595993146350 {
        height: 99px;
    }
}

#layout_1595993146350>.view_contents {
    overflow: visible;
    max-width: 1400px;
}

#image_style_13_1_1595993163540 {
    width: 1359px;
    position: absolute;
    top: 27px;
    left: 2.928571428571429%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #image_style_13_1_1595993163540 {
        width: 96%;
        top: 24px;
        left: 2.014846235418876%;
    }
}

@media screen and (max-width:640px) {
    #image_style_13_1_1595993163540 {
        width: 96%;
        top: 218px;
        left: 2%;
        display: block;
        z-index: 1;
    }
}

#image_style_13_1_1595993163540>.view_contents {
    overflow: visible;
}

#image_style_13_1_1595993163540 .titleSet {
    color: #000333;
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
    padding-top: 60px;
    padding-bottom: 20px;
    padding-right: 30px;
    margin-right: 30px;
    line-height: 30px;
    height: 60px;
    font-family: Microsoft YaHei;
}

#image_style_13_1_1595993163540 .detailSet {
    color: #999999;
    padding-left: 30px;
    font-size: 16px;
    line-height: 28px;
    padding-right: 30px;
    text-indent: 2em;
    margin-bottom: 70px;
    text-align: justify;
    padding-top: 7px;
}

#image_style_13_1_1595993163540 .modSet:hover .titleSet {
    color: #000333;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: bold;
}

#image_style_13_1_1595993163540 .modSet:hover .btnSet {
    border-color: #9e252e;
    border-style: none;
    border-width: 0px;
    color: #ffffff;
    font-family: Microsoft YaHei;
    font-size: 14px;
}

#image_style_13_1_1595993163540 .modSet:hover .detailSet {
    font-size: 16px;
}

#image_style_13_1_1595993163540 .btnSet {
    background: #2246c9;
    line-height: 43px;
    height: 43px;
    font-size: 14px;
    color: #ffffff;
    border-color: #9e252e;
    margin-left: 20px;
    margin-right: 521px;
    margin-top: 100px;
    border-style: none;
    border-width: 0px;
}

#image_style_13_1_1595993163540 .modSet {
    background: #f6f6f6;
}

#image_style_13_1_1595993163540 .page_btn .procurSet {
    padding-left: 0px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #image_style_13_1_1595993163540 .titleSet {
        padding-top: 33px;
        padding-bottom: 6px;
        font-family: Microsoft YaHei;
        font-size: 16px;
        line-height: 24px;
        padding-left: 24px;
    }
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #image_style_13_1_1595993163540 .detailSet {
        line-height: 25px;
        margin-bottom: 8px;
        font-family: Microsoft YaHei;
        text-align: left;
        font-size: 14px;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 0px;
    }
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #image_style_13_1_1595993163540 .btnSet {
        margin-right: 250px;
        line-height: 36px;
        height: 36px;
        margin-left: 14px;
        margin-top: 44px;
    }
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #image_style_13_1_1595993163540 .modSet:hover .detailSet {
        font-family: Microsoft YaHei;
        font-size: 14px;
    }
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #image_style_13_1_1595993163540 .modSet:hover .titleSet {
        font-size: 16px;
    }
}

@media screen and (max-width:640px) {
    #image_style_13_1_1595993163540 .titleSet {
        padding-top: 14px;
        padding-left: 10px;
        font-size: 14px;
        padding-right: 0px;
        line-height: 18px;
        padding-bottom: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 36px;
    }
}

@media screen and (max-width:640px) {
    #image_style_13_1_1595993163540 .detailSet {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 8px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        line-height: 18px;
    }
}

@media screen and (max-width:640px) {
    #image_style_13_1_1595993163540 .modSet:hover .titleSet {
        font-size: 14px;
    }
}

@media screen and (max-width:640px) {
    #image_style_13_1_1595993163540 .btnSet {
        margin-right: 260px;
        font-size: 12px;
        height: 28px;
        line-height: 28px;
        margin-top: 20px;
        margin-left: 0px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width:640px) {
    #image_style_13_1_1595993163540 .modSet {
        padding-bottom: 16px;
    }
}

@media screen and (max-width:640px) {
    #image_style_13_1_1595993163540 .modSet:hover .detailSet {
        font-size: 12px;
    }
}


/*----------------------电脑板式样式----------------------*/

#image_style_13_1_1595993163540 {}


/*----------------------平板板式样式----------------------*/

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_13_1_1595993163540 {}
}


/*----------------------手机板式样式----------------------*/

@media screen and (max-width:640px) {
    #image_style_13_1_1595993163540 {}
}

#div_blank_new01_1595993163560 {
    width: 659px;
    height: 440px;
    position: absolute;
    left: 0%;
    top: 68px;
    z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_blank_new01_1595993163560 {
        left: 2%;
        width: 362px;
        height: 293px;
    }
}

@media screen and (max-width:640px) {
    #div_blank_new01_1595993163560 {
        width: 83%;
        height: 204px;
        top: 455px;
        left: 8.5%;
        z-index: 2;
        display: none;
    }
}

#div_blank_new01_1595993163560 {
    box-sizing: border-box;
}

#div_blank_new01_1595993163560 .modSet {
    border-style: solid;
    border-width: 10px;
    background: transparent;
    border-color: #e9e9e8;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_blank_new01_1595993163560 {
        box-sizing: border-box;
    }
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_blank_new01_1595993163560 .modSet {
        border-width: 7px;
    }
}

@media screen and (max-width:640px) {
    #div_blank_new01_1595993163560 {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #div_blank_new01_1595993163560 .modSet {
        border-width: 6px;
    }
}

#image_style_01_1595993163568 {
    width: 33.714285714285715%;
    height: 200px;
    display: none;
    position: absolute;
    left: 33.14285714285714%;
    top: 12.09375px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #image_style_01_1595993163568 {
        width: 49.166666666666664%;
        height: 200px;
        display: none;
        left: 25.416666666666668%;
        top: 12.09375px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1595993163568 {
        width: 96%;
        height: 209px;
        display: block;
        top: 10px;
        left: 2%;
        z-index: 2;
    }
}

#image_style_01_1595993163568>.view_contents {
    overflow: visible;
}

#layout_1595993163537 {
    height: 508px;
    z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #layout_1595993163537 {
        height: 361px;
    }
}

@media screen and (max-width:640px) {
    #layout_1595993163537 {
        height: 443px;
    }
}

#layout_1595993163537>.view_contents {
    overflow: visible;
    max-width: 1400px;
}

#layout_1596098824486 {
    height: 104px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #layout_1596098824486 {
        height: 80px;
    }
}

@media screen and (max-width:640px) {
    #layout_1596098824486 {
        height: 28px;
    }
}

#layout_1596098824486>.view_contents {
    overflow: visible;
    max-width: 1400px;
}

#text_style_01_1595993619756 {
    width: 35.785714285714285%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 56px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #text_style_01_1595993619756 {
        width: 504px;
        left: 2%;
        top: 41px;
        z-index: 2;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1595993619756 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 15px;
        left: 2%;
    }
}

#text_style_01_1595993619756>.view_contents {
    font-size: 72px;
    font-weight: bold;
    text-align: left;
    font-family: Arial;
    color: #e9e9e8;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #text_style_01_1595993619756>.view_contents {
        font-size: 56px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1595993619756>.view_contents {
        font-size: 36px;
        text-align: center;
    }
}

#text_style_01_1595993619778 {
    width: 26.42857142857143%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 103px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #text_style_01_1595993619778 {
        top: 78px;
        left: 2%;
        z-index: 2;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1595993619778 {
        width: 61.06666666666667%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 36.7px;
        left: 19.466666666666665%;
    }
}

#text_style_01_1595993619778>.view_contents {
    text-align: left;
    font-size: 36px;
    color: #001356;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #text_style_01_1595993619778>.view_contents {
        font-size: 28px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1595993619778>.view_contents {
        font-size: 18px;
        text-align: center;
    }
}

#text_style_01_1595993619788 {
    width: 26.42857142857143%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 168px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #text_style_01_1595993619788 {
        width: 309px;
        left: 2%;
        top: 128px;
        z-index: 2;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1595993619788 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 65.7px;
        left: 2%;
    }
}

#text_style_01_1595993619788>.view_contents {
    text-align: left;
    color: #c2c2c2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #text_style_01_1595993619788>.view_contents {
        font-size: 14px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1595993619788>.view_contents {
        font-size: 12px;
        text-align: center;
    }
}

#layout_1595993619750 {
    height: 224px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #layout_1595993619750 {
        height: 175px;
    }
}

@media screen and (max-width:640px) {
    #layout_1595993619750 {
        height: 98px;
    }
}

#layout_1595993619750>.view_contents {
    overflow: visible;
    max-width: 1400px;
}

#layout_1595993619750 {
    background: #f6f6f6;
}

#image_style_01_1595993634260 {
    width: 458px;
    height: 524px;
    position: absolute;
    left: calc(100% - 500px);
    top: 0px;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #image_style_01_1595993634260 {
        left: 9.693877551020408%;
        width: 323px;
        top: 0px;
        height: 386px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1595993634260 {
        height: 204px;
        width: 89.72222222222223%;
        left: 0%;
        z-index: 2;
    }
}

#image_style_01_1595993634260>.view_contents {
    overflow: visible;
}

#image_style_01_1595993634275 {
    width: 54.19103313840156%;
    height: 126px;
    position: absolute;
    top: 161px;
    left: 20.077972709551656%;
    z-index: 9;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #image_style_01_1595993634275 {
        left: calc(50% - 106px);
        top: 105px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1595993634275 {
        width: 41.11111111111111%;
        height: 77px;
        top: 84.5px;
        left: 24.305555555555554%;
        z-index: 5;
    }
}

#image_style_01_1595993634275>.view_contents {
    overflow: visible;
}

#div_blank_new01_1595993634281 {
    width: 458px;
    height: 490px;
    position: absolute;
    left: 10.721247563352826%;
    top: 42px;
    z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_blank_new01_1595993634281 {
        left: calc(100% - 323px);
        width: 323px;
        height: 346px;
        top: 31px;
    }
}

@media screen and (max-width:640px) {
    #div_blank_new01_1595993634281 {
        width: 83%;
        height: 204px;
        top: 21px;
        left: 16.944444444444446%;
        z-index: 1;
    }
}

#div_blank_new01_1595993634281 {
    box-sizing: border-box;
}

#div_blank_new01_1595993634281 .modSet {
    border-style: solid;
    border-width: 10px;
    background: transparent;
    border-color: #e9e9e8;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_blank_new01_1595993634281 {
        box-sizing: border-box;
    }
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_blank_new01_1595993634281 .modSet {
        border-width: 7px;
    }
}

@media screen and (max-width:640px) {
    #div_blank_new01_1595993634281 {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #div_blank_new01_1595993634281 .modSet {
        border-width: 6px;
    }
}

#div_a_includeBlock_1595993634047 {
    width: 36.642857142857146%;
    height: 553px;
    position: absolute;
    top: -87px;
    left: 63.357142857142854%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_a_includeBlock_1595993634047 {
        left: 56.4289501590668%;
        width: 392px;
        height: 390px;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1595993634047 {
        width: 95.99999999999997%;
        height: 242px;
        top: 15px;
        left: 2%;
        z-index: 2;
    }
}

#image_style_13_1_1595993634067 {
    width: 55.50000000000001%;
    position: absolute;
    top: 96px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #image_style_13_1_1595993634067 {
        width: 496px;
        left: 1.9999337221633087%;
        top: 53px;
    }
}

@media screen and (max-width:640px) {
    #image_style_13_1_1595993634067 {
        width: 96%;
        top: 265px;
        left: 2%;
        z-index: 1;
    }
}

#image_style_13_1_1595993634067>.view_contents {
    overflow: visible;
}

#image_style_13_1_1595993634067 .detailSet {
    font-size: 14px;
    color: #999999;
    padding-left: 20px;
}

#image_style_13_1_1595993634067 .titleSet {
    font-size: 18px;
    color: #2e2e2e;
    line-height: 18px;
    padding-bottom: 24px;
    padding-left: 20px;
}

#image_style_13_1_1595993634067 .imgSet {
    margin-top: 0px;
    margin-bottom: 0px;
}

#image_style_13_1_1595993634067 .modSet {
    padding-bottom: 20px;
    padding-top: 20px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #image_style_13_1_1595993634067 .titleSet {
        font-size: 16px;
        padding-left: 10px;
        padding-bottom: 14px;
    }
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #image_style_13_1_1595993634067 .detailSet {
        font-size: 12px;
        padding-left: 10px;
    }
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #image_style_13_1_1595993634067 .modSet {
        padding-bottom: 0px;
        padding-top: 0px;
    }
}

@media screen and (max-width:640px) {
    #image_style_13_1_1595993634067 .titleSet {
        font-size: 16px;
        padding-bottom: 14px;
        padding-left: 16px;
    }
}

@media screen and (max-width:640px) {
    #image_style_13_1_1595993634067 .detailSet {
        font-size: 12px;
        padding-left: 16px;
    }
}

@media screen and (max-width:640px) {
    #image_style_13_1_1595993634067 .modSet {
        padding-top: 0px;
        padding-bottom: 22px;
    }
}

#layout_1595993634045 {
    height: 565px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #layout_1595993634045 {
        height: 374px;
    }
}

@media screen and (max-width:640px) {
    #layout_1595993634045 {
        height: 654px;
    }
}

#layout_1595993634045>.view_contents {
    overflow: visible;
    max-width: 1400px;
}

#layout_1595993634045 {
    background: #f6f6f6;
}

#text_style_01_1588832874582 {
    width: 58.416666666666664%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 20.791666666666668%;
    top: 306px;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #text_style_01_1588832874582 {
        left: 13.895089285714285%;
        width: 72.22222222222221%;
        top: 278px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1588832874582 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 15.5px;
        left: 2%;
        display: block;
    }
}

#text_style_01_1588832874582>.view_contents {
    color: #5e5e5e;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width:640px) {
    #text_style_01_1588832874582>.view_contents {
        font-size: 12px;
        color: #999999;
    }
}

#text_style_01_1588832984405 {
    width: 17.666666666666668%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 2.2845982142857144%;
    top: 60px;
    z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #text_style_01_1588832984405 {
        left: 2.9643533549783547%;
        width: 20.22222222222222%;
        top: 60px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1588832984405 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 90.57142857142857px;
        left: 2%;
        display: none;
    }
}

#text_style_01_1588832984405>.view_contents {
    color: #ffffff;
    text-decoration: none;
}

#div_blank_new05_1588833086494 {
    width: 45px;
    position: absolute;
    left: 2.5189732142857144%;
    top: 88px;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_blank_new05_1588833086494 {
        left: 2.9643533549783547%;
        width: 45px;
        top: 88px;
    }
}

@media screen and (max-width:640px) {
    #div_blank_new05_1588833086494 {
        display: none;
    }
}

#div_blank_new05_1588833086494 {
    box-sizing: border-box;
}

#div_blank_new05_1588833086494 .roundcs {
    border-color: #a6a6a6;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_blank_new05_1588833086494 {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #div_blank_new05_1588833086494 {
        box-sizing: border-box;
    }
}

#div_blank_new06_1588833175912 {
    height: 150px;
    width: 23.333333333333332%;
    position: absolute;
    left: -10px;
    top: 60px;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_blank_new06_1588833175912 {
        left: 38.291396103896105%;
        width: 7.7007700770077%;
        top: 60px;
    }
}

@media screen and (max-width:640px) {
    #div_blank_new06_1588833175912 {
        display: none;
    }
}

#div_blank_new06_1588833175912 {
    box-sizing: border-box;
}

#div_blank_new06_1588833175912 .roundcs {
    border-color: #656565;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_blank_new06_1588833175912 {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #div_blank_new06_1588833175912 {
        box-sizing: border-box;
    }
}

#div_blank_new06_1588834903148 {
    height: 150px;
    width: 1.7500000000000002%;
    position: absolute;
    left: 41.892857142857146%;
    top: 60px;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_blank_new06_1588834903148 {
        left: -10px;
        top: 60px;
    }
}

@media screen and (max-width:640px) {
    #div_blank_new06_1588834903148 {
        display: none;
    }
}

#div_blank_new06_1588834903148 {
    box-sizing: border-box;
}

#div_blank_new06_1588834903148 .roundcs {
    border-color: #656565;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_blank_new06_1588834903148 {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #div_blank_new06_1588834903148 {
        box-sizing: border-box;
    }
}

#text_style_01_1588834911874 {
    width: 15.166666666666668%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 45.24107142857143%;
    top: 60px;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #text_style_01_1588834911874 {
        width: 67px;
        top: 60px;
        left: 42.75229978354979%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1588834911874 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 1193.8571428571427px;
        left: 2%;
        display: none;
    }
}

#text_style_01_1588834911874>.view_contents {
    color: #ffffff;
    text-decoration: none;
}

#div_blank_new05_1588834978699 {
    width: 45px;
    position: absolute;
    left: 45.24107142857143%;
    top: 88px;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_blank_new05_1588834978699 {
        left: 42.75229978354979%;
        top: 88px;
    }
}

@media screen and (max-width:640px) {
    #div_blank_new05_1588834978699 {
        display: none;
    }
}

#div_blank_new05_1588834978699 {
    box-sizing: border-box;
}

#div_blank_new05_1588834978699 .roundcs {
    border-color: #a6a6a6;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_blank_new05_1588834978699 {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #div_blank_new05_1588834978699 {
        box-sizing: border-box;
    }
}

#text_style_01_1588835487925 {
    width: 8.041666666666666%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 91.95833333333333%;
    top: 60px;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #text_style_01_1588835487925 {
        width: 95px;
        left: calc(100% - 95px);
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1588835487925 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 2297.142857142857px;
        left: 2%;
        display: none;
    }
}

#text_style_01_1588835487925>.view_contents {
    color: #ffffff;
    text-decoration: none;
}

#div_blank_new05_1588835544869 {
    width: 45px;
    position: absolute;
    left: 91.95833333333333%;
    top: 88px;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_blank_new05_1588835544869 {
        left: 89.73214285714286%;
        top: 88px;
    }
}

@media screen and (max-width:640px) {
    #div_blank_new05_1588835544869 {
        display: none;
    }
}

#div_blank_new05_1588835544869 {
    box-sizing: border-box;
}

#div_blank_new05_1588835544869 .roundcs {
    border-color: #a6a6a6;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_blank_new05_1588835544869 {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #div_blank_new05_1588835544869 {
        box-sizing: border-box;
    }
}

#div_blank_new06_1588835562169 {
    height: 150px;
    width: 1.7500000000000002%;
    position: absolute;
    left: 88.71205357142857%;
    top: 60px;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_blank_new06_1588835562169 {
        left: 85.45725108225109%;
        top: 60px;
    }
}

@media screen and (max-width:640px) {
    #div_blank_new06_1588835562169 {
        display: none;
    }
}

#div_blank_new06_1588835562169 {
    box-sizing: border-box;
}

#div_blank_new06_1588835562169 .roundcs {
    border-color: #606060;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_blank_new06_1588835562169 {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #div_blank_new06_1588835562169 {
        box-sizing: border-box;
    }
}

#image_style_01_1588835601962 {
    width: 8.041666666666666%;
    height: 148px;
    position: absolute;
    top: 112.5px;
    left: 91.95833333333333%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #image_style_01_1588835601962 {
        left: calc(100% - 95px);
        top: 113.5px;
        width: 95px;
        height: 95px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1588835601962 {
        display: none;
    }
}

#image_style_01_1588835601962>.view_contents {
    overflow: visible;
}

#footerCustom_footerDh_01_1592796389045 {
    width: 20%;
    z-index: 1;
    position: absolute;
    top: 105.5px;
    left: 45.24107142857143%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #footerCustom_footerDh_01_1592796389045 {
        z-index: 999;
        left: 42.75229978354979%;
        top: 101px;
        width: 207px;
    }
}

@media screen and (max-width:640px) {
    #footerCustom_footerDh_01_1592796389045 {
        width: 98%;
        z-index: 999;
        top: 0px;
        left: 1%;
        display: none;
    }
}

#footerCustom_footerDh_01_1592796389045>.view_contents {
    overflow: visible;
}

#footerCustom_footerDh_01_1592796389045 .mainMenuSet {
    color: #999999;
    font-size: 14px;
    line-height: 35px;
    text-align: left;
}

#footerCustom_footerDh_01_1592796389045 .mainMenuSet:hover {
    text-decoration: underline;
    color: #7f7f7f;
}

#footerCustom_footerDh_01_1592796389045 #hot>a {
    text-decoration: underline;
    color: #7f7f7f;
}

#footerCustom_footerDh_01_1592796389045 #hot .aview {
    text-decoration: underline;
    color: #7f7f7f;
}

#footerCustom_textlist_01_1595986804345 {
    width: 26.083333333333332%;
    position: absolute;
    left: 2.5189732142857144%;
    top: 103px;
    z-index: 3;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #footerCustom_textlist_01_1595986804345 {
        left: 3.0810335497835495%;
        width: 30.844155844155846%;
        top: 98px;
    }
}

@media screen and (max-width:640px) {
    #footerCustom_textlist_01_1595986804345 {
        width: 96%;
        top: 0px;
        left: 2%;
        display: none;
    }
}

#footerCustom_textlist_01_1595986804345 .oneSet {
    text-align: left;
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    color: #999999;
}

#footerCustom_textlist_01_1595986804345 .twoSet {
    text-align: left;
    height: 34px;
    line-height: 34px;
    color: #999999;
}

#footerCustom_textlist_01_1595986804345 .modSet {
    background: transparent;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #footerCustom_textlist_01_1595986804345 .oneSet {
        line-height: 34px;
        height: 34px;
    }
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #footerCustom_textlist_01_1595986804345 .twoSet {
        line-height: 34px;
        height: 34px;
    }
}

#div_a_includeBlock_1588832712022 {
    width: 1400px;
    height: 350px;
    position: absolute;
    top: 0px;
    left: calc(50% - 700px);
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_a_includeBlock_1588832712022 {
        width: 98%;
        left: 1.007423117709438%;
        height: 308px;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1588832712022 {
        width: 100%;
        height: 69px;
        top: 0px;
        left: 0%;
        display: block;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1588832712022 {
        background: transparent;
    }
}

#div_blank_new01_1588832818455 {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 290px;
    left: 0%;
    z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_blank_new01_1588832818455 {
        height: 53px;
        top: 262px;
        left: 0%;
    }
}

@media screen and (max-width:640px) {
    #div_blank_new01_1588832818455 {
        width: 96%;
        height: 50px;
        top: 0px;
        left: 2%;
        display: none;
    }
}

#div_blank_new01_1588832818455 {
    box-sizing: border-box;
}

#div_blank_new01_1588832818455 .modSet {
    background: #333333;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #div_blank_new01_1588832818455 {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #div_blank_new01_1588832818455 {
        box-sizing: border-box;
    }
}

#qqol_style_01_1596036432744 {
    width: 11.035207566999475%;
    position: absolute;
    top: 51px;
    left: 1.655281135049921%;
    z-index: 3;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #qqol_style_01_1596036432744 {}
}

@media screen and (max-width:640px) {
    #qqol_style_01_1596036432744 {
        width: 96%;
        top: 79px;
        left: 2%;
        display: none;
    }
}

#qqol_style_01_1596036432744>.view_contents {
    overflow: visible;
}

#comm_layout_footer {
    height: 350px;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
    #comm_layout_footer {
        height: 315px;
    }
}

@media screen and (max-width:640px) {
    #comm_layout_footer {
        height: 69px;
        z-index: 9999;
    }
}

#comm_layout_footer {
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: 50% 0% !important;
    background: #303030;
}

@media screen and (max-width:640px) {
    #comm_layout_footer {
        background: #333333;
    }
}

.logoStyle * {
    box-sizing: border-box;
}

.logoStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.logoStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
}

.logoName {
    white-space: nowrap;
}


/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

.menuStyle_28 {
    width: 100%;
    position: relative;
}

.menuStyle_28 * {
    box-sizing: border-box;
}

.menuStyle_28 .miniMenu *,
.menuStyle_28 .menuUl li * {
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background, height, padding;
    -moz-transition-property: background, height, padding;
    -moz-transition-property: background, height, padding;
    transition-property: background, height, padding;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.menuStyle_28 .dflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menuStyle_28 .rflex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: left\0;
}

.menuStyle_28 ul,
.menuStyle_28 li {
    padding: 0;
    margin: 0px;
    list-style: none
}

.menuStyle_28 .menuLayout {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.menuStyle_28 .menuLayout:after {
    content: '';
    display: block;
    clear: both;
}

.menuStyle_28 .menuUl_box {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_28 .menuUl {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_28 .menuUl>li {
    position: relative;
}

.menuStyle_28 .menuUl>li>a {
    background: rgba(0, 0, 0, 0.0);
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    text-align: center;
    letter-spacing: normal;
    white-space: nowrap;
    color: #17233d;
    line-height: 44px;
    padding: 0;
    padding: 0 1em\0;
}

.menuStyle_28 .menuUl>li>a:hover {
    color: #750406;
}

.menuStyle_28 .menuUl #hot>a {
    color: #750406;
}

.menuStyle_28 .menuUl>li>a span {
    display: block;
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, .3);
    font-size: 12px;
}

.menuStyle_28 .menuUl #hot>a span {
    color: inherit;
}

.menuStyle_28 .menuLayout .miniMenu {
    display: none;
}

.menuStyle_28 .menuUl02 {
    position: absolute;
    left: 50%;
    opacity: 0;
    display: none;
    width: 100%;
    height: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.menuStyle_28 .menuUl>li>#menuLogo {
    height: 85%;
}

.menuStyle_28 .menuUl .rflex:hover .menuUl02 {
    opacity: 1;
    display: block;
    height: auto;
    padding-top: 10px;
}

.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02 {
    display: none;
}

.menuStyle_28 .menuUl02 .subMenu02 {
    position: relative;
    color: #4d5158;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    background: #fff;
}

.menuStyle_28 .menuUl02 .subMenu02#subCurSet {
    color: #750406;
}

.menuStyle_28 .menuUl02 .subMenu02>a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.menuStyle_28 .menuUl02 .subMenu02:hover {
    color: #750406;
    border-left: 2px solid #750406;
    background: #f7f7f7;
}

.menuStyle_28 .menuUl02 .subMenu02>a .fa {
    float: right;
    line-height: inherit;
}

.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03 {
    display: block;
}

.menuStyle_28 .menuUl02 .subMenu02:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.menuStyle_28 .menuUl02 .subMenu02:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.menuStyle_28 .menuUl03 {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
}

.menuStyle_28 .menuUl03 .subMenu03 {
    line-height: 40px;
    margin-left: 10px;
}

.menuStyle_28 .menuUl03 .subMenu03 a:hover {
    color: #750406;
    background: #f7f7f7;
}

.menuStyle_28 .menuUl03 .subMenu03>a {
    color: #17233d;
    background: #fff;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.menuStyle_28 .menuUl03 .subMenu03:first-child a {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.menuStyle_28 .menuUl03 .subMenu03:last-child a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.menuStyle_28 .menuUl .rflex:hover .menuUl02::before {
    content: '';
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: 0px;
    transform: translateX(-50%);
}

.menuStyle_28 .menuUl02 .arrow:hover::before {
    content: '';
    border-top: 5px solid transparent;
    border-left: 5px solid #fff;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.menuStyle_28 .rflex {
    position: relative;
}

.menuStyle_28 .maxWidth {
    margin: auto;
}

.menuStyle_28 .subBox {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(238, 238, 238, 0.85);
    display: none;
}

.menuStyle_28 .subBox .subBoxContent {
    padding: 15px;
    text-align: left;
    overflow: hidden;
}

.menuStyle_28 .subBox .subBoxContent .subItems {
    overflow: hidden;
    display: none;
}

.menuStyle_28 .subBox .sublm {
    float: left;
    width: calc(100% - 440px);
    min-height: 10px;
}

.menuStyle_28 .subBox .sublm>div {
    clear: both;
    overflow: hidden;
    margin: 8px 0;
}

.menuStyle_28 .subBox .subImgsbox {
    float: left;
    width: 440px;
    height: 160px;
}

.menuStyle_28 .subBox .subImgsbox>a {
    display: block;
    height: 100%;
    float: right;
    width: calc((100% - 20px)/2);
    margin-left: 20px;
}

.menuStyle_28 .subBox .subImgsbox>a:last-child {
    margin-left: 0;
}

.menuStyle_28 .subBox .subImgsbox>a>div.subImg {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.menuStyle_28 .subBox .subImgsbox>a>div.subImg span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 5px;
    background: rgba(255, 255, 255, .8);
    color: #17233d;
    font-size: 12px;
}

.menuStyle_28 .subBox p {
    overflow: hidden;
    float: left;
}

.menuStyle_28 .subBox p:first-child {
    margin-right: 10px;
    width: 100px;
}

.menuStyle_28 .subBox p:last-child {
    width: calc(100% - 110px);
}

.menuStyle_28 .subBox .subMenu02 {
    font-size: 14px;
    margin-bottom: 5px;
    clear: both;
    color: #17233d;
    line-height: 28px;
}

.menuStyle_28 .subBox .subMenu02#subCurSet {
    color: #750406;
}

.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active {
    color: #750406;
}

.menuStyle_28 .subBox .subMenu03 {
    float: left;
    margin: 5px 20px 5px 0;
    font-size: 12px;
    color: #666;
}

.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active {
    color: #750406;
}

.menuStyle_28 .subMenu03 #thrCurSet {
    color: #750406;
    background: #f7f7f7;
}

.menuStyle_28 .imgIco {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.menuStyle_28 .imgIco img {
    width: auto;
    height: 100%;
    vertical-align: top;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%);
}

@media screen and (max-width:640px) {
    .menuStyle_28 .imgIco {
        margin-right: 10px;
    }
    .menuStyle_28 .menuUl,
    .menuStyle_28 .menuUl_box {
        display: none;
    }
    .menuStyle_28 .menuScroll {
        height: calc(100% - 100px);
        width: 100%;
    }
    .menuStyle_28 .menuScroll>.menuUlCopy {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .menuStyle_28 .menuLayout .miniMenu {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 44px;
    }
    .menuStyle_28 .miniMenu .leftBox {
        height: 100%;
    }
    .menuStyle_28 .miniMenu .leftBox .sidebar {
        font-size: 24px;
        line-height: 44px;
        font-weight: normal;
        cursor: pointer;
        color: #4d5158;
        position: absolute;
        top: 0;
        right: 0px;
        width: 44px;
        text-align: center;
    }
    .menuStyle_28 .miniMenu .leftBox .sidebar .fa {
        font-size: inherit;
        line-height: inherit;
        color: inherit;
    }
    .menuStyle_28 .miniMenu .leftBox .nav {
        width: 100%;
        height: 44px;
    }
    .menuStyle_28 .miniMenu.Mslide .leftBox .nav {
        border-bottom: 1px solid rgba(0, 0, 0, .05);
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy {
        padding: 0 0 0 30px;
        clear: both;
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy {
        display: none;
        padding: 0;
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy {
        width: calc(100% - 50px);
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a {
        padding-left: 30px;
        box-sizing: border-box;
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a {
        padding-left: 60px;
        box-sizing: border-box;
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy li {
        width: 100%;
        overflow: hidden;
        color: #fff;
        font-size: 12px;
        line-height: 44px;
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy li a {
        width: calc(100% - 50px);
        float: left;
        display: block;
        text-align: left;
        color: inherit;
        text-decoration: none;
        font-size: inherit;
        line-height: inherit;
        height: inherit;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy li#hot>a {
        border-bottom: 1px solid #fff;
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa {
        color: inherit;
        font-size: inherit;
        float: left;
        width: 50px;
        text-align: center;
        line-height: inherit;
        background: rgba(0, 0, 0, 0.1);
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active {
        background: rgba(0, 0, 0, .3);
    }
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet#subCurSet>a,
    .menuStyle_28 .miniMenu .leftBox .menuUlCopy li#thrCurSet>a {
        border-bottom: 1px solid #fff;
    }
    .menuStyle_28 .menuLayout .miniMenu.Mslide {
        height: 100% !important;
        height: 100vh !important;
        background: rgba(23, 25, 29, 0.95);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
    }
    .menuStyle_28 .menuLayout .miniMenu.Mslide .sidebar {
        color: #fff;
        background: rgba(0, 0, 0, .05);
    }
    .menuStyle_28 .menuLayout .miniMenu.Mslide .nav a {
        display: none !important;
    }
}

#dh_style_28_1595475040103 .menuUl02 .subMenu02>a .fa {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (min-width:640px) {
    #dh_style_28_1595475040103 .maxWidth {
        max-width: px;
    }
    /* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
    #dh_style_28_1595475040103 .menuUl li #menuLogo {
        height: px;
        margin-right: px;
        margin-left: px;
    }
    #dh_style_28_1595475040103 .subBox .sublm {
        width: calc(100% - (px + px) - 20px);
    }
    /*20px是两张图片间的间距*/
    #dh_style_28_1595475040103 .subBox .subImgsbox {
        width: calc((px + px) + 20px);
        height: px
    }
    /*20px是两张图片间的间距*/
}

.searchStyle_5 {
    width: 100%;
}

.searchStyle_5 .searchForm {
    overflow: hidden;
    box-sizing: border-box;
}

.searchStyle_5 .search_input {
    float: left;
    width: calc( 100% - 40px);
    border: 0;
    border-bottom: 1px solid #333;
    font-size: 14px;
    color: #333;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}

.searchStyle_5 .search-btn {
    border: none;
    float: right;
    position: relative;
    border-bottom: 1px solid #333;
    background: transparent;
    width: 40px;
    height: 40px;
    color: #333;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.searchStyle_5 .search-btn i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.searchStyle_5 .keyWord {
    overflow: hidden;
}

.searchStyle_5 .keyWord a {
    font-size: 14px;
    line-height: 2;
    color: #666;
    float: left;
    margin-right: 5px;
}

.searchStyle_5 .keyWord a:hover {
    color: #333;
}

@media screen and (max-width:640px) {
    .searchStyle_5 .search_input {
        width: calc( 100% - 35px);
        font-size: 12px;
        height: 35px;
        line-height: 35px;
    }
    .searchStyle_5 .search-btn {
        width: 35px;
        font-size: 14px;
        height: 35px;
    }
    .searchStyle_5 .keyWord a {
        font-size: 12px;
        line-height: 2;
    }
}

#searchbox_style_05_1595482460890 input::-webkit-input-placeholder {
    color: ;
}

#searchbox_style_05_1595482460890 input::-moz-input-placeholder {
    color: ;
}

#searchbox_style_05_1595482460890 input::-o-input-placeholder {
    color: ;
}

#image_style_01_1596034083728 .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_1596034083728 .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_1596034083728 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

#image_style_01_1596034083728 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;
}

.imgStyle_13_1 {
    width: 100%;
}

.imgStyle_13_1 * {
    font-size: '微软雅黑';
}

.imgStyle_13_1 .imgTextUl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.imgStyle_13_1 .imgTextLi {
    overflow: hidden;
    margin-bottom: 2%;
    box-sizing: border-box;
}

.imgStyle_13_1 li {
    width: 32%;
}

.imgStyle_13_1 .imgTextLi .left {
    width: 130px;
}

.imgStyle_13_1 .imgTBox {
    text-align: left;
    float: left;
    display: inline-block;
    height: 100%;
}

.imgStyle_13_1 .imgTBox>img {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}

.imgStyle_13_1 .cont {
    float: right;
    display: inline-block;
    width: calc(100% - 130px);
}

.imgStyle_13_1 .name {
    font-size: 16px;
    line-height: 2.5;
    padding-left: 10px;
    word-break: break-word;
}

.imgStyle_13_1 .subName {
    font-size: 12px;
    color: #666;
    padding-left: 10px;
    word-break: break-word;
}

.imgStyle_13_1 .left {
    position: relative;
    float: left;
    width: 130px;
    height: auto;
}

.imgStyle_13_1 .image-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.imgStyle_13_1 .cont .btn {
    padding-left: 10px;
}

.imgStyle_13_1 .cont .btnSet {
    width: auto;
    height: 25px;
    line-height: 25px;
    display: block;
    border: 1px solid #7d7d7d;
    color: #333;
    text-align: center;
    margin-right: 40%;
    margin-top: 10px;
    word-break: break-all;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .imgStyle_13_1 .imgTextLi {
        width: 100%;
        margin-bottom: 4%;
    }
    .imgStyle_13_1 .cont {
        width: calc(100% - 130px);
    }
    .imgStyle_13_1 .name {
        font-size: 16px;
    }
}


/*pc*/

#image_style_13_1_1595993163540 ul li {
    width: 100%;
}

#image_style_13_1_1595993163540 ul li.imgTextLi {
    margin-bottom: 1%;
}

#image_style_13_1_1595993163540 ul li.imgTextLi .left {
    width: 659px;
}

#image_style_13_1_1595993163540 ul li.imgTextLi .cont {
    width: calc(100% - 659px);
}

@media screen and (max-width: 1024px) {
    /*ipad*/
    #image_style_13_1_1595993163540 ul li {
        width: 100%;
    }
    #image_style_13_1_1595993163540 ul li.imgTextLi {
        margin-bottom: 1%;
    }
    #image_style_13_1_1595993163540 ul li.imgTextLi .left {
        width: 467px;
    }
    #image_style_13_1_1595993163540 ul li.imgTextLi .cont {
        width: calc(100% - 467px);
    }
}

@media screen and (max-width: 768px) {
    /*mobi*/
    #image_style_13_1_1595993163540 ul li {
        width: 100%;
    }
    #image_style_13_1_1595993163540 ul li.imgTextLi {
        margin-bottom: 2%;
    }
    #image_style_13_1_1595993163540 ul li.imgTextLi .left {
        width: 1px;
    }
    #image_style_13_1_1595993163540 ul li.imgTextLi .cont {
        width: calc(100% - 1px);
    }
}

.blank_new01 {
    width: 100%;
    height: 100%;
}

.blank_new01 .roundcs {
    width: 100%;
    height: 100%;
    background: rgba(7, 126, 244, 0.7);
    box-sizing: border-box;
}

#image_style_01_1595993163568 .CompatibleImg img {
    width: 100%;
    height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1595993163568 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1595993163568 .CompatibleImg img {
        width: 100%;
        height: auto;
        margin-left: 0px
    }
}

#image_style_01_1595993163568 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_1595993634260 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1595993634260 .CompatibleImg img {
        width: 100%;
        height: auto;
        margin-left: 0px
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1595993634260 .CompatibleImg img {
        width: 100%;
        height: auto;
        margin-left: 0px
    }
}

#image_style_01_1595993634260 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_1595993634275 .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_1595993634275 .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_1595993634275 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

#image_style_01_1595993634275 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

.blank_new01 {
    width: 100%;
    height: 100%;
}

.blank_new01 .roundcs {
    width: 100%;
    height: 100%;
    background: rgba(7, 126, 244, 0.7);
    box-sizing: border-box;
}

.imgStyle_13_1 {
    width: 100%;
}

.imgStyle_13_1 * {
    font-size: '微软雅黑';
}

.imgStyle_13_1 .imgTextUl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.imgStyle_13_1 .imgTextLi {
    overflow: hidden;
    margin-bottom: 2%;
    box-sizing: border-box;
}

.imgStyle_13_1 li {
    width: 32%;
}

.imgStyle_13_1 .imgTextLi .left {
    width: 130px;
}

.imgStyle_13_1 .imgTBox {
    text-align: left;
    float: left;
    display: inline-block;
    height: 100%;
}

.imgStyle_13_1 .imgTBox>img {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}

.imgStyle_13_1 .cont {
    float: right;
    display: inline-block;
    width: calc(100% - 130px);
}

.imgStyle_13_1 .name {
    font-size: 16px;
    line-height: 2.5;
    padding-left: 10px;
    word-break: break-word;
}

.imgStyle_13_1 .subName {
    font-size: 12px;
    color: #666;
    padding-left: 10px;
    word-break: break-word;
}

.imgStyle_13_1 .left {
    position: relative;
    float: left;
    width: 130px;
    height: auto;
}

.imgStyle_13_1 .image-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.imgStyle_13_1 .cont .btn {
    padding-left: 10px;
}

.imgStyle_13_1 .cont .btnSet {
    width: auto;
    height: 25px;
    line-height: 25px;
    display: block;
    border: 1px solid #7d7d7d;
    color: #333;
    text-align: center;
    margin-right: 40%;
    margin-top: 10px;
    word-break: break-all;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .imgStyle_13_1 .imgTextLi {
        width: 100%;
        margin-bottom: 4%;
    }
    .imgStyle_13_1 .cont {
        width: calc(100% - 130px);
    }
    .imgStyle_13_1 .name {
        font-size: 16px;
    }
}


/*pc*/

#image_style_13_1_1595993634067 ul li {
    width: 47%;
}

#image_style_13_1_1595993634067 ul li.imgTextLi {
    margin-bottom: 6%;
}

#image_style_13_1_1595993634067 ul li.imgTextLi .left {
    width: 50px;
}

#image_style_13_1_1595993634067 ul li.imgTextLi .cont {
    width: calc(100% - 50px);
}

@media screen and (max-width: 1024px) {
    /*ipad*/
    #image_style_13_1_1595993634067 ul li {
        width: 47%;
    }
    #image_style_13_1_1595993634067 ul li.imgTextLi {
        margin-bottom: 6%;
    }
    #image_style_13_1_1595993634067 ul li.imgTextLi .left {
        width: 050px;
    }
    #image_style_13_1_1595993634067 ul li.imgTextLi .cont {
        width: calc(100% - 050px);
    }
}

@media screen and (max-width: 768px) {
    /*mobi*/
    #image_style_13_1_1595993634067 ul li {
        width: 100%;
    }
    #image_style_13_1_1595993634067 ul li.imgTextLi {
        margin-bottom: 2%;
    }
    #image_style_13_1_1595993634067 ul li.imgTextLi .left {
        width: 50px;
    }
    #image_style_13_1_1595993634067 ul li.imgTextLi .cont {
        width: calc(100% - 50px);
    }
}

.blank_new05.blank_area {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blank_new05 .roundcs {
    position: relative;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
    border: 1px solid #1badf8;
}

.blank_new06.blank_area {
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.blank_new06 .roundcs {
    float: left;
    height: 100%;
    position: relative;
    border: 1px solid #1badf8;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

#div_blank_new06_1588833175912 {
    width: auto !important;
}

.blank_new06.blank_area {
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.blank_new06 .roundcs {
    float: left;
    height: 100%;
    position: relative;
    border: 1px solid #1badf8;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

#div_blank_new06_1588834903148 {
    width: auto !important;
}

.blank_new05.blank_area {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blank_new05 .roundcs {
    position: relative;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
    border: 1px solid #1badf8;
}

.blank_new05.blank_area {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blank_new05 .roundcs {
    position: relative;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
    border: 1px solid #1badf8;
}

.blank_new06.blank_area {
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.blank_new06 .roundcs {
    float: left;
    height: 100%;
    position: relative;
    border: 1px solid #1badf8;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

#div_blank_new06_1588835562169 {
    width: auto !important;
}

#image_style_01_1588835601962 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1588835601962 .CompatibleImg img {
        width: 100%;
        height: auto;
        margin-left: 0px
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1588835601962 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1588835601962 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;
}

.footerCustom_01 {
    width: 100%;
    position: relative;
}

.footerCustom_01 * {
    box-sizing: border-box;
}

.footerCustom_01 .miniMenu *,
.footerCustom_01 .menuUl li * {
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background, height, padding;
    -moz-transition-property: background, height, padding;
    -moz-transition-property: background, height, padding;
    transition-property: background, height, padding;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.footerCustom_01 .dflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footerCustom_01 .rflex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: left\0;
    white-space: nowrap;
    overflow: hidden;
}

.footerCustom_01 ul,
.footerCustom_01 li {
    padding: 0;
    margin: 0px;
    list-style: none
}

.footerCustom_01 .menuLayout {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.footerCustom_01 .menuLayout:after {
    content: '';
    display: block;
    clear: both;
}

.footerCustom_01 .menuUl_box {
    position: relative;
    width: 100%;
    text-align: center;
}

.footerCustom_01 .menuUl {
    position: relative;
    width: 100%;
    text-align: center;
}

.footerCustom_01 .menuUl>li {
    position: relative;
}

.footerCustom_01 .menuUl>li>a {
    background: rgba(0, 0, 0, 0.0);
    position: relative;
    text-decoration: none;
    font-size: 16px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    letter-spacing: normal;
    white-space: nowrap;
    color: #333d5f;
    line-height: 44px;
    padding: 0;
    padding: 0 1em\0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.footerCustom_01 .menuUl>li>a span {
    display: block;
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, .3);
    font-size: 12px;
}

.footerCustom_01 .menuUl #hot>a span {
    color: inherit;
}

.footerCustom_01 .menuUl02 {
    left: 50%;
    width: 100%;
}

.footerCustom_01 .menuUl>li>#menuLogo {
    height: 85%;
}

.footerCustom_01 .menuUl02 .subMenu02 {
    position: relative;
    color: #333d5f;
    font-size: 14px;
    line-height: 28px;
}

.footerCustom_01 .menuUl02 .subMenu02>a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.footerCustom_01 .menuUl02 .subMenu02>a .fa {
    float: right;
    padding-right: 6px;
    line-height: inherit;
}

.footerCustom_01 .menuUl02 .subMenu02:hover .menuUl03 {
    display: block;
}

.footerCustom_01 .menuUl02 .subMenu02:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.footerCustom_01 .menuUl02 .subMenu02:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.footerCustom_01 .menuUl03 {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
}

.footerCustom_01 .menuUl03 .subMenu03 {
    line-height: 40px;
    margin-left: 10px;
}

.footerCustom_01 .menuUl03 .subMenu03>a {
    color: #17233d;
    background: #333d5f;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.footerCustom_01 .menuUl03 .subMenu03:first-child a {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.footerCustom_01 .menuUl03 .subMenu03:last-child a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.footerCustom_01 .rflex {
    position: relative;
}

.footerCustom_01 .maxWidth {
    margin: auto;
}

.footerCustom_01 .subBox {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(238, 238, 238, 0.85);
    display: none;
}

.footerCustom_01 .subBox .subBoxContent {
    padding: 15px;
    text-align: left;
    overflow: hidden;
}

.footerCustom_01 .subBox .subBoxContent .subItems {
    overflow: hidden;
    display: none;
}

.footerCustom_01 .subBox .sublm {
    float: left;
    width: calc(100% - 440px);
    min-height: 10px;
}

.footerCustom_01 .subBox .sublm>div {
    clear: both;
    overflow: hidden;
    margin: 8px 0;
}

.footerCustom_01 .subBox .subImgsbox {
    float: left;
    width: 440px;
    height: 160px;
}

.footerCustom_01 .subBox .subImgsbox>a {
    display: block;
    height: 100%;
    float: right;
    width: calc((100% - 20px)/2);
    margin-left: 20px;
}

.footerCustom_01 .subBox .subImgsbox>a:last-child {
    margin-left: 0;
}

.footerCustom_01 .subBox .subImgsbox>a>div.subImg {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.footerCustom_01 .subBox .subImgsbox>a>div.subImg span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 5px;
    background: rgba(255, 255, 255, .8);
    color: #17233d;
    font-size: 12px;
}

.footerCustom_01 .subBox p {
    overflow: hidden;
    float: left;
}

.footerCustom_01 .subBox p:first-child {
    margin-right: 10px;
    width: 100px;
}

.footerCustom_01 .subBox p:last-child {
    width: calc(100% - 110px);
}

.footerCustom_01 .subBox .subMenu02 {
    font-size: 14px;
    margin-bottom: 5px;
    clear: both;
    color: #17233d;
    line-height: 28px;
}

.footerCustom_01 .imgIco {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.footerCustom_01 .imgIco img {
    width: auto;
    height: 100%;
    vertical-align: top;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%);
}

#footerCustom_footerDh_01_1592796389045 .menuUl02 .subMenu02>a .fa {
    position: absolute;
    top: 0;
    right: 0;
}


/*pc*/

#footerCustom_footerDh_01_1592796389045 .footerCustom_01 .menuUl>li {
    min-width: calc(100% / 2);
    max-width: calc(100% / 2);
}

@media screen and (max-width: 1024px) {
    /*pad*/
    #footerCustom_footerDh_01_1592796389045 .footerCustom_01 .menuUl>li {
        min-width: calc(100% / 2);
        max-width: calc(100% / 2);
    }
}

@media screen and (max-width: 768px) {
    /*mobi*/
    #footerCustom_footerDh_01_1592796389045 .footerCustom_01 .menuUl>li {
        min-width: calc(100% / 4);
        max-width: calc(100% / 4);
    }
}

.footerText_01 {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 10px;
    background: #a2a3e9;
}

.footerText_01 .text_list {
    display: flex;
    flex-wrap: wrap;
}

.footerText_01 .conDiv {
    flex: 1;
    align-items: center;
}

.footerText_01 .conDiv .title_box a {
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footerText_01 .conDiv .sub_title a {
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width:768px) {
    .footerText_01 .conDiv {
        width: 50%;
        min-width: 50%;
        max-width: 50%;
        float: left;
    }
}


/*pc*/

#footerCustom_textlist_01_1595986804345 .footerText_01 .conDiv {
    min-width: calc(100% / 1);
    max-width: calc(100% / 1);
}

@media screen and (max-width: 1024px) {
    /*pad*/
    #footerCustom_textlist_01_1595986804345 .footerText_01 .conDiv {
        min-width: calc(100% / 1);
        max-width: calc(100% / 1);
    }
}

@media screen and (max-width: 768px) {
    /*mobi*/
    #footerCustom_textlist_01_1595986804345 .footerText_01 .conDiv {
        min-width: calc(100% / 4);
        max-width: calc(100% / 4);
    }
}

.blank_new01 {
    width: 100%;
    height: 100%;
}

.blank_new01 .roundcs {
    width: 100%;
    height: 100%;
    background: rgba(7, 126, 244, 0.7);
    box-sizing: border-box;
}


/* 清除浮动 */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.online-service-style01 {
    display: none
}

.online-service .wrapper {
    padding: 5px 0;
    background-color: #fff
}

.online-service .close,
.online-service .button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.online-service.right .button div {
    text-align: right;
    padding-right: 5px
}

.online-service.left .button div {
    text-align: left;
    padding-left: 5px
}

.online-service .header,
.online-service .footer {
    height: 25px;
    line-height: 25px;
    padding: 0 .5em;
}

.online-service .header {
    border-bottom: 1px solid #eee
}

.online-service .footer {
    border-top: 1px solid #eee;
    font-size: 12px
}

.online-service.right .footer {
    text-align: right
}

.online-service.left .footer {
    text-align: left
}

.online-service .content {
    padding: .5em 1em
}

.ol-qq-online .qq-btn {
    float: left;
    margin-right: .5em
}

.ol-qq-online .qq-btn img {
    float: left
}

.ol-qq-online {
    line-height: 25px
}

.ol-image img {
    width: 100%
}


/*----------------------电脑板式样式----------------------*/

body>.online-service {
    display: block !important;
}


/*----------------------平板板式样式----------------------*/

@media screen and (min-width:641px) and (max-width:1200px) {
    body>.online-service {
        display: block !important;
    }
}


/*----------------------手机板式样式----------------------*/

@media screen and (max-width:640px) {
    body>.online-service {
        display: none !important;
    }
}

.bottomMenu {
    width: 100%;
    box-sizing: border-box;
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 999999;
}

.bottomMenu ul {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    border-top: 1px solid #ddd;
    box-shadow: 0 0px 6px rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottomMenu ul li {
    position: relative;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bottomMenu ul li .menuItem {
    position: relative;
}

.bottomMenu ul li .menuIco {
    width: 26px;
    height: 26px;
    overflow: hidden;
    margin: 0 auto 4px;
}

.bottomMenu ul li .menuIco img {
    width: 100%;
    height: 100%;
    padding: 2px 1px 0;
    box-sizing: border-box;
}

.bottomMenu ul li .menuName {
    font-size: 12px;
    white-space: nowrap;
    margin: auto;
    text-align: center;
    color: #666666;
    line-height: 1;
    font-family: Microsoft YaHei;
}

.bottomMenu ul li .submenuItems {
    position: absolute;
    bottom: 48px;
    z-index: 999999;
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0px 6px rgba(0, 0, 0, .1);
}

.bottomMenu ul li .submenuItems a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #333;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width:767px) {
    .bottomMenu {
        display: block;
    }
    body {
        padding-bottom: 55px !important;
    }
}