@charset "utf-8";

/*----------------公共部分----------------*/
html {
    overflow-x: hidden;
    overflow-y: auto;
}

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

body,
li,
ul,
ol,
dl,
dt,
dd,
form,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 12px;
    /*解决ie6缓动*/
    background-attachment: fixed;
    font: 12px/1.5 tahoma, arial, "Microsoft YaHei";
    outline: 0 none;
    color: #333;
}

em,
i {
    font-style: normal;
}

a {
    color: #333;
}

a {
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
    border: 0;
}

table,
td {
    border: 1px solid;
}

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

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

.vertical .view {
    position: relative;
}

.view_contents {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 10;
    height: 100%;
    overflow: hidden;
}

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

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

/*流布局*/
.flow .view_contents>.view {
    float: left;
}

.clear {
    clear: both;
}

/*苹果去除样式*/
select,
input[type='button'],
input[type="reset"],
input[type='submit'],
input[type='text'],
input[type="password"],
input[name='query'],
input[name='d'] {
    -webkit-appearance: none;
    border-radius: 0px
}

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

/*模块分页*/
.page_btn {
    clear: both;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

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

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

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

.no_page {
    border: 0 !important;
}

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

    /*分页*/
    .page_btn a:nth-child(n+5) {
        display: none;
    }

    .page_btn a:nth-last-child(1),
    .page_btn a:nth-last-child(2),
    .page_btn a:nth-last-child(3) {
        display: inline-block !important;
    }
}

/*图片放大样式*/
.imgBox {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /*mobi*/
    .imgBox img {
        border-width: 10px;
    }

    .imgBox.scroll img {
        top: 5%;
        margin-bottom: 10vh;
    }
}

body {
    background-image: url('../images/50047dd7296_banner.jpg');
}

body {
    background-attachment: fixed;
}

body {
    background-position: center top;
}


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

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1506504548488 {
        display: block;
    }
}

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

#div_blank_1506504548488>.view_contents {
    overflow: visible;
}

#div_blank_1506504548488 {
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.8);
    border-bottom-color: #c17415;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

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

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


#image_logo_1506504528583 {
    width: 16.666666666666664%;
    height: 80px;
    position: absolute;
    top: 10px;
    left: 0%;
}

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

@media screen and (max-width:640px) {
    #image_logo_1506504528583 {
        width: 110px;
        height: 60px;
        top: 10px;
        left: 2%;
    }
}

#dh_style_01_1506504528588 {
    width: 50%;
    z-index: 999;
    position: absolute;
    top: 28px;
    left: 50%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #dh_style_01_1506504528588 {
        z-index: 3;
        left: 42.80267082429501%;
        width: 57.04989154013015%;
    }
}

@media screen and (max-width:640px) {
    #dh_style_01_1506504528588 {
        width: 44px;
        z-index: 999;
        top: 18px;
        left: calc(100% - 44px);
    }
}

#dh_style_01_1506504528588>.view_contents {
    overflow: visible;
}

#dh_style_01_1506504528588 .mainMenuSet {
    font-size: 16px;
    color: #ffffff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    font-family: Microsoft YaHei;
}

#dh_style_01_1506504528588 #hot>a {
    color: #ffffff;
    background: #c17415;
}

#dh_style_01_1506504528588 .mainMenuSet:hover {
    background: #c17415;
}

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

@media screen and (max-width:640px) {
    #dh_style_01_1506504528588 .mainMenuSet {
        text-align: left;
        margin-left: -24px;
        margin-right: 0px;
        padding-left: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
        border-bottom-style: none;
    }
}

@media screen and (max-width:640px) {
    #dh_style_01_1506504528588 #hot>a {
        border-bottom-style: none;
    }
}

#div_a_includeBlock_1506504528440 {
    width: 1200px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: calc(50% - 600px);
    z-index: 9999;
    display: block;
}

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

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

#div_a_includeBlock_1506504528440>.view_contents {
    overflow: visible;
}

#div_a_includeBlock_1506504528440 {}

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

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

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

#comm_layout_header>.view_contents {
    overflow: visible;
}


#div_blank_1506506588673 {
    width: 100%;
    height: 145px;
    position: absolute;
    top: 50px;
    left: 0%;
    z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1506506588673 {
        top: 50px;
    }
}

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

#div_blank_1506506588673>.view_contents {
    overflow: visible;
}

#div_blank_1506506588673 {
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7);
}

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

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


#text_style_01_1506506404904 {
    width: 100%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 50px;
    left: 0%;
    z-index: 1;
}

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

@media screen and (max-width:640px) {
    #text_style_01_1506506404904 {
        width: 100%;
        top: 32.5px;
        left: 0%;
        z-index: 1;
    }
}

#text_style_01_1506506404904>.view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-family: Microsoft YaHei;
    font-size: 30px;
    text-align: center;
    line-height: 45px;
    text-indent: 1em;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506506404904>.view_contents {
        box-sizing: border-box;
        font-size: 30px;
        line-height: 40px;
        height: 40px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506506404904>.view_contents {
        box-sizing: border-box;
        font-size: 20px;
        line-height: 30px;
        height: 30px;
        text-indent: 1em;
    }
}

#image_style_01_1506506538327 {
    width: 3%;
    height: 35px;
    position: absolute;
    top: 55px;
    left: 43%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506506538327 {
        left: 40.9%;
        width: 4%;
        top: 55px;
        z-index: 2;
        height: 35px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1506506538327 {
        width: 10%;
        height: 25px;
        top: 35px;
        left: 29.8046875%;
        z-index: 2;
    }
}

#image_style_01_1506506538327>.view_contents {
    overflow: visible;
}

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

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

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

#div_a_includeBlock_1506506367865 {}

#layout_diy_1506477971 {
    height: 246px;
}

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

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

#layout_diy_1506477971 {
    background: url(../images/11938_banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width:640px) {
    #layout_diy_1506477971 {
        background-size: auto 100%;
        background-position-x: 50%;
    }
}

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


#homelink_style_01_1506505310631 {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0%;
}

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

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

#homelink_style_01_1506505310631>.view_contents {
    overflow: visible;
}

#homelink_style_01_1506505310631 .textSet {
    font-size: 12px;
    font-family: Microsoft YaHei;
}

#homelink_style_01_1506505310631 {
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-bottom-color: rgba(51, 51, 51, 0.2);
}

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

#layout_1506505138732 {
    height: 34px;
}

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

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

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

#layout_1506505138732 {
    background: #ffffff;
}


#image_style_01_1506561717282 {
    width: 45%;
    height: 400px;
    position: absolute;
    top: 50px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506561717282 {
        width: 43%;
        left: 2%;
        height: 329px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1506561717282 {
        width: 96%;
        height: 170px;
        top: 10px;
        left: 2%;
    }
}

#image_style_01_1506561717282>.view_contents {
    overflow: visible;
}

#text_style_01_1506562058387 {
    width: 30.833333333333336%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 56px;
    left: 46.541666666666664%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506562058387 {
        top: 107px;
        left: 46.54029692470838%;
    }
}

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

#text_style_01_1506562058387>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
}

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

@media screen and (max-width:640px) {
    #text_style_01_1506562058387>.view_contents {
        box-sizing: border-box;
        font-size: 16px;
        line-height: 25px;
    }
}

#text_style_01_1506561978021 {
    width: 53.5%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 112px;
    left: 46.5%;
}
#text_style_01_1506561978021 p{
    font-size: 14px;
    color: #333;
    line-height: 1.8;

}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506561978021 {
        width: 51.5%;
        top: 162px;
        left: 46.49887327677625%;
    }
}

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

#text_style_01_1506561978021>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #565656;
    text-align: justify;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506561978021>.view_contents {
        box-sizing: border-box;
        font-size: 16px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506561978021>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
        line-height: 30px;
    }
}

#layout_1506505351682 {
    height: 450px;
}

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

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

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

#layout_1506505351682 {
    background: #ffffff;
}

#layout_1506505351682>.view_contents {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e5e5e5;
}

#layout_1506562144004 {
    height: 50px;
}

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

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

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

#layout_1506562144004 {
    background: #ffffff;
}


#text_style_01_1506562374906 {
    width: 30.833333333333336%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 50px;
    left: 0%;
}

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

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

#text_style_01_1506562374906>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
}

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

@media screen and (max-width:640px) {
    #text_style_01_1506562374906>.view_contents {
        box-sizing: border-box;
        font-size: 16px;
        line-height: 25px;
    }
}

#image_style_01_1506563208911 {
    width: 49%;
    height: 287px;
    position: absolute;
    top: 50px;
    left: 51%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506563208911 {
        width: 47.1898197242842%;
        height: 285px;
        left: 50.73568398727466%;
        top: 50px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1506563208911 {
        width: 96%;
        height: 170px;
        top: 75px;
        left: 2%;
    }
}

#image_style_01_1506563208911>.view_contents {
    overflow: visible;
}

#text_style_01_1506562526878 {
    width: 8.75%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 105px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506562526878 {
        width: 11.346765641569458%;
        left: 2%;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506562526878 {
        width: 24.6875%;
        top: 255px;
        left: 1.9970703125%;
    }
}

#text_style_01_1506562526878>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    text-align: right;
    line-height: 40px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506562526878>.view_contents {
        box-sizing: border-box;
        font-size: 16px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506562526878>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
        line-height: 30px;
    }
}

#text_style_01_1506563044165 {
    width: 7.583333333333334%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 104px;
    left: 35.125%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506563044165 {
        width: 10%;
        left: 36.58536585365854%;
        top: 105px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506563044165 {
        width: 16.5625%;
        top: 255px;
        left: 81.6845703125%;
    }
}

#text_style_01_1506563044165>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
    line-height: 40px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506563044165>.view_contents {
        box-sizing: border-box;
        font-size: 16px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1506563044165>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
        line-height: 30px;
    }
}

#div_blank_1506562941756 {
    width: 25%;
    height: 43px;
    position: absolute;
    top: 125px;
    left: 9.375%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1506562941756 {
        left: 15.018557794273596%;
        top: 124px;
        width: 20%;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1506562941756 {
        width: 45%;
        height: 34px;
        top: 268px;
        left: 31.5625%;
    }
}

#div_blank_1506562941756>.view_contents {
    overflow: visible;
}

#div_blank_1506562941756 {
    box-sizing: border-box;
    background: transparent;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: rgba(255, 255, 255, 0.9);
    border-bottom-style: dashed;
    border-bottom-color: rgba(255, 255, 255, 0.9);
    border-bottom-width: 1px;
}

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

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

#div_blank_1506563022347 {
    width: 25%;
    height: 43px;
    position: absolute;
    top: 282.5px;
    left: 9.375%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1506563022347 {
        left: 15.018557794273596%;
        top: 281.5px;
        width: 20%;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1506563022347 {
        width: 45%;
        height: 34px;
        top: 387.5px;
        left: 31.5625%;
    }
}

#div_blank_1506563022347>.view_contents {
    overflow: visible;
}

#div_blank_1506563022347 {
    box-sizing: border-box;
    background: transparent;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: rgba(255, 255, 255, 0.9);
    border-bottom-style: dashed;
    border-bottom-color: rgba(255, 255, 255, 0.9);
    border-bottom-width: 1px;
}

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

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

#div_blank_1506563018688 {
    width: 25%;
    height: 43px;
    position: absolute;
    top: 203.75px;
    left: 9.375%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1506563018688 {
        left: 15.018557794273596%;
        top: 202.75px;
        width: 20%;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1506563018688 {
        width: 45%;
        height: 34px;
        top: 328.75px;
        left: 31.5625%;
    }
}

#div_blank_1506563018688>.view_contents {
    overflow: visible;
}

#div_blank_1506563018688 {
    box-sizing: border-box;
    background: transparent;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: rgba(255, 255, 255, 0.9);
    border-bottom-style: dashed;
    border-bottom-color: rgba(255, 255, 255, 0.9);
    border-bottom-width: 1px;
}

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

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

#layout_1506562108829 {
    height: 345px;
}

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

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

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

#layout_1506562108829 {
    background: rgba(0, 0, 0, 0.7);
}

#layout_1506562163066 {
    height: 42px;
}

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

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

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

#layout_1506562163066 {
    background: rgba(0, 0, 0, 0.7);
}



#image_style_01_1506564336870 {
    width: 100%;
    height: 432px;
    position: absolute;
    top: 0px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506564336870 {
        left: 0%;
        width: 100%;
        height: 337px;
    }
}

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

#image_style_01_1506564336870>.view_contents {
    overflow: visible;
}

/*----------------------电脑板式样式----------------------*/
#image_style_01_1506564336870 {}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506564336870 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #image_style_01_1506564336870 {}
}

#text_style_01_1506568127066 {
    width: 100%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 450px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506568127066 {
        left: 0%;
        width: 100%;
        top: 355px;
    }
}

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

#text_style_01_1506568127066>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    color: #161616;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

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

@media screen and (max-width:640px) {
    #text_style_01_1506568127066>.view_contents {
        box-sizing: border-box;
        font-size: 18px;
        line-height: 30px;
    }
}

/*----------------------电脑板式样式----------------------*/
#text_style_01_1506568127066 {}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506568127066 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #text_style_01_1506568127066 {}
}

#div_a_includeBlock_1506564323407 {
    width: 30%;
    height: 530px;
    position: absolute;
    top: 50px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1506564323407 {
        width: 30%;
        left: 2%;
        height: 435px;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1506564323407 {
        width: 96%;
        height: 462px;
        top: 30px;
        left: 1.875%;
    }
}

#div_a_includeBlock_1506564323407 {
    box-shadow: #adadad 0px 0px 13px;
}

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

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1506564323407 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #div_a_includeBlock_1506564323407 {}
}


#image_style_01_1506568758626 {
    width: 100%;
    height: 432px;
    position: absolute;
    top: 0px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506568758626 {
        left: 0%;
        width: 100%;
        height: 337px;
    }
}

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

#image_style_01_1506568758626>.view_contents {
    overflow: visible;
}

/*----------------------电脑板式样式----------------------*/
#image_style_01_1506568758626 {}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506568758626 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #image_style_01_1506568758626 {}
}

#text_style_01_1506568758635 {
    width: 100%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 450px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506568758635 {
        left: 0%;
        width: 100%;
        top: 355px;
    }
}

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

#text_style_01_1506568758635>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    color: #161616;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

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

@media screen and (max-width:640px) {
    #text_style_01_1506568758635>.view_contents {
        box-sizing: border-box;
        font-size: 18px;
        line-height: 30px;
    }
}

/*----------------------电脑板式样式----------------------*/
#text_style_01_1506568758635 {}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506568758635 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #text_style_01_1506568758635 {}
}

#div_a_includeBlock_1506568758461 {
    width: 70%;
    height: 530px;
    position: absolute;
    top: 50px;
    left: 35%;
}
#div_a_includeBlock_1506568758461 img{
    width: 100%;
    height: 100%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1506568758461 {
        width: 30%;
        height: 435px;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1506568758461 {
        width: 96%;
        height: 462px;
        top: 523px;
        left: 2.03125%;
    }
}

#div_a_includeBlock_1506568758461 {
    box-shadow: #adadad 0px 0px 13px;
}

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

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1506568758461 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #div_a_includeBlock_1506568758461 {
		height:230px;
	}
}


#image_style_01_1506568763756 {
    width: 100%;
    height: 432px;
    position: absolute;
    top: 0px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506568763756 {
        left: 0%;
        width: 100%;
        height: 337px;
    }
}

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

#image_style_01_1506568763756>.view_contents {
    overflow: visible;
}

/*----------------------电脑板式样式----------------------*/
#image_style_01_1506568763756 {}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506568763756 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #image_style_01_1506568763756 {}
}

#text_style_01_1506568763766 {
    width: 100%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 450px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506568763766 {
        left: 0%;
        width: 100%;
        top: 355px;
    }
}

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

#text_style_01_1506568763766>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    color: #161616;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

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

@media screen and (max-width:640px) {
    #text_style_01_1506568763766>.view_contents {
        box-sizing: border-box;
        font-size: 18px;
        line-height: 30px;
    }
}

/*----------------------电脑板式样式----------------------*/
#text_style_01_1506568763766 {}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1506568763766 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #text_style_01_1506568763766 {}
}

#div_a_includeBlock_1506568763594 {
    width: 30%;
    height: 530px;
    position: absolute;
    top: 50px;
    left: 70%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1506568763594 {
        width: 30%;
        height: 435px;
        left: 68%;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1506568763594 {
        width: 96%;
        height: 462px;
        top: 1016px;
        left: 1.875%;
    }
}

#div_a_includeBlock_1506568763594>.view_contents {
    overflow: hidden;
}

#div_a_includeBlock_1506568763594 {
    box-shadow: #adadad 0px 0px 13px;
}

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

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1506568763594 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #div_a_includeBlock_1506568763594 {}
}

#layout_1506563476578 {
    height: 629px;
}

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

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

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

@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1506563476578 {
        background: #ffffff;
    }
}

#layout_1506563476578 {
    background: #ffffff;
}



#dh_style_01_1506504772869 {
    width: 51.74999999999999%;
    z-index: 999;
    position: absolute;
    top: 191px;
    left: 24.125%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #dh_style_01_1506504772869 {
        z-index: 999;
        left: 17.220303867403313%;
        width: 65.6353591160221%;
        top: 213px;
    }
}

@media screen and (max-width:640px) {
    #dh_style_01_1506504772869 {
        width: 44px;
        z-index: 1000;
        top: 0px;
        display: none;
    }
}

#dh_style_01_1506504772869>.view_contents {
    overflow: visible;
}

#dh_style_01_1506504772869 .mainMenuSet {
    color: #ffffff;
    text-align: center;
}

#dh_style_01_1506504772869 #hot>a {
    color: #C17415;
}

#text_style_02_1506504772896 {
    width: 29.916666666666668%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 134px;
    left: 68.66666666666667%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1506504772896 {
        width: 234px;
        top: 163.5px;
        left: 74.0314226519337%;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1506504772896 {
        width: 85%;
        top: 244.25px;
        left: 14.983713355048861%;
        z-index: 3;
        display: none;
    }
}

#text_style_02_1506504772896>.view_contents {
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 1px;
    padding-left: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1506504772896>.view_contents {
        box-sizing: border-box;
        line-height: 28px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1506504772896>.view_contents {
        box-sizing: border-box;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 1px;
    }
}

#text_style_02_1506504772931 {
    width: 21.333333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 134px;
    left: 41.583333333333336%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1506504772931 {
        width: 289px;
        top: 163.5px;
        left: 39.038328729281766%;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1506504772931 {
        width: 85%;
        top: 296.5px;
        left: 15%;
        z-index: 3;
        display: none;
    }
}

#text_style_02_1506504772931>.view_contents {
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 1px;
    padding-left: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1506504772931>.view_contents {
        box-sizing: border-box;
        line-height: 28px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1506504772931>.view_contents {
        box-sizing: border-box;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 1px;
    }
}

#image_style_01_1506504772911 {
    width: 6.25%;
    height: 31px;
    position: absolute;
    top: 134px;
    left: 11.708333333333334%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506504772911 {
        left: 2.0959944751381214%;
        width: 6.077348066298343%;
        top: 162px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1506504772911 {
        width: 15%;
        height: 29px;
        top: 189px;
        left: 0%;
        z-index: 2;
        display: none;
    }
}

#image_style_01_1506504772911>.view_contents {
    overflow: visible;
}

#image_style_01_1506504772921 {
    width: 6.25%;
    height: 31px;
    position: absolute;
    top: 134px;
    left: 36.333333333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506504772921 {
        top: 162px;
        left: 33.012776243093924%;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1506504772921 {
        width: 15%;
        height: 25px;
        top: 296.5px;
        left: 0%;
        z-index: 2;
        display: none;
    }
}

#image_style_01_1506504772921>.view_contents {
    overflow: visible;
}

#image_style_01_1506504772926 {
    width: 6.25%;
    height: 37px;
    position: absolute;
    top: 130.5px;
    left: 63.66666666666667%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506504772926 {
        top: 159px;
        left: 68.70165745856353%;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1506504772926 {
        width: 15%;
        height: 38px;
        top: 237.75px;
        left: 0%;
        z-index: 2;
        display: none;
    }
}

#image_style_01_1506504772926>.view_contents {
    overflow: visible;
}

#text_style_02_1506504772877 {
    width: 100%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 253px;
    left: 0%;
}
#text_style_02_1506504772877 a{
    color: #fff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1506504772877 {
        left: 0%;
        width: 100%;
        top: 276px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1506504772877 {
        width: 100%;
        top: 0px;
        left: 0%;
        display: block;
        z-index: 2;
    }
}

#text_style_02_1506504772877>.view_contents {
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    line-height: 16px;
    letter-spacing: 1px;
    padding-bottom: 50px;
}

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

@media screen and (max-width:640px) {
    #text_style_02_1506504772877>.view_contents {
        box-sizing: border-box;
        line-height: 25px;
        padding-bottom: 30px;
    }
}

#image_logo_1506504870953 {
    width: 16.666666666666664%;
    height: 70px;
    position: absolute;
    top: 0px;
    left: 41.66666666666667%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_logo_1506504870953 {
        left: 15.621562156215631%;
        width: 68.75687568756874%;
    }
}

@media screen and (max-width:640px) {
    #image_logo_1506504870953 {
        width: 100%;
        height: 70px;
        top: 0px;
        left: 0%;
        z-index: 2;
        display: none;
    }
}

#text_style_02_1506504772903 {
    width: 100%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 89px;
    left: 0%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1506504772903 {
        left: 11.726519337016574%;
        top: 84px;
        width: 693px;
    }
}

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

#text_style_02_1506504772903>.view_contents {
    box-sizing: border-box;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 2px;
    padding-left: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1506504772903>.view_contents {
        box-sizing: border-box;
        line-height: 30px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1506504772903>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
        line-height: 30px;
        letter-spacing: 1px;
    }
}

#text_style_02_1506504772916 {
    width: 20.083333333333332%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 134px;
    left: 16.916666666666664%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1506504772916 {
        left: 8.19578729281768%;
        top: 163.5px;
        width: 209px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1506504772916 {
        width: 85%;
        top: 191px;
        left: 14.983713355048849%;
        z-index: 3;
        display: none;
    }
}

#text_style_02_1506504772916>.view_contents {
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 1px;
    padding-left: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1506504772916>.view_contents {
        box-sizing: border-box;
        line-height: 28px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1506504772916>.view_contents {
        box-sizing: border-box;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 1px;
    }
}

#div_includeBlock_1506504772705 {
    width: 100%;
    height: 319px;
    position: absolute;
    top: 50px;
    left: 0%;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_includeBlock_1506504772705 {
        height: 342px;
        width: 96%;
        left: 2%;
    }
}

@media screen and (max-width:640px) {
    #div_includeBlock_1506504772705 {
        width: 96.00000000000001%;
        height: 80px;
        top: 30px;
        left: 1.999999999999993%;
    }
}

@media screen and (max-width:640px) {
    #div_includeBlock_1506504772705 {
        background-repeat: no-repeat;
        background-size: cover;
        background: #3a2e46 undefined;
    }
}

#comm_layout_footer {
    height: 369px;
    z-index: 1;
}

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

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

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

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

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

.logoName {
    white-space: nowrap;
}

/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
/*菜单样式*/
.menuStyle_1 {
    width: 100%;
    position: relative;
}

.menuStyle_1 * {
    transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -webkit-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -moz-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -o-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    box-sizing: border-box;
}

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

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

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

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

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

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

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

.menuStyle_1 .menuUl li {
    position: relative;
}

.menuStyle_1 .menuUl li>a {
    text-decoration: none;
    color: #4d5158;
    font-size: 14px;
    height: 44px;
    box-sizing: border-box;
    line-height: 44px;
    display: block;
    text-align: center;
    letter-spacing: normal;
    white-space: nowrap;
    padding: 0 1em\0;
}

.menuStyle_1 .menuUl li>a:hover {
    color: #f90
}

.menuStyle_1 .menuUl #hot>a {
    color: #f90;
}

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

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

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

.menuStyle_1 .menuUl02 .subMenu02 {
    float: none;
}

.menuStyle_1 .menuUl02 .subMenu02 a {
    color: #333;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.menuStyle_1 .menuUl02 .subMenu02 a:hover {}

.menuStyle_1 .rflex {
    position: relative;
}




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

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

    .menuStyle_1 .menuScroll {
        height: 84%;
        height: 84vh;
        width: 100%;
    }

    .menuStyle_1 .menuScroll>.menuUlCopy {
        width: calc(100% + 18px);
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

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

    .menuStyle_1 .miniMenu .leftBox .sidebar {
        font-size: 28px;
        line-height: 44px;
        font-weight: normal;
        cursor: pointer;
        color: #4d5158;
        position: absolute;
        top: 0;
        right: 0px;
        width: 44px;
        text-align: center;
    }

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

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy {
        padding: 15px 0 15px 30px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li {
        width: 100%;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {
        width: 100%;
        display: block;
        text-align: left;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        text-decoration: none;
        font-size: 16px;
        line-height: 44px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide {
        height: 100% !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, .85);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar {
        color: #fff;
    }

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

#image_style_01_1506506538327 .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_1506506538327 .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_1506506538327 .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_1506506538327 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;
}

.breadcrumb {
    padding: 8px 15px;
    /* margin-bottom: 20px; */
    list-style: none;
    /* background-color: #f5f5f5; */
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    /* content: "/\00a0"; */
    content: "\003e\00a0";
    padding: 0 5px;
    color: #cccccc;
}

.breadcrumb>.active {
    color: #777777;
}

.location_style01 .fa-home {
    font-size: 16px;
    margin-right: .25em;
}

.location_style01 .home-icon {
    height: 1.5em;
    float: left;
    margin-right: .8em;
}

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

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

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506563208911 .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_1506563208911 .CompatibleImg img {
        width: 100%;
        height: auto;
        margin-left: 0px
    }
}

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

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

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

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

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

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

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

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

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

#image_style_01_1506568763756 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_1 {
    width: 100%;
    position: relative;
}

.menuStyle_1 * {
    transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -webkit-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -moz-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -o-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    box-sizing: border-box;
}

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

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

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

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

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

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

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

.menuStyle_1 .menuUl li {
    position: relative;
}

.menuStyle_1 .menuUl li>a {
    text-decoration: none;
    color: #4d5158;
    font-size: 14px;
    height: 44px;
    box-sizing: border-box;
    line-height: 44px;
    display: block;
    text-align: center;
    letter-spacing: normal;
    white-space: nowrap;
    padding: 0 1em\0;
}

.menuStyle_1 .menuUl li>a:hover {
    color: #f90
}

.menuStyle_1 .menuUl #hot>a {
    color: #f90;
}

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

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

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

.menuStyle_1 .menuUl02 .subMenu02 {
    float: none;
}

.menuStyle_1 .menuUl02 .subMenu02 a {
    color: #333;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.menuStyle_1 .menuUl02 .subMenu02 a:hover {}

.menuStyle_1 .rflex {
    position: relative;
}




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

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

    .menuStyle_1 .menuScroll {
        height: 84%;
        height: 84vh;
        width: 100%;
    }

    .menuStyle_1 .menuScroll>.menuUlCopy {
        width: calc(100% + 18px);
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

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

    .menuStyle_1 .miniMenu .leftBox .sidebar {
        font-size: 28px;
        line-height: 44px;
        font-weight: normal;
        cursor: pointer;
        color: #4d5158;
        position: absolute;
        top: 0;
        right: 0px;
        width: 44px;
        text-align: center;
    }

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

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy {
        padding: 15px 0 15px 30px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li {
        width: 100%;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {
        width: 100%;
        display: block;
        text-align: left;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        text-decoration: none;
        font-size: 16px;
        line-height: 44px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide {
        height: 100% !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, .85);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar {
        color: #fff;
    }

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

#image_style_01_1506504772911 .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_1506504772911 .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_1506504772911 .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);
    }
	#div_a_includeBlock_1506568758461 img{
		height:auto;
		box-shadow:0;
	}
}

#image_style_01_1506504772911 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_1506504772921 .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_1506504772921 .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_1506504772921 .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_1506504772921 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_1506504772926 .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_1506504772926 .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_1506504772926 .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_1506504772926 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 {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

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

.logoName {
    white-space: nowrap;
}
.aboutbottom{
    background: #fff;
    padding: 3% 0;
}
.aboutbottom img{
    width: 100%;
    object-fit: cover;
    text-align: center;
}

.video{
	width:100%;
	height:800px;
}
.video iframe{
	width:inherit;
	height:inherit;
}
@media screen and (max-width:640px) {
	.video{
	height:200px;
	}
}