html {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

body {
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    overflow-x: hidden;
    height: 100%;
}

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 {
    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;
}


#comm_layout_header {
    height: 168.375px;
    z-index: 99999;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #comm_layout_header {
        height: 168.375px;
    }
}

@media screen and (max-width:640px) {
    #comm_layout_header {
        height: 83px;
    }
} */

#comm_layout_header>.view_contents {
    overflow: visible;
}


#div_a_includeBlock_1575429693301 {
    width: 1200px;
    height: 168.375px;
    position: absolute;
    top: 0px;
    left: calc(50% - 600px);
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1575429693301 {
        height: 168.375px;
        width: 96%;
        left: 2.014846235418876%;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1575429693301 {
        width: 100%;
        height: 83px;
        top: 0px;
        left: 0%;
    }
}

#div_a_includeBlock_1575429693301>.view_contents {
    overflow: visible;
}

#searchbox_style_03_1574839786847 input::-webkit-input-placeholder {
    color: #999999;
}

#searchbox_style_03_1574839786847 input::-moz-input-placeholder {
    color: #999999;
}

#searchbox_style_03_1574839786847 input::-o-input-placeholder {
    color: #999999;
}

#searchbox_style_03_1574839786847 {
    width: 40.166666666666664%;
    position: absolute;
    top: 32.5px;
    left: 36.25%;
    z-index: 3;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #searchbox_style_03_1574839786847 {
        top: 32.5px;
        left: 35.2192679558011%;
    }
}

@media screen and (max-width:640px) {
    #searchbox_style_03_1574839786847 {
        display: none;
    }
} */

#searchbox_style_03_1574839786847>.view_contents {
    overflow: visible;
}

#searchbox_style_03_1574839786847 .btnaSet {
    height: 44px;
    background-color: #fcca03;
    border-color: #fcca03;
    border-radius: initial;
}

#searchbox_style_03_1574839786847 .inputSet {
    height: 44px;
    border-color: #e8e8e8;
    border-style: solid;
    border-width: 1px;
    border-radius: initial;
    background: transparent;
}

.searchStyle_3 {
    width: 100%;
}

.searchStyle_3 .searchForm {
    overflow: hidden;
}

.searchStyle_3 .search_input {
    float: left;
    width: calc( 100% - 90px);
    background-color: #eee;
    font-size: 14px;
    color: #1c78e7;
    border: 0;
    height: 45px;
    line-height: 45px;
    vertical-align: top;
    border-radius: 5px;
    padding: 0 10px;
    box-sizing: border-box;
}

.searchStyle_3 .search-btn {
    float: right;
    width: 80px;
    background-color: #1c78e7;
    color: #fff;
    text-align: center;
    height: 45px;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.searchStyle_3 .keyWord {
    overflow: hidden;
}

.searchStyle_3 .keyWord a {
    font-size: 14px;
    line-height: 2;
    margin-right: 5px;
    color: #666;
    float: left;
}

.searchStyle_3 .keyWord a:hover {
    color: #1c78e7;
}


/* @media screen and (max-width:640px) {
    .searchStyle_3 .search_input {
        width: calc( 100% - 65px);
        font-size: 12px;
        height: 35px;
        line-height: 35px;
    }
    .searchStyle_3 .search-btn {
        width: 55px;
        font-size: 16px;
        height: 35px;
    }
    .searchStyle_3 .keyWord a {
        font-size: 12px;
        line-height: 2;
    }
} */


#text_style_01_1574840658086 {
    width: 19.416666666666664%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 39.5px;
    left: 75.91666666666667%;
    z-index: 6;
}


/* 
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1574840658086 {
        top: 42.5px;
        left: 75.30904696132596%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1574840658086 {
        width: 46.93333333333333%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 175px;
        left: 26.533333333333335%;
        display: none;
    }
} */

#text_style_01_1574840658086>.view_contents {
    text-align: right;
    font-size: 24px;
    font-weight: bold;
    color: #00a8c5;
}


#text_style_01_1574840598161 {
    width: 15.416666666666668%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 21px;
    left: 79.625%;
    z-index: 5;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1574840598161 {
        top: 26px;
        left: 79.07631215469614%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1574840598161 {
        width: 36%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 218px;
        left: 32%;
        display: none;
    }
} */

#text_style_01_1574840598161>.view_contents {
    text-align: right;
    font-size: 14px;
    color: #222222;
}

#image_style_01_1574840199791 {
    width: 3.75%;
    height: 45px;
    position: absolute;
    top: 23.5px;
    left: 96%;
    z-index: 3;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1574840199791 {
        width: 45px;
        left: 95.02762430939227%;
        top: 32px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1574840199791 {
        width: 13.2013201320132%;
        height: 33px;
        top: 243px;
        left: 43.3993399339934%;
        display: none;
    }
} */

#image_style_01_1574840199791>.view_contents {
    overflow: visible;
}


#image_style_01_1574840199791 .CompatibleImg img {
    width: 100%;
    height: 100%
}

#image_style_01_1574840199791 a {
    cursor: default;
}

#image_logo_1575859053111 {
    width: 32.916666666666664%;
    height: 53px;
    position: absolute;
    top: 31px;
    left: 0%;
}
.logoStyle * {
    box-sizing: border-box;
}

.logoStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}


#comm_layout_footer {
    height: 438px;
    z-index: 99999;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #comm_layout_footer {}
}

@media screen and (max-width:640px) {
    #comm_layout_footer {
        height: 75px;
    }
} */

#comm_layout_footer>.view_contents {
    max-width: 1200px;
}

#comm_layout_footer {
    background: #171717;
}

#div_includeBlock_1574859063773 {
    width: 1200px;
    height: 316px;
    position: absolute;
    top: 111.6875px;
    left: 0%;
    z-index: 1;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #div_includeBlock_1574859063773 {
        width: 100%;
        height: 314px;
    }
}

@media screen and (max-width:640px) {
    #div_includeBlock_1574859063773 {
        width: 100%;
        height: 75px;
        top: 0px;
        left: 0%;
        display: block;
    }
} */

#div_includeBlock_1574859063773 {
    background: #171717;
}

#text_style_01_1575020485205 {
    width: 30.833333333333336%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 34.583333333333336%;
    top: 283.078125px;
    z-index: 2;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1575020485205 {
        left: 25.026511134676564%;
        width: 50%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1575020485205 {
        width: 96%;
        font-size: 12px;
        color: #333;
        line-height: 1.6;
        top: 25px;
        left: 2%;
    }
} */

#text_style_01_1575020485205>.view_contents {
    color: #b4b4b4;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1575020485205>.view_contents {
        text-align: center;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1575020485205>.view_contents {
        font-size: 14px;
        text-align: center;
    }
} */

#text_style_02_1574859063948 {
    width: 9.1%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 195px;
    left: 80.11197916666667%;
    z-index: 3;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1574859063948 {
        left: 76.45811240721103%;
        top: 200px;
        width: 110px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1574859063948 {
        width: 26.31578947368421%;
        top: 229px;
        left: 36.8421052631579%;
        display: none;
    }
} */

#text_style_02_1574859063948>.view_contents {
    box-sizing: border-box;
    font-size: 14px;
    color: #ffffff;
    height: 20px;
    line-height: 20px;
    font-family: Microsoft YaHei;
    text-align: center;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1574859063948>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1574859063948>.view_contents {
        box-sizing: border-box;
    }
} */


#image_style_01_1574859063953 {
    width: 9.166666666666666%;
    height: 110px;
    position: absolute;
    top: 66px;
    left: 80.11197916666667%;
    z-index: 3;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1574859063953 {
        width: 110px;
        left: 76.45811240721103%;
        top: 69px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1574859063953 {
        width: 55.09641873278237%;
        height: 200px;
        top: 829px;
        left: 22.451790633608816%;
        display: none;
    }
} */

#image_style_01_1574859063953>.view_contents {
    overflow: visible;
}

.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;
}



#text_style_11_1574859063923 {
    width: 9.1%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: Tahoma;
    position: absolute;
    top: 12px;
    left: 80.21484375%;
    z-index: 3;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_11_1574859063923 {
        top: 14px;
        left: 76.45811240721103%;
        width: 110px;
    }
}

@media screen and (max-width:640px) {
    #text_style_11_1574859063923 {
        width: 17.36842105263158%;
        top: 1029px;
        left: 41.31578947368421%;
        display: none;
    }
} */

#text_style_11_1574859063923>.view_contents {
    box-sizing: border-box;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}


/* 
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_11_1574859063923>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_11_1574859063923>.view_contents {
        box-sizing: border-box;
    }
} */



#text_style_11_1574859064008 {
    width: 10.083333333333332%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: Tahoma;
    position: absolute;
    top: 21px;
    left: 0.8997395833333333%;
    z-index: 3;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_11_1574859064008 {
        top: 14px;
        left: 3.3751988335100744%;
        width: 88px;
    }
}

@media screen and (max-width:640px) {
    #text_style_11_1574859064008 {
        width: 17.894736842105264%;
        top: 29px;
        left: 41.05263157894737%;
        display: none;
    }
} */

#text_style_11_1574859064008>.view_contents {
    box-sizing: border-box;
    font-size: 20px;
    color: #ffffff;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_11_1574859064008>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_11_1574859064008>.view_contents {
        box-sizing: border-box;
    }
} */



#image_style_01_1575251587582 {
    width: 2.4166666666666665%;
    height: 25px;
    position: absolute;
    top: 79.5px;
    left: 0.5833333333333334%;
    z-index: 3;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1575251587582 {
        left: 3.234358430540827%;
        top: 77.5px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1575251587582 {
        width: 52.892561983471076%;
        height: 200px;
        top: 28px;
        left: 23.553719008264462%;
        display: none;
    }
} */

#image_style_01_1575251587582>.view_contents {
    overflow: visible;
}

#text_style_02_1574859063993 {
    width: 16.14539306846999%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 75px;
    left: 3.7200520833333335%;
    z-index: 3;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1574859063993 {
        width: 183px;
        left: 6.370957051961825%;
        top: 77.5px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1574859063993 {
        width: 96.00000000000001%;
        top: 2464px;
        left: 1.999999999999993%;
        display: none;
    }
} */

#text_style_02_1574859063993>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #e2e2e2;
    line-height: 30px;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1574859063993>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1574859063993>.view_contents {
        box-sizing: border-box;
    }
} */


#text_style_02_1575251540793 {
    width: 21.75%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 116px;
    left: 3.7200520833333335%;
    z-index: 3;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1575251540793 {
        left: 6.370957051961825%;
        top: 114px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1575251540793 {
        width: 96.00000000000001%;
        top: 28px;
        left: 1.999999999999993%;
        display: none;
    }
} */

#text_style_02_1575251540793>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1575251540793>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1575251540793>.view_contents {
        box-sizing: border-box;
    }
} */

#image_style_01_1575251549209 {
    width: 2.4166666666666665%;
    height: 25px;
    position: absolute;
    top: 118.5px;
    left: 0.5833333333333334%;
    z-index: 3;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1575251549209 {
        left: 3.234358430540827%;
        top: 116.5px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1575251549209 {
        width: 52.892561983471076%;
        height: 200px;
        top: 28px;
        left: 23.553719008264462%;
        display: none;
    }
} */

#image_style_01_1575251549209>.view_contents {
    overflow: visible;
}

#image_style_01_1574859063982 {
    width: 2.4513947590870666%;
    height: 25px;
    position: absolute;
    top: 159px;
    left: 0.546875%;
    z-index: 3;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1574859063982 {
        left: 3.1051166489925768%;
        top: 156px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1574859063982 {
        width: 52.892561983471076%;
        height: 200px;
        top: 2264px;
        left: 23.553719008264462%;
        display: none;
    }
} */

#image_style_01_1574859063982>.view_contents {
    overflow: visible;
}

#text_style_02_1574859063977 {
    width: 30.5%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 159px;
    left: 3.71875%;
    z-index: 3;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1574859063977 {
        width: 272px;
        left: 6.443862672322376%;
        top: 156px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1574859063977 {
        width: 96.00000000000001%;
        top: 1964px;
        left: 1.999999999999993%;
        display: none;
    }
} */

#text_style_02_1574859063977>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1574859063977>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1574859063977>.view_contents {
        box-sizing: border-box;
    }
} */

#text_style_11_1574859064026 {
    width: 9.25%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: Tahoma;
    position: absolute;
    top: 28px;
    left: 46.9375%;
    z-index: 3;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_11_1574859064026 {
        width: 44px;
        top: 25px;
        left: 47.72501325556734%;
    }
}

@media screen and (max-width:640px) {
    #text_style_11_1574859064026 {
        width: 9.210526315789473%;
        top: 29px;
        left: 45.39473684210526%;
        display: none;
    }
} */

#text_style_11_1574859064026>.view_contents {
    box-sizing: border-box;
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    color: #ffffff;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_11_1574859064026>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_11_1574859064026>.view_contents {
        box-sizing: border-box;
    }
} */

#dh_style_03_1574859064022 {
    width: 8.249999999999999%;
    z-index: 1000;
    left: 45.770833333333336%;
    top: 62px;
    position: absolute;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #dh_style_03_1574859064022 {
        z-index: 999;
        width: 93px;
        top: 62px;
        left: 46.020015906680804%;
    }
}

@media screen and (max-width:640px) {
    #dh_style_03_1574859064022 {
        width: 13.774104683195592%;
        z-index: 999;
        left: 43.112947658402206%;
        top: 88px;
        display: none;
    }
} */

#dh_style_03_1574859064022>.view_contents {
    overflow: visible;
}

#dh_style_03_1574859064022 .columnSet {
    background: transparent;
    font-size: 12px;
    height: 178px;
    line-height: 14px;
}

#dh_style_03_1574859064022 #hot>a {
    background: transparent;
}

#dh_style_03_1574859064022 .mainMenuSet {
    border-right-style: none;
    border-bottom-style: none;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-family: SimSun;
    color: #e2e2e2;
    text-color: #e2e2e2;
}

#dh_style_03_1574859064022 .subMenuSet {
    font-size: 14px;
    font-family: SimSun;
    color: #e2e2e2;
}

#dh_style_03_1574859064022 .thrMenuSet {
    font-size: 14px;
    font-family: SimSun;
    color: #e2e2e2;
}

#dh_style_03_1574859064022 .mainMenuSet:hover {
    background: transparent;
}

#image_style_01_1575971969794 {
    width: 277px;
    height: 48px;
    position: absolute;
    top: 60px;
    left: calc(50% - 141px);
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1575971969794 {
        left: calc(50% - 138.5px);
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1575971969794 {
        width: 100%;
        height: 134px;
        top: 0px;
        left: 0%;
        display: none;
    }
} */

#image_style_01_1575971969794>.view_contents {
    overflow: visible;
}
#qqol_style_01_1575973740577 {
    width: 17.5%;
    position: absolute;
    top: 0px;
    left: 0%;
}


/* @media screen and (min-width:641px) and (max-width:1200px) {
    #qqol_style_01_1575973740577 {
        width: 353px;
    }
}

@media screen and (max-width:640px) {
    #qqol_style_01_1575973740577 {
        width: 69.3069306930693%;
        top: 0px;
        left: 15.346534653465348%;
        display: none;
    }
} */

#qqol_style_01_1575973740577>.view_contents {
    overflow: visible;
}






