@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: 150px;
        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%;
}

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

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

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

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

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1506506538327 {
        left: 41%;
        width: 4%;
        top: 52.5px;
        height: 35px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1506506538327 {
        width: 10%;
        height: 25px;
        top: 33px;
        left: 29.736328125%;
    }
}

#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/224635_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%;
    }
}


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


#text_style_01_1506579743672 {
    width: 100%;
    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_1506579743672 {
        left: 2%;
        width: 96%;
    }
}

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

#text_style_01_1506579743672>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    color: #C17415;
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 15px;
    border-bottom-style: none;
    border-bottom-width: 2px;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    height: 35px;
}

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

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

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

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

@media screen and (max-width:640px) {
    #newsList_style_04_1506579888153 {
        width: 96%;
        top: 66px;
        left: 2%;
        position: static;
        margin: 0 auto;
        padding-top: 66px;
    }
    #div_tab_style_03_1506580652534 .tab_nav{
    	padding-top: 3%;
    	position: static;
    }
}

#newsList_style_04_1506579888153>.view_contents {
    overflow: visible;
}

#newsList_style_04_1506579888153 .detailSet {
    border-bottom-style: none;
    font-family: SimHei;
    font-size: 13px;
}

#newsList_style_04_1506579888153 .titleSet {
    font-family: SimHei;
    font-size: 16px;
}

#newsList_style_04_1506579888153 .imgSet {
    background: transparent;
}

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

@media screen and (max-width:640px) {
    #newsList_style_04_1506579888153 .titleSet {
        font-size: 14px;
        line-height: 1.7;
    }
}

#layout_1506571069720 {
    height: 443px;
}

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

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

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

#layout_1506571069720 {
    background: #ffffff;
}

#layout_1506571069720>.view_contents {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(51, 51, 51, 0.2);
}




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

@media screen and (min-width:641px) and (max-width:1200px) {
    #newsList_style_10_1506580899859 {
        width: 100%;
        position: static;
    }
}

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

#newsList_style_10_1506580899859 .sortSet {
    color: #C17415;
}

#newsList_style_10_1506580899859 {
    background: #ffffff;
}

@media screen and (max-width:640px) {
    #newsList_style_10_1506580899859 .titleSet {
        margin-bottom: 2px;
        margin-top: 2px;
    }
}

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

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

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

#newsList_style_10_1506580805127 .sortSet {
    color: #C17415;
}

#newsList_style_10_1506580805127 {
    background: #ffffff;
}

@media screen and (max-width:640px) {
    #newsList_style_10_1506580805127 .titleSet {
        margin-top: 2px;
        margin-bottom: 2px;
        font-size: 14px;
    }
}

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

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

#tab_style_03_1506580652534 {
    width: 100%;
    height: 853px;
    position: absolute;
    top: 27px;
    left: 0%;
}

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

@media screen and (max-width:640px) {
    #tab_style_03_1506580652534 {
        width: 96%;
        height: auto;
        margin: 0 auto;
        position: static;
        top: 30px;
        left: 2%;
    }
}

#tab_style_03_1506580652534>.view_contents {
    overflow: visible;
}

#tab_style_03_1506580652534 .current .tabItemSet {
    background: #ffffff;
}

#tab_style_03_1506580652534 .tabItemSet {
    background: transparent;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
}

#tab_style_03_1506580652534 .tabItemSet.tabCurItem {
    background: #C17415;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#tab_style_03_1506580652534 {
    background: #ffffff;
}

@media screen and (max-width:640px) {
    #tab_style_03_1506580652534 .tabItemSet {
        font-size: 12px;
        line-height: 30px;
        height: 30px;
    }
}

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

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

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

#layout_1506579922724 {
    height: 880px;
}

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

@media screen and (max-width:640px) {
    #layout_1506579922724 {
        height: auto;
        padding-top: 5%;
    }
}

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

#layout_1506579922724 {
    background: #ffffff;
}

#layout_1506580936330 {
    height: 52px;
}

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

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

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

#layout_1506580936330 {
    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%;
}

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

/*新闻列表样式*/
.boxNewsListStyle_4 {
    width: 100%;
    clear: both;
}

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

.boxNewsListStyle_4 ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.boxNewsListStyle_4 .sumary_list {
    list-style: none;
    background: #fff;
}

.boxNewsListStyle_4 .sumary_list .newPic {
    width: 100%;
    min-width: 100px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background: #eee;
}

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

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

.boxNewsListStyle_4 .sumary_list .newCont {
    width: 100%;
}

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

.boxNewsListStyle_4 .sumary_list .newName {}

.boxNewsListStyle_4 .sumary_list .newName a {
    text-decoration: none;
    color: #333;
    line-height: 1.1;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0;
}

.boxNewsListStyle_4 .sumary_list .newName a:hover {}

.boxNewsListStyle_4 .sumary_list .newB {
    width: 100%;
    line-height: 2;
    padding-top: 5px;
}

.boxNewsListStyle_4 .sumary_list .newSort {
    color: #fff;
    background-color: #498D9C;
    font-size: 12px;
    white-space: nowrap;
    padding: .5em 1em;
    margin-right: 5px;
}

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

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

.boxNewsListStyle_4 .sumary_list .newsTime span.nTime {
    display: none;
}

.boxNewsListStyle_4 .sumary_list .newDetail {
    width: 100%;
    margin: 0;
    color: #999;
    font-size: 12px;
    line-height: 1.6;
    /* display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;*/
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}

.boxNewsListStyle_4 .sumary_list .show_all {
    width: 100%;
    margin-top: .5em;
}

.boxNewsListStyle_4 .sumary_list .show_all a {
    display: block;
    margin-top: .4em;
    text-decoration: none;
    border: 1px solid #ddd;
    text-align: center;
    padding: .4em;
    font-size: 12px;
    color: #666;
}

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

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

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

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

.boxNewsListStyle_4 .no_page {
    border: 0 !important;
}

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

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

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

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

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

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

    #newsList_style_04_1506579888153 .newDetail.pc,
    #newsList_style_04_1506579888153 .newDetail.mobile {
        display: none;
    }
}

@media screen and (max-width:640px) {
    #newsList_style_04_1506579888153 .newDetail.mobile {
        display: block;
        overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	padding-bottom: 0
    }

    #newsList_style_04_1506579888153 .newDetail.pc,
    #newsList_style_04_1506579888153 .newDetail.pad {
        display: none;
    }
}

/*pc*/
#newsList_style_04_1506579888153 li {
    width: 23.5%;
}

#newsList_style_04_1506579888153 li.sumary_list {
    margin-bottom: 2%;
}

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

    /*ipad*/
    #newsList_style_04_1506579888153 li {
        width: 23.5%;
    }

    #newsList_style_04_1506579888153 li.sumary_list {
        margin-bottom: 2%;
    }
}

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

    /*mobi*/
    #newsList_style_04_1506579888153 li {
        width: 49%;
    }

    #newsList_style_04_1506579888153 li.sumary_list {
        margin-bottom: 2%;
    }
}

ba.niceTab.tabStyle_3 {
    position: relative;
    width: 100%;
    height: 100%;
}

.niceTab.tabStyle_3 li {
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

/*标签样式*/
.tab_nav {
    position: absolute;
    z-index: 2;
    overflow: hidden;
}

.tab_ul {
    text-align: left;
    /* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */
}

.tab_li {
    display: inline-block;
    text-align: center;
    background: #f6f5f4;
    font-size: 12px;
    border: 0;
    cursor: pointer;
    box-sizing: border-box;
}

.tab_ul .tabCurItem {
    background: #eee;
}

.tab_img img {
    width: 18px;
    height: 14px;
}

.tab_img {
    vertical-align: middle;
}

.tab_txt {
    vertical-align: middle;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    color: inherit !important;
}

.tab_txt p {
    white-space: nowrap;
    font-size: inherit;
    color: inherit;
}

#tab_style_03_1506580652534 .tabItemSet.tabCurItem p {
    color: #fff;
}

/*内容区样式*/
.tab_box {
    position: absolute;
    left: 0;
    z-index: 1;
}

.tab_content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tab_main {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.tab_div {
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
}

.niceTabShow {
    display: block;
}

/*选项卡左右箭头*/
.tab_left_arrow {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 10px;
    /*左箭头边距*/
    /*width: 40px; height: 40px;*/
    background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important;
    background-size: auto 80%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    opacity: 1;
    z-index: 999999;
    display: none;
}

.tab_right_arrow {
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 10px;
    /*右箭头边距*/
    width: 40px;
    height: 40px;
    background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important;
    background-size: auto 80%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    opacity: 1;
    z-index: 999999;
    display: none;
}

.tab_content:hover .tab_left_arrow,
.tab_content:hover .tab_right_arrow {
    display: block;
}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tab_nav_top {
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    /*标签高度可以随意设置*/
}

.tab_scroll_top {
    overflow-x: scroll !important;
    overflow-y: hidden;
    width: 100%;
    height: calc(100% + 17px);
}

.tab_ul_top {
    min-width: 100%;
    height: 100%;
    /*该宽度是默认宽度，程序读取后替换*/
}

.tab_li_top {
    height: 100%;
    /*标签宽度可以随意设置*/
}

.tab_box_top {
    width: 100%;
    height: calc(100% - 50px);
    /*减掉标签的高度*/
    top: 50px;
    /*标签的高度*/
}

/*标签左侧样式*/
.tab_nav_left {
    left: 0;
    top: 0;
    width: 50px;
    /*标签宽度可以随意设置*/
    height: 100%;
}

.tab_scroll_left {
    overflow-x: hidden;
    overflow-y: scroll !important;
    width: calc(100% + 17px);
    height: 100%;
}

.tab_ul_left {
    height: 100%;
    /*该标签的宽度要和.tab_nav_left宽度一样;*/
}

.tab_li_left {
    width: 100%;
    /*标签高度可以随意设置*/
}

.tab_box_left {
    height: 100%;
    width: calc(100% - 50px);
    /*减掉标签的宽度*/
    left: 50px;
    /*标签的宽度*/
}

/*标签底部样式*/
.tab_nav_bottom {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    /*标签高度可以随意设置*/
}

.tab_scroll_bottom {
    overflow-x: scroll !important;
    overflow-y: hidden;
    width: 100%;
    height: calc(100% + 17px);
}

.tab_ul_bottom {
    min-width: 100%;
    height: 100%;
    /*该宽度是默认宽度，程序读取后替换*/
}

.tab_li_bottom {
    height: 100%;
    /*标签宽度可以随意设置*/
}

.tab_box_bottom {
    width: 100%;
    height: calc(100% - 50px);
    /*减掉标签的高度*/
    bottom: 50px;
    /*标签的高度*/
}

/*标签左侧样式*/
.tab_nav_right {
    right: 0;
    bottom: 0;
    width: 50px;
    /*标签宽度可以随意设置*/
    height: 100%;
}

.tab_scroll_right {
    overflow-x: hidden;
    overflow-y: scroll !important;
    width: calc(100% + 17px);
    height: 100%;
}

.tab_ul_right {
    height: 100%;
    /*该标签的宽度要和.tab_nav_left宽度一样;*/
}

.tab_li_right {
    width: 100%;
    /*标签高度可以随意设置*/
}

.tab_box_right {
    height: 100%;
    width: calc(100% - 50px);
    /*减掉标签的宽度*/
    right: 50px;
    /*标签的宽度*/
}

.tab_pos_r {
    position: relative;
    top: 50%;
    left: 50%;
    padding: 0 1em;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.tab_pos_n {
    padding: 1em 0;
}


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

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

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

/*新闻列表样式*/
.boxNewsListStyle_10 {
    width: 100%;
    clear: both;
}

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

.boxNewsListStyle_10 li {
    width: 100%;
    list-style: none;
    background: #fff;
    padding-bottom: 30px;
    padding-top: 10px;
    border-bottom: 1px solid #dedede;
}

.boxNewsListStyle_10 li .clear {
    clear: both;
}

.boxNewsListStyle_10 .sumary_list .newPic {
    float: left;
    width: 200px;
    background: #eee;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin-right: 10px;
}

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

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

.boxNewsListStyle_10 .sumary_list .newCont {
    float: left;
    width: calc(100% - 150px);
    padding-left: 1em;
    box-sizing: border-box;
}

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

.boxNewsListStyle_10 .sumary_list .newName {
    display: block;
}

.boxNewsListStyle_10 .sumary_list .newName a {
    display: block;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
    font-size: 18px;
    padding: 15px 0 10px;
    font-weight: bold;
    margin-bottom: 20px;
}

.boxNewsListStyle_10 .sumary_list .newB {
    line-height: 2;
    padding-top: .5em;
    display: inline-block;
}

.boxNewsListStyle_10 .sumary_list .newSort {
    color: #f37878;
    font-size: 16px;
    white-space: nowrap;
    border-radius: 1.5em;
    margin-right: 5px;
}

.boxNewsListStyle_10 .sumary_list .newsTime {
    text-align: right;
    color: #999;
    font-size: 12px;
    white-space: nowrap;
}

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

.boxNewsListStyle_10 .sumary_list .newDetail {
    width: 100%;
    padding: .6em .6em .6em 0;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}

.boxNewsListStyle_10 .sumary_list .show_all {
    width: 100%;
}

.boxNewsListStyle_10 .sumary_list .show_all a {
    display: inline-block;
    margin-top: .4em;
    text-decoration: underline;
    font-size: 12px;
    color: #fff;
    background: #f37878;
    padding: 4px 10px;
}

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

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

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

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

.boxNewsListStyle_10 .no_page {
    border: 0 !important;
}

@media screen and (max-width:991px) {
    .boxNewsListStyle_10 .sumary_list .newName {
        margin: .4em 0;
    }
}

@media screen and (max-width:768px) {
    .boxNewsListStyle_10 li {
        float: left;
        width: calc((100% - 10px)/2);
        margin-right: 10px;
    }

    .boxNewsListStyle_10 li:nth-child(even) {
        margin-right: 0;
    }

    .boxNewsListStyle_10 .sumary_list .newPic {
        float: none;
        width: 100%;
    }

    .boxNewsListStyle_10 .sumary_list .newCont {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .boxNewsListStyle_10 .sumary_list .newName {
        margin: .4em 0;
    }

    .boxNewsListStyle_10 .sumary_list .newName a {
        font-size: 14px;
    }

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

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

@media screen and (max-width:480px) {
    .boxNewsListStyle_10 li {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .boxNewsListStyle_10 .sumary_list .newName {
        margin: .4em 0;
    }

    .boxNewsListStyle_10 .sumary_list .newName a {
        font-size: 14px;
    }
}


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

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

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

    #newsList_style_10_1506580899859 .newDetail.pc,
    #newsList_style_10_1506580899859 .newDetail.mobile {
        display: none;
    }
}

@media screen and (max-width:640px) {
    #newsList_style_10_1506580899859 .newDetail.mobile {
        display: block;
    }

    #newsList_style_10_1506580899859 .newDetail.pc,
    #newsList_style_10_1506580899859 .newDetail.pad {
        display: none;
    }
}

/*新闻列表样式*/
.boxNewsListStyle_10 {
    width: 100%;
    clear: both;
}

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

.boxNewsListStyle_10 li {
    width: 100%;
    list-style: none;
    background: #fff;
    padding-bottom: 30px;
    padding-top: 10px;
    border-bottom: 1px solid #dedede;
}

.boxNewsListStyle_10 li .clear {
    clear: both;
}

.boxNewsListStyle_10 .sumary_list .newPic {
    float: left;
    width: 200px;
    background: #eee;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin-right: 10px;
}

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

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

.boxNewsListStyle_10 .sumary_list .newCont {
    float: left;
    width: calc(100% - 150px);
    padding-left: 1em;
    box-sizing: border-box;
}

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

.boxNewsListStyle_10 .sumary_list .newName {
    display: block;
}

.boxNewsListStyle_10 .sumary_list .newName a {
    display: block;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
    font-size: 18px;
    padding: 15px 0 10px;
    font-weight: bold;
    margin-bottom: 20px;
}

.boxNewsListStyle_10 .sumary_list .newB {
    line-height: 2;
    padding-top: .5em;
    display: inline-block;
}

.boxNewsListStyle_10 .sumary_list .newSort {
    color: #f37878;
    font-size: 16px;
    white-space: nowrap;
    border-radius: 1.5em;
    margin-right: 5px;
}

.boxNewsListStyle_10 .sumary_list .newsTime {
    text-align: right;
    color: #999;
    font-size: 12px;
    white-space: nowrap;
}

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

.boxNewsListStyle_10 .sumary_list .newDetail {
    width: 100%;
    padding: .6em .6em .6em 0;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}

.boxNewsListStyle_10 .sumary_list .show_all {
    width: 100%;
}

.boxNewsListStyle_10 .sumary_list .show_all a {
    display: inline-block;
    margin-top: .4em;
    text-decoration: underline;
    font-size: 12px;
    color: #fff;
    background: #f37878;
    padding: 4px 10px;
}

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

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

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

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

.boxNewsListStyle_10 .no_page {
    border: 0 !important;
}

@media screen and (max-width:991px) {
    .boxNewsListStyle_10 .sumary_list .newName {
        margin: .4em 0;
    }
}

@media screen and (max-width:768px) {
    .boxNewsListStyle_10 li {
        float: left;
        width: calc((100% - 10px)/2);
        margin-right: 10px;
    }

    .boxNewsListStyle_10 li:nth-child(even) {
        margin-right: 0;
    }

    .boxNewsListStyle_10 .sumary_list .newPic {
        float: none;
        width: 100%;
    }

    .boxNewsListStyle_10 .sumary_list .newCont {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .boxNewsListStyle_10 .sumary_list .newName {
        margin: .4em 0;
    }

    .boxNewsListStyle_10 .sumary_list .newName a {
        font-size: 14px;
    }

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

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

@media screen and (max-width:480px) {
    .boxNewsListStyle_10 li {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .boxNewsListStyle_10 .sumary_list .newName {
        margin: .4em 0;
    }

    .boxNewsListStyle_10 .sumary_list .newName a {
        font-size: 14px;
    }
}


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

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

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

    #newsList_style_10_1506580805127 .newDetail.pc,
    #newsList_style_10_1506580805127 .newDetail.mobile {
        display: none;
    }
}

@media screen and (max-width:640px) {
    #newsList_style_10_1506580805127 .newDetail.mobile {
        display: block;
    }

    #newsList_style_10_1506580805127 .newDetail.pc,
    #newsList_style_10_1506580805127 .newDetail.pad {
        display: none;
    }
}


#div_tab_style_03_1506580652534 .tab_right_arrow {
    display: none;
    width: 40px;
    height: 40px;
    opacity: 1;
    right: 10px;
}

#div_tab_style_03_1506580652534 .tab_left_arrow {
    display: none;
    width: 40px;
    height: 40px;
    opacity: 1;
    left: 10px;
}

#div_tab_style_03_1506580652534 .tab_img {
    display: none;
}

#div_tab_style_03_1506580652534 .tab_ul {
    text-align: center
}

#div_tab_style_03_1506580652534 .tab_nav {
    display: block !important;
    height: 30px;
}

#div_tab_style_03_1506580652534 .tab_box {
    height: calc(100% - 30px);
    top: 30px;
}

#div_tab_style_03_1506580652534 .tab_li {
    margin-left: 5px
}

#div_tab_style_03_1506580652534 .tab_li:first-child {
    margin-left: 0px;
}

/*菜单样式*/
.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);
    }
}

#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);
    }
    #div_tab_style_03_1506580652534 .tab_box{
    	height: auto;
    	position: static;
    }
    #newsList_style_10_1506580899859{
    	position: static;
    }
}

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

.newdesfont{
	font-family: SimHei;
    font-size: 13px;
	color: #999;
}