/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html, button, input, select, textarea {
    font-family: "Microsoft Yahei", Arial, sans-serif;
    color: #666;
}
body {
    font-size: 14px;
    line-height: 1.4;
}
#cke_pastebin {
    position: inherit !important;
    top: inherit !important;
    width: 100% !important;
    height: 100% !important;
    overflow: initial !important;
    left: inherit !important;
}
img {
    width: auto;
    height: auto;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */ ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between img and the bottom of their containers: h5bp.com/i/440
 */
img {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}
.ny_hg {
    height: 120px;
    display: block;
}
.nt_bj {
    width: 100%;
    margin: 0px auto;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    /*
   * Extends the .visuallyhidden class to allow the element to be focusable
   * when navigated to via the keyboard: h5bp.com/p
   */
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix {
    /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.clearfix:after {
    clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    body {
        width: 1920px;
        zoom: 0.6;
    }
    * {
        line-height: 1.3 !important background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    /*a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }*/
    /*
   * Don't show links for img, or javascript/internal links
   */
    /*.ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }*/
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}
html, body {
    margin: 0;
    padding: 0;
}
ul, ol, dl {
    list-style: none;
    margin: 0;
    padding: 0;
}
.zxresponsibility_right {
    overflow: hidden;
    position: relative;
    margin-bottom: 85px;
}
.zxresponsibility_right .back {
    position: absolute;
    top: 0;
    right: 0;
    left: 18%;
    bottom: 38px;
    background: #e8e8ea;
    z-index: -1;
}
.zxresponsibility_right .content {
    margin-top: 40px;
    overflow: hidden;
}
.zxresponsibility_right .content .big_img {
    float: left;
    margin-right: 2%;
    width: 64%;
    position: relative;
}
.zxresponsibility_right .content .big_img img {
    max-width: 100%;
}
.zxresponsibility_right .content .list {
    width: 30%;
    padding: 0 2%;
    float: left;
}
.zxresponsibility_right .content .list .title {
    margin-bottom: 15px;
    font-size: 34px;
    color: #323232;
    line-height: 36px;
}
.zxresponsibility_right .content .list .artical {
    margin-bottom: 18px;
    font-size: 14px;
    color: #5F636A;
    line-height: 26px;
}
.zxresponsibility_right .content .list .more {
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
    padding-left: 32px;
    background: url(../files/images/zhongxindj_08.png) no-repeat left center;
    font-size: 12px;
    color: #5F636A;
    line-height: 23px;
}
.zxresponsibility_right .content .list .two_pic {
    overflow: hidden;
}
.zxresponsibility_right .content .list .two_pic .first_pic {
    margin-right: 40px;
}
.zxresponsibility_right .content .list .two_pic .one_pic {
    float: left;
    position: relative;
}
.zxresponsibility_right .content .list .two_pic .one_pic p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 13px;
    color: #fff;
    text-indent: 1em;
}
.zxresponsibility_left {
    overflow: hidden;
    position: relative;
    margin-bottom: 85px;
}
.zxresponsibility_left .back {
    position: absolute;
    top: 0;
    right: 0;
    left: 18%;
    bottom: 38px;
    background: #e8e8ea;
    z-index: -1;
}
.zxresponsibility_left .content {
    margin-top: 40px;
    overflow: hidden;
}
.zxresponsibility_left .content .big_img {
    float: left;
    width: 68%;
    height: 400px;
}
.zxresponsibility_left .content .list {
    width: 30%;
    padding: 0 2%;
    float: left;
}
.zxresponsibility_left .content .list .title {
    margin-bottom: 15px;
    font-size: 34px;
    color: #323232;
    line-height: 36px;
}
.zxresponsibility_left .content .list .artical {
    margin-bottom: 18px;
    font-size: 14px;
    color: #5F636A;
    line-height: 26px;
}
.zxresponsibility_left .content .list .more {
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
    padding-left: 32px;
    background: url(../files/images/zhongxindj_08.png) no-repeat left center;
    font-size: 12px;
    color: #5F636A;
    line-height: 23px;
}
.zxresponsibility_left .content .list .two_pic {
    overflow: hidden;
}
.zxresponsibility_left .content .list .two_pic .first_pic {
    margin-right: 40px;
}
.zxresponsibility_left .content .list .two_pic .one_pic {
    float: left;
    position: relative;
}
.zxresponsibility_left .content .list .two_pic .one_pic p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 13px;
    color: #fff;
    text-indent: 1em;
}
.zxresponsibility_left .back {
    position: absolute;
    top: 0;
    left: 0;
    right: 18%;
    bottom: 38px;
    background: #e8e8ea;
    z-index: -1;
}
.zxresponsibility_left .content {
    margin-top: 40px;
    overflow: hidden;
}
.zxresponsibility_left .content .big_img {
    float: left;
    margin-left: 2%;
    width: 64%;
    height: auto;
    position: relative;
}
.zxresponsibility_left .content .big_img img {
    max-width: 100%;
}
.zxchairspeech {
    position: relative;
    border-top: 120px solid #fff;
    margin-bottom: 80px;
}
.zxchairspeech .back {
    position: absolute;
    top: 0;
    left: 0;
    right: 14%;
    bottom: 0px;
    background: #f2f0f0;
    z-index: -1;
}
.zxchairspeech .content {
    margin-top: -40px;
    overflow: hidden;
}
.zxchairspeech .content .big_img {
    float: left;
    margin-right: 64px;
    width: 369px;
}
.zxchairspeech .content .big_img img {
    max-width: 100%;
}
.zxchairspeech .content .list {
    margin-top: 80px;
    width: 565px;
    float: left;
}
.zxchairspeech .content .list .title {
    margin-bottom: 14px;
    font-size: 32px;
    color: #323232;
    line-height: 34px;
}
.zxchairspeech .content .list .artical {
    margin-bottom: 22px;
    font-size: 13px;
    color: #5F636A;
    line-height: 27px;
}
.zxchairspeech .content .list .more {
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
    padding-left: 32px;
    background: url(../files/images/zhongxindj_08.png) no-repeat left center;
    font-size: 12px;
    color: #5F636A;
    line-height: 23px;
}
.zxchairspeech .content .list .two_pic {
    overflow: hidden;
}
.zxchairspeech .content .list .two_pic .first_pic {
    margin-right: 40px;
}
.zxchairspeech .content .list .two_pic .one_pic {
    float: left;
    position: relative;
}
.zxchairspeech .content .list .two_pic .one_pic p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 13px;
    color: #fff;
    text-indent: 1em;
}
.max_width {
    max-width: 83.333%;
    margin: 0 auto;
    overflow: hidden;
}
.zxchairspeechdown .group_first {
    margin-right: 80px;
}
.zxchairspeechdown .group {
    float: left;
    width: 530px;
    margin-bottom: 80px;
    border-top: 2px solid #d70000;
}
.zxchairspeechdown .group .title_pic img {
    width: 530px;
    height: 178px;
}
.zxchairspeechdown .group .content {
    padding: 42px 39px 0;
    border: 1px solid #ccc;
    border-top: none;
}
.zxchairspeechdown .group .content .title {
    margin-bottom: 15px;
    font-size: 32px;
    color: #323232;
    line-height: 36px;
    min-height: 72px;
}
.zxchairspeechdown .group .content .artical {
    margin-bottom: 18px;
    font-size: 14px;
    color: #5F636A;
    line-height: 26px;
    min-height: 130px;
}
.zxchairspeechdown .group .content .more {
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
    padding-left: 32px;
    background: url(../files/images/zhongxindj_08.png) no-repeat left center;
    font-size: 12px;
    color: #5F636A;
    line-height: 23px;
}
/*党建文化*/
.zxculturestone .culture_up .title {
    margin-bottom: 25px;
    font-size: 32px;
    color: #323232;
    line-height: 34px;
}
.zxculturestone .culture_up .artical {
    max-width: 550px;
    margin-bottom: 22px;
    font-size: 14px;
    color: #5F636A;
    line-height: 28px;
}
.zxculturestone .culture_up .more {
    display: block;
    text-decoration: none;
    margin-bottom: 45px;
    padding-left: 32px;
    background: url(../files/images/zhongxindj_08.png) no-repeat left center;
    font-size: 12px;
    color: #5F636A;
    line-height: 23px;
}
.zxculturestonedown .img_wrap {
    float: left;
    width: 320px;
    position: relative;
}
.zxculturestonedown .img_wrap img {
    width: 100%;
}
.zxculturestonedown .img_wrap p {
    margin: 0;
    font-size: 27px;
    color: #fff;
    /*text-indent: 1em;*/
    line-height: 34px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 18px;
}
.zxculturestonedown .img_wrap a.aBtn {
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: 18px;
    right: 18px;
}
.zxculturestonedown .img_wrap a.aBtn .write {
    width: 100%;
}
.zxculturestonedown .img_wrap a.aBtn .red {
    display: none;
}
.zxculturestonedown .img_wrap a.aBtn:hover .write {
    display: none;
    width: 100%;
}
.zxculturestonedown .img_wrap a.aBtn:hover .red {
    display: block;
}
.zxculturestonedown .img_wrap_long {
    width: 500px;
}
/*党建动态*/
.zxpartnews p {
    margin: 0;
}
.zxpartnews h3 {
    margin-top: 60px;
    margin-bottom: 25px;
    font-size: 32px;
    color: #323232;
    line-height: 34px;
}
.zxpartnews .content {
    position: relative;
}
.zxpartnews .content .back {
    position: absolute;
    top: 40px;
    right: 0;
    left: 290px;
    bottom: -40px;
    background: #f2f0f0;
    z-index: -1;
}
.zxpartnews .content .big_img {
    float: left;
    width: 640px;
    position: relative;
}
.zxpartnews .content .big_img #previous {
    position: absolute;
    bottom: 19px;
    right: 82px;
    z-index: 1;
    cursor: pointer;
}
.zxpartnews .content .big_img #previous img {
    width: 35px;
    height: 35px;
}
.zxpartnews .content .big_img #next {
    position: absolute;
    bottom: 19px;
    right: 19px;
    z-index: 1;
    cursor: pointer;
}
.zxpartnews .content .big_img #next img {
    width: 35px;
    height: 35px;
}
.zxpartnews .content .swiper-container {
    height: 420px;
}
.zxpartnews .content .swiper-slide {
    position: relative;
}
.zxpartnews .content .swiper-slide img {
    width: 100%;
}
.zxpartnews .content .swiper-slide ul {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 64%;
}
.zxpartnews .content .swiper-slide ul .date {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
}
.zxpartnews .content .swiper-slide ul .artical {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}
.zxpartnews .content .swiper-slide ul .artical a {
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}
.zxpartnews .content .news {
    background: #fff;
    float: left;
    padding: 0 30px 0 40px;
}
.zxpartnews .content .news li {
    overflow: hidden;
    margin-bottom: 12px;
}
.zxpartnews .content .news li .date {
    float: left;
    padding: 12px 16px 9px;
    background: #d70000;
    margin-right: 20px;
}
.zxpartnews .content .news li .date .month {
    font-size: 16px;
    color: #fff;
    line-height: 14px;
    text-align: center;
}
.zxpartnews .content .news li .date .day {
    font-weight: bolder;
    font-size: 22px;
    color: #fff;
    line-height: 28px;
    text-align: center;
}
.zxpartnews .content .news li .p {
    margin: 2px 0;
    font-size: 15px;
    color: #323232;
    line-height: 24px;
    width: 350px;
    float: left;
}
.zxpartnews .content .news .more {
    display: block;
    text-decoration: none;
    margin-top: 12px;
    padding-left: 32px;
    /*background: url(../images/zhongxindj_08.png) no-repeat left center;*/
    background: url(../files/images/more-icon.png) no-repeat left center;
    font-size: 12px;
    color: #5F636A;
    line-height: 23px;
}
.zxpartnews {
    margin-bottom: 8%;
}
/*banner*/
.banner_responsibility {
    position: relative;
    /*margin-bottom: 122px;*/
    /*margin-top:120px;*/
    overflow: hidden;
}
.banner_responsibility img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.banner_responsibility .larger {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.banner_responsibility .larger {
    display: block;
}
.banner_responsibility .small {
    display: none;
}
.banner_responsibility .banner_max_width {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner_responsibility ul {
    width: 83.333%;
    margin: 0 auto;
    margin-top: 120px;
}
.banner_responsibility ul .title {
    margin-bottom: 33px;
    font-size: 58px;
    color: #323232;
    line-height: 72px;
}
.banner_responsibility ul .artical {
    font-size: 14px;
    color: #5f636a;
    line-height: 28px;
    margin-bottom: 50px;
    width: 600px;
}
.banner_responsibility ul .more {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    color: #323232;
    line-height: 35px;
    padding-left: 30px;
    background: url('../files/images/more-icon.png') no-repeat;
    background-position: left center;
}
.banner_party {
    position: relative;
    margin-bottom: 63px;
    /*margin-top:120px;*/
    overflow: hidden;
}
.banner_party img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.banner_party .larger {
    display: block;
}
.banner_party .small {
    display: none;
}
.banner_party .banner_max_width {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner_party ul {
    width: 83.333%;
    margin: 0 auto;
    margin-top: 40px;
}
.banner_party ul .title {
    margin-top: 36px;
    font-size: 58px;
    color: #323232;
    line-height: 72px;
}
.banner_party ul .path {
    font-size: 14px;
    color: #5f636a;
    line-height: 28px;
}
/*关于中信 集团领导*/
.nav_zx_left {
    float: left;
    width: 20%;
    margin-right: 4%;
}
.nav_zx_left li {
    line-height: 42px;
    border-bottom: 1px solid #ccc;
}
.nav_zx_left li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    padding: 8px 0;
    color: #323232;
}
.nav_zx_left li a i {
    display: inline-block;
    width: 4px;
    height: 12px;
    background: #ccc;
    font-size: 0;
    margin: 0 10px;
}
.nav_zx_left .title {
    font-size: 24px;
    line-height: 24px;
    color: #323232;
    padding-bottom: 22px;
}
.nav_zx_left .active a, .nav_zx_left :hover a {
    color: #d4000e;
}
.nav_zx_left .active a i, .nav_zx_left :hover a i {
    background: #d4000e;
}
.nav_zx_left .drop_out {
    cursor: pointer;
    background: url(../files/images/zx_select_arrow_03.png) 97% center no-repeat;
}
.nav_zx_left .drop_in i {
    display: inline-block;
    width: 6px;
    height: 2px;
    background: #ccc;
    font-size: 0;
    margin: 10px 10px 5px 22px;
}
.zxabout_leader .padding_china_width {
    width: 1056px;
    position: relative;
    margin: -300px auto 0px auto;
    padding: 64px 70px;
    background-image: url(../files/images/zx_yhd_back_03.png);
}
.zxabout_leader .padding_china_width .right_content {
    float: left;
    width: 76%;
}
.zxabout_leader .padding_china_width .right_content h3 {
    margin: 0;
    margin-bottom: 34px;
    font-size: 32px;
    line-height: 40px;
    color: #323232;
    font-weight: normal;
}
.zxabout_leader .padding_china_width .right_content .tab_box .label {
    overflow: hidden;
    margin-bottom: -1px;
}
.zxabout_leader .padding_china_width .right_content .tab_box .label .active, .zxabout_leader .padding_china_width .right_content .tab_box .label li:hover {
    color: #da0000;
    border-bottom: 1px solid #da0000;
}
.zxabout_leader .padding_china_width .right_content .tab_box .label li {
    float: left;
    min-height: 52px;
    /*margin-right: 5%;*/
    font-size: 19px;
    line-height: 20px;
    color: #323232;
    /*padding: 0 4px;*/
    width: 20%;
    text-align: center;
    cursor: pointer;
    padding: 6px 0;
}
.zxabout_leader .padding_china_width .right_content .tab_box .content_box .box .pop_box {
    padding-bottom: 25px;
}
.zxabout_leader .padding_china_width .right_content .tab_box .content_box .box .pop_box .dl {
    overflow: hidden;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}
.zxabout_leader .padding_china_width .right_content .tab_box .content_box .box .pop_box .dt {
    float: left;
    width: 144px;
    font-size: 15px;
    line-height: 35px;
    color: #5f636a;
}
.zxabout_leader .padding_china_width .right_content .tab_box .content_box .box .pop_box .dd {
    float: left;
    font-size: 15px;
    line-height: 35px;
    color: #666;
    font-weight: bolder;
}
.zxabout_leader .padding_china_width .right_content .tab_box .content_box .box .leader {
    border-top: 1px solid #ccc;
    padding: 30px 78px 40px 2px;
    font-size: 13px;
    line-height: 23px;
    color: #5f636a;
}
.zxabout_leader .padding_china_width .right_content .tab_box .content_box .box .leader .title {
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 20px;
    color: #323232;
}
/*公司治理和风险管理*/
.zxabout_manager .padding_china_width {
    width: 1056px;
    position: relative;
    margin: -300px auto 0px auto;
    padding: 64px 70px;
    background-image: url(../files/images/zx_yhd_back_03.png);
}
.zxabout_manager .padding_china_width .right_content {
    float: left;
    width: 70%;
}
.zxabout_manager .padding_china_width .right_content h3 {
    margin: 0;
    margin-bottom: 34px;
    font-size: 32px;
    line-height: 46px;
    color: #323232;
    font-weight: normal;
}
.zxabout_manager .padding_china_width .right_content .tab_box .label {
    overflow: hidden;
    margin-bottom: -1px;
}
.zxabout_manager .padding_china_width .right_content .tab_box .label .active, .zxabout_manager .padding_china_width .right_content .tab_box .label li:hover {
    color: #da0000;
    border-bottom: 1px solid #da0000;
}
.zxabout_manager .padding_china_width .right_content .tab_box .label li {
    float: left;
    margin-right: 50px;
    font-size: 19px;
    line-height: 59px;
    color: #323232;
    padding: 0 4px;
    cursor: pointer;
}
.zxabout_manager .padding_china_width .right_content .tab_box .content_box .box .leader {
    border-top: 1px solid #ccc;
    padding: 30px 78px 40px 2px;
    font-size: 13px;
    line-height: 23px;
    color: #5f636a;
}
.zxabout_manager .padding_china_width .right_content .tab_box .content_box .box .leader li p img {
    max-width: 100%;
}
.zxabout_manager .padding_china_width .right_content .tab_box .content_box .box .leader .title {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 26px;
    color: #323232;
}
.zxabout_manager .padding_china_width .right_content .tab_box .content_box .box .leader .subtitle {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #323232;
    cursor: pointer;
}
/*董事长致辞*/
.zxabout_chairman .padding_china_width {
    max-width: 1056px;
    position: relative;
    margin: -300px auto 0px auto;
    padding: 64px 70px;
    background-image: url(../files/images/zx_yhd_back_03.png);
}
.zxabout_chairman .padding_china_width .right_content {
    float: left;
    width: 70%;
}
.zxabout_chairman .padding_china_width .right_content h3 {
    margin: 0;
    margin-bottom: 34px;
    font-size: 32px;
    line-height: 46px;
    color: #323232;
    font-weight: normal;
}
.zxabout_chairman .padding_china_width .right_content .content_box p {
    font-size: 14px;
    color: #323232;
    line-height: 24px;
}
.zxabout_chairman .padding_china_width .right_content .portrait {
    float: left;
    margin: 0 30px 0px 0;
}
.zxabout_chairman .padding_china_width .right_content .cont {
    float: left;
    margin-bottom: 300px;
    font-size: 16px;
    line-height: 30px;
    color: #323232;
}
.zxabout_chairman .padding_china_width .right_content .cont img {
    float: left;
    margin: 20px;
}
.zxabout_chairman .padding_china_width .right_content .letter {
    margin-top: 30px;
}
.zxabout_chairman .padding_china_width .right_content .letter img {
    float: right;
    margin-left: 15px;
}
.zxabout_chairman .padding_china_width .right_content .letter ul {
    float: right;
    text-align: right;
}
.zxabout_chairman .padding_china_width .right_content .letter ul .company {
    font-size: 15px;
    line-height: 23px;
    color: #5f636a;
}
.zxabout_chairman .padding_china_width .right_content .letter ul .chair {
    font-size: 22px;
    line-height: 30px;
    color: #5f636a;
}
/*公司简介*/
.zxabout_instroduction .padding_china_width {
    width: 75.333%;
    position: relative;
    margin: -300px auto 0px auto;
    padding: 4% 4%;
    background-image: url(../files/images/zx_yhd_back_03.png);
}
.zxabout_instroduction .padding_china_width .right_content {
    float: left;
    width: 70%;
}
.zxabout_instroduction .padding_china_width .right_content h3 {
    margin: 0;
    margin-bottom: 34px;
    font-size: 32px;
    line-height: 46px;
    color: #323232;
    font-weight: normal;
}
.zxabout_instroduction .padding_china_width .right_content .content_box {
    font-size: 14px;
    color: #323232;
    line-height: 24px;
}
.zxabout_instroduction .padding_china_width .right_content .portrait {
    width: 100%;
    margin-bottom: 20px;
}
.zxabout_instroduction .padding_china_width .right_content .portrait img {
    width: 100%;
}
.zxabout_instroduction .padding_china_width .right_content .cont {
    width: 640px;
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 30px;
    color: #323232;
}

@media screen and (max-width: 960px) {
    .ny_hg {
        height: 80px;
        display: block;
    }
    .zxabout_chairman .padding_china_width .right_content h3 {
        margin-bottom: 12px;
    }
    .zx_tab_box .label li {
        font-size: 14px;
    }
}



/*党建动态*/
.zxparty_news .padding_china_width {
    width: 75.333%;
    position: relative;
    margin: -270px auto 0px auto;
    padding: 4%;
    background: url(../files/images/zx_yhd_back_03.png);
}
.zxparty_news .padding_china_width .right_content {
    float: left;
    width: 70%;
    position: relative;
}
.zxparty_news .padding_china_width .right_content h3 {
    margin: 0;
    margin-bottom: 34px;
    font-size: 32px;
    line-height: 46px;
    color: #323232;
    font-weight: normal;
}
.zxparty_news .padding_china_width .right_content label {
    position: absolute;
    right: 0;
    top: 0;
}
.zxparty_news .padding_china_width .right_content label select {
    margin-left: 12px;
    width: 118px;
    /*height: 29px;*/
    padding: 6px 0;
}
.zxparty_news .padding_china_width .right_content img {
    margin-bottom: 15px;
}
.zxparty_news .padding_china_width .right_content .content_box {
    background: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #5f636a;
}
.zxparty_news .padding_china_width .right_content .content_box .up {
    overflow: hidden;
    display: none;
}
.zxparty_news .padding_china_width .right_content .content_box .up img {
    float: left;
    max-width: 50%;
}
.zxparty_news .padding_china_width .right_content .content_box .up ul {
    float: right;
    width: 46%;
    font-size: 13px;
    color: #777;
    line-height: 23px;
    margin-top: 18px;
    margin-right: 20px;
}
.zxparty_news .padding_china_width .right_content .content_box .up ul .title {
    margin-bottom: 20px;
    font-size: 18px;
    color: #323232;
    line-height: 21px;
}
.zxparty_news .padding_china_width .right_content .content_box .up ul .date {
    font-size: 12px;
    color: #c6c6c6;
    line-height: 22px;
}
.zxparty_news .padding_china_width .right_content .content_box .news {
    background: #fff;
    /*float: left;*/
}
.zxparty_news .padding_china_width .right_content .content_box .news li {
    overflow: hidden;
    padding: 33px 0 27px;
    border-top: 1px solid #ccc;
}
.zxparty_news .padding_china_width .right_content .content_box .news li .date {
    float: left; width: 7%;
    padding: 12px 0px 9px;
    background: #d70000;
    margin-right: 0px;
}
.zxparty_news .padding_china_width .right_content .content_box .news li .date .month {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    text-align: center;
}
.zxparty_news .padding_china_width .right_content .content_box .news li .date .day {
    font-weight: bolder;
    font-size: 20px;
    font-family: Arial;
    color: #fff;
    line-height: 28px;
    text-align: center;
}
.zxparty_news .padding_china_width .right_content .content_box .news li .con {
    margin: 2px 0;
    font-size: 14px;
    color: #73777d;
    line-height: 24px;
    width: 90%;
    float: right;
}
.zxparty_news .padding_china_width .right_content .content_box .news li .con .title {
    font-size: 18px;
    color: #323232;
    line-height: 24px;
    margin-bottom: 11px;
    font-weight: bold;
}
.fl {
    float: left;
}
.page_zx a {
    width: 30px;
    display: inline-block;
    *display: inline-block;
    zoom: 1;
    font-size: 14px;
    color: #888;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    margin-right: 5px;
}
.page_zx li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
 .page_zx li.on a {
    color: #fff;
    background: #da0000;
}
.page_zx .active,  .page_zx a:hover {
    color: #fff;
    background: #da0000;
}
.page_zx .pageT {
    width: 100px;
}
.page_zx .pageT input {
    width: 26px;
    height:26px;
    margin: 0 8px;
    text-align: center;
}
.page_zx .pageB {
    width: 80px;
    margin: 0 10px;
}
.page_zx .pageB input {
    width: 80px;
    height: 30px;
    border: none;
    background: #D5000F;
    color: #fff;
    cursor: pointer;
}
 .page_zx .pageS {
    width: 80px;
}
/*党建动态 详情 */
.zxparty_news_detail .padding_china_width {
    width: 1056px;
    position: relative;
    margin: -270px auto 0px auto;
    padding: 30px 70px;
    background-image: url(../files/images/zx_yhd_back_03.png);
}
.zxparty_news_detail .padding_china_width .right_content {
    float: left;
    width: 70%;
    position: relative;
}
.zxparty_news_detail .padding_china_width .right_content h3 {
    margin: 0;
    margin-top: -7px;
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 36px;
    color: #333;
    font-weight: normal;
}
.zxparty_news_detail .padding_china_width .right_content .function {
    /*overflow: hidden;*/
    position: relative;
    height: 40px;
    line-height: 40px;
    /*padding: 18px 0;*/
    margin: 12px 0 26px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    /*line-height: 49px;*/
    color: #b8b8b8;
}
.zxparty_news_detail .padding_china_width .right_content .function .left {
    float: left;
    font-size: 14px;
    color: #B3B3B3;
}
.zxparty_news_detail .padding_china_width .right_content .function .left span {
    margin-left: 40px;
}
.zxparty_news_detail .padding_china_width .right_content .function .right {
    float: right;
    width: 30%;
    /*overflow: hidden;*/
}
.zxparty_news_detail .padding_china_width .right_content .function .right a {
    color: #6a6d74;
    text-decoration: none;
    display: block;
    height: 40px;
}
.zxparty_news_detail .padding_china_width .right_content .function .right li {
    /*margin-left: 34px;*/
    width: 50%;
    text-align: center;
}
.zxparty_news_detail .padding_china_width .right_content .function .right .share {
    /*padding-left: 25px;*/
    background: url(../files/images/shareicon01.png) no-repeat left 12px center;
    float: left;
    position: relative;
}
.zxparty_news_detail .padding_china_width .right_content .function .right .share dl {
    background: #fff;
    padding: 6px 0;
}
.zxparty_news_detail .padding_china_width .right_content .function .right .share dl dd {
    line-height: 28px;
}
.zxparty_news_detail .padding_china_width .right_content .function .right .share dl dd .weixin {
    background: url("../files/images/wb-s01.png") no-repeat;
    display: block;
    height: 28px;
    background-position: left 8px center;
    background-size: 24px;
}
.zxparty_news_detail .padding_china_width .right_content .function .right .share dl dd .weibo {
    background: url("../files/images/wb-s02.png") no-repeat;
    display: block;
    height: 28px;
    background-position: left 8px center;
    background-size: 24px;
}
.zxparty_news_detail .padding_china_width .right_content .function .right .share dl dd a span, .zxparty_news_detail .padding_china_width .right_content .function .right .print a span {
    background: none;
    font-size: 14px;
    color: #6a6d74;
    line-height: inherit !important;
    height: inherit !important;
}
#jiathis_webchat img {
    margin: 10px auto 0;
}
.zxparty_news_detail .padding_china_width .right_content .function .right .share dl {
    position: absolute;
    top: 40px;
    left: 0;
    border: 1px solid #969696;
    display: none;
}
.zxparty_news_detail .padding_china_width .right_content .function .right .print {
    /*padding-left: 25px;*/
    background: url(../files/images/shareicon02.png) no-repeat left 12px center;
    float: left;
}
.zxparty_news_detail .padding_china_width .right_content .function .right .print span {
    background: none;
    font-size: 14px;
    color: #6a6d74;
}
.zxparty_news_detail .padding_china_width .right_content .function .right .send {
    padding-left: 25px;
    background: url(../files/images/shareicon03.png) no-repeat left center;
    float: left;
}
.zxparty_news_detail .padding_china_width .right_content .more {
    display: block;
    text-decoration: none;
    margin-top: 12px;
    padding-left: 32px;
    background: url(../files/images/zhongxindj_08.png) no-repeat left center;
    font-size: 12px;
    color: #5F636A;
    line-height: 23px;
}
.zxparty_news_detail .padding_china_width .right_content img {
    margin-bottom: 15px;
    width: 100%;
}
.zxparty_news_detail .padding_china_width .right_content .content_box {
    background: #fff;
    font-size: 16px;
    line-height: 30px;
    color: #5f636a;
    /*padding:20px 0;*/
}
.zxparty_news_detail .padding_china_width .right_content .content_box p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin: 12px 0;
    text-indent: 2em;
}
.zxparty_news_detail .padding_china_width .right_content .content_box p img {
    max-width: 100%;
    height: auto !important;
    margin: 14px auto;
}
.zxparty_news_detail .padding_china_width .right_content .content_box div {
    font-size: 14px;
    color: #323232;
    line-height: 26px;
    margin: 12px 0;
}
.zxparty_news_detail .padding_china_width .right_content .content_box div img {
    max-width: 100% !important;
    height: auto !important;
    margin: 14px auto !important;
}
/*关于中信*/
@media screen and (max-width: 1240px) {
    /*.banner_responsibility {
    margin-bottom: 7% ;
  }*/
    .banner_responsibility ul {
        width: 100%;
    }
    .banner_responsibility ul .artical {
        width: 80%;
    }
    .banner_responsibility .banner_max_width {
        width: 96%;
        margin: 0 2%;
    }
    .max_width {
        /*width: 96%;*/
        margin: 0 2%;
    }
    .banner_responsibility ul {
        margin-top: 7%;
    }
    .banner_responsibility ul .title {
        margin-bottom: 2%;
    }
    .banner_responsibility ul .artical {
        margin-bottom: 3%;
    }
    .zxchairspeech {
        margin-bottom: 5%;
    }
    .zxchairspeech .content .big_img img {
        width: 100%;
    }
    .zxchairspeech .content .list {
        margin-top: 7%;
    }
    .zxchairspeechdown .group {
        width: 46%;
        margin: 0 2%;
        margin-bottom: 5%;
    }
    .zxchairspeechdown .group .title_pic img {
        width: 100%;
    }
    .zxchairspeech .content .big_img {
        width: 45%;
        margin-right: 1%;
    }
    .zxchairspeech .content .list {
        width: 54%;
    }
}
@media screen and (max-width: 780px) {
    .zxchairspeech {
        border-top: 50px solid #fff;
    }
    .banner_responsibility ul {
        width: 100%;
    }
    .banner_responsibility ul .artical {
        width: 80%;
    }
    .banner_responsibility .banner_max_width {
        width: 96%;
        margin: 0 2%;
    }
    .max_width {
        width: 96%;
        margin: 0 2%;
    }
    .zxchairspeech .content .list {
        width: 100%;
    }
    .zxchairspeech .content .big_img, .zxchairspeech .content .list, .zxchairspeechdown .group {
        float: none;
    }
    .zxchairspeechdown .group_first {
        margin-right: 0;
    }
    .zxchairspeechdown .group {
        width: 96%;
        margin: 0 2%;
        margin-bottom: 5%;
    }
}
/*党建文化*/
@media screen and (max-width: 1240px) {
    .banner_party {
        margin-bottom: 4%;
    }
    .banner_party ul {
        width: 96%;
        margin: 0 2%;
        margin-top: 3%;
    }
    .banner_party ul .title {
        margin-top: 2%;
    }
    .zxculturestonedown .img_wrap {
        width: 28.1%;
    }
    .zxculturestonedown .img_wrap_long {
        width: 43.8%;
    }
    .zxpartnews h3 {
        margin-top: 3.5%;
        margin-bottom: 1.5%;
    }
    .zxpartnews .content .big_img {
        width: 100%;
    }
    .zxpartnews .content .news, .zxpartnews .content .big_img {
        float: none;
    }
    .zxpartnews .content .news {
        padding: 2%;
    }
}
@media screen and (max-width: 850px) {
    .zxculturestonedown .img_wrap {
        width: 50%;
    }
    .zxculturestonedown .img_wrap_long {
        width: 100%;
    }
    .zxpartnews .content .swiper-slide ul {
        width: 400px;
    }
}
@media screen and (max-width: 600px) {
    .zxpartnews .content .swiper-slide ul {
        width: 300px;
    }
}
@media screen and (max-width: 500px) {
    .zxpartnews .content .swiper-slide ul {
        width: 250px;
    }
}
@media screen and (max-width: 400px) {
    .zxpartnews .content .swiper-slide ul {
        width: 200px;
    }
}
/*责任中信 liujing-20170415*/
.banner_responsibility ul {
    margin-top: 30px;
}
.banner_responsibility ul .q_nav_tit {
    font-size: 14px;
    margin-bottom: 40px;
}
.q_nav_tit {
    color: #5f636a;
}
.q_nav_tit p {
    display: inline-block;
    margin-left: 6px;
}
.q_nav_tit p a {
    color: #5f636a;
}
.q_nav_tit p span {
    color: #b3b3b3;
    margin: 0 8px;
}
.q_nav_tit p a:hover {
    color: #323232;
}
.banner_responsibility ul .artical {
    font-size: 16px;
}
.zxresponsibility_right .back, .zxresponsibility_left .back {
    border-bottom: 15px solid #f2f0f0;
}
.zxresponsibility_right .content .big_img em {
    display: block;
    width: 80px;
    height: 100%;
    background: url(../images/pic_bg_up.png) no-repeat left center;
    position: absolute;
    right: 0;
    top: 0;
}
.zxresponsibility_left .content .big_img em {
    display: block;
    width: 80px;
    height: 100%;
    background: url(../images/pic_bg_up_l.png) no-repeat right center;
    position: absolute;
    left: 0;
    top: 0;
}
.zxresponsibility_right .content .title span, .zxresponsibility_left .content .title span {
    display: block;
    width: 30px;
    height: 2px;
    font-size: 0;
    background: #d70000;
    margin-top: 15px;
}
/*责任中信-保护环境 liujing-20170415*/
.zr_main {
    background: #f1f1f1;
}
/*.banner_responsibility_p{margin-bottom:0;}*/
.zr_main_cont {
    max-width: 1200px;
    margin: -300px auto 0;
    background: url(../images/zr-bg.png);
    position: relative;
    padding: 60px 110px 100px 70px;
    box-sizing: border-box;
}
.zr_slidenav {
    width: 26%;
    margin-right: 4%;
}
.zr_slidenav h4 {
    font-size: 24px;
    color: #323232;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.zr_listul {}
.zr_listul li {
    line-height: 34px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}
.zr_listul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #323232;
}
.zr_listul li em {
    display: inline-block;
    width: 2px;
    height: 10px;
    background: #ccc;
    font-size: 0;
    margin: 0 10px;
}
.zr_listul li.cur a, .zr_listul li a:hover {
    color: #d70000;
}
.zr_listul li.cur em, .zr_listul li a:hover em {
    background: #d70000;
}
/*zrzx-以上为左侧菜单*/
.zr_main_rightcont {
    width: 70%;
}
.zr_main_rightcont .img_zr1 {
    position: relative;
    margin-bottom: 30px;
}
.zr_main_rightcont .img_zr1 img {
    width: 100%;
}
.zr_main_rightcont .img_zr1 em {
    display: block;
    width: 80px;
    height: 100%;
    background: url(../images/pic_bg_up.png) repeat-y right center;
    position: absolute;
    right: 0;
    top: 0;
}
.zr_main_rightcont p {
    font-size: 14px;
    color: #5f636a;
    line-height: 26px;
    margin-bottom: 20px;
}
.zr_main_rightcont h3 {
    font-size: 24px;
    color: #323232;
    margin: 60px 0 30px;
}
.activity_zr {
    height: 238px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.act_zrimg, .act_zrinform {
    width: 50%;
    box-sizing: border-box;
}
.act_zrimg img {
    width: 100%;
    height: 238px;
}
.act_zrinform {
    padding: 30px;
}
.act_zrinform span {
    font-size: 14px;
    color: #5f636a;
}
.act_zrinform p {
    font-size: 18px;
    color: #323232;
    margin-top: 15px;
}
/*责任中信--保护环境*/
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1200px) {
    .zr_main_cont {
        padding: 60px 10px;
    }
    .banner_responsibility ul .title {
        font-size: 36px;
        line-height: 36px;
    }
}
@media screen and (max-width: 1080px) {
    .zr_main_cont {
        /*margin-top:-60px;*/
        padding: 30px 10px;
    }
    .zr_main_rightcont {
        width: 68%;
    }
}
@media screen and (max-width: 768px) {
    .banner_responsibility ul .q_nav_tit {
        display: none;
    }
    .zr_main_cont {
        /*margin-top:0;*/
    }
    .zr_slidenav {
        width: 100%;
        margin-bottom: 30px;
    }
    .zr_main_rightcont {
        width: 100%;
        margin-left: 0;
    }
    .zr_slidenav {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .banner_responsibility ul .title {
        font-size: 24px;
        line-height: 0;
    }
    .activity_zr, .act_zrimg img {
        height: auto;
    }
    .act_zrinform {
        padding: 20px;
    }
    .act_zrinform p {
        font-size: 12px;
        margin-top: 6px;
        line-height: 20px;
    }
}
@media screen and (max-width: 375px) {
    .act_zrinform {
        padding: 12px;
    }
    .zr_main_rightcont p {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 320px) {
    .act_zrinform {
        padding: 10px;
    }
    .act_zrinform p {
        margin-top: 2px;
        line-height: 16px;
    }
}
/*责任中信*/
@media screen and (max-width: 1080px) {
    /*.banner_responsibility{margin-top:100px;}*/
    .banner_responsibility ul .artical {
        width: 64%;
    }
}
@media screen and (max-width: 1024px) {
    .zxresponsibility_right .content .big_img, .zxresponsibility_left .content .big_img {
        width: 50%;
        height: inherit;
        max-height: 400px;
    }
    .zxresponsibility_left .content .big_img {
        float: right;
    }
    .zxresponsibility_right .content .big_img img, .zxresponsibility_left .content .big_img img {
        width: 100%;
        max-height: 400px;
    }
    .zxresponsibility_right .content .list, .zxresponsibility_left .content .list {
        width: 44%;
    }
    .zxresponsibility_right .back, .zxresponsibility_left .back {
        bottom: 15px;
    }
}
@media screen and (max-width: 768px) {
    .zxresponsibility_left .content .big_img {
        padding-bottom: 210px;
    }
    .zxresponsibility_left .content .list {
        position: absolute;
        bottom: 0;
    }
    .zxresponsibility_left .content .big_img em {
        display: none;
    }
    .zxresponsibility_right .content .list .title, .zxresponsibility_left .content .list .title {
        font-size: 24px;
    }
    .zxresponsibility_right .content .big_img, .zxresponsibility_left .content .big_img {
        width: 100%;
    }
    .zxresponsibility_right .content .list, .zxresponsibility_left .content .list {
        width: 96%;
    }
    .zxresponsibility_right .content .big_img {
        margin-bottom: 20px;
    }
    /*.zxresponsibility_right .back, .zxresponsibility_left .back{bottom:0;}*/
    .zxresponsibility_right .back, .zxresponsibility_left .back {
        display: none;
    }
    .zxresponsibility_right, .zxresponsibility_left {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 480px) {
    .zxresponsibility_left .content .big_img {
        padding-bottom: 236px;
    }
}
/*责任中信*/
/*党建文化 党建动态*/
@media screen and (max-width: 1220px) {
    .zxparty_news_detail .padding_china_width {
        padding: 34px 30px;
    }
}
@media screen and (max-width: 1100px) {
    .zxparty_news_detail .padding_china_width {
        width: 96%;
        padding: 3% 2%;
    }
    .nav_zx_left .drop_out {
        cursor: pointer;
        background: url(../images/zx_select_arrow_03.png) 95% 15px no-repeat;
    }
    .padding_china_width .right_content {
        width: 100%;
    }
    .zxparty_news_detail .padding_china_width .right_content .function .left span {
        margin-left: 10px;
    }
    .zxparty_news_detail .padding_china_width .right_content .function .right li {
        margin-left: 20px;
    }
}
/*文化体系*/
@media screen and (max-width: 1220px) {
    .zxparty_culture .padding_china_width {
        width: 990px;
        padding: 34px 30px;
    }
}
@media screen and (max-width: 1100px) {
    .zxparty_culture .padding_china_width {
        width: 96%;
        padding: 3% 2%;
    }
    .nav_zx_left .drop_out {
        cursor: pointer;
        background: url(../images/zx_select_arrow_03.png) 95% 15px no-repeat;
    }
    .zxparty_culture .padding_china_width .right_content .function .left span {
        margin-left: 10px;
    }
    .zxparty_culture .padding_china_width .right_content .function .right li {
        margin-left: 20px;
    }
}
@media screen and (max-width: 640px) {
    .zx_tab_box .tab_content_box .box .box-t01 {
        font-size: 24px;
    }
    .zx_tab_box .tab_content_box .box .lifetime .date, .zx_tab_box .tab_content_box .box .lifetime .process {
        width: 95%;
        float: none;
    }
    .banner_party ul .title {
        font-size: 24px !important;
        line-height: 24px !important;
    }
    .zx_tab_box .label li {
        /*margin-right: 5%;*/
        height: 40px;
        line-height: 40px;
        /*padding: 8px 0;*/
        /*line-height: auto !important;*/
    }
}
@media screen and (max-width: 520px) {
    .zx_tab_box .label li {
        /*margin-right: 3%;*/
        font-size: 14px;
        /*line-height: 39px;*/
    }
}
/*中信徽标*/
@media screen and (max-width: 1220px) {
    .zxparty_logo .padding_china_width {
        width: 990px;
        padding: 34px 30px;
    }
}
@media screen and (max-width: 1100px) {
    .zxparty_logo .padding_china_width {
        width: 96%;
        padding: 3% 2%;
    }
    .zxparty_logo .padding_china_width .right_content .function .left span {
        margin-left: 10px;
    }
    .zxparty_logo .padding_china_width .right_content .function .right li {
        margin-left: 20px;
    }
}
/*中信徽标*/
@media screen and (max-width: 1220px) {
    .zxparty_inscription .padding_china_width {
        width: 990px;
        padding: 34px 30px;
    }
}
@media screen and (max-width: 1100px) {
    .zxparty_inscription .padding_china_width {
        width: 96%;
        padding: 3% 2%;
    }
    .zxparty_inscription .padding_china_width .right_content .function .left span {
        margin-left: 10px;
    }
    .zxparty_inscription .padding_china_width .right_content .function .right li {
        margin-left: 20px;
    }
}
/*党建动态*/
@media screen and (max-width: 1220px) {
    .zxparty_news .padding_china_width {
        width: 990px;
        padding: 34px 30px;
    }
}
@media screen and (max-width: 1100px) {
    .zxparty_news .padding_china_width {
        width: 96%;
        padding: 3% 2%;
    }
    .zxparty_news .padding_china_width .right_content .function .left span {
        margin-left: 10px;
    }
    .zxparty_news .padding_china_width .right_content .function .right li {
        margin-left: 20px;
    }
    .zxparty_news .padding_china_width .right_content .content_box, .zxparty_news .padding_china_width .right_content .content_box .news {
        width: 100%;
    }
    /*.zxparty_news .padding_china_width .right_content .content_box .up img,
  .zxparty_news .padding_china_width .right_content .content_box .up ul {
    width: 100%;
    margin-bottom: 5%;
  }*/
	.zxparty_news .padding_china_width .right_content .content_box .news li .date {
    float: left; width: 10%;

}
    .zxparty_news .padding_china_width .right_content .content_box .news li .con {
        width: 87%;
    }
}


@media screen and (max-width: 450px) {
	.zxparty_news .padding_china_width .right_content .content_box .news li .date {
    float: left; width: 20%;

}
    .zxparty_news .padding_china_width .right_content .content_box .news li .con {
        width: 77%;
    }

}

@media screen and (max-width: 450px) {
    .zxparty_news .padding_china_width .right_content .content_box .news li .con {
        width: 87%;
    }
    .zxparty_news .padding_china_width .right_content .content_box .page_zx a {
        width: 30px;
        line-height: 30px;
    }
}
/*前言*/
@media screen and (max-width: 1220px) {
    .zxparty_foreword .padding_china_width {
        width: 990px;
        padding: 34px 30px;
    }
}
@media screen and (max-width: 1100px) {
    .zxparty_foreword .padding_china_width {
        width: 96%;
        padding: 3% 2%;
    }
}
/*董事长致辞*/
@media screen and (max-width: 1220px) {
    .zxabout_chairman .padding_china_width {
        width: 990px;
        padding: 34px 30px;
    }
}
@media screen and (max-width: 1100px) {
    .zxabout_chairman .padding_china_width {
        width: 96%;
        padding: 3% 2%;
    }
}
/*集团介绍*/
@media screen and (max-width: 1220px) {
    .zxabout_instroduction .padding_china_width {
        width: 990px;
        padding: 34px 30px;
    }
}
@media screen and (max-width: 1100px) {
    .zxabout_instroduction .padding_china_width {
        width: 96%;
        padding: 3% 2%;
    }
    .zxabout_instroduction .padding_china_width .right_content .cont {
        width: 100%;
    }
    .zxabout_instroduction .padding_china_width .right_content .portrait {
        width: 100%;
    }
}
/*集团领导*/
@media screen and (max-width: 1220px) {
    .zxabout_leader .padding_china_width {
        width: 990px;
        padding: 34px 30px;
    }
}
@media screen and (max-width: 1100px) {
    .zxabout_leader .padding_china_width {
        width: 96%;
        padding: 3% 2%;
    }
    .zxabout_leader .padding_china_width .right_content .cont {
        width: 100%;
    }
    .zxabout_leader .padding_china_width .right_content .tab_box .label li {
        /*margin-right: 5%;*/
    }
}
@media screen and (max-width: 640px) {
    .zxabout_leader .padding_china_width .right_content .tab_box .label li {
        /*margin-right: 3%;*/
        font-size: 14px;
        line-height: 26px;
    }
}
/*公司治理*/
@media screen and (max-width: 1220px) {
    .zxabout_manager .padding_china_width {
        width: 990px;
        padding: 34px 30px;
    }
}
@media screen and (max-width: 1100px) {
    .zxabout_manager .padding_china_width {
        width: 96%;
        padding: 3% 2%;
    }
    .zxabout_manager .padding_china_width .right_content .cont {
        width: 100%;
    }
    .zxabout_manager .padding_china_width .right_content .tab_box .label li {
        margin-right: 5%;
    }
}
/*banner*/
@media screen and (max-width: 1420px) {
    .banner_responsibility ul .title {
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .banner_responsibility ul {
        margin-top: 2.5%;
    }
    .banner_responsibility ul .artical {
        margin-bottom: 3%;
    }
}
@media screen and (max-width: 1100px) {
    .banner_responsibility {
        /*margin-bottom: 13%;*/
    }
    .banner_responsibility ul .title {
        font-size: 50px;
        line-height: 52px;
    }
    .banner_responsibility ul .artical {
        line-height: 18px;
    }
}
@media screen and (max-width: 500px) {
    /*.banner_responsibility {
    margin-bottom: 17%;
  }*/
    .banner_responsibility ul .title {
        font-size: 24px;
        line-height: 32px;
    }
    .banner_responsibility ul .artical {
        width: 95%;
    }
}
/*banner党建*/
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 850px) {
    .zxparty_foreword .padding_china_width, .zxparty_inscription .padding_china_width, .zxparty_culture .padding_china_width, .zxparty_logo .padding_china_width, .zxparty_news .padding_china_width, .zxparty_news_detail .padding_china_width {
        margin-top: -15%;
    }
    .banner_party ul .title {
        font-size: 40px;
        line-height: 42px;
    }
}
/*banner关于中信*/
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 850px) {
    .zxabout_instroduction .padding_china_width {
        margin-top: -35%;
    }
}
/*英文 联系我妈妈*/
@media screen and (max-width: 1280px) {
    /*.max_width {
    width: auto;
  }*/
}
@media screen and (max-width: 1100px) {
    .zxcontactus .padding_max_width .address {
        width: 307px;
        margin-left: 210px;
    }
    .zxcontactus .padding_max_width .form_list .list {
        width: 100px;
    }
    .zxcontactus .padding_max_width .form_list .list .text_box, .zxcontactus .padding_max_width .form_list .list .select_box {
        position: absolute;
        top: 0;
        left: 115px;
        width: 300px;
        text-align: left;
    }
    .zxcontactus .padding_max_width .form_list .list .identifying_code input {
        width: 110px;
    }
    .zxcontactus .padding_max_width .form_list .list .identifying_code img {
        width: 60px;
    }
    .zxcontactus .padding_max_width .form_list .list .identifying_code span {
        margin: 0 10px 0 5px;
    }
    .zxcontactus .padding_max_width .form_list .list .text_box .submit, .zxcontactus .padding_max_width .form_list .list .select_box .submit {
        margin-right: 10px;
        width: 136px;
    }
}
@media screen and (max-width: 900px) {
    .zxcontactus .padding_max_width .address {
        width: 100%;
        margin: 5% 0;
        margin-left: 0px;
        float: none;
        clear: both;
    }
    .zxcontactus .padding_max_width .form_list {
        margin-bottom: 3%;
    }
    .zxcontactus .padding_max_width .form_list .list .text_box, .zxcontactus .padding_max_width .form_list .list .select_box {
        position: relative;
        top: 0;
        left: 0px;
        width: 80%;
        text-align: left;
    }
    .zxcontactus .padding_max_width .form_list .list {
        text-align: left;
        width: 100%;
        height: auto;
        margin-bottom: 1%;
    }
    .zxcontactus .padding_max_width .form_list {
        float: none;
    }
    .zxcontactus .padding_max_width {
        position: relative;
        margin: 5% auto 5% auto;
        padding: 2% 2%;
        background-image: url(../images/zx_yhd_back_03.png);
    }
    .zxcontactus .padding_max_width h3 {
        margin-top: 0;
        margin-bottom: 2%;
        font-size: 40px;
        line-height: 42px;
        color: #d50a1d;
    }
}
@media screen and (max-width: 1024px) {
    .banner_party {
        /*margin-top: 100px;*/
    }
}
@media screen and (max-width: 960px) {
    .banner_party {
        /*margin-top: 80px;*/
    }
}
@media screen and (max-width: 1080px) {
    .banner_party {
        /*margin-top: 100px;*/
    }
}
@media screen and (max-width: 1024px) {
    .zxabout_chairman .padding_china_width {
        margin: 0 auto !important;
    }
    .zxabout_instroduction .max_width {
        margin: 0 auto !important;
    }
    .zxabout_leader .padding_china_width {
        margin: 0 auto !important;
    }
    .zxabout_leader .padding_china_width .right_content .tab_box .label li, .zxabout_manager .padding_china_width .right_content .tab_box .label li {
        font-size: 14px;
    }
    .zxabout_manager .padding_china_width, .zxparty_culture .padding_china_width, .zxparty_foreword .padding_china_width, .zxparty_inscription .padding_china_width, .zxparty_logo .padding_china_width, .zxparty_news .padding_china_width, .zxparty_news_detail .padding_china_width, .zr_main_cont {
        margin: 0 auto !important;
    }
    .banner_responsibility img, .banner_party .larger, .banner_responsibility .larger, .banner_responsibility img {
        width: 1024px;
        position: relative;
        left: 50%;
        margin-left: -512px;
    }
    .zxpartnews .content .swiper-slide ul .artical {
        font-size: 14px;
    }
    .zxparty_news .padding_china_width .right_content .content_box .up img, .zxparty_news .padding_china_width .right_content .content_box .up ul {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 768px) {
    .zxchairspeechdown .group .content .title {
        font-size: 22px;
        min-height: auto;
    }
    .zxchairspeech .content .list .title {
        font-size: 22px;
    }
    .banner_responsibility ul .artical {
        font-size: 14px;
        line-height: 22px;
    }
    .zxculturestonedown {
        margin-top: 40px;
    }
    .zxculturestone .culture_up .artical {
        line-height: 22px;
    }
    .nav_zx_left, .banner_party ul .path, .banner_party .banner_max_width ul .parth, .banner_party .banner_max_width .q_nav_tit {
        width: 100%;
        margin: 0;
        margin-bottom: 2rem;
    }
    .zxabout_chairman .padding_china_width .right_content {
        width: 100%;
    }
    .zxabout_chairman .padding_china_width .right_content h3, .zxabout_instroduction .padding_china_width .right_content h3, .zxabout_leader .padding_china_width .right_content h3, .zxabout_manager .padding_china_width .right_content h3, .zxparty_culture .padding_china_width .right_content h3, .zxparty_foreword .padding_china_width .right_content h3, .zxparty_inscription .padding_china_width .right_content h3, .zxparty_logo .padding_china_width .right_content h3, .zxparty_news .padding_china_width .right_content h3 {
        font-size: 24px;
        display: none;
    }
    .zxabout_chairman .padding_china_width .right_content .cont, .zxabout_instroduction .padding_china_width .right_content .cont {
        font-size: 14px;
    }
    .zxabout_instroduction .padding_china_width .right_content {
        width: 100%;
    }
    .zxabout_leader .padding_china_width .right_content, .zxabout_manager .padding_china_width .right_content, .zxparty_culture .padding_china_width .right_content, .zxparty_foreword .padding_china_width .right_content, .zxparty_inscription .padding_china_width .right_content, .zxparty_logo .padding_china_width .right_content, .zxparty_news .padding_china_width .right_content, .zxparty_news_detail .padding_china_width .right_content {
        width: 100%;
    }
    .zxabout_manager .padding_china_width .right_content .tab_box .content_box .box .leader {
        padding: 20px 0;
    }
    .zxparty_news_detail .padding_china_width .right_content .function .right {
        display: none;
    }
    .zxculturestonedown .img_wrap p {
        font-size: 14px;
    }
    .zxabout_leader .padding_china_width .right_content .tab_box .content_box .box .leader {
        padding: 30px 0 40px 2px;
    }
    .zxparty_news .padding_china_width .right_content .content_box .news li .con {
        width: 73%;
    }
}
@media screen and (max-width: 640px) {
    .banner_responsibility .larger, .banner_responsibility img, .banner_party .larger, .banner_responsibility .larger {
        width: 768px !important;
        ;
        left: 40%;
        margin-left: -384px !important;
    }
}
@media screen and (max-width: 480px) {
    .zxabout_chairman .padding_china_width .right_content .cont, .zxabout_chairman .padding_china_width .right_content .cont img {
        width: 100%;
        margin: 0;
    }
    .zxabout_leader .padding_china_width .right_content .tab_box .label {
        margin-bottom: 0;
    }
    .zxabout_leader .padding_china_width .right_content .tab_box .label li {
        /*width: 100%;*/
        min-height: inherit;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #fff;
    }
    .zxpartnews .content .news li .p {
        width: 72%;
        max-height: 48px;
        overflow: hidden;
    }
}
/* 集团领导fix Wenbo 2017/11/7 */
@media screen and (max-width:480px) {
    .zxabout_leader .padding_china_width .right_content .tab_box .label li {
        width: 15%;
        padding: 0 2.5%;
    }
}
@media screen and (max-width:405px) {
    .zxabout_leader .padding_china_width .right_content .tab_box .label li {
        width: 17%;
        padding: 0 1.5%;
    }
}
@media screen and (max-width:374px) {
    .zxabout_leader .padding_china_width .right_content .tab_box .label li {
        width: 20%;
        padding: 0;
    }
}
/* 集团领导end */
/*品牌认证*/
.zxbrand_identification .padding_china_width {
    width: 1056px;
    position: relative;
    margin: -100px auto 0px auto;
    padding: 64px 70px;
    background: #fff;
    border-top: 2px solid #da0000;
}
.zxbrand_identification .left_brand {
    width: 52.5%;
    float: left;
    margin-bottom: 7.25%;
    font-size: 14px;
    color: #5f636b;
    line-height: 29px;
}
.zxbrand_identification .left_brand .title {
    margin-bottom: 25px;
    font-size: 24px;
    color: #323232;
    line-height: 26px;
}
.zxbrand_identification .left_brand a {
    margin-top: 50px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 60px;
    background: #da0000;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.zxbrand_identification .right_brand {
    width: 20.83333333%;
    float: right;
    margin-bottom: 7.25%;
    padding-left: 3.33333333%;
    border-left: 1px solid #f1f1f1;
}
.zxbrand_identification .right_brand .title {
    margin-bottom: 15%;
    font-size: 23px;
    color: #323232;
    line-height: 25px;
}
.zxbrand_identification .right_brand ul {
    margin-left: 32px;
    border-left: 1px solid #808080;
    font-size: 16px;
    color: #323232;
    line-height: 56px;
}
.zxbrand_identification .right_brand ul li {
    position: relative;
    padding-bottom: 30px;
    padding-left: 25%;
}
.zxbrand_identification .right_brand ul li img {
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: -33px;
}
.zxbrand_identification .tab_box {
    clear: both;
}
.zxbrand_identification .tab_box .label {
    overflow: hidden;
    margin-bottom: -1px;
}
.zxbrand_identification .tab_box .label .active, .zxbrand_identification .tab_box .label li:hover {
    color: #da0000;
    border-bottom: 1px solid #da0000;
}
.zxbrand_identification .tab_box .label li {
    cursor: pointer;
    float: left;
    margin-right: 4.16666667%;
    font-size: 19px;
    line-height: 59px;
    color: #323232;
    padding: 0 4px;
}
.zxbrand_identification .box {
    border-top: 1px solid #ccc;
    margin-top: -1px;
    padding-top: 3.08333333%;
}
.zxbrand_identification .box ul {
    margin-bottom: 4.08333333%;
    overflow: hidden;
}
.zxbrand_identification .box li {
    cursor: pointer;
    font-size: 14px;
    color: #323232;
    line-height: 16px;
    text-indent: .8em;
    float: left;
    border-left: 2px solid #da0000;
    width: 33%;
    margin-bottom: 16px;
}
.zxbrand_identification .page_zx a {
    width: 50px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 12px;
    color: #888;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    margin-right: 5px;
}
.zxbrand_identification .page_zx .active, .zxbrand_identification .page_zx a:hover {
    color: #fff;
    background: #da0000;
}
.zx_brand_back {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999999999999999999999999999999;
}
.zx_brand_box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999999999999999999999999999;
    margin: auto auto;
    width: 30%;
    display: table;
}
.zx_brand_box img {
    width: 100%;
}
.zx_brand_box .close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 40px;
    background: #da0000;
    text-align: center;
    font-size: 40px;
    color: #fff;
    line-height: 35px;
}
*, :before, :after {
    box-sizing: content-box;
}
/*品牌认证*/
@media screen and (max-width: 1366px) {
    .zxbrand_identification .padding_china_width {
        margin: 0 auto 0px auto;
    }
}
@media screen and (max-width: 1220px) {
    .zxbrand_identification .padding_china_width {
        width: 990px;
        padding: 34px 30px;
    }
    .zxbrand_identification .padding_china_width .right_content {
        width: 684px;
    }
}
@media screen and (max-width: 1100px) {
    .zxbrand_identification .padding_china_width {
        width: 96%;
        padding: 3% 2%;
    }
    .zxbrand_identification .padding_china_width .right_content {
        width: 100%;
    }
    .zxbrand_identification .padding_china_width .right_content .cont {
        width: 100%;
    }
    .zxbrand_identification .padding_china_width .right_content .tab_box .label li {
        margin-right: 5%;
    }
    .zxbrand_identification .left_brand {
        width: 100%;
        float: left;
    }
    .zxbrand_identification .right_brand {
        width: 100%;
        float: right;
    }
    .zxbrand_identification .right_brand .title {
        margin-bottom: 5%;
        margin-top: 5%;
    }
}
@media screen and (max-width: 850px) {
    .zxbrand_identification .box li {
        width: 49%;
    }
    .zx_brand_box {
        width: 50%;
    }
}
@media screen and (max-width: 675px) {
    .zxbrand_identification .box li {
        width: 100%;
    }
    .zx_brand_box {
        width: 70%;
    }
}
/*集团历史*/
.jt_hosity, .hosity_passage2 span {
    font-size: 20px;
    color: #323232;
    margin-bottom: 20px;
}
.hosity_passage {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.hosity_passage .passage {
    width: 80%;
    font-size: 14px;
    color: #5f636b;
    line-height: 26px;
}
.hosity_passage .passage p {
    margin-bottom: 10px;
}
.hosity_passage .img p {
    line-height: 28px;
    background: #da0000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
}
.hosity_passage2 {
    padding-bottom: 0;
}
.hosity_passage2 p {
    font-size: 14px;
    color: #5f636b;
    line-height: 26px;
    margin-bottom: 5%;
}
.hosity_passage2 span {
    display: block;
}
.bordernone {
    border: none;
}
@media screen and (max-width: 960px) {
    .hosity_passage .img {
        float: left;
    }
    .hosity_passage .passage {
        width: 100%;
        margin-top: 20px;
    }
}
/*4-26*/
@media screen and (max-width: 1600px) {
    .banner_responsibility .larger, .banner_party .larger, .today-banner .today-con .today-banner-date .tod-banner, .banner_responsibility img {
        width: 1600px;
        margin-left: -800px;
    }
    .top-fu {
        margin: -380px auto 0 !important;
    }
    .top-fu .zxculturestone {
        margin-bottom: 72px;
    }
}
@media screen and (max-width: 1366px) {
    .banner_responsibility .larger, .banner_party .larger, .today-banner .today-con .today-banner-date .tod-banner, .banner_responsibility img {
        width: 1366px;
        margin-left: -683px;
    }
    .zxabout_manager .padding_china_width, .zxabout_chairman .padding_china_width, .zxabout_instroduction .padding_china_width, .zxabout_leader .padding_china_width, .zr_main_cont {
        margin: -250px auto 0;
    }
    .top-fu {
        margin: -290px auto 0 !important;
    }
}
@media screen and (max-width: 1024px) {
    .banner_responsibility .larger, .banner_party .larger, .today-banner .today-con .today-banner-date .tod-banner {
        width: 1024px;
        margin-left: -512px;
    }
    .top-fu {
        margin: -214px auto 0 !important;
    }
}
@media screen and (max-width: 960px) {
    .banner_responsibility, .banner_party {
        /*margin-top: 80px;*/
    }
}
.top-fu {
    max-width: 1200px;
    margin: -470px auto 0px;
    position: relative;
    z-index: 3;
}
.top-fu .zxculturestone {
    margin-bottom: 148px;
}
/********************/
.about-brand-thinking .right_content {
    position: relative;
    float: left;
    width: 68%;
}
.about-brand-thinking .media_center a {
    color: inherit;
}
.about-brand-thinking .media_center .pic-list {
    display: block;
    /*width: 780px;*/
    width: 100%;
    padding-bottom: 15px;
}
.about-brand-thinking .media_center .pic-list .pic-item {
    position: relative;
    /*width: 340px;*/
    /*margin-right: 30px;*/
    width: 48%;
    margin-right: 1.5%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.about-brand-thinking .media_center .pic-list .pic-item img {
    display: block;
    margin: 0;
    width: 100%;
    /*width: 340px;*/
    /*height: 180px;*/
}
.about-brand-thinking .media_center .pic-list .pic-item h6 {
    padding: 10px 10px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.about-brand-thinking .media_center h3 {
    font-size: 40px;
    padding-bottom: 44px;
}
.about-brand-thinking .media_center h4 {
    font-size: 26px;
    padding-bottom: 24px;
}
.about-brand-thinking .page-nub-list {
    font-size: 0;
    padding-bottom: 80px;
}
.about-brand-thinking .page-nub-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
}
.about-brand-thinking .page-nub-item.curr {
    background-color: #d4000e;
    color: #fff;
}
/* .page-nub-item.more{
} */
.about-brand-thinking .page-nub-item.more::after {
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 0px;
    content: '...';
}
.about-brand-thinking h3 {
    font-size: 40px;
    padding-bottom: 64px;
}
.about-brand-thinking .main-content h5, .right_content h5 {
    font-size: 36px;
    padding: 30px 30px 30px 0;
}
.about-brand-thinking .main-content h6, .right_content h6 {
    font-size: 18px !important;
    padding: 30px 30px 30px 0;
}
.about-brand-thinking .right_content .section {
    /* margin-bottom: 36px; */
    border-bottom: #ccc solid 1px;
    max-width: 710px;
}
.about-brand-thinking .section .img-block {
    position: relative;
    margin-bottom: 36px;
}
.about-brand-thinking .section .img-block img {
    width: 100%;
    display: block;
}
.about-brand-thinking .section .img-block .img-tit {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}
.about-brand-thinking .section .txt {
    max-width: 650px;
    color: #7f7f7f;
}
.about-brand-thinking .main-content p, .section .txt p {
    margin-bottom: 36px;
}
.about-brand-thinking .padding_china_width {
    max-width: 1020px;
    background-color: #fff;
    padding: 60px;
}
.about-brand-thinking .content-wrap {
    position: relative;
    margin-top: -270px;
}
.about-brand-thinking .video .play-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
}
.about-brand-thinking .right_content {
    margin-bottom: 60px;
}
.about-brand-thinking .zx-video {
    position: relative;
    width: 100%;
    height: 360px;
}
.zx-video > div {
    position: relative;
    width: 100%;
    height: 100%;
}
.about-brand-thinking .main-content {
    position: relative;
    width: 800px;
    padding-bottom: 60px;
    margin: 0 auto;
}
.about-brand-thinking .main-tit {
    text-align: center;
}
.about-brand-thinking .detail-date {
    padding: 20px 0;
    border-top: #adadad solid 1px;
    border-bottom: #adadad solid 1px;
    color: #666;
}
.about-brand-thinking .detail-cont {
    position: relative;
}
.about-brand-thinking .prev-btn {
    position: absolute;
    left: 0;
    top: 50%;
    width: 42px;
    height: 42px;
    background: url(../images/icon-left.png) no-repeat;
    background-position: center center;
    cursor: pointer;
}
.about-brand-thinking .next-btn {
    position: absolute;
    right: 0;
    top: 50%;
    width: 42px;
    height: 42px;
    background: url(../images/icon-right.png) no-repeat;
    background-position: center center;
    cursor: pointer;
}
.about-brand-thinking .detail-media {
    width: 600px;
    margin: 0 auto 45px;
}
.about-brand-thinking .detail-media img {
    width: 100%;
}
.about-brand-thinking .video-list .pic-item {
    position: relative;
    cursor: pointer;
}
.about-brand-thinking .video-list .pic-item a::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    /*top:70px;*/
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -60px;
    background: url(../images/icon-play.png) no-repeat;
    background-position: center center;
}
.about-brand-thinking .video-detail .detail-cont .detail-media {
    position: relative;
    cursor: pointer;
}
.about-brand-thinking .video-detail .detail-cont .detail-media::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background: url(../images/icon-play.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.about-brand-thinking .media-news-list .padding_china_width .right_content .content_box .news {
    float: inherit;
}
.about-brand-thinking .video-detail .zx-video {
    width: 600px;
    height: 320px;
    margin: 0 auto 40px;
}
.about-brand-thinking .jwplayer .jwcontrols .jwdisplayIcon {
    opacity: 0;
}
.about-brand-thinking .video-tit {
    text-align: center;
    padding: 20px 0;
    color: #323232;
}
.about-brand-thinking .section .img-block .img-tit.img-tit-3 {
    color: #555;
}
.about-brand-thinking .media-cont {
    position: relative;
}
.about-brand-thinking .media-cont > a {
    position: absolute;
    right: 85px;
    top: 10px;
    display: block;
    font-size: 12px;
    color: #5F636A;
    background: url(../images/more-icon.png) no-repeat;
    background-position: left center;
    padding-left: 34px;
    line-height: 24px;
}
@media screen and (max-width: 1366px) {
    .about-brand-thinking .content-wrap {
        margin-top: -200px;
    }
}
@media screen and (max-width: 1100px) {
    .about-brand-thinking .padding_china_width .right_content {
        width: 68%;
    }
}
@media screen and (max-width: 1024px) {
    .about-brand-thinking.content-wrap {
        position: inherit;
        margin-top: 0;
    }
    .about-brand-thinking .padding_china_width {
        padding: 0;
    }
    .about-brand-thinking .right_content {
        margin-top: 40px;
    }
    .about-brand-thinking .media_center .pic-list .pic-item h6 {
        padding: 10px 10px 20px;
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .about-brand-thinking .padding_china_width .right_content {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .about-brand-thinking .padding_china_width .right_content {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .about-brand-thinking .media_center .pic-list .pic-item {
        width: 100%;
        margin-right: 0;
    }
}
/*2019-5-14 品牌认证*/
.brand_tab {
    clear: both;
}
.brand_tab .brand_tab_tit {
    overflow: hidden;
    margin-bottom: -1px;
}
.brand_tab .brand_tab_tit .active, .brand_tab .brand_tab_tit li:hover {
    color: #da0000;
    border-bottom: 1px solid #da0000;
}
.brand_tab .brand_tab_tit li {
    cursor: pointer;
    float: left;
    margin-right: 4.16666667%;
    font-size: 19px;
    line-height: 59px;
    color: #333;
    padding: 0 4px;
}
.brand_wrap {
    width: 100%;
    margin-top: 100px;
}
.brand_wrap .brand_con {
    max-width: 1200px;
    margin: 0 auto;
    border-top: 2px solid #da0000;
}
.brandTit {
    font-size: 22px;
    color: #333;
    font-weight: normal;
}
.brand_txt {
    margin-top: 60px;
}
.brand_txt .brand_txt_l {
    float: left;
    width: 45%;
}
.brand_txt .brand_txt_l h4 {}
.brand_txt .brand_txt_l p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-top: 40px;
}
.brand_txt .brand_txt_l a {
    display: inline-block;
    width: 216px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #da0000;
    margin-top: 60px;
}
.brand_txt .brand_txt_r {
    float: right;
    width: 25%;
    padding: 0 2% 0 4%;
    border-left: 1px solid #f1f1f1;
}
.brand_txt .brand_txt_r .process_list {
    margin-top: 40px;
    position: relative;
}
.brand_txt .brand_txt_r .process_list .process_line {
    width: 1px;
    height: 100%;
    background: #808080;
    position: absolute;
    top: 0;
    left: 32px;
    z-index: -1;
}
.brand_txt .brand_txt_r .process_list p {
    line-height: 66px;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}
.brand_txt .brand_txt_r .process_list p span {
    display: inline-block;
    float: left;
    width: 64px;
    height: 66px;
    background-size: 100%;
    margin-right: 10px;
}
.brand_txt .brand_txt_r .process_list p span.b_spIcon01 {
    background: url("../images/brand_icon01.png") no-repeat;
}
.brand_txt .brand_txt_r .process_list p span.b_spIcon02 {
    background: url("../images/brand_icon02.png") no-repeat;
}
.brand_txt .brand_txt_r .process_list p span.b_spIcon03 {
    background: url("../images/brand_icon03.png") no-repeat;
}
.brand_tab {
    width: 100%;
    margin-top: 80px;
    /*padding-bottom: 100px;*/
}
.brand_tab_tit {
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.brand_tab_tit a {
    display: inline-block;
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-right: 30px;
    position: relative;
    top: 1px;
}
.brand_tab_tit a.on {
    color: #da0000;
    border-bottom: 1px solid #da0000;
}
.brand_tab_tit a:hover {
    color: #da0000;
    border-bottom: 1px solid #da0000;
}
.brand_tab_list.company_box .b_item_data {
    margin-top: 20px;
}
.brand_tab_item {
    display: none;
}
.brand_tab_item.on {
    display: block;
}
.b_item_data h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
}
.b_item_data h5 {
    font-size: 18px;
    font-weight: bold;
    color: #888;
    margin-top: 20px;
}
.b_item_data ul {
    margin-top: 20px;
}
.b_item_data ul li {
    display: inline-block;
    /*float: left;*/
    width: 20%;
    margin: 8px 0;
}
/*.b_item_data ul li a{
  display: block;
  font-size: 14px;
  color: #333;
  word-break:keep-all;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis; 
  padding-right: 5px;
}
.b_item_data ul li a:before{
  content: "";
  border-left: 2px solid #da0000;
  margin-right: 12px;
}*/
.b_item_data ul li .weblink {
    display: block;
    font-size: 14px;
    color: #333;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
}
.b_item_data ul li .webcert {
    color: #da0000;
}
.b_item_data ul li .weibocert {
    color: #da0000;
}
.b_item_data ul li .weblink:before {
    content: "";
    border-left: 2px solid #da0000;
    margin-right: 12px;
}
.b_item_data ul li .weibolink {
    display: block;
    font-size: 14px;
    color: #333;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
}
.b_item_data ul li .weibolink:before {
    content: "";
    border-left: 2px solid #da0000;
    margin-right: 12px;
}
.website .b_item_data ul li {
    width: 33.33%;
    /*margin-right: 1.5%;*/
}
.weibo .b_item_data ul li {
    width: 25%;
    /*margin-right: 1.5%;*/
}
.b_item_data ul li .wxcert {
    display: block;
    font-size: 14px;
    color: #da0000;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
}
.weibo .b_item_data ul li a span {
    display: block;
    margin-left: 12px;
    margin-top: 10px;
    padding-left: 24px;
    background: url("../images/brand_icon04.png") no-repeat left center;
    text-decoration: underline;
}
.wechat .b_item_data ul li {
    width: 33.33%;
    /*margin-right: 1.5%;*/
}
.wechat .b_item_data ul li:nth-child(3n) {
    margin-right: 0;
}
.wechat .b_item_data ul li .codeCon {
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin: 0 6px;
    display: flex;
}
.codeCon img {
    float: left;
    width: 100px;
    margin-right: 15px;
}
.codeCon p {
    float: left;
    font-size: 16px;
    color: #333;
}
.codeCon p span {
    display: block;
    font-size: 14px;
    margin-top: 8px;
}
.codeCon p span i {
    display: block;
    font-size: 14px;
    color: #888;
    font-style: inherit;
}
.app .b_item_data ul li a:before {
    border: none;
    margin-right: inherit;
}
.app .b_item_data ul li .app_con img {
    float: left;
    width: 70px;
    margin-right: 10px;
}
.app .b_item_data ul li .app_con p {
    font-size: 16px;
    color: #333;
}
.app .b_item_data ul li .app_con p span {
    display: block;
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}
.app .b_item_data ul li {
    width: 24%;
    margin-right: 1.33%;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.app .b_item_data ul li a {
    display: block;
    word-spacing: inherit;
    white-space: normal;
    word-break: inherit;
}
.app .b_item_data ul li:nth-child(4n) {
    margin-right: 0;
}
@media screen and (max-width: 1200px) {
    .brand_wrap .brand_con {
        padding: 0 10px;
    }
}
@media screen and (max-width: 768px) {
    .brand_txt {
        margin-top: 40px;
    }
    .brand_txt .brand_txt_l {
        float: none;
        width: 100%;
    }
    .brand_txt .brand_txt_l p {
        margin-top: 20px;
    }
    .brand_txt .brand_txt_l a {
        width: 150px;
        margin-top: 20px;
    }
    .brand_txt .brand_txt_r {
        float: none;
        ;
        width: 92%;
        padding: 0 4%;
        margin-top: 40px;
    }
    .brand_tab {
        margin-top: 40px;
    }
    .brand_tab_tit a {
        font-size: 14px;
        margin-right: 14px;
        padding-bottom: 10px;
    }
    .b_item_data h4 {
        font-size: 18px;
        margin-top: 20px;
    }
    .b_item_data h5 {
        font-size: 16px;
    }
    .website .b_item_data ul li {
        width: 50%;
    }
    .weibo .b_item_data ul li {
        width: 50%;
    }
    .wechat .b_item_data ul li {
        width: 100%;
    }
    .app .b_item_data ul li {
        width: 100%;
    }
}
.brand_tab_item .b_item_data:first-child h4 {
    margin-bottom: 20px;
}
.brand_tab_item .b_item_data:first-child h5 {
    display: none !important;
}
.brand_tab_item .b_item_data:first-child ul {
    display: inline !important;
}
.brand_tab_item .b_item_data:first-child ul.clearfix:after {
    content: inherit;
    clear: inherit;
}
.brand_tab_item .b_item_data:last-child {
    float: left;
    width: 100%;
}
@media screen and (max-width: 1600px) {
    .brand_banner img {
        width: 1600px !important;
        margin-left: -800px !important;
    }
}
@media screen and (max-width: 1100px) {
    .zxbrand_identification .padding_china_width {
        margin: -48px auto 0px auto !important;
    }
}
@media screen and (max-width: 640px) {
    .brand_banner img {
        width: 1400px !important;
        margin-left: -900px !important;
    }
}
/*2019-5-14 品牌认证  end*/