/**
    *�༭��         \View\css\diy\editPageComm.css
    *�༭��-Ԥ��    \View\css\diy\pageCom.css
    *�༭��-����    \Model\viewsRes\publish\comm.css
*/

/*----------------��������----------------*/
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;
}




#user_style_05_1584698012765 {
    width: 24%;
    position: absolute;
    left: 25%;
    top: 5px;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #user_style_05_1584698012765 {
        width: 24%;
        top: 0px;
        left: 25%;
    }
}

@media screen and (max-width:640px) {
    #user_style_05_1584698012765 {
        width: 24%;
        top: 0.932737782448765px;
        left: 25%;
    }
}

#user_style_05_1584698012765 .textSet {
    font-size: 13px;
    line-height: 30px;
    height: 30px;
}

#user_style_05_1584698012765 .textSet:hover {
    color: #c81118;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #user_style_05_1584698012765 .textSet {
        font-size: 12px;
    }
}

#text_style_01_1585726384524 {
    width: 6.6%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 5px;
    left: 65%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585726384524 {
        z-index: 3;
        width: 6.6%;
        top: 0px;
        left: 65%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1585726384524 {
        width: 6.6%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 0.932737782448765px;
        left: 65%;
        display: block;
    }
}

#text_style_01_1585726384524>.view_contents {
    font-size: 13px;
    line-height: 30px;
    color: #666666;
    text-align: center;
}

#text_style_01_1585726384524 .view_contents:hover {
    color: #c81118;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585726384524>.view_contents {
        font-size: 12px;
    }
}

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

#text_style_01_1585726512297 {
    width: 6.666666666666667%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 5px;
    left: 72%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585726512297 {
        z-index: 3;
        width: 6.666666666666667%;
        top: 0px;
        left: 72%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1585726512297 {
        width: 6.666666666666667%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 0.932737782448765px;
        left: 72%;
        display: block;
    }
}

#text_style_01_1585726512297>.view_contents {
    font-size: 13px;
    line-height: 30px;
    color: #666666;
    text-align: center;
}

#text_style_01_1585726512297 .view_contents:hover {
    color: #c81118;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585726512297>.view_contents {
        font-size: 12px;
    }
}

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

#text_style_01_1585726567167 {
    width: 6.666666666666667%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 5px;
    left: 79%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585726567167 {
        z-index: 3;
        width: 6.666666666666667%;
        top: 0px;
        left: 79%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1585726567167 {
        width: 6.666666666666667%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 0.932737782448765px;
        left: 79%;
        display: block;
    }
}

#text_style_01_1585726567167>.view_contents {
    font-size: 13px;
    line-height: 30px;
    color: #666666;
    text-align: center;
}

#text_style_01_1585726567167 .view_contents:hover {
    color: #c81118;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585726567167>.view_contents {
        font-size: 12px;
    }
}

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

#text_style_01_1585726675965 {
    width: 6.666666666666667%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 5px;
    left: 86%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585726675965 {
        z-index: 3;
        width: 6.666666666666667%;
        top: 0px;
        left: 86%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1585726675965 {
        width: 6.666666666666667%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 0.932737782448765px;
        left: 86%;
        display: block;
    }
}

#text_style_01_1585726675965>.view_contents {
    font-size: 13px;
    line-height: 30px;
    color: #666666;
    text-align: center;
}

#text_style_01_1585726675965 .view_contents:hover {
    color: #c81118;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585726675965>.view_contents {
        font-size: 12px;
    }
}

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

#text_style_01_1585726738921 {
    width: 6.666666666666667%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 5px;
    left: 93%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585726738921 {
        z-index: 3;
        width: 6.666666666666667%;
        top: 0px;
        left: 93%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1585726738921 {
        width: 6.666666666666667%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 0.932737782448765px;
        left: 93%;
        display: block;
    }
}

#text_style_01_1585726738921>.view_contents {
    font-size: 13px;
    line-height: 30px;
    color: #666666;
    text-align: center;
}

#text_style_01_1585726738921 .view_contents:hover {
    color: #c81118;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585726738921>.view_contents {
        font-size: 12px;
    }
}

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

#text_style_01_1585726957100 {
    width: 20%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 5px;
    left: 0%;
    z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585726957100 {
        z-index: 3;
        width: 20%;
        top: 0px;
        left: 0%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1585726957100 {
        width: 20%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 0.932737782448765px;
        left: 0%;
        display: block;
    }
}

#text_style_01_1585726957100>.view_contents {
    font-size: 13px;
    line-height: 30px;
    color: #666666;
    text-align: left;
}

#text_style_01_1585726957100 .view_contents:hover {
    color: #c81118;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585726957100>.view_contents {
        font-size: 12px;
    }
}

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

#div_a_includeBlock_1584698083001 {
    width: 1200px;
    height: 40px;
    position: absolute;
    left: calc(50% - 600px);
    top: 0px;
    z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1584698083001 {
        left: 1%;
        width: 98%;
        top: 0px;
        height: 30px;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1584698083001 {
        width: 223.8570677877036px;
        top: 0px;
        left: calc(50% - 600px);
        height: 120.93273778244877px;
    }
}

#div_a_includeBlock_1584231565437 {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 2;
    display: block;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1584231565437 {
        top: 0px;
        left: 0%;
        width: 100%;
        height: 30px;
        display: block;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1584231565437 {
        width: 355px;
        height: 120.93273778244877px;
        top: 10px;
        left: 10px;
        display: none;
    }
}

#div_a_includeBlock_1584231565437 {
    background: #eeeeee;
}


#image_logo_1575606105555 {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 29px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_logo_1575606105555 {
        width: 40px;
        top: 20px;
        left: 1%;
        height: 40px;
    }
}

@media screen and (max-width:640px) {
    #image_logo_1575606105555 {
        width: 30px;
        top: 10px;
        left: 0%;
        height: 30px;
    }
}

#text_style_01_1585527397611 {
    width: 15%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 5.5%;
    top: 35px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585527397611 {
        left: 6%;
        width: 15%;
        top: 20px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1585527397611 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 10px;
        left: 40px;
        display: block;
    }
}

#text_style_01_1585527397611>.view_contents {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: 3px;
    height: 32px;
    color: #333333;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585527397611>.view_contents {
        font-size: 20px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1585527397611>.view_contents {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 30px;
    }
}

#text_style_01_1585527555410 {
    width: 11.2%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 6.7%;
    top: 65px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585527555410 {
        width: 15%;
        top: 45px;
        left: 6%;
    }
}

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

#text_style_01_1585527555410>.view_contents {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0px;
    height: 20px;
    color: #666666;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585527555410>.view_contents {
        font-size: 12px;
    }
}

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

#text_style_01_1585527709784 {
    width: 15%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 20%;
    top: 50px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585527709784 {
        width: 15%;
        top: 30px;
        left: 20%;
    }
}

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

#text_style_01_1585527709784>.view_contents {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0px;
    height: 20px;
    font-family: KaiTi_GB2312;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585527709784>.view_contents {
        font-size: 12px;
    }
}

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

#searchbox_style_01_1585527850092 {
    width: 40.0%;
    position: absolute;
    left: 37%;
    top: 29px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #searchbox_style_01_1585527850092 {
        left: 35%;
        width: 40.0%;
        top: 22.305833333333332px;
    }
}

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

#searchbox_style_01_1585527850092>.view_contents {
    overflow: visible;
}

#searchbox_style_01_1585527850092 .inputSet {
    border-width: 2px;
    border-color: #c81118;
    padding-left: 45px;
}

#searchbox_style_01_1585527850092 .btnaSet {
    border-width: 2px;
    border-style: solid;
    border-color: #c81118;
    border-left: none !important;
    background: #c81118;
    font-family: Microsoft YaHei;
    color: #ffffff;
    font-size: 15px;
}

#searchbox_style_01_1585527850092 .kwSet {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    margin-right: 5px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #searchbox_style_01_1585527850092 .btnaSet {
        height: 32px;
    }
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #searchbox_style_01_1585527850092 .inputSet {
        height: 32px;
    }
}

#cart_style_12_1585528286589 {
    width: 165px;
    height: 42px;
    left: 85%;
    top: 29px;
    position: absolute;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #cart_style_12_1585528286589 {
        width: 16%;
        height: 32.305px;
        left: 83%;
        top: 22.305833333333332px;
    }
}

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

#cart_style_12_1585528286589 .textSet {
    font-size: 13px;
    border-width: 0px;
    border-style: none;
}

#cart_style_12_1585528286589 .numtSet {
    background: #c81118;
}


#text_style_01_1585804743620 {
    width: 50%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 5px;
    left: 35%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585804743620 {
        width: 50%;
        top: 3.845833333333333px;
        left: 30%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1585804743620 {
        width: 50%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 1.4791666666666667px;
        left: 35%;
    }
}

#text_style_01_1585804743620>.view_contents {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    line-height: 30px;
    text-align: left;
}

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

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

#image_style_01_1585804743626 {
    width: 15%;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 20%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1585804743626 {
        width: 15%;
        top: 10px;
        left: 10%;
        height: 20px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1585804743626 {
        width: 15%;
        top: 2.9583333333333335px;
        left: 20%;
        height: 5.916666666666667px;
    }
}

#image_style_01_1585804743626>.view_contents {
    overflow: visible;
}

#div_a_includeBlock_1585804743430 {
    width: 20%;
    height: 40px;
    position: absolute;
    top: 110px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1585804743430 {
        top: 90px;
        width: 200px;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1585804743430 {
        width: 20%;
        height: 91.47916666666667px;
        top: 38.579166666666666px;
        left: 40%;
        display: none;
    }
}

#div_a_includeBlock_1585804743430 {
    background-size: contain;
    background: #c81118;
}

#div_a_includeBlock_1585804743430:hover {
    background-size: contain;
    background: #bc1016;
}

#dh_style_39_1585705471054 {
    width: 60%;
    z-index: 999;
    position: absolute;
    left: 21%;
    top: 110px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #dh_style_39_1585705471054 {
        z-index: 999;
        top: 90px;
        left: 210px;
    }
}

@media screen and (max-width:640px) {
    #dh_style_39_1585705471054 {
        width: 44px;
        z-index: 999;
        top: 3px;
        left: 87.77777777777777%;
        display: block;
    }
}

#dh_style_39_1585705471054>.view_contents {
    overflow: visible;
}

#dh_style_39_1585705471054 .mainMenuSet {
    line-height: 40px;
    height: 40px;
    font-size: 15px;
}

#dh_style_39_1585705471054 .mainMenuSet:hover {
    color: #c81118;
    font-weight: bold;
    font-size: 15px;
}

#dh_style_39_1585705471054 #hot>a {
    color: #c81118;
    font-weight: bold;
    font-size: 15px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #dh_style_39_1585705471054 .mainMenuSet {
        font-size: 14px;
    }
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #dh_style_39_1585705471054 .mainMenuSet:hover {
        font-size: 14px;
    }
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #dh_style_39_1585705471054 #hot>a {
        font-size: 14px;
    }
}

#image_style_01_1585528513434 {
    width: 16.666666666666664%;
    height: 60px;
    position: absolute;
    left: 83.33333333333334%;
    top: 90px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1585528513434 {
        height: 44px;
        top: 80px;
        left: 83%;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1585528513434 {
        width: 56.33802816901409%;
        height: 60px;
        top: 38.579166666666666px;
        left: 21.830985915492956%;
        display: none;
    }
}

#image_style_01_1585528513434>.view_contents {
    overflow: visible;
}

#div_a_includeBlock_1584231602829 {
    width: 1200px;
    height: 150px;
    position: absolute;
    top: 40px;
    left: calc(50% - 600px);
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1584231602829 {
        top: 30px;
        left: 0%;
        width: 100%;
        height: 130px;
    }
}

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

#div_a_includeBlock_1584231602829>.view_contents {
    overflow: visible;
}

#div_a_includeBlock_1584231602829 {
    background: transparent;
}

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

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

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

#comm_layout_header>.view_contents {
    overflow: visible;
}

#comm_layout_header {
    background-position: 50% 100% !important;
    background-size: auto;
    background-attachment: fixed;
    background-repeat: repeat-x !important;
    background: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-color: #c81118;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #comm_layout_header {
        background-position: 50% 100% !important;
    }
}



#newsDetail_style_02_1578468457564 {
    width: 80%;
    left: 10%;
    top: 40px;
    position: absolute;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #newsDetail_style_02_1578468457564 {
        top: 20px;
        width: 96%;
        left: 2%;
    }
}

@media screen and (max-width:640px) {
    #newsDetail_style_02_1578468457564 {
        width: 96%;
        left: 2%;
        top: 20px;
    }
}

#newsDetail_style_02_1578468457564>.view_contents {
    overflow: hidden;
}

#newsDetail_style_02_1578468457564 .titleSet {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    line-height: 60px;
    height: 60px;
}

#newsDetail_style_02_1578468457564 .newsInfoSet {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

#newsDetail_style_02_1578468457564 .detailSet {
    font-size: 14px;
    font-family: Microsoft YaHei;
    line-height: 24px;
    height: 120px;
}

#newsDetail_style_02_1578468457564 .contSet {
    font-family: Microsoft YaHei;
    line-height: 36px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}

#newsDetail_style_02_1578468457564 .backnewsSet {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #7f7f7f;
}

#newsDetail_style_02_1578468457564 .nextnewsSet {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #4c4c4c;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #newsDetail_style_02_1578468457564 .titleSet {
        font-size: 20px;
    }
}

@media screen and (max-width:640px) {
    #newsDetail_style_02_1578468457564 .titleSet {
        font-size: 16px;
        line-height: 20px;
        height: 20px;
        text-shadow: transparent 0px 0px 0px;
    }
}

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

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

@media screen and (max-width:640px) {
    #newsDetail_style_02_1578468457564 .contSet {
        font-size: 14px;
    }
}

#div_a_includeBlock_1578468457353 {
    width: 100%;
    height: 471px;
    position: absolute;
    top: 30px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1578468457353 {
        left: 0%;
        top: 20px;
        height: 451px;
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1578468457353 {
        width: 100%;
        height: 411px;
        top: 10px;
        left: 0%;
    }
}

#div_a_includeBlock_1578468457353>.view_contents {
    overflow: hidden;
}

#div_a_includeBlock_1578468457353 {
    background: #ffffff;
}

#layout_1578468457337 {
    height: 501px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1578468457337 {
        height: 471px;
    }
}

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

#layout_1578468457337>.view_contents {
    max-width: 1200px;
    overflow: hidden;
}

#layout_1578468457337 {
    background: #eeeeee;
}


#div_a_includeBlock_1578469285908 {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1578469285908 {
        height: 20px;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1578469285908 {
        width: 100%;
        height: 10px;
        top: 0px;
        left: 0%;
    }
}

#div_a_includeBlock_1578469285908 {
    background: #ffffff;
}

#layout_1506318122695 {
    height: 70px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1506318122695 {
        height: 40px;
    }
}

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

#layout_1506318122695>.view_contents {
    overflow: visible;
    max-width: 1200px;
}

#layout_1506318122695 {
    background: #eeeeee;
}


#qqol_style_01_1575620923404 {
    width: 17.497348886532343%;
    position: absolute;
    top: 7px;
    left: 41.25132555673383%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #qqol_style_01_1575620923404 {
        top: 10px;
        left: 295px;
        width: 333px;
    }
}

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

#qqol_style_01_1575620923404>.view_contents {
    overflow: visible;
}



#text_style_01_1579311980238 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1579311980238 {
        z-index: 3;
        width: 100%;
        top: 0px;
        left: 0%;
    }
}

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

#text_style_01_1579311980238>.view_contents {
    font-size: 18px;
    line-height: 30px;
    color: #e5e5e5;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1579311980238>.view_contents {
        font-size: 13.015581944444445px;
    }
}

#text_style_01_1579312014094 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 40px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1579312014094 {
        z-index: 3;
        width: 100%;
        top: 30.766666666666666px;
        left: 0%;
    }
}

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

#text_style_01_1579312014094>.view_contents {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

#text_style_01_1579312014094 .view_contents:hover {
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1579312014094>.view_contents {
        font-size: 12px;
    }
}

#text_style_01_1585483374429 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 70px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483374429 {
        z-index: 3;
        width: 100%;
        top: 53.84166666666667px;
        left: 0%;
    }
}

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

#text_style_01_1585483374429>.view_contents {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

#text_style_01_1585483374429 .view_contents:hover {
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483374429>.view_contents {
        font-size: 12px;
    }
}

#text_style_01_1585483385755 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 100px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483385755 {
        z-index: 3;
        width: 100%;
        top: 76.91666666666667px;
        left: 0%;
    }
}

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

#text_style_01_1585483385755>.view_contents {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

#text_style_01_1585483385755 .view_contents:hover {
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483385755>.view_contents {
        font-size: 12px;
    }
}

#text_style_01_1585483397202 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 130px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483397202 {
        z-index: 3;
        width: 100%;
        top: 99.99166666666666px;
        left: 0%;
    }
}

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

#text_style_01_1585483397202>.view_contents {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

#text_style_01_1585483397202 .view_contents:hover {
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483397202>.view_contents {
        font-size: 12px;
    }
}

#text_style_01_1585483411076 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 160px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483411076 {
        z-index: 3;
        width: 100%;
        top: 123.06666666666666px;
        left: 0%;
    }
}

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

#text_style_01_1585483411076>.view_contents {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

#text_style_01_1585483411076 .view_contents:hover {
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483411076>.view_contents {
        font-size: 12px;
    }
}

#div_a_includeBlock_1578303272572 {
    width: 15%;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 2%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1578303272572 {
        width: 15%;
        top: 0px;
        left: 2%;
        height: 153.06666666666666px;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1578303272572 {
        width: 100%;
        height: 44px;
        top: 0px;
        left: 0%;
        display: none;
    }
}


#text_style_01_1578304240487 {
    width: 50%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 95px;
    left: 0%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1578304240487 {
        z-index: 3;
        width: 50%;
        top: 73.07083333333334px;
        left: 0%;
    }
}

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

#text_style_01_1578304240487>.view_contents {
    font-size: 12px;
    line-height: 28px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1578304240487>.view_contents {
        font-size: 12px;
    }
}

#image_style_01_1578304752776 {
    width: 50%;
    height: 90px;
    position: absolute;
    left: 0%;
    top: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1578304752776 {
        left: 0%;
        width: 50%;
        top: 0px;
        height: 69.225px;
    }
}

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

#image_style_01_1578304752776>.view_contents {
    overflow: visible;
}

#image_style_01_1578304855901 {
    width: 50%;
    height: 90px;
    position: absolute;
    left: 50%;
    top: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1578304855901 {
        width: 50%;
        top: 0px;
        left: 50%;
        height: 69.225px;
    }
}

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

#image_style_01_1578304855901>.view_contents {
    overflow: visible;
}

#text_style_01_1578304868358 {
    width: 50%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 95px;
    left: 50%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1578304868358 {
        z-index: 3;
        width: 50%;
        top: 73.07083333333334px;
        left: 50%;
    }
}

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

#text_style_01_1578304868358>.view_contents {
    font-size: 12px;
    line-height: 28px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1578304868358>.view_contents {
        font-size: 12px;
    }
}

#text_style_01_1585482891586 {
    width: 75%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 130px;
    left: 25%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585482891586 {
        z-index: 3;
        width: 75%;
        top: 99.99166666666666px;
        left: 25%;
    }
}

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

#text_style_01_1585482891586>.view_contents {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585482891586>.view_contents {
        font-size: 17.748520833333334px;
    }
}

#image_style_01_1585483013233 {
    width: 20%;
    height: 36px;
    position: absolute;
    left: 2%;
    top: 135px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1585483013233 {
        width: 20%;
        top: 103.8375px;
        left: 2%;
        height: 27.69px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1585483013233 {
        width: 100%;
        height: 134px;
        top: 40px;
        left: 0%;
    }
}

#image_style_01_1585483013233>.view_contents {
    overflow: visible;
}

#text_style_01_1585483144359 {
    width: 75%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 160px;
    left: 25%;
    z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483144359 {
        z-index: 3;
        width: 75%;
        top: 123.06666666666666px;
        left: 25%;
    }
}

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

#text_style_01_1585483144359>.view_contents {
    font-size: 12px;
    line-height: 20px;
    color: #e5e5e5;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483144359>.view_contents {
        font-size: 12px;
    }
}

#div_a_includeBlock_1578304240250 {
    width: 22%;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 78%;
    z-index: 2;
    display: block;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1578304240250 {
        display: block;
        width: 22%;
        top: 0px;
        left: 78%;
        height: 159.99166666666667px;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1578304240250 {
        width: 100%;
        height: 235px;
        top: 44px;
        left: 0%;
        display: none;
    }
}


#text_style_01_1585483442796 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483442796 {
        z-index: 3;
        width: 100%;
        top: 0px;
        left: 0%;
    }
}

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

#text_style_01_1585483442796>.view_contents {
    font-size: 18px;
    line-height: 30px;
    color: #e5e5e5;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483442796>.view_contents {
        font-size: 13.015581944444445px;
    }
}

#text_style_01_1585483442812 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 40px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483442812 {
        z-index: 3;
        width: 100%;
        top: 30.766666666666666px;
        left: 0%;
    }
}

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

#text_style_01_1585483442812>.view_contents {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

#text_style_01_1585483442812 .view_contents:hover {
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483442812>.view_contents {
        font-size: 12px;
    }
}

#text_style_01_1585483442818 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 70px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483442818 {
        z-index: 3;
        width: 100%;
        top: 53.84166666666667px;
        left: 0%;
    }
}

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

#text_style_01_1585483442818>.view_contents {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

#text_style_01_1585483442818 .view_contents:hover {
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483442818>.view_contents {
        font-size: 12px;
    }
}

#text_style_01_1585483442825 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 100px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483442825 {
        z-index: 3;
        width: 100%;
        top: 76.91666666666667px;
        left: 0%;
    }
}

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

#text_style_01_1585483442825>.view_contents {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

#text_style_01_1585483442825 .view_contents:hover {
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483442825>.view_contents {
        font-size: 12px;
    }
}

#text_style_01_1585483442830 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 130px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483442830 {
        z-index: 3;
        width: 100%;
        top: 99.99166666666666px;
        left: 0%;
    }
}

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

#text_style_01_1585483442830>.view_contents {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

#text_style_01_1585483442830 .view_contents:hover {
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483442830>.view_contents {
        font-size: 12px;
    }
}

#div_a_includeBlock_1585483442484 {
    width: 15%;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 17%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1585483442484 {
        width: 15%;
        top: 0px;
        left: 17%;
        height: 129.99166666666667px;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1585483442484 {
        width: 100%;
        height: 44px;
        top: 279px;
        left: 0%;
        display: none;
    }
}


#text_style_01_1585483464721 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483464721 {
        z-index: 3;
        width: 100%;
        top: 0px;
        left: 0%;
    }
}

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

#text_style_01_1585483464721>.view_contents {
    font-size: 18px;
    line-height: 30px;
    color: #e5e5e5;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483464721>.view_contents {
        font-size: 13.015581944444445px;
    }
}

#text_style_01_1585483464740 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 40px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483464740 {
        z-index: 3;
        width: 100%;
        top: 30.766666666666666px;
        left: 0%;
    }
}

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

#text_style_01_1585483464740>.view_contents {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

#text_style_01_1585483464740 .view_contents:hover {
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483464740>.view_contents {
        font-size: 12px;
    }
}

#text_style_01_1585483464744 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 70px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483464744 {
        z-index: 3;
        width: 100%;
        top: 53.84166666666667px;
        left: 0%;
    }
}

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

#text_style_01_1585483464744>.view_contents {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

#text_style_01_1585483464744 .view_contents:hover {
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483464744>.view_contents {
        font-size: 12px;
    }
}

#text_style_01_1585483464751 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 100px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483464751 {
        z-index: 3;
        width: 100%;
        top: 76.91666666666667px;
        left: 0%;
    }
}

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

#text_style_01_1585483464751>.view_contents {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

#text_style_01_1585483464751 .view_contents:hover {
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483464751>.view_contents {
        font-size: 12px;
    }
}

#text_style_01_1585483464757 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 130px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483464757 {
        z-index: 3;
        width: 100%;
        top: 99.99166666666666px;
        left: 0%;
    }
}

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

#text_style_01_1585483464757>.view_contents {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

#text_style_01_1585483464757 .view_contents:hover {
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483464757>.view_contents {
        font-size: 12px;
    }
}

#div_a_includeBlock_1585483464487 {
    width: 15%;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 32%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1585483464487 {
        width: 15%;
        top: 0px;
        left: 32%;
        height: 129.99166666666667px;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1585483464487 {
        width: 100%;
        height: 44px;
        top: 323px;
        left: 0%;
        display: none;
    }
}


#text_style_01_1585483490913 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483490913 {
        z-index: 3;
        width: 100%;
        top: 0px;
        left: 0%;
    }
}

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

#text_style_01_1585483490913>.view_contents {
    font-size: 18px;
    line-height: 30px;
    color: #e5e5e5;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483490913>.view_contents {
        font-size: 13.015581944444445px;
    }
}

#text_style_01_1585483490930 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 40px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483490930 {
        z-index: 3;
        width: 100%;
        top: 30.766666666666666px;
        left: 0%;
    }
}

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

#text_style_01_1585483490930>.view_contents {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

#text_style_01_1585483490930 .view_contents:hover {
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483490930>.view_contents {
        font-size: 12px;
    }
}

#text_style_01_1585483490936 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 70px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483490936 {
        z-index: 3;
        width: 100%;
        top: 53.84166666666667px;
        left: 0%;
    }
}

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

#text_style_01_1585483490936>.view_contents {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

#text_style_01_1585483490936 .view_contents:hover {
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483490936>.view_contents {
        font-size: 12px;
    }
}

#text_style_01_1585483490941 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 100px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483490941 {
        z-index: 3;
        width: 100%;
        top: 76.91666666666667px;
        left: 0%;
    }
}

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

#text_style_01_1585483490941>.view_contents {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

#text_style_01_1585483490941 .view_contents:hover {
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483490941>.view_contents {
        font-size: 12px;
    }
}

#div_a_includeBlock_1585483490669 {
    width: 15%;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 47%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1585483490669 {
        width: 15%;
        top: 0px;
        left: 47%;
        height: 106.91666666666667px;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1585483490669 {
        width: 100%;
        height: 44px;
        top: 367px;
        left: 0%;
        display: none;
    }
}


#text_style_01_1585483507193 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483507193 {
        z-index: 3;
        width: 100%;
        top: 0px;
        left: 0%;
    }
}

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

#text_style_01_1585483507193>.view_contents {
    font-size: 18px;
    line-height: 30px;
    color: #e5e5e5;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483507193>.view_contents {
        font-size: 13.015581944444445px;
    }
}

#text_style_01_1585483507212 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 40px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483507212 {
        z-index: 3;
        width: 100%;
        top: 30.766666666666666px;
        left: 0%;
    }
}

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

#text_style_01_1585483507212>.view_contents {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

#text_style_01_1585483507212 .view_contents:hover {
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483507212>.view_contents {
        font-size: 12px;
    }
}

#text_style_01_1585483507218 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 70px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483507218 {
        z-index: 3;
        width: 100%;
        top: 53.84166666666667px;
        left: 0%;
    }
}

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

#text_style_01_1585483507218>.view_contents {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

#text_style_01_1585483507218 .view_contents:hover {
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483507218>.view_contents {
        font-size: 12px;
    }
}

#text_style_01_1585483507222 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 100px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483507222 {
        z-index: 3;
        width: 100%;
        top: 76.91666666666667px;
        left: 0%;
    }
}

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

#text_style_01_1585483507222>.view_contents {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

#text_style_01_1585483507222 .view_contents:hover {
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483507222>.view_contents {
        font-size: 12px;
    }
}

#text_style_01_1585483507228 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 130px;
    left: 0%;
    z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483507228 {
        z-index: 3;
        width: 100%;
        top: 99.99166666666666px;
        left: 0%;
    }
}

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

#text_style_01_1585483507228>.view_contents {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

#text_style_01_1585483507228 .view_contents:hover {
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483507228>.view_contents {
        font-size: 12px;
    }
}

#div_a_includeBlock_1585483506947 {
    width: 15%;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 62%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1585483506947 {
        width: 15%;
        top: 0px;
        left: 62%;
        height: 129.99166666666667px;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1585483506947 {
        width: 100%;
        height: 44px;
        top: 411px;
        left: 0%;
        display: none;
    }
}

#text_style_01_1585483608170 {
    width: 80%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 220px;
    left: 10%;
    z-index: 3;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483608170 {
        z-index: 1;
        width: 90%;
        top: 160px;
        left: 5%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1585483608170 {
        width: 100%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 10px;
        left: 0%;
        display: block;
    }
}

#text_style_01_1585483608170>.view_contents {
    overflow: visible;
}

#text_style_01_1585483608170>.view_contents {
    color: #999999;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483608170>.view_contents {
        font-size: 12px;
    }
}

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

/*----------------------���԰�ʽ��ʽ----------------------*/
#text_style_01_1585483608170 {}

/*----------------------ƽ���ʽ��ʽ----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1585483608170 {}
}

/*----------------------�ֻ���ʽ��ʽ----------------------*/
@media screen and (max-width:640px) {
    #text_style_01_1585483608170 {}
}

#button_style_04_1585483667928 {
    width: 10%;
    left: 90%;
    top: 280px;
    position: absolute;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #button_style_04_1585483667928 {
        width: 10%;
        top: 215.36666666666667px;
        left: 90%;
    }
}

@media screen and (max-width:640px) {
    #button_style_04_1585483667928 {
        z-index: 3;
        width: 30%;
        top: 90px;
        left: 35%;
    }
}

#button_style_04_1585483667928>.view_contents {
    overflow: visible;
}

#button_style_04_1585483667928 .btnaSet {
    background: transparent;
    color: #aaaaaa;
    border-radius: initial;
    font-family: Microsoft YaHei;
    font-size: 14px;
}

#button_style_04_1585483667928 .btnaSet:hover {
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    font-family: Microsoft YaHei;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #button_style_04_1585483667928 .btnaSet {
        font-size: 12px;
        height: 30px;
    }
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #button_style_04_1585483667928 .btnaSet:hover {
        font-size: 12px;
    }
}

@media screen and (max-width:640px) {
    #button_style_04_1585483667928 .btnaSet {
        border-radius: 40px;
        height: 30px;
        text-shadow: transparent 0px 0px 0px;
        font-size: 12px;
    }
}

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

#image_style_01_1585483733968 {
    width: 10%;
    height: 36px;
    position: absolute;
    left: 30%;
    top: 280px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1585483733968 {
        left: 30%;
        width: 10%;
        top: 215.36666666666667px;
        height: 27.6px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1585483733968 {
        width: 10%;
        top: 82.83333333333333px;
        left: 30%;
        height: 10.65px;
        display: none;
    }
}

#image_style_01_1585483733968>.view_contents {
    overflow: visible;
}

#image_style_01_1585483819883 {
    width: 10%;
    height: 36px;
    position: absolute;
    left: 40%;
    top: 280px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1585483819883 {
        width: 10%;
        top: 215.36666666666667px;
        left: 40%;
        height: 27.69px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1585483819883 {
        width: 10%;
        top: 82.83333333333333px;
        left: 40%;
        height: 10.65px;
        display: none;
    }
}

#image_style_01_1585483819883>.view_contents {
    overflow: visible;
}

#image_style_01_1585483830047 {
    width: 10%;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 280px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1585483830047 {
        width: 10%;
        top: 215.36666666666667px;
        left: 50%;
        height: 27.69px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1585483830047 {
        width: 10%;
        top: 82.83333333333333px;
        left: 50%;
        height: 10.65px;
        display: none;
    }
}

#image_style_01_1585483830047>.view_contents {
    overflow: visible;
}

#image_style_01_1585483854673 {
    width: 10%;
    height: 36px;
    position: absolute;
    left: 60%;
    top: 280px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1585483854673 {
        width: 10%;
        top: 215.36666666666667px;
        left: 60%;
        height: 27.69px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1585483854673 {
        width: 10%;
        top: 82.83333333333333px;
        left: 60%;
        height: 10.65px;
        display: none;
    }
}

#image_style_01_1585483854673>.view_contents {
    overflow: visible;
}

#text_default_1585836585769 {
    width: 9.083333333333334%;
    height: 24px;
    position: absolute;
    left: 64.95833333333333%;
    top: 245px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_default_1585836585769 {
        width: 8.16542948038176%;
        display: block;
        left: 71.15588547189819%;
        top: 215.359375px;
    }
}

@media screen and (max-width:640px) {
    #text_default_1585836585769 {
        width: 30%;
        height: 20px;
        top: 130px;
        left: 35%;
    }
}

#div_a_includeBlock_1585473057170 {
    width: 1200px;
    height: 320px;
    position: absolute;
    top: 40px;
    left: calc(50% - 600px);
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1585473057170 {
        top: 20px;
        left: 0%;
        width: 100%;
        height: 269px;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1585473057170 {
        width: 355px;
        height: 150px;
        top: 10px;
        left: 10px;
    }
}

#div_a_includeBlock_1585473057170>.view_contents {
    overflow: visible;
}

#comm_layout_footer {
    height: 400px;
    z-index: 1000;
}

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

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

#comm_layout_footer>.view_contents {
    overflow: visible;
}

#comm_layout_footer {
    background-repeat: repeat-x !important;
    background-size: auto 100%;
    background-position: 50% 50% !important;
    background: #333333;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #comm_layout_footer {
        background-size: auto 100%;
    }
}

/*����Ч��*/
.PopUpLogin #popUpLogin-t ul {
    overflow: hidden;
    zoom: 1;
    font-family: "Microsoft YaHei", "verdana"
}

.PopUpLogin #popUpLogin-t li {
    float: left;
    padding: 0px 6px;
    list-style-type: none
}

/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a {
    text-decoration: none;
    color: inherit;
    font-size: 12px;
}

.PopUpLogin .shadows {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2147483640;
    display: none;
}

.PopUpLogin #userQQLi img {
    cursor: pointer;
    vertical-align: middle
}

.PopUpLogin #userWXLi img {
    cursor: pointer
}

#popUpLoginMain {
    display: none;
    background: url(http://sj.rjzk.com.cn/images/res/user/style_05/showloginbg.png) left top no-repeat;
    width: 490px;
    height: 280px;
    padding: 8px;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -140px 0 0 -245px;
    z-index: 200000;
    opacity: 0;
}

#popUpLoginMain .LoginMain {
    background: #fff;
    height: 240px;
    border-radius: 5px;
    padding: 15px 25px 25px 25px
}

#popUpLoginMain .closepopUp {
    float: right;
    margin: -5px -5px 0 0;
    width: 30px;
    height: 30px;
}

#popUpLoginMain #uLoginName {
    font-size: 18px;
    font-weight: normal;
    font-family: "Microsoft Yahei", "verdana";
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    line-height: 45px
}

#popUpLoginMain .LoginMain li {
    color: #666;
    font-size: 14px;
    ;
    margin-bottom: 18px;
}

#popUpLoginMain .LoginMain li .input {
    border: 1px solid #8C96A1;
    border-radius: 3px 3px;
    height: 35px;
    line-height: 35px;
    width: 357px;
    margin-left: 15px;
    padding: 0px;
    text-indent: 10px
}

#popUpLoginMain .LoginMain .loginBtn {
    padding-left: 71px;
    margin-bottom: 2px
}

#popUpLoginMain .LoginMain .loginBtn input {
    width: 359px;
    border-radius: 3px 3px;
    height: 37px;
    line-height: 35px;
    color: #fff;
    border: 0px;
    padding: 0px;
    font-family: "Microsoft Yahei", "verdana";
    font-size: 16px;
    cursor: pointer
}

#popUpLoginMain .LoginMain .loginBtn input:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

#popUpLoginMain .MoreInfo {
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

#popUpLoginMain .MoreInfo a {
    color: #666;
    text-decoration: underline;
    font-size: 12px;
    text-align: center;
}

#popUpLoginMain .MoreInfo a:hover {
    color: #f00
}

#popUpLoginMain .MoreInfo div {
    float: left;
    margin-left: 20px
}

#popUpLoginMain .MoreInfo div#loginRegister a {
    color: #f00
}

#popUpLoginMain .MoreInfo div#loginRegister {
    margin-left: 88px;
}

/*��Ҫ��������ɫֵ��*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover {
    color: #1490FD;
}

.PopUpLoginStyle_1 .modBgColor {
    background: #1490FD
}

.jscartStyle7 {
    position: relative;
    background: #fff;
    border: 1px solid #c5c5c5;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.jscartStyle7 .jscartContent {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jscartStyle7 a {
    line-height: 34px;
    display: inline-block;
    font-size: 12px;
    color: #333
}

.jscartStyle7 .cartNum a {
    font-weight: normal;
    font-family: "verdana";
    color: #fff;
    display: inline-block;
    line-height: 16px;
    height: 16px;
    min-width: 16px;
    border-radius: 16px;
    text-align: center;
    background: #f00
}

.jscartStyle7 .cartName img {
    margin: 0 5px;
}

.jscartStyle7 .cartNum .sarr {
    padding-left: 20px;
    color: #666;
    font-family: "����"
}

.jscartStyle7 .jscartContent {
    text-align: center;
}

.jscartStyle7 .colorFont b {
    color: #f00
}


.button_default04 {
    width: 100%;
    height: 40px;
    background: #ffd9e4;
    color: #000;
    border-width: 0px;
    box-sizing: border-box;
    border-radius: 40px;
    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;
}

/*����Ч��*/
.PopUpLogin #popUpLogin-t ul {
    overflow: hidden;
    zoom: 1;
    font-family: "Microsoft YaHei", "verdana"
}

.PopUpLogin #popUpLogin-t li {
    float: left;
    padding: 0px 6px;
    list-style-type: none;
}

/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin li>a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

.PopUpLogin .shadows {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2147483640;
    display: none;
}

.PopUpLogin #userQQLi img {
    cursor: pointer;
    vertical-align: middle
}

.PopUpLogin #userWXLi img {
    cursor: pointer
}

.PopUpLogin .v9_hide_if_logined a {
    color: inherit;
    font-size: inherit;
    text-decoration: inherit;
}

#popUpLoginMain {
    display: none;
    background: url(http://sj.rjzk.com.cn/images/v8/showloginbg.png) left top no-repeat;
    width: 490px;
    height: 280px;
    padding: 8px;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -140px 0 0 -245px;
    z-index: 200000;
    opacity: 0;
}

#popUpLoginMain .LoginMain {
    background: #fff;
    height: 240px;
    border-radius: 5px;
    padding: 15px 25px 25px 25px
}

#popUpLoginMain .closepopUp {
    float: right;
    margin: -5px -5px 0 0;
    width: 30px;
    height: 30px;
}

#popUpLoginMain #uLoginName {
    font-size: 18px;
    font-weight: normal;
    font-family: "Microsoft Yahei", "verdana";
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    line-height: 45px
}

#popUpLoginMain .LoginMain li {
    color: #666;
    font-size: 14px;
    ;
    margin-bottom: 18px;
}

#popUpLoginMain .LoginMain li .input {
    border: 1px solid #8C96A1;
    border-radius: 3px 3px;
    height: 35px;
    line-height: 35px;
    width: 357px;
    margin-left: 15px;
    padding: 0px;
    text-indent: 10px
}

#popUpLoginMain .LoginMain .loginBtn {
    padding-left: 71px;
    margin-bottom: 2px
}

#popUpLoginMain .LoginMain .loginBtn input {
    width: 359px;
    border-radius: 3px 3px;
    height: 37px;
    line-height: 35px;
    color: #fff;
    border: 0px;
    padding: 0px;
    font-family: "Microsoft Yahei", "verdana";
    font-size: 16px;
    cursor: pointer
}

#popUpLoginMain .LoginMain .loginBtn input:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.PopUpLogin .Login_after a {
    font-size: inherit;
    color: inherit !important;
}

#popUpLoginMain .MoreInfo {
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

#popUpLoginMain .MoreInfo a {
    color: #666;
    text-decoration: underline;
    text-align: center;
}

#popUpLoginMain .MoreInfo a:hover {
    color: #f00
}

#popUpLoginMain .MoreInfo div {
    float: left;
    margin-left: 20px
}

#popUpLoginMain .MoreInfo div#loginRegister a {
    color: #f00
}

#popUpLoginMain .MoreInfo div#loginRegister {
    margin-left: 88px;
}

/*��Ҫ��������ɫֵ��*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover {
    color: #1490FD;
}

.PopUpLoginStyle_1 .modBgColor {
    background: #1490FD
}

.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;*/
.searchStyle_1 {
    position: relative;
    min-width: 200px;
}

.searchStyle_1 * {
    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_1 .searchForm {
    width: 100%;
    border-radius: 0;
    box-sizing: border-box;
}

.searchStyle_1 .searchForm .search-btn {
    float: right;
    width: 20%;
    text-align: center;
    height: 40px;
    background: none;
    font-size: 14px;
    color: #333;
    border: 1px solid #666;
    outline: none;
    cursor: pointer;
    border-left: 0;
}

.searchStyle_1 .searchForm .search_input {
    width: 80%;
    outline: none;
    padding-left: 45px;
    height: 40px;
    font-size: 14px;
    color: #333;
    border: 1px solid #666;
}

.searchPos-r {
    position: relative;
}

.searchPos-r i {
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 20px;
    color: #999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.keyWord {
    margin-top: 5px;
}

.keyWord a {
    font-size: 14px;
    color: #666;
    margin-right: 5px;
    display: inline-block;
}

@media screen and (max-width: 768px) {

    .searchStyle_1 .searchForm .search-btn,
    .searchStyle_1 .searchForm .search_input {
        height: 32px;
    }

}

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

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

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

.jscartStyle7 {
    position: relative;
    background: #fff;
    border: 1px solid #c5c5c5;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.jscartStyle7 .jscartContent {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jscartStyle7 a {
    line-height: 34px;
    display: inline-block;
    font-size: 12px;
    color: #333
}

.jscartStyle7 .cartNum a {
    font-weight: normal;
    font-family: "verdana";
    color: #fff;
    display: inline-block;
    line-height: 16px;
    height: 16px;
    min-width: 16px;
    border-radius: 16px;
    text-align: center;
    background: #f00
}

.jscartStyle7 .cartName img {
    margin: 0 5px;
}

.jscartStyle7 .cartNum .sarr {
    padding-left: 20px;
    color: #666;
    font-family: "����"
}

.jscartStyle7 .jscartContent {
    text-align: center;
}

.jscartStyle7 .colorFont b {
    color: #f00
}


#image_style_01_1585804743626 .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_1585804743626 .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_1585804743626 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

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

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

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

.menuStyle_39 .miniMenu *,
.menuStyle_39 .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_39 .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_39 .rflex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: left\0;
}

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

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

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

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

.menuStyle_39 .menuUl {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 99;
}

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

.menuStyle_39 .menuUl>li>a {
    height: 100%;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    letter-spacing: normal;
    white-space: nowrap;
    line-height: 44px;
    padding: 0;
    padding: 0 1em\0;
}

.menuStyle_39 .menuUl>li>a:hover {
    color: #2d8cf0;
}

.menuStyle_39 .menuUl #hot>a {
    color: #2d8cf0;
}

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

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

.menuStyle_39 .menuUl>.logo {
    background: transparent !important;
}

.menuStyle_39 .menuUl>.logo:after {
    width: 0;
}

.menuStyle_39 .menuUl>.logo .menuUl_box_logo {
    background: transparent !important;
    border-top: 3px solid transparent !important;
}

.menuStyle_39 .menuUl>.logo .menuUl_box_logo:hover {
    background: #fff;
}

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

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

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

.menuStyle_39 .menuUl .rflex:hover .menuUl02 {
    opacity: 1;
    display: block;
    height: auto;
}

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

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

.menuStyle_39 .subBox .subMenu02.subCurSet {
    font-weight: bold;
    border-bottom: 2px solid #04b29b;
}

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

.menuStyle_39 .menuUl02 .subMenu02:hover {
    background: #4bc9e4;
    color: #fff;
}

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

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

.menuStyle_39 .menuUl03 {
    position: absolute;
    background: #f5f5f5;
    top: 0;
    display: none;
}

.menuStyle_39 .rflex {
    position: relative;
}

.menuStyle_39 .maxWidth {
    margin: auto;
}

.menuStyle_39 .subBox {
    border-top: 1px solid #2d8cf0;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    padding: 20px 20px 0;
}

.menuStyle_39 .subBox .subBoxContent {
    text-align: left;
    overflow: hidden;
}

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

.menuStyle_39 .subBox .sublm {
    min-height: 10px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menuStyle_39 .subBox .sublm .subMenuArea {
    width: 49%;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 20px;
}

.menuStyle_39 .subBox .subMenuArea .subMenuImgArea {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.menuStyle_39 .subBox .subMenuArea .dummy {
    margin-top: calc(100%/3*2);
}

.menuStyle_39 .subBox .subMenuArea .subMenuImg {
    width: 100%;
}

.menuStyle_39 .subBox .subMenuArea .menu_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.menuStyle_39 .subBox .subMenuArea .subMenuCon {
    width: 50%;
    float: left;
    padding: 10px;
}

.menuStyle_39 .subBox .subMenu02 {
    font-size: 14px;
    margin-bottom: 7px;
    clear: both;
    color: #333;
    display: block;
}

.menuStyle_39 .subBox .subMenu02.subCurSet {
    font-weight: bold;
}

.menuStyle_39 .subBox .subMenu02:hover,
.menuStyle_39 .subBox .subMenu02:active {
    color: #2d8cf0;
}

.menuStyle_39 .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_39 .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_39 .imgIco {
        margin-right: 10px;
    }

    .menuStyle_39 .menuUl,
    .menuStyle_39 .menuUl_box {
        display: none;
    }

    .menuStyle_39 .menuScroll {
        height: calc(100% - 100px);
        width: 100%;
    }

    .menuStyle_39 .menuScroll>.menuUlCopy {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .menuStyle_39 .menuLayout .miniMenu {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 44px;
    }

    .menuStyle_39 .miniMenu .leftBox {
        height: 100%
    }

    .menuStyle_39 .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_39 .miniMenu .leftBox .sidebar .fa {
        font-size: inherit;
        line-height: inherit;
        color: inherit;
    }

    .menuStyle_39 .miniMenu .leftBox .nav {
        width: 100%;
        height: 44px;
    }

    .menuStyle_39 .miniMenu.Mslide .leftBox .nav {
        border-bottom: 1px solid rgba(0, 0, 0, .05);
    }

    .menuStyle_39 .miniMenu .leftBox .menuUlCopy {
        padding: 0 0 0 30px;
        clear: both;
    }

    .menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy {
        display: none;
        padding: 0;
    }

    .menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy {
        width: calc(100% - 50px);
    }

    .menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a {
        padding-left: 30px;
        box-sizing: border-box;
    }

    .menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a {
        padding-left: 60px;
        box-sizing: border-box;
    }

    .menuStyle_39 .miniMenu .leftBox .menuUlCopy li {
        width: 100%;
        overflow: hidden;
        color: #4d5158;
        font-size: 12px;
        line-height: 44px;
    }

    .menuStyle_39 .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, .1);
    }

    .menuStyle_39 .miniMenu .leftBox .menuUlCopy li#hot>a {
        border-bottom: 1px solid #555;
    }

    .menuStyle_39 .miniMenu .leftBox .menuUlCopy li .fa {
        color: inherit;
        display: none;
        font-size: inherit;
        float: left;
        width: 50px;
        text-align: center;
        line-height: inherit;
    }

    .menuStyle_39 .miniMenu .leftBox .menuUlCopy li .fa:active {
        background: rgba(0, 0, 0, .1);
    }

    .menuStyle_39 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
    .menuStyle_39 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a {
        border-bottom: 1px solid #555;
    }

    .menuStyle_39 .menuLayout .miniMenu.Mslide {
        height: 100% !important;
        height: 100vh !important;
        background: rgba(255, 255, 255, .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_39 .menuLayout .miniMenu.Mslide .sidebar {
        color: #4d5158;
        background: rgba(0, 0, 0, .05);
    }

    .menuStyle_39 .menuLayout .miniMenu.Mslide .nav a {
        display: none !important;
    }
}



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

/* �߶����� */
#dh_style_39_1585705471054 .subBox .subMenuArea .dummy {
    margin-top: px;
}

/* �������� */
#dh_style_39_1585705471054 .subBox .subMenuArea .subMenuImgArea {
    width: px;
}

#dh_style_39_1585705471054 .subBox .subMenuArea .subMenuCon {
    width: calc(100% - px);
}



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

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

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

/*����������ʽ*/

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

.clearfix {
    zoom: 1
}

.LNewsCon .xinxi {
    white-space: nowrap;
}

.newsText .dv-pagination .dv-link {
    float: left;
    display: inline-block;
    padding: 0 .5em;
    margin: 0 .25em;
    border: 1px solid #ccc;
}

.newsText .dv-pagination .dv-link.current {
    font-weight: bold
}

.backNews,
.nextNews {
    box-sizing: border-box;
}

@media screen and (max-width:640px) {
    .backNews {
        width: 44% !important;
        padding-left: 5% !important;
    }

    .nextNews {
        width: 44% !important;
        padding-right: 5% !important;
    }

    .LNewsCon img {
        max-width: 100% !important;
        height: auto !important;
    }
}

.detail_2 div {
    box-sizing: border-box;
}

.detail_2 #newsInfo {
    margin: 10px 0;
}

.detail_2 .newsDetail {
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.detail_2 .title {
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
}

.detail_2 .arrow {
    color: #999;
    border-bottom: 1px solid #ccc;
    line-height: 25px;
}

.detail_2 .arrow .rt {
    float: right;
}

.detail_2 .arrow .pd {
    padding-left: 20px;
}

.detail_2 .daodu {
    background: #F0ECED;
    margin: 10px 0px 30px 0;
    padding: 10px;
}

.detail_2 .content {
    font-size: 14px;
}

.detail_2 .content div {
    text-align: center;
    margin: 30px 0;
}

.detail_2 .content div img {
    width: 100%;
}

.detail_2 .sm {
    background: #F0ECED;
    text-align: center;
    padding: 5px;
    margin: 30px 0;
}

.detail_2 .page {
    border: none !important;
}

.detail_2 .page p {
    margin: 5px 0;
}

.detail_2 .page p a.s {
    color: #ccc;
}

.detail_2 .page p a.x {
    color: #76C8FE;
}


@media screen and (max-width:768px) {
    .detail_2 .detail_2 {
        padding: 0 2%;
    }
}

.LNewsCon {
    width: 100%;
    float: left;
    /* overflow: hidden; */
}

.LNewsCon img {
    max-width: 100%;
}

.LNewsCon .smallC {
    text-align: center;
}

.LNewsCon .smallC font {
    text-align: center;
    color: #999;
    padding: 0 15px;
}

.LNewsCon .abstract {
    width: 100%;
    position: relative;
    border: 1px solid #e1e1e7;
    margin: 30px auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 18px;
    border-left: 4px solid #e1e1e7;
}
.view_contents1 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 10;
    height: 100%;
    /* overflow: hidden; */
    box-sizing: border-box;
}
.LNewsCon .newsMoreA {
    width: 90%;
    height: 50px;
    margin: 30px auto;
    border: 1px solid #efefef;
    box-sizing: border-box;
}

.LNewsCon .newsText {
    padding: 10px;
    height: auto !important;
    box-sizing: border-box;
}

.LNewsCon .songti {
    font-family: Verdana, Tahoma, ����;
    font-size: 12px;
}

.backNews {
    text-align: left;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    width: 45%;
    float: left;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #999;
}

.newsMoreA a {
    font-size: 12px;
    color: #999;
}

.nextNews {
    text-align: right;
    height: 50px;
    line-height: 50px;
    padding-right: 20px;
    width: 45%;
    float: right;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #999;
}

/*����*/
:root {
    --ck-highlight-marker-yellow: #fdfd77;
    --ck-highlight-marker-green: #63f963;
    --ck-highlight-marker-pink: #fc7999;
    --ck-highlight-marker-blue: #72cdfd;
    --ck-highlight-pen-red: #e91313;
    --ck-highlight-pen-green: #180
}

.marker-yellow {
    background-color: var(--ck-highlight-marker-yellow)
}

.marker-green {
    background-color: var(--ck-highlight-marker-green)
}

.marker-pink {
    background-color: var(--ck-highlight-marker-pink)
}

.marker-blue {
    background-color: var(--ck-highlight-marker-blue)
}

.pen-red {
    color: var(--ck-highlight-pen-red)
}

.pen-green,
.pen-red {
    background-color: transparent
}

.pen-green {
    color: var(--ck-highlight-pen-green)
}

.LNewsCon .newsText {
    font-size: 14px;
}

@media only screen and (max-width: 640px) {

    .LNewsCon .newsText iframe,
    .LNewsCon .newsText img,
    .LNewsCon .newsText video,
    .LNewsCon .newsText table {
        width: 100% !important;
        height: auto !important
    }

    .LNewsCon .newsText ul,
    .LNewsCon .newsText ol {
        margin-left: 1.333em
    }

    .LNewsCon .newsText h2 {
        font-size: 1.5em
    }

    .LNewsCon .newsText h1 {
        font-size: 1.9em
    }

    .LNewsCon .newsText table {
        display: block;
        overflow: auto;
    }
}

@media only screen and (max-width: 1200px) {
    .LNewsCon .newsText table {
        width: calc(95vw - 40px)
    }
}

.LNewsCon .newsText p,
.LNewsCon .newsText ul,
.LNewsCon .newsText ol,
.LNewsCon .newsText blockquote,
.LNewsCon .newsText pre {
    font-size: 1.2em;
    line-height: 1.6em;
    padding-top: 0.2em;
    margin-bottom: 0.8em
}

.LNewsCon .newsText h1 {
    font-size: 2.36em;
    line-height: 1.33em;
    padding-top: 1em;
    margin-bottom: 1.67em
}

.LNewsCon .newsText h1+dl {
    margin-top: 1em
}

.LNewsCon .newsText dd {
    margin-bottom: 1em
}

.LNewsCon .newsText h1:first-of-type {
    width: 100%;
    padding-top: .5em;
    margin-bottom: 1.17em
}

.LNewsCon .newsText h1:first-of-type+h2 {
    padding-top: 0
}

.LNewsCon .newsText h2 {
    font-size: 1.68em;
    line-height: 1.68em;
    padding-top: 0.8em;
    margin-bottom: 0.4em;
    padding-bottom: .2em;
    font-weight: 400
}

.LNewsCon .newsText h2:first-of-type {
    clear: both
}

.LNewsCon .newsText h3 {
    font-size: 1.36em;
    line-height: 1.5em;
    padding-top: 0.8em;
    margin-bottom: 0.2em;
    font-weight: 400
}

.LNewsCon .newsText h4 {
    font-size: 1.2em;
    line-height: 1.4em;
    padding-top: 0.8em;
    margin-bottom: 0.2em;
    margin-bottom: 0.2em;
    padding-top: 0.8em;
    font-weight: 400
}

.LNewsCon .newsText h5 {
    font-size: 1em;
    line-height: 1.6em;
    padding-top: 0.2em;
    margin-bottom: 0.8em;
    font-weight: 400
}

.LNewsCon .newsText .info-box>h2,
.LNewsCon .newsText .info-box>h3,
.LNewsCon .newsText .info-box>h4 {
    padding-top: 0
}

.LNewsCon .newsText strong,
.LNewsCon .newsText b {
    font-weight: 600
}

.LNewsCon .newsText i,
.LNewsCon .newsText em {
    font-style: italic
}

.LNewsCon .newsText pre {
    overflow: hidden
}

.LNewsCon .newsText code {
    font-family: "SF Mono", menlo, monaco, "Roboto Mono", Consolas, "Lucida Console", monospace;
    font-size: .866666em;
    padding: 1.333em
}

.LNewsCon .newsText code:not(.hljs) {
    background: rgba(202, 205, 207, 0.3);
    padding: .1em .25em;
    border-radius: 3px
}

.LNewsCon .newsText code:not(.hljs):after {
    letter-spacing: -1em;
    content: "\00a0"
}

.LNewsCon .newsText code:not(.hljs):before {
    letter-spacing: -1em;
    content: "\00a0"
}

.LNewsCon .newsText a code:not(.hljs) {
    color: #1b3af2
}

.LNewsCon .newsText .hljs {
    background: #2b2c26
}

.LNewsCon .newsText .hljs a {
    color: #fff
}

.LNewsCon .newsText .hljs code {
    background: none;
    padding: 0;
    font-size: 1em
}

.LNewsCon .newsText blockquote {
    border-left: 1px solid #bdbdbd;
    padding-left: 10px;
    padding-top: 0;
    font-style: italic
}

.LNewsCon .newsText kbd {
    display: inline-block;
    background: #f5f5f5;
    border: solid 1px #b5c6d2;
    border-bottom-color: #97afbf;
    box-shadow: inset 0 -1px 0 #97afbf;
    font-family: "SF Mono", menlo, monaco, "Roboto Mono", Consolas, "Lucida Console", monospace;
    font-size: .8em;
    padding: .25em .5em;
    line-height: 1em;
    vertical-align: middle;
    border-radius: 3px
}

.LNewsCon .newsText ul,
.LNewsCon .newsText ol {
    margin-left: 2.666em;
    margin-bottom: 0.8em
}

.LNewsCon .newsText ul ul,
.LNewsCon .newsText ul ol,
.LNewsCon .newsText ol ul,
.LNewsCon .newsText ol ol {
    padding-top: 0;
    margin-bottom: 0
}

.LNewsCon .newsText ul ul:last-of-type,
.LNewsCon .newsText ul ol:last-of-type,
.LNewsCon .newsText ol ul:last-of-type,
.LNewsCon .newsText ol ol:last-of-type {
    margin-bottom: .33333em
}

.LNewsCon .newsText ul li:last-of-type,
.LNewsCon .newsText ol li:last-of-type {
    margin-bottom: 0
}

.LNewsCon .newsText p img {
    margin: 0 auto;
    box-sizing: content-box
}

.LNewsCon .newsText iframe:not(.cke_wysiwyg_frame) {
    display: block;
    margin: 0 auto
}

.LNewsCon .newsText ol {
    list-style-type: decimal
}

.LNewsCon .newsText table {
    margin: 0;
    border-collapse: collapse;
    max-width: 1180px;
}

.LNewsCon .newsText table code {
    word-break: break-word;
    white-space: normal
}

.LNewsCon .newsText table[align=left] {
    margin: 0 auto 0 0;
}

.LNewsCon .newsText table[align=center] {
    margin: 0 auto;
}

.LNewsCon .newsText table[align=right] {
    margin: 0 0 0 auto;
}

.LNewsCon .newsText td,
.LNewsCon .newsText th {
    border: 1px solid #e9e9e9;
    min-width: 2em;
    padding: .4em !important;
}

.LNewsCon .newsText th {
    font-weight: bold;
    background: #fafafa;
}

.LNewsCon .newsText abbr {
    position: relative;
    cursor: default;
    text-decoration: none;
    border-bottom: 1px dotted #000
}

.LNewsCon .newsText abbr::before {
    content: attr(title);
    display: none;
    position: absolute;
    bottom: calc(-100% - 15px);
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 5px;
    font-size: 0.9em;
    font-weight: bold;
    border-radius: 3px;
    color: #fff;
    background: black;
    white-space: nowrap
}

.LNewsCon .newsText abbr::after {
    content: '';
    display: none;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #000 transparent;
}

.LNewsCon .newsText abbr:hover::before,
.LNewsCon .newsText abbr:hover::after {
    display: block
}

.LNewsCon .newsText ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.LNewsCon .newsText ol li {
    list-style: decimal;
    font-size: 1em;
}

.LNewsCon .newsText ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.LNewsCon .newsText ul li {
    list-style: disc;
    font-size: 1em;
}

.LNewsCon .newsText a {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.LNewsCon .newsText sub {
    vertical-align: sub;
    font-size: smaller;
}

.LNewsCon .newsText sup {
    vertical-align: super;
    font-size: smaller;
}

.LNewsCon .newsText .media {
    margin: 10px auto;
    max-width: 100%;
}


.LNewsCon .newsBigTit {
    font-size: 36px;
    color: ;
    margin-bottom: 20px;
    text-align: center;
    font-weight: ;
}

.smartphoto-list {
    width: 100% !important;
    height: 100% !important;
}

.smartphoto-img-wrap {
    width: 100% !important;
    transform: translateY(-50%) !important;
    top: 50%;
    position: relative;
}

.smartphoto-img-wrap>img {
    width: 100% !important;
    height: auto !important;
}


/* ������� */
.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: block !important;
    }
}




#image_style_01_1578304752776 .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_1578304752776 .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_1578304752776 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1578304752776 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_1578304855901 .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_1578304855901 .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_1578304855901 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1578304855901 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_1585483013233 .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_1585483013233 .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_1585483013233 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

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

.button_default04 {
    width: 100%;
    height: 40px;
    background: #ffd9e4;
    color: #000;
    border-width: 0px;
    box-sizing: border-box;
    border-radius: 40px;
    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;
}

#button_style_04_1585483667928 .button_default .buttonImg {
    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) {
    #button_style_04_1585483667928 .button_default .buttonImg {
        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) {
    #button_style_04_1585483667928 .button_default .buttonImg {
        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_1585483733968 .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_1585483733968 .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_1585483733968 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1585483733968 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_1585483819883 .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_1585483819883 .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_1585483819883 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1585483819883 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_1585483830047 .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_1585483830047 .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_1585483830047 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1585483830047 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_1585483854673 .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_1585483854673 .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_1585483854673 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

#image_style_01_1585483854673 a {
    cursor: default;
}

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

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

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

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

.bottomMenu ul {
    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;
    }
}