/**!
 * 鍏充簬鎴戜滑
 * author: wangkai;
 */
ul{
    padding:0;margin:0; 
}
 li{
    padding:0;margin:0;list-style:none
 }
.ewb-fade {
    opacity: 0;
    filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.roll .ewb-fade {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.ewb-qh .ewb-fade{
    opacity: 1;
}
.ewb-banner {
    position: relative;
    height: 327px;
    background: url('../images/about/gywm_bg.jpg') center bottom no-repeat;
}

.ewb-banner-info {
    padding-top: 143px;
    text-align: center;
    color: #fff;
}

.ewb-banner-tt {
    line-height: 66px;
    font-size: 48px;
    position: relative;
    top: 70px;
}

.ewb-banner-content {
    line-height: 34px;
    font-size: 16px;
    position: relative;
    top: 70px;
}

.roll .ewb-banner-tt,
.roll .ewb-banner-content {
    transition: all 1s ease;
    top: 0;
}

.roll .ewb-banner-tt {
    transition-delay: 0.5s;
}

.roll .ewb-banner-content {
    transition-delay: 0.7s;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .ewb-banner {
        height: 260px;
    }

    .ewb-banner-info {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .ewb-banner {
        height: auto;
        min-height: 100px;
    }

    .ewb-banner-info {
        padding: 20px 5px;
    }

    .ewb-banner-tt {
        line-height: 44px;
        font-size: 24px;
    }

    .ewb-banner-content {
        line-height: 24px;
        font-size: 14px;
    }
}

.ewb-tab {
    /*height: 60px;*/
    background-color: #1c2327;
}

    .ewb-tab ul {
        padding: 13px 0;
        /*height: 34px;*/
        text-align: center;
        font-size: 0;
        -webkit-text-size-adjust: none;
    }

        .ewb-tab ul li {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            vertical-align: top;
            margin: 0 13px;
        }

.ewb-tabname {
    display: block;
    padding: 0 22px;
    height: 34px;
    line-height: 33px;
    font-size: 16px;
    color: #fff;
}

.ewb-tab ul li.current .ewb-tabname {
    background-color: #236aeb;
}

@media (max-width: 767px) {
    .ewb-tab {
        overflow-x: auto;
        overflow-y: hidden;
    }

        .ewb-tab ul {
            margin: 0 auto;
            width: 590px;
        }

            .ewb-tab ul li {
                margin: 0 5px;
            }
}

/*鏂扮偣绠€浠�*/

.ewb-synopsis {
    height: 434px;
    overflow: hidden;
}

.ewb-synopsis-info {
    float: left;
    margin-top: 44px;
    width: 55%;
    position: relative;
    left: -100px;
}

.ewb-eg-tt {
    display: block;
    margin-left: 9px;
    height: 30px;
    line-height: 30px;
    font-family: "arial";
    font-size: 30px;
    color: #eaeaea;
}

.ewb-ch-tt {
    display: block;
    margin-left: 16px;
    height: 42px;
    line-height: 42px;
    font-size: 34px;
    color: #333;
}

    .ewb-ch-tt:hover {
        color: #3373cb;
    }

.ewb-synopsis-conent {
    margin-top: 22px;
}

    .ewb-synopsis-conent p {
        line-height: 30px;
        text-indent: 2em;
        text-align: justify;
        text-justify: inter-ideograph;
    }

.ewb-synopsis-more {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/about/jiahao.png);
}

.ewb-synopsis-img {
    float: right;
    margin-top: 94px;
    width: 492px;
    position: relative;
    right: -100px;
}

.roll .ewb-synopsis-info,
.roll .ewb-synopsis-img {
    transition: all 1s ease;
    transition-delay: 0.5s;
}

.roll .ewb-synopsis-info {
    left: 0;
}

.roll .ewb-synopsis-img {
    right: 0;
}

@media (max-width: 1199px) {
    .ewb-synopsis {
        height: auto;
    }

    .ewb-synopsis-info {
        float: none;
        width: 100%;
    }

    .ewb-synopsis-img {
        float: none;
        display: block;
        margin: 20px auto 0;
    }

    .ewb-synopsis-conent {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .ewb-eg-tt {
        font-size: 24px;
    }

    .ewb-ch-tt {
        font-size: 28px;
    }
}


/*鍙戝睍鍘嗙▼*/

.ewb-dh {
    padding: 40px 80px;
    height: 278px;
    position: relative;
    overflow: hidden;
}

#btnPrev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28px;
    width: 56px;
    height: 56px;
    background: url(../images/about/btn_prev.png);
    cursor: pointer;
}

    #btnPrev:hover {
        background: url(../images/about/btn_prev_hover.png);
    }

#btnNext {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -28px;
    width: 56px;
    height: 56px;
    background: url(../images/about/btn_next.png);
    cursor: pointer;
}

    #btnNext:hover {
        background: url(../images/about/btn_next_hover.png);
    }

.ewb-dh,
.ewb-dh-slider {
    position: relative;
    top: 100px;
}

.roll .ewb-dh,
.roll .ewb-dh-slider {
    transition: all 1s ease;
    transition-delay: 0.5s;
    top: 0;
}

.roundabout-holder {
    margin: 0 auto;
    width: 800px;
    height: 278px;
}

.roundabout-moveable-item {
    width: 440px;
    height: 276px;
    text-align: center;
    cursor: pointer;
}

    .roundabout-moveable-item img {
        display: block;
        width: 100%;
        border: 1px solid #fff;
        box-shadow: 0px 15px 30px #acb1ba;
    }

    .roundabout-moveable-item span {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 34px;
        line-height: 34px;
        text-align: center;
        color: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        background: url('../images/about/ies_mask.png') repeat;
    }

.ewb-dh-bd {
    margin-top: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

.ewb-dh-imgitem li {
    margin-right: 0;
    width: 50%;
}

    .ewb-dh-imgitem li .pic img {
        display: block;
        margin: 0 auto;
        width: 95%;
        max-width: 270px;
    }

    .ewb-dh-imgitem li .pic span {
        display: block;
        margin: 0 auto;
        width: 95%;
        height: 34px;
        line-height: 34px;
        text-align: center;
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.ewb-dh-numitem {
    width: 100%;
    height: 6px;
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

    .ewb-dh-numitem li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 18px;
        height: 6px;
        overflow: hidden;
        margin: 0 5px;
        text-indent: -999px;
        cursor: pointer;
        background: url(../images/about/icoCircle.png);
        vertical-align: top;
    }

        .ewb-dh-numitem li.on {
            width: 47px;
            background: url(../images/about/icoCircle_active.png);
        }

@media (max-width: 1199px) {
    .roundabout-holder {
        width: 400px;
        height: 178px;
    }

    .ewb-dh {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        height: 178px;
    }

    .roundabout-moveable-item {
        height: auto;
        width: 280px;
        height: 176px;
    }
}

@media (max-width: 767px) {
    .ewb-dh {
        height: 180px;
        padding: 0;
    }

    .roundabout-holder {
        width: 75%;
        height: 180px;
    }

    .roundabout-moveable-item {
        width: 40%;
        height: auto;
    }

        .roundabout-moveable-item img {
            width: 100%;
            box-shadow: 0px 5px 10px #acb1ba;
        }
}


/*鍒嗘敮鏈烘瀯*/

.ewb-branch {
    margin-top: 24px;
    height: 750px;
    overflow: hidden;
    background: url('../images/about/branch_bg.jpg') center bottom no-repeat;
}

.ewb-map {
    float: left;
    margin: 114px 0 0 1px;
    position: relative;
    width: 560px;
    height: 468px;
    left: -200px;
}

.ewb-map-img {
    display: block;
    width: 560px;
    height: 468px;
}

.ewb-dot {
    position: absolute;
    width: 19px;
    height: 19px;
    background: url(../images/about/map_dian.png);
    cursor: pointer;
}

    .ewb-dot:hover {
        background: url(../images/about/map_dian_cur.png);
    }

.ewb-pos-xd {
    left: 450px;
    top: 228px;
    width: 84px;
    height: 49px;
    background: url('../images/about/epoint_ico.png');
}

    .ewb-pos-xd:hover {
        background: url(../images/about/epoint_ico.png);
    }

.ewb-pos-sh {
    left: 470px;
    top: 270px;
    z-index: 900;
}

.ewb-pos-nj {
    left: 438px;
    top: 257px;
}

.ewb-pos-sz {
    left: 450px;
    top: 270px;
    z-index: 900;
}

.ewb-pos-bj {
    left: 400px;
    top: 162px;
}

.ewb-pos-nn {
    left: 330px;
    top: 386px;
}

.ewb-pos-sy {
    left: 459px;
    top: 138px;
}

.ewb-pos-hf {
    left: 422px;
    top: 270px;
}

.ewb-pos-nc {
    left: 410px;
    top: 312px;
}

.ewb-pos-jn {
    left: 411px;
    top: 203px;
}

.ewb-pos-cd {
    left: 276px;
    top: 289px;
}

.ewb-pos-zz {
    left: 379px;
    top: 242px;
}

.ewb-pos-wh {
    left: 391px;
    top: 293px;
}

.ewb-pos-wlmq {
    left: 132px;
    top: 138px;
}

.ewb-pos-hhht {
    left: 304px;
    top: 175px;
}

.ewb-pos-hz {
    left: 462px;
    top: 293px;
}

.ewb-pos-xa {
    left: 333px;
    top: 241px;
}

.ewb-pos-gz {
    left: 370px;
    top: 376px;
}

.ewb-pos-ico {
    position: absolute;
    width: 60px;
    height: 50px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: url(../images/about/map_location.png) center bottom no-repeat;
    z-index: 910;
}

    .ewb-pos-ico#nc {
        text-align: left;
    }

    .ewb-pos-ico#jn {
        text-align: right;
    }

    .ewb-pos-ico#sh {
        width: 80px;
        line-height: 70px;
        text-align: right;
    }

    .ewb-pos-ico#hz {
        width: 80px;
        text-align: right;
        line-height: 70px;
    }

.ewb-branch-info {
    float: right;
    width: 48%;
    margin-top: 77px;
}

    .ewb-branch-info .ewb-eg-tt {
        margin-left: 14px;
        height: 34px;
        line-height: 34px;
        font-size: 34px;
        font-family: "Arial";
        color: #738cca;
        position: relative;
        top: 70px;
    }

    .ewb-branch-info .ewb-ch-tt {
        margin-left: 15px;
        font-size: 34px;
        color: #fff;
        position: relative;
        top: 70px;
    }

.ewb-branch-link {
    margin-top: -36px;
    padding-right: 1px;
    height: 35px;
    line-height: 35px;
    position: relative;
    top: 70px;
}

    .ewb-branch-link a {
        float: right;
        margin-left: 12px;
        width: 110px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 18px;
        color: #333;
        background-color: #fff;
    }

        .ewb-branch-link a:hover {
            color: #fff;
            background-color: #3373cb;
        }

.ewb-branch-content {
    margin-top: 48px;
    height: 234px;
    position: relative;
    top: 70px;
}

    .ewb-branch-content p {
        text-indent: 2em;
        line-height: 30px;
        color: #fff;
        text-align: justify;
        text-justify: inter-ideograph;
    }

.ewb-switch {
    overflow: hidden;
    position: relative;
    top: 100px;
}

.ewb-switch-hd {
    overflow: hidden;
    height: 47px;
    border: 1px solid #8493cc;
    padding-right: 6px;
    background: url('../images/about/switch_bg.png') repeat;
}

    .ewb-switch-hd .prev, .ewb-switch-hd .next {
        float: right;
        margin: 8px 0 0 3px;
        width: 32px;
        height: 32px;
        overflow: hidden;
        cursor: pointer;
        z-index: 999;
    }

    .ewb-switch-hd .prev {
        background: url("../images/about/arrow_prev.png") no-repeat;
    }

    .ewb-switch-hd .next {
        background: url("../images/about/arrow_next.png") no-repeat;
    }

    .ewb-switch-hd .prev:hover {
        background: url("../images/about/arrow_prev_hover.png") no-repeat;
    }

    .ewb-switch-hd .next:hover {
        background: url("../images/about/arrow_next_hover.png") no-repeat;
    }

.ewb-switch-bd {
    padding-top: 18px;
}

.ewb-switch-imgitem {
    zoom: 1;
}

.ewb-switch-node {
    float: left;
    width: 100%;
    _display: inline;
    overflow: hidden;
}

.ewb-company-name {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    z-index: 900;
}

.ewb-company-info {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

    .ewb-company-info label {
        float: left;
    }

.ewb-ci-detail {
    float: left;
    width: 90%;
}

.ewb-company-address {
    display: block;
    padding-left: 30px;
    color: #fff;
    background: url('../images/about/address_ico.png') 8px 5px no-repeat;
}

.roll .ewb-map,
.roll .ewb-branch-info .ewb-eg-tt,
.roll .ewb-branch-info .ewb-ch-tt,
.roll .ewb-branch-link,
.roll .ewb-branch-content,
.roll .ewb-switch {
    transition: all 1s ease;
}

.roll .ewb-map {
    transition-delay: 0.5s;
    left: 0;
}

.roll .ewb-branch-info .ewb-eg-tt,
.roll .ewb-branch-info .ewb-ch-tt,
.roll .ewb-branch-link,
.roll .ewb-branch-content,
.roll .ewb-switch {
    top: 0;
}

.roll .ewb-branch-info .ewb-eg-tt {
    transition-delay: 0.5s;
}

.roll .ewb-branch-info .ewb-ch-tt {
    transition-delay: 0.7s;
}

.roll .ewb-branch-link {
    transition-delay: 0.9s;
}

.roll .ewb-branch-content {
    transition-delay: 1.1s;
}

.roll .ewb-switch {
    transition-delay: 1.5s;
}

@media (max-width: 1199px) {
    .ewb-branch {
        height: auto;
        padding-bottom: 30px;
    }

    .ewb-map {
        float: none;
        margin: 0 auto;
    }

    .ewb-branch-info {
        float: none;
        padding: 0 10px;
        width: auto;
    }

    .ewb-branch-content {
        height: auto;
        padding-bottom: 20px;
    }

    .ewb-switch-bd {
        min-height: 140px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .ewb-branch {
        background: url('../images/about/branch_bg_pad.jpg') center bottom no-repeat;
    }
}

@media (max-width: 767px) {
    .ewb-branch-info .ewb-eg-tt {
        height: 30px;
        line-height: 30px;
        font-size: 24px;
    }

    .ewb-branch-info .ewb-ch-tt {
        font-size: 28px;
    }

    .ewb-ci-detail {
        width: 86%;
    }

    .ewb-company-name {
        width: 200px;
        left: 10px;
        margin-left: 0;
        text-align: left;
        font-size: 14px;
    }

    .ewb-company-info {
        font-size: 12px;
    }

    .ewb-switch-bd {
        min-height: auto;
    }

    .ewb-branch-info {
        margin-top: 40px;
    }

    .ewb-branch-link {
        margin-top: 10px;
    }

    .ewb-branch-content p {
        line-height: 24px;
        font-size: 13px;
    }
}


/*浼佷笟鏂囧寲*/

.trans {
    -webkit-transition: all 0.7s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.7s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.7s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.7s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.7s cubic-bezier(.175, .885, .32, 1);
}

.ewb-culture {
    width: 100%;
    height: 750px;
    background: url(../images/about/culture_bg.jpg) center top no-repeat #f4f4f4;
    overflow: hidden;
}

.ewb-culture-hd {
    padding-top: 42px;
    height: 106px;
    text-align: center;
}

    .ewb-culture-hd a {
        margin: 0 auto;
        width: 390px;
    }

    .ewb-culture-hd .ewb-eg-tt {
        height: 36px;
        line-height: 36px;
        font-size: 34px;
        color: #e0e0e0;
        position: relative;
        top: 70px;
    }

    .ewb-culture-hd .ewb-ch-tt {
        height: 48px;
        line-height: 48px;
        position: relative;
        top: 70px;
    }

.ewb-culture-bd {
    padding: 0 47px;
    overflow: hidden;
    position: relative;
    top: 100px;
}

.roll .ewb-culture-hd .ewb-eg-tt,
.roll .ewb-culture-hd .ewb-ch-tt,
.roll .ewb-culture-bd {
    transition: all 1s ease;
    top: 0;
}

.roll .ewb-culture-hd .ewb-eg-tt {
    transition-delay: 0.5s;
}

.roll .ewb-culture-hd .ewb-ch-tt {
    transition-delay: 0.7s;
}

.roll .ewb-culture-bd {
    transition-delay: 0.9s;
}

.ewb-culture-list {
    margin-right: -10px;
}

.ewb-culture-node {
    float: left;
    width: 33.333333333333333%;
    vertical-align: top;
}

.ewb-culture-item {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer;
}

.ewb-culture-node.one .ewb-culture-item {
    height: 272px;
}

.ewb-culture-node.two .ewb-culture-item {
    height: 178px;
}

.ewb-culture-item img {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.ewb-culture-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .ewb-culture-mask.one {
        background: url('../images/about/culture_mask_bg1.png') repeat;
    }

    .ewb-culture-mask.two {
        background: url('../images/about/culture_mask_bg2.png') repeat;
    }

    .ewb-culture-mask.three {
        background: url('../images/about/culture_mask_bg3.png') repeat;
    }

    .ewb-culture-mask.four {
        background: url('../images/about/culture_mask_bg4.png') repeat;
    }

    .ewb-culture-mask.five {
        background: url('../images/about/culture_mask_bg5.png') repeat;
    }

    .ewb-culture-mask.six {
        background: url('../images/about/culture_mask_bg6.png') repeat;
    }

    .ewb-culture-mask.seven {
        background: url('../images/about/culture_mask_bg7.png') repeat;
    }

.ewb-culture-item:hover .ewb-culture-mask {
    background: url('../images/about/culture_mask_bg.png') repeat;
}

.ewb-culture-tt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -29px;
    height: 58px;
    text-align: center;
}

.ewb-culture-item:hover .ewb-culture-tt {
    top: 59px;
}

    .ewb-culture-item:hover .ewb-culture-tt.middle {
        top: 34px;
    }

.ewb-culture-tt span {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
}

    .ewb-culture-tt span:first-child {
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }

.ewb-culture-content {
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .ewb-culture-content span {
        display: block;
        color: #fff;
        line-height: 20px;
    }

        .ewb-culture-content span:first-child {
            line-height: 30px;
            padding-bottom: 7px;
            font-size: 16px;
        }

.ewb-culture-item:hover .ewb-culture-content {
    opacity: 1;
    filter: alpha(opacity=100);
}

    .ewb-culture-item:hover .ewb-culture-content.one {
        bottom: 54px;
    }

    .ewb-culture-item:hover .ewb-culture-content.two {
        bottom: 42px;
    }

    .ewb-culture-item:hover .ewb-culture-content.three {
        bottom: 36px;
    }

    .ewb-culture-item:hover .ewb-culture-content.four {
        bottom: 11px;
    }

    .ewb-culture-item:hover .ewb-culture-content.five {
        bottom: 21px;
    }

    .ewb-culture-item:hover .ewb-culture-content.six {
        bottom: 50px;
    }

    .ewb-culture-item:hover .ewb-culture-content.seven {
        bottom: 44px;
    }

@media (max-width: 1199px) {
    .ewb-culture-item .ewb-culture-tt {
        top: 59px;
    }

        .ewb-culture-item .ewb-culture-tt.middle {
            top: 34px;
        }

    .ewb-culture-item .ewb-culture-mask {
        background: url('../images/about/culture_mask_bg.png') repeat;
    }

    .ewb-culture-item .ewb-culture-content {
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .ewb-culture-item .ewb-culture-content.one {
            bottom: 54px;
        }

        .ewb-culture-item .ewb-culture-content.two {
            bottom: 42px;
        }

        .ewb-culture-item .ewb-culture-content.three {
            bottom: 36px;
        }

        .ewb-culture-item .ewb-culture-content.four {
            bottom: 11px;
        }

        .ewb-culture-item .ewb-culture-content.five {
            bottom: 21px;
        }

        .ewb-culture-item .ewb-culture-content.six {
            bottom: 50px;
        }

        .ewb-culture-item .ewb-culture-content.seven {
            bottom: 44px;
        }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .ewb-culture-content span {
        font-size: 12px;
        line-height: 16px;
    }

        .ewb-culture-content span:first-child {
            padding-bottom: 0;
            line-height: 20px;
            font-size: 14px;
        }
}

@media (max-width: 767px) {
    .ewb-culture {
        height: auto;
        padding-bottom: 30px;
    }

    .ewb-culture-hd a {
        width: 100%;
    }

    .ewb-culture-hd .ewb-eg-tt {
        height: 30px;
        line-height: 30px;
        font-size: 24px;
    }

    .ewb-culture-hd .ewb-ch-tt {
        height: 42px;
        line-height: 42px;
    }

    .ewb-culture-bd {
        padding: 0 5px;
    }

    .ewb-culture-node {
        width: 100%;
    }
}


/*璧勮川鑽ｈ獕*/

.ewb-qh {
    padding-top: 57px;
    padding-bottom: 47px;
}

    .ewb-qh .ewb-eg-tt {
        margin-left: 0;
        text-align: center;
        height: 42px;
        line-height: 42px;
        font-size: 34px;
        position: relative;
        top: 70px;
    }

    .ewb-qh .ewb-ch-tt {
        margin-left: 0;
        text-align: center;
        position: relative;
        top: 70px;
    }

.ewb-qh-side {
    position: relative;
    top: 100px;
}

.ewb-qh.roll .ewb-eg-tt,
.ewb-qh.roll .ewb-ch-tt,
.roll .ewb-qh-side {
    transition: all 1s ease;
    top: 0;
}

.ewb-qh.roll .ewb-eg-tt {
    transition-delay: 0.5s;
}

.ewb-qh.roll .ewb-ch-tt {
    transition-delay: 0.7s;
}

.roll .ewb-qh-side {
    transition-delay: 0.9s;
}

.ewb-qh-tab {
    margin-top: 57px;
    height: 37px;
    line-height: 37px;
    text-align: center;
}

    .ewb-qh-tab a {
        cursor: pointer;
    }

.ewb-qh-type {
    display: inline-block;
    margin: 0 24px;
    padding: 0 20px;
    font-size: 18px;
    color: #333;
    position: relative;
}

    .ewb-qh-type.current {
        border-radius: 5px;
        color: #fff;
        background-color: #3373cb;
    }

    .ewb-qh-type i {
        display: none;
        position: absolute;
        bottom: -4px;
        left: 50%;
        margin-left: -4px;
        width: 8px;
        height: 4px;
        background: url(../images/about/qh_jt.png);
    }

    .ewb-qh-type.current i {
        display: block;
    }

.ewb-qh-slider {
    margin-top: 42px;
    overflow: hidden;
    position: relative;
}

.ewb-qh-hd {
    margin-top: 26px;
    overflow: hidden;
    height: 6px;
}

.ewb-qh-numitem {
    width: 100%;
    height: 6px;
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

    .ewb-qh-numitem li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 18px;
        height: 6px;
        overflow: hidden;
        margin: 0 5px;
        font-size: 0;
        cursor: pointer;
        background: url(../images/about/icoCircle.png);
        vertical-align: top;
    }

        .ewb-qh-numitem li.on {
            width: 47px;
            background: url(../images/about/icoCircle_active.png);
        }

.ewb-qh-bd {
    height: 498px;
    overflow: hidden;
}
.ewb-qh-imgitem {
    overflow: hidden;
    zoom: 1;
    float: left;
    margin-right: 37px;
    _display: inline;
}

    .ewb-qh-imgitem li {
        _display: inline;
        overflow: hidden;
        text-align: center;
        margin-bottom:20px;
    }
    .ewb-qh-imgitem li .pic{
        float: left;
    }
        .ewb-qh-imgitem li .pic img {
            display: block;
            width: 270px;
            height: 184px;
            border: 1px solid #cfd7de;
        }

        .ewb-qh-imgitem li .title {
            width: 270px;
            height: 58px;
            line-height: 58px;
            padding-bottom: 5px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            float: left
        }

            .ewb-qh-imgitem li .title a {
                font-size: 16px;
                color: #999;
 
            }
/* 资质荣耀*/
.qualifications{
    width: 100%;
    padding-bottom: 45px;
}
.qualifications .qualifications_imger{
    padding-top: 60px;
    max-width: 1200px;
    margin: 0 auto;
}
.qualifications .qualifications_imger img{
    max-width: 100%
}
.qualifications .ul_li{
    margin-top: 50px;
    max-width: 1200px;
    transition:width  1s;
}
.qualifications .uldesver{
   width:100%;
   transition:width  1s;
}
.qualifications .uldesver li{
    transition:width  1s;
    min-width: 319px;
    min-height: 230px;
    /* background-color: #f4f4f4; */
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding:22px;
    float: left;
    margin-left: 52px;
    margin-bottom: 54px;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #575656;
    font-size: 14px;
    
}



.qualifications .uldesver li:nth-child(3n+1){
 margin-left: 0px;
}
.qualifications .uldesver li span{
    display: block;
    width: 100%;
    min-height: 1px;
    position: absolute;
    left: 0px;
    bottom: -38px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}
.qualifications .uldesver li img{
    max-width: 320px;
    max-height: 225px;
}


/* 资质荣耀*/
.ewb-qh-imgitem1 {
    overflow: hidden;
    zoom: 1;
    float: left;
    margin-right: 30px;
    _display: inline;
}

    .ewb-qh-imgitem1 li {
        _display: inline;
        overflow: hidden;
        text-align: center;
    }

        .ewb-qh-imgitem1 li .pic img {
            display: block;
            width: 142px;
            height: 186px;
            border: 1px solid #cfd7de;
        }
        .ewb-qh-imgitem1 li .title {
            width: 142px;
            height: 58px;
            line-height: 58px;
            padding-bottom: 5px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
        .ewb-qh-imgitem1 li .title a {
            font-size: 16px;
            color: #999;
        }

@media (max-width: 1199px) {
    .ewb-qh-imgitem {
        margin-right: 10px;
    }

        .ewb-qh-imgitem li .pic img {
            width: 246px;
            height: auto;
        }

        .ewb-qh-imgitem li .title {
            width: 246px;
        }

    .ewb-qh-imgitem1 {
        margin-right: 10px;
    }

        .ewb-qh-imgitem1 li .pic img {
            width: 206px;
            height: auto;
        }

        .ewb-qh-imgitem1 li .title {
            width: 206px;
        }

        .qualifications .uldesver li{
            min-width: 317px;
            min-height: 230px;
           float: left;
           margin:0 auto;
           margin-bottom: 54px;
        }
        .qualifications .uldesver li:nth-child(2n){
            margin-left: 36px;
        }
}

@media (max-width: 767px) {
    .ewb-qh {
        padding: 30px 0;
    }

    .ewb-qh-tab,
    .ewb-qh-slider {
        margin-top: 30px;
    }

    .ewb-qh-type {
        margin: 0;
        padding: 0 15px;
        font-size: 14px;
    }

    .ewb-qh-hd {
        margin-top: 20px;
    }

    .ewb-qh-bd,
    .ewb-qh-imgitem {
        height: auto;
    }

    .ewb-qh-imgitem {
        margin-right: 0;
        width: 50%;
    }

        .ewb-qh-imgitem li .pic img {
            margin: 0 auto;
            width: 95%;
            max-width: 270px;
        }

        .ewb-qh-imgitem li .title {
            width: auto;
            max-width: 95%;
            height: auto;
            line-height: 24px;
        }

            .ewb-qh-imgitem li .title a {
                font-size: 12px;
            }

    .ewb-qh .ewb-eg-tt {
        height: 30px;
        line-height: 30px;
        font-size: 24px;
    }

    .ewb-qh .ewb-ch-tt {
        font-size: 28px;
    }
    .qualifications .uldesver li{
        width: 97%;
        min-height: 230px;
        margin-bottom: 54px;
        text-align: center;
        padding: 10px;
        /* background: white; */
     }
    .qualifications .uldesver li:nth-child(2n){
        margin-left: 0px;
    } 
}

.target-fix {
    position: relative;
    top: -100px;
    display: block;
    height: 0;
    overflow: hidden;
}