@charset "utf-8";


@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%;
    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) {
    .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;
    }
}

body {
    background-position: left top;
}

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

#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_logo_1575859053111 {
    width: 32.916666666666664%;
    height: 53px;
    position: absolute;
    top: 31px;
    left: 0%;
}

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

@media screen and (max-width:640px) {
    #image_logo_1575859053111 {
        width: 280px;
        left: 2%;
        top: 20px;
        height: 43px;
    }
}

#dh_style_31_1574838012082 {
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 108px;
    left: 0%;
}

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

@media screen and (max-width:640px) {
    #dh_style_31_1574838012082 {
        width: 12.533333333333333%;
        z-index: 999;
        top: 18.5px;
        left: 87.46666666666667%;
    }
}

#dh_style_31_1574838012082>.view_contents {
    overflow: visible;
}

#dh_style_31_1574838012082 .dhAreaSet {
    background: #00a8c5;
    box-shadow: transparent 3px 3px 6px;
}

#dh_style_31_1574838012082 .subMenuSet {
    line-height: 60px;
    background: #28d0ed;
    font-size: 18px;
    font-family: SimSun;
}

#dh_style_31_1574838012082 .thrMenuSet {
    line-height: 60px;
    background: #50f8ff;
    font-size: 18px;
    font-family: SimSun;
}

#dh_style_31_1574838012082 .mainMenuSet {
    line-height: 60px;
    background: #00a8c5;
    font-size: 18px;
    font-family: SimSun;
    bg-hover-color: #fcca03;
}

#dh_style_31_1574838012082 .thrMenuSet:hover {
    background: #fcca03;
}

#dh_style_31_1574838012082 .thrCurSet {
    background: #fcca03;
}

#dh_style_31_1574838012082 .subMenuSet:hover {
    background: #fcca03;
}

#dh_style_31_1574838012082 .subCurSet {
    background: #fcca03;
}

#dh_style_31_1574838012082 .mainMenuSet:hover {
    background: #fcca03;
}

#dh_style_31_1574838012082 #hot>a {
    background: #fcca03;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #dh_style_31_1574838012082 .mainMenuSet {
        background: #00a8c5;
    }
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #dh_style_31_1574838012082 .subMenuSet {
        background: #28d0ed;
    }
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #dh_style_31_1574838012082 .thrMenuSet {
        background: #50f8ff;
    }
}

@media screen and (max-width:640px) {
    #dh_style_31_1574838012082 .mainMenuSet {
        background: #00a8c5;
    }
}

@media screen and (max-width:640px) {
    #dh_style_31_1574838012082 .subMenuSet {
        background: #28d0ed;
    }
}

@media screen and (max-width:640px) {
    #dh_style_31_1574838012082 .thrMenuSet {
        background: #50f8ff;
    }
}



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

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

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

#div_blank_new01_1575511945810 {
    box-sizing: border-box;
    background: #00a8c5;
}

#div_blank_new01_1575511945810 .modSet {
    background: #00a8c5;
}

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

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



#layout_diy_1574838421 {
    height: 300px;
}

#layout_diy_1574838421 img {
    width: 100%;
    height: 100%;
}

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

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

#layout_diy_1574838421 {
    background: url(../image/15760315106648eaa7afb70d0ceb0-15.jpg);
    background-repeat: repeat-x!important;
    background-size: auto 100%;
    background-position: 50% 50% !important;
}

#text_style_01_1575276751479 {
    width: 30.833333333333336%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 45.125px;
    left: 34.583333333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1575276751479 {
        z-index: 2;
    }
}

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

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

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

#text_style_01_1575276800862 {
    width: 30.833333333333336%;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    position: absolute;
    top: 94.125px;
    left: 34.583333333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1575276800862 {
        z-index: 2;
    }
}

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

#text_style_01_1575276800862>.view_contents {
    font-size: 18px;
    color: #999999;
    text-align: center;
}

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

#newsList_style_03_1575277074115 {
    width: 100%;
    position: absolute;
    top: 168px;
    left: 0%;
    z-index: 9;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #newsList_style_03_1575277074115 {
        width: 96%;
        left: 2.014846235418876%;
        z-index: 1;
    }
}

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

#newsList_style_03_1575277074115 #pagecurSet {
    background: #00a8c5;
}

#newsList_style_03_1575277074115 .page_btn .pageSet:hover {
    background: #fcca03;
    font-family: Microsoft YaHei;
    font-size: 14px;
    text-align: center;
    color: #222222;
}

#layout_1575276695630 {
    height: 795px;
}

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

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

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

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

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

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

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

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

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



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

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1574840199791 .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_1574840199791 .CompatibleImg img {
        width: 100%;
        height: 100%
    }
}

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

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

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

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

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

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

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

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

.menuStyle_31 .menuUl_box {
    position: relative;
    width: 100%;
    text-align: center;
    box-shadow: #cccccc 3px 3px 6px;
}

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

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

.menuStyle_31 .menuUl>li>a {
    color: #fff;
    background: #000;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    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_31 .menuUl>li>a:hover {
    color: #fff;
    background: #ff6f04;
}

.menuStyle_31 .menuUl #hot>a {
    color: #fff;
    background: #ff6f04;
}

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

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

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

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

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

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

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

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

.menuStyle_31 .menuUl02 .subMenu02.subCurSet {
    color: #fff;
    background: #ff6f04;
    border-left: 2px solid #c40000;
}

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

.menuStyle_31 .menuUl02 .subMenu02:hover {
    color: #fff;
    background: #ff6f04;
    border-left: 2px solid #b54d00;
}

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

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

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

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

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

.menuStyle_31 .menuUl03 .subMenu03 {
    line-height: 30px;
    margin-left: 10px;
}

.menuStyle_31 .menuUl03 .subMenu03 a:hover {
    color: #fff;
    background: #ff6f04;
}

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

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

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

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

.menuStyle_31 .subBox .subMenu02.arrow {
    border-left: 2px solid #c40000;
}

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

.menuStyle_31 .rflex {
    position: relative;
}

.menuStyle_31 .maxWidth {
    margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menuStyle_31 .subBox .subMenu02:hover,
.menuStyle_31 .subBox .subMenu02:active {
    color: #fff;
    background: #ff6f04;
}

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

.menuStyle_31 .subBox .subMenu03:hover,
.menuStyle_31 .subBox .subMenu03:active {
    color: #fff;
    background: #ff6f04;
}

.menuStyle_31 .subMenu03 .thrCurSet {
    color: #fff !important;
    background: #ff6f04 !important;
}

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

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

@media screen and (min-width:640px) {
    #dh_style_31_1574838012082 .maxWidth {
        max-width: px;
    }
    #dh_style_31_1574838012082 .subBox .sublm {
        width: calc(100% - (px + px) - 20px);
    }
    #dh_style_31_1574838012082 .subBox .subImgsbox {
        width: calc((px + px) + 20px);
        height: px
    }
    #dh_style_31_1574838012082 .menuUl li #menuLogo {
        height: px;
        margin-right: px;
        margin-left: px;
    }
}

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

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

.boxNewsListStyle_3 {
    width: 100%;
    clear: both;
}

.boxNewsListStyle_3 li {
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    background: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eee;
    padding: 10px;
}

.boxNewsListStyle_3 li .clear {
    clear: both;
}

.boxNewsListStyle_3 .sumary_list .newPic {
    float: left;
    width: 100px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background: #eee;
}

.boxNewsListStyle_3 .sumary_list .newPic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.boxNewsListStyle_3 .sumary_list .newPic .zTm {
    margin-top: 100%;
}

.boxNewsListStyle_3 .sumary_list:first-child .newCont {
    float: left;
    width: calc(100% - 120px);
}

.boxNewsListStyle_3 .sumary_list .newCont {
    float: left;
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
}

.boxNewsListStyle_3 .sumary_list .newCont .newTitle {
    width: 100%;
}

.boxNewsListStyle_3 .sumary_list .newName {
    margin: .5em 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.boxNewsListStyle_3 .sumary_list .newName a {
    text-decoration: none;
    line-height: 1.4;
    font-size: 16px;
    color: #333;
}

.boxNewsListStyle_3 .sumary_list .newName a:hover {}

.boxNewsListStyle_3 .sumary_list .newB {
    width: 100%;
    line-height: 2;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.boxNewsListStyle_3 .sumary_list .newSort {
    font-size: 12px;
    white-space: nowrap;
    padding: .5em 1em;
    border-radius: 1.5em;
    margin-right: 5px;
    background: #814DFF;
    color: #fff;
}

.boxNewsListStyle_3 .sumary_list .newsTime {
    text-align: right;
    color: #aaa;
    font-size: 14px;
    white-space: nowrap;
}

.boxNewsListStyle_3 .sumary_list .newsTime span {
    white-space: nowrap;
}

.boxNewsListStyle_3 .sumary_list .newDetail {
    width: 100%;
    padding: .6em .6em 0 0;
    margin-bottom: .6em;
    color: #aaa;
    font-size: 12px;
    line-height: 1.6;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

.boxNewsListStyle_3 .thenewtitle {
    display: block;
}

.boxNewsListStyle_3 .page {
    display: inline-block;
    border: none;
    background: white;
    text-align: center;
    width: auto;
    padding: 0 15px;
    margin: 0 .5px;
    height: auto;
    line-height: 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e5e5e5;
}

.boxNewsListStyle_3 .page_btn .cur {
    background: red;
    color: white;
    cursor: pointer;
}

.boxNewsListStyle_3 .page:hover {
    background: red;
    color: white;
    cursor: pointer;
}

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

@media screen and (max-width:768px) {
    .boxNewsListStyle_3 .sumary_list .newPic {
        width: 120px;
    }
    .boxNewsListStyle_3 .sumary_list:first-child .newCont {
        width: calc(100% - 120px);
    }
    .boxNewsListStyle_3 .sumary_list .newName a {
        font-size: 14px;
    }
    .boxNewsListStyle_3 .page_btn a:nth-child(n+5) {
        display: none;
    }
    .boxNewsListStyle_3 .page_btn a:nth-last-child(1),
    .boxNewsListStyle_3 .page_btn a:nth-last-child(2),
    .boxNewsListStyle_3 .page_btn a:nth-last-child(3) {
        display: inline-block !important;
    }
}

@media screen and (max-width:480px) {
    .boxNewsListStyle_3 .sumary_list .newPic {
        float: none;
        width: 100%;
    }
    .boxNewsListStyle_3 .sumary_list .newCont {
        width: 100%;
    }
    .boxNewsListStyle_3 .sumary_list:first-child .newCont {
        width: 100%;
    }
    .boxNewsListStyle_3 .sumary_list .newName a {
        font-size: 14px;
    }
}

#newsList_style_03_1575277074115 .newDetail.pc {
    display: block;
}

#newsList_style_03_1575277074115 .newDetail.pad,
#newsList_style_03_1575277074115 .newDetail.mobile {
    display: none;
}

#newsList_style_03_1575277074115 .newTitle.pc {
    display: block;
}

#newsList_style_03_1575277074115 .newTitle.pad,
#newsList_style_03_1575277074115 .newTitle.mobile {
    display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #newsList_style_03_1575277074115 .newDetail.pad {
        display: block;
    }
    #newsList_style_03_1575277074115 .newDetail.pc,
    #newsList_style_03_1575277074115 .newDetail.mobile {
        display: none;
    }
    #newsList_style_03_1575277074115 .newTitle.pad {
        display: block;
    }
    #newsList_style_03_1575277074115 .newTitle.pc,
    #newsList_style_03_1575277074115 .newTitle.mobile {
        display: none;
    }
}

@media screen and (max-width:640px) {
    #newsList_style_03_1575277074115 .newDetail.mobile {
        display: block;
    }
    #newsList_style_03_1575277074115 .newDetail.pc,
    #newsList_style_03_1575277074115 .newDetail.pad {
        display: none;
    }
    #newsList_style_03_1575277074115 .newTitle.mobile {
        display: block;
    }
    #newsList_style_03_1575277074115 .newTitle.pc,
    #newsList_style_03_1575277074115 .newTitle.pad {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    #newsList_style_03_1575277074115 .sumary_list .newPic {
        width: 100px;
    }
    #newsList_style_03_1575277074115 .sumary_list:first-child .newCont {
        width: calc(100% - 100px);
    }
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
    #newsList_style_03_1575277074115 .sumary_list .newPic {
        width: 100px;
    }
    #newsList_style_03_1575277074115 .sumary_list:first-child .newCont {
        width: calc(100% - 100px);
    }
}

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

#newsList_style_03_1575277074115 .page_btn {
    font-size: 14px;
    text-align: center;
}

#newsList_style_03_1575277074115 .page_btn .all_page {
    display: inline-block;
    margin: 0 10px;
}

#newsList_style_03_1575277074115 .page:hover {
    background: red;
    color: white;
    cursor: pointer;
}

#newsList_style_03_1575277074115 .page_btn .cur {
    background: red;
    color: white;
    cursor: pointer;
}

#newsList_style_03_1575277074115 .submit_div {
    display: inline-block;
}

#newsList_style_03_1575277074115 .page_btn input {
    width: 50px;
    margin: 0 5px;
}

#newsList_style_03_1575277074115 .page_btn input:hover {
    cursor: default;
    background: white;
    color: #333;
}

#newsList_style_03_1575277074115 .page_submit {
    margin-left: 5px;
}

#newsList_style_03_1575277074115 .page {
    display: inline-block;
    border: none;
    background: white;
    text-align: center;
    width: auto;
    padding: 0 15px;
    margin: 0 .5px;
    height: auto;
    line-height: 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e5e5e5;
}

@media screen and (max-width:640px) {
    #newsList_style_03_1575277074115 .page_btn {
        font-size: 12px;
    }
    #newsList_style_03_1575277074115 .submit_div {
        display: none;
    }
}

#newsList_style_03_1575277074115 .page {
    width: auto;
    margin: 0 5px 10px 5px;
    border-radius: 5px;
}

@media screen and (max-width:640px) {
    #newsList_style_03_1575277074115 .page {
        line-height: 30px;
        padding: 0 13px;
    }
}

#image_style_01_1574859063953 .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_1574859063953 .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_1574859063953 .CompatibleImg img {
        null
    }
}

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

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

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

#image_style_01_1574859063982 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_3 {
    position: relative;
    width: 100%;
    height: 100%;
}

.menuStyle_3 * {
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    box-sizing: border-box;
}

.menuStyle_3 .ddsmoothmenu-v {
    display: block
}

.menuStyle_3 .ddsmoothmenu-v ul {
    background: #414141;
}

.menuStyle_3 .ddsmoothmenu-v ul li {
    line-height: 36px;
    height: 36px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    color: white;
}

.menuStyle_3 .ddsmoothmenu-v ul li:hover {
    background: #000;
}

.menuStyle_3 .menuLi01 {
    position: relative;
}

.menuStyle_3 .menuLi01:hover .menuUl02 {
    display: block;
}

.menuStyle_3 .menuLi01 a {
    display: block;
    color: inherit;
    padding-left: 15px;
    padding-right: 15px;
}

.menuStyle_3 .menuUl02 {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    white-space: nowrap;
}

.menuStyle_3 #hot>a {
    background: #ffcc00;
}

.menuStyle_3 .mobi_top {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    font-size: 40px;
}

.menuStyle_3 .icoFont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.menuStyle_3 .header_nav {
    width: 100%;
    height: calc(100% - 40px);
    overflow: hidden;
}

.menuStyle_3 .header_nav li {
    position: relative;
    line-height: 180%;
    color: #fff;
}

.menuStyle_3 .header_nav li a {
    color: inherit;
    display: block;
    padding: 15px;
}

.menuStyle_3 .header_scroll {
    overflow-y: scroll;
    height: 100%;
    width: calc(100% + 17px);
}

.menuStyle_3 .mobi_title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #333;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.menuStyle_3 .m_icoFont {
    width: 50px;
    height: 100%;
    display: block;
    float: right;
    border-left: 1px solid #333;
    cursor: pointer;
    font-size: 22px;
}

.menuStyle_3 .mobi_main {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #414141;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

.menuStyle_3 .mobi_border {
    position: relative;
    border-bottom: 1px solid #333;
    line-height: 120%;
}

.menuStyle_3 .mobi_more {
    position: absolute;
    top: 0;
    right: 17px;
    width: 50px;
    height: 100%;
    color: #fff;
    border-left: 1px solid #333;
    cursor: pointer;
    text-align: center;
}

.menuStyle_3 .mobi_add {
    display: block;
    font-size: 22px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menuStyle_3 .mobi_menuLi02 .mobi_border {
    padding-left: 30px;
}

.menuStyle_3 .mobi_menuUl02 {
    display: none;
}

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

@media screen and (max-width:640px) {
    .menuStyle_3 .ddsmoothmenu-v {
        display: none;
    }
    .menuStyle_3 .mobi_top {
        display: block;
    }
}

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

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

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

#image_style_01_1575971969794 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
}

.online-service-style01 {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ol-image img {
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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