﻿/* new-page */
.news-navs {
    margin: 40px 0;
    border-bottom: 1px solid #efefef;
}

    .news-navs a {
        display: inline-block;
        font-size: 18px;
        color: #999999;
        line-height: 50px;
        margin-right: 32px;
    }

        .news-navs a.active {
            color: #3d3d3d;
            border-bottom: 3px solid #3d3d3d;
        }

.news-item1 {
    display: block;
    padding: 10px;
    z-index: 1;
}

    .news-item1 .news-img {
        float: left;
        width: 300px;
        height: 154px;
        overflow: hidden;
        margin-right: 38px;
    }

        .news-item1 .news-img img {
            width: 100%;
            height: 100%;
        }

    .news-item1 .news-txt p {
        font-size: 16px;
        color: #666;
        line-height: 28px;
        height: 80px;
        overflow: hidden;
    }

    .news-item1:hover {
        box-shadow: 0 0 20px #ededed;
        z-index: 2;
    }

.main-contentIndex .panel-content {
    width: 1200px;
    margin: 0px auto;
}

.news-item:before {
    content: '';
    display: block;
    height: 1px;
    background: #ededed;
    position: absolute;
    bottom: 0;
    left: 38px;
    right: 38px;
}

.news-item:last-child:before {
    display: none;
}

.news-item:hover {
    box-shadow: 0 0 20px #ededed;
    z-index: 2;
}

    .news-item:hover :before {
        display: none;
    }

.news-item .news-img {
    float: left;
    width: 300px;
    height: 128px;
    overflow: hidden;
    margin-right: 38px;
}

    .news-item .news-img img {
        width: 100%;
        height: 100%;
    }

.news-item .news-txt h2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}

.news-item .news-txt span {
    font-size: 16px;
    color: #999;
    display: block;
    margin: 8px 0 15px;
}

.news-item .news-txt p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}

.news-item .news-txt em {
    color: #df0024;
}

.news-pager {
    text-align: center;
    margin-top: 60px;
}

    .news-pager a {
        font-size: 14px;
        color: #999;
        line-height: 1px;
        padding: 11px 14px;
        background: #f0f0f0;
        border-radius: 3px;
        margin: 0 5px;
    }

        .news-pager a.active {
            background: #df0024;
            color: #fff;
        }

    .news-pager span {
        line-height: 1;
        color: #999;
        font-weight: 600;
    }

    .news-pager em {
        font-size: 16px;
        color: #666;
        margin-left: 15px;
    }

/* news-detail */
.panel-content.news-detail {
    margin: 0 auto;
}

.news-detail-header {
    line-height: 24px;
    font-size: 16px;
    margin: 50px 0 30px;
}

.news-detail-content {
    padding: 60px 70px;
    background: #fff;
}

    .news-detail-content .news-title {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
    }

    .news-detail-content .news-date {
        font-size: 16px;
        color: #999;
        display: block;
        margin: 10px 0 35px;
        text-align: center;
    }

.news-txt p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.news-txt img,
.news-txt video,
.news-txt table {
    max-width: 100%;
    height: auto !important;
    margin-bottom: 5px;
}

.news-detail-btns {
    text-align: center;
    margin: 40px 0 90px;
}

    .news-detail-btns a {
        font-size: 18px;
        color: #666;
        margin: 0 20px;
        line-height: 1;
        padding: 10px 20px;
        background: #f0f0f0;
        border-radius: 4px;
    }

        .news-detail-btns a.active {
            color: #fff;
            background: #df0024;
        }

.news-item {
    display: block;
    background: #fff;
    padding: 16px;
    position: relative;
    z-index: 1;
}
/* content */
.main-content .panel-content {
    width: 1200px;
    margin: 100px auto;
}

.more-link {
    display: block;
    width: 98px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #df0024;
    text-align: center;
    color: #df0024;
    transition: all .3s;
}

    .more-link:hover {
        color: #fff;
        background: #df0024;
    }

/* pannl-title */
.panel-title {
    text-align: center;
}

    .panel-title h2 {
        font-size: 28px;
        font-weight: 600;
        line-height: 1;
    }

    .panel-title h3 {
        font-size: 14px;
        color: #b2b2b2;
        margin-top: 10px;
        line-height: 1;
    }

.wechat-qrcode {
    border: 1px solid #eee;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms
}

    .wechat-qrcode.bottom {
        top: 40px;
        left: -84px
    }

        .wechat-qrcode.bottom:after {
            display: none
        }

    .wechat-qrcode h4 {
        font-weight: normal;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        background-color: #f3f3f3;
        margin: 0;
        padding: 0;
        color: #777
    }

    .wechat-qrcode .qrcode {
        width: 105px;
        margin: 10px auto
    }

        .wechat-qrcode .qrcode table {
            margin: 0 !important
        }

    .wechat-qrcode .help p {
        font-weight: normal;
        line-height: 16px;
        padding: 0;
        margin: 0
    }

/* swiper */
.swiper-pagination .swiper-pagination-bullet {
    background: #d7d7d7;
    opacity: 1;
}

    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #3d4246;
    }

/* banner */
.main-banner {
    overflow: hidden;
    min-width: 1200px;
}

.banner-index {
    width: 100%;
    position: relative;
    height: 700px;
}

    .banner-index .swiper-slide {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 100%;
    }

.subpage-banner {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

/* content */
.main-content .panel-content {
    width: 1200px;
    margin: 100px auto;
}

.more-link {
    display: block;
    width: 98px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #df0024;
    text-align: center;
    color: #df0024;
    transition: all .3s;
}

    .more-link:hover {
        color: #fff;
        background: #df0024;
    }

/* pannl-title */
.panel-title {
    text-align: center;
}

    .panel-title h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 1;
    }

    .panel-title h3 {
        font-size: 14px;
        color: #b2b2b2;
        margin-top: 10px;
        line-height: 1;
    }

/* industry */
.industry-list {
    margin-top: 50px;
}

.industry-item {
    width: 240px;
    height: 256px;
    padding: 40px 20px;
    float: left;
    text-align: center;
    cursor: pointer;
}

    .industry-item .industry-icon {
        display: block;
        width: 60px;
        height: 60px;
        margin: 0 auto 20px;
        transition: all .3s;
    }

    .industry-item h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 2;
    }

    .industry-item p {
        font-size: 16px;
        line-height: 24px;
        color: #666666;
    }

.industry-icon.industry-icon-a {
    background: url('../images/cy_icon_04.png') no-repeat center / auto 100%;
}

.industry-icon.industry-icon-b {
    background: url('../images/cy_icon_06.png') no-repeat center / auto 100%;
}

.industry-icon.industry-icon-c {
    background: url('../images/cy_icon_08.png') no-repeat center / auto 100%;
}

.industry-icon.industry-icon-d {
    background: url('../images/cy_icon_10.png') no-repeat center / auto 100%;
}

.industry-icon.industry-icon-e {
    background: url('../images/cy_icon_12.png') no-repeat center / auto 100%;
}

.industry-icon.industry-icon-f {
    background: url('../images/cy_icon_14.png') no-repeat center / auto 100%;
}

.industry-item.active,
.industry-item:hover {
    background: #fff;
    box-shadow: 0 0 20px #f0f0f0;
}

    .industry-item.active .industry-icon.industry-icon-a,
    .industry-item:hover .industry-icon.industry-icon-a {
        background: url('../images/cy_icon_b_04.png') no-repeat center / auto 100%;
    }

    .industry-item.active .industry-icon.industry-icon-b,
    .industry-item:hover .industry-icon.industry-icon-b {
        background: url('../images/cy_icon_b_06.png') no-repeat center / auto 100%;
    }

    .industry-item.active .industry-icon.industry-icon-c,
    .industry-item:hover .industry-icon.industry-icon-c {
        background: url('../images/cy_icon_b_08.png') no-repeat center / auto 100%;
    }

    .industry-item.active .industry-icon.industry-icon-d,
    .industry-item:hover .industry-icon.industry-icon-d {
        background: url('../images/cy_icon_b_10.png') no-repeat center / auto 100%;
    }

    .industry-item.active .industry-icon.industry-icon-e,
    .industry-item:hover .industry-icon.industry-icon-e {
        background: url('../images/cy_icon_b_12.png') no-repeat center / auto 100%;
    }

    .industry-item.active .industry-icon.industry-icon-f,
    .industry-item:hover .industry-icon.industry-icon-f {
        background: url('../images/cy_icon_b_14.png') no-repeat center / auto 100%;
    }

/* about */
.about-content {
    /* margin-top: 75px; */
}

    .about-content .about-img {
        width: 60%;
        height: 450px;
        float: left;
        overflow: hidden;
        position: relative;
        border-radius: 2px;
    }

    .about-content .about-video {
        width: 100%;
        height: 100%;
        outline: none;
    }

.about-video-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

    .about-video-cover img,
    .about-video-cover b {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .about-video-cover b {
        background: rgba(0, 0, 0, .2);
        z-index: 2;
    }

    .about-video-cover i {
        display: block;
        width: 48px;
        height: 48px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -24px;
        margin-top: -24px;
        background: url('../images/play_23.png') no-repeat center;
        cursor: pointer;
        z-index: 3;
    }

.about-txt {
    width: 40%;
    float: right;
}

    .about-txt i {
        display: block;
        width: 20px;
        height: 3px;
        background: #3d3d3d;
        margin-top: 14px;
    }

    .about-txt h3 {
        font-size: 24px;
        font-weight: 600;
        margin-top: 28px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .about-txt p {
        font-size: 16px;
        line-height: 26px;
    }

    .about-txt a {
        margin-top: 11px;
    }

/* management */
.management-list {
    margin-top: 75px;
}

.management-item {
    width: 282px;
    height: 405px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 24px;
    /*   transform-style: preserve-3d;
  transition: 1s;
  backface-visibility:hidden; */
}

    .management-item:last-child {
        margin-right: 0;
    }

.management-item-front {
    background: #fff;
    border: 1px solid #efefef;
    width: 280px;
    height: 403px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    backface-visibility: hidden;
}

    .management-item-front div {
        width: 164px;
        height: 164px;
        border: 2px solid #efefef;
        background: #ffffff;
        border-radius: 50%;
        padding: 5px;
        overflow: hidden;
        margin: 34px auto 30px;
    }

    .management-item-front img {
        width: 100%;
        height: 100%;
    }

    .management-item-front h3 {
        font-size: 24px;
        text-align: center;
        line-height: 1;
    }

    .management-item-front h4 {
        font-size: 20px;
        text-align: center;
        line-height: 2;
    }

.management-item-back {
    width: 282px;
    height: 405px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: #df0024;
    padding: 40px 25px 15px;
    color: #fff;
    /*   backface-visibility: hidden;
  transform:rotateY(180deg); */
    display: none;
}

    .management-item-back h3 {
        font-size: 24px;
        line-height: 40px;
    }

    .management-item-back h4 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .management-item-back p {
        font-size: 16px;
        line-height: 26px;
    }

.management-content a {
    margin: 60px auto 0;
}

.management-item:hover {
    /* transform:rotateY(180deg); */
    /* display: block; */
}

    .management-item:hover .management-item-back {
        display: block;
        /* transform:rotateY(0); */
    }

/* strategic */
.strategic-map-content {
    text-align: center;
}

    .strategic-map-content p {
        font-size: 18px;
        line-height: 36px;
        margin: 40px 0;
    }

/* brand */
.brand-content {
    margin-top: 70px;
    margin-bottom: 100px;
}

.brand-list {
    position: relative;
    overflow: hidden;
    padding: 0 30px;
}

    .brand-list .swiper-pagination {
        position: initial;
        margin-top: 50px;
    }

    .brand-list .swiper-slide {
        width: 140px;
        height: 60px;
        text-align: center;
    }

        .brand-list .swiper-slide a {
            display: block;
            line-height: 60px;
            height: 60px;
        }

        .brand-list .swiper-slide img {
            max-height: 100%;
        }

    .brand-list .prev,
    .brand-list .next {
        display: block;
        position: absolute;
        top: 0;
        width: 30px;
        height: 50px;
        cursor: pointer;
        z-index: 11;
    }

    .brand-list .prev {
        left: 0;
        background: #f7f7f7 url('../images/arrow_10.png') no-repeat center;
    }

    .brand-list .next {
        right: 0;
        background: #f7f7f7 url('../images/arrow_13.png') no-repeat center;
    }

/* contact */
.main-contact {
    background: #3d3d3d;
    padding: 100px 0 80px;
    min-width: 1200px;
}

.contact-wrap {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    overflow: hidden;
}

.contact-left {
    width: 710px;
    height: 250px;
    float: left;
    background: #2d2d2d;
}

.contact-left-l {
    margin-left: 50px;
    margin-top: 65px;
}

    .contact-left-l h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .contact-left-l p {
        font-size: 16px;
        color: #fff;
        opacity: .8;
        margin-top: 20px;
        line-height: 1;
    }

.contact-left-r {
    margin-right: 50px;
    margin-top: 65px;
    text-align: center;
    width: 140px;
    text-align: center;
}

    .contact-left-r div {
        background: #fff;
        width: 80px;
        height: 80px;
        text-align: center;
        margin: 0 auto;
    }

    .contact-left-r img {
        width: 70px;
        height: 70px;
        margin-top: 5px;
    }

    .contact-left-r p {
        font-size: 16px;
        color: #fff;
        opacity: .8;
        margin-top: 20px;
        line-height: 1;
    }

.contact-right {
    width: 430px;
    float: right;
}

    .contact-right h3 {
        font-size: 22px;
        margin-top: 10px;
    }

    .contact-right h4 {
        font-size: 22px;
        margin-top: 5px;
        margin-bottom: 90px;
    }

.contact-links a {
    color: #fff;
    opacity: .5;
    font-size: 16px;
    margin-right: 30px;
}

    .contact-links a:last-child {
        margin-right: 0;
    }

    .contact-links a:hover {
        opacity: 1;
    }

/* footer */
.main-footer {
    background: #2d2d2d;
    min-width: 1200px;
}

.footer-wrap {
    width: 1200px;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #7a7a7a;
}

/* industry-page */
.tab-item-header {
    height: 346px;
    background: #184778;
    text-align: center;
    color: #fff;
}

    .tab-item-header h2 {
        font-size: 48px;
        line-height: 88px;
        padding-top: 50px;
    }

    .tab-item-header i {
        display: block;
        width: 40px;
        height: 4px;
        background: #fff;
        margin: 0 auto 35px;
    }

    .tab-item-header p {
        font-size: 20px;
        line-height: 36px;
        margin: 0 90px;
    }

.tab-item {
    margin-bottom: 100px;
    display: none;
}

/* bank */
.tab-item-bank .tab-item-header {
    background: url('../images/bank_05.jpg') no-repeat center / auto 100%;
}

.tab-item-bank .tab-item-content {
    padding-top: 30px;
}

.panel-bank {
    margin-top: 64px;
}

    .panel-bank .panel-bank-title {
        height: 72px;
        line-height: 72px;
        text-align: center;
        color: #fff;
        background: #3d3d3d;
        font-size: 22px;
        font-weight: 600;
    }

        .panel-bank .panel-bank-title.even,
        .panel-bank:nth-child(2n) .panel-bank-title {
            background: #df0024;
        }

    .panel-bank .panel-bank-content {
        padding: 50px 90px;
        border: 1px solid #e2e2e1;
        border-top: 0;
        font-size: 16px;
        line-height: 36px;
        background: #fff;
    }

/* bond */
.tab-item-bond .tab-item-header {
    background: url('../images/bond_03.jpg') no-repeat center / auto 100%;
}

.panel-bond {
    position: relative;
    margin-top: 98px;
    margin-bottom: 200px;
}

    .panel-bond .bond-txt {
        position: absolute;
        width: 722px;
        padding: 55px 80px;
        background: #fff;
        right: 0;
        top: 70px;
        font-size: 16px;
        line-height: 36px;
    }

/* national */
.tab-item-national .tab-item-header {
    background: url('../images/national_03.jpg') no-repeat center / auto 100%;
}

.panel-national {
    margin-top: 100px;
}

.national-item {
    margin-top: 30px;
}

.national-txt {
    width: 814px;
    padding: 50px 50px 0;
    background: #fff;
}

    .national-txt h3 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 10px;
    }

    .national-txt p {
        font-size: 16px;
        line-height: 36px;
    }

.national-txt-a {
    height: 366px;
}

.national-txt-b {
    height: 434px;
}

/* capital */
.tab-item-capital .tab-item-header {
    background: url('../images/capital_03.jpg') no-repeat center / auto 100%;
}

.capital-icons {
    text-align: center;
}

    .capital-icons img {
        width: 136px;
        height: 136px;
        margin: 0 22px;
    }

.tab-item-capital .tab-item-content {
    margin-bottom: 260px;
}

/* internet */
.tab-item-internet .tab-item-header {
    background: url('../images/internet_03.jpg') no-repeat center / auto 100%;
}

    .tab-item-internet .tab-item-header h2 {
        padding-top: 80px;
    }

.internet-txt {
    font-size: 20px;
}

    .internet-txt b {
        font-size: 32px;
    }

/* finance */
.tab-item-finance .tab-item-header {
    background: url('../images/finance_03.jpg') no-repeat center / auto 100%;
}

.finance-t .finance-t-l {
    width: 592px;
    height: 498px;
}

    .finance-t .finance-t-l h2 {
        padding-top: 120px;
    }

.finance-item {
    width: 290px;
    height: 242px;
    margin-left: 13px;
    margin-bottom: 13px;
    float: left;
    text-align: center;
    padding: 40px 40px 20px;
    background: #fff;
}

    .finance-item.red {
        background: #df0024;
        color: #fff;
    }

.finance-t-r {
    width: 606px;
}

.finance-b {
    margin-left: -13px;
}

.finance-item i {
    display: block;
    width: 60px;
    height: 60px;
    background: url('../images/cy_icon_04.png') no-repeat center / auto 100%;
    margin: 0 auto;
}

.finance-item.red i {
    background: url('../images/finance_06.png') no-repeat center / auto 100%;
}

.finance-item h3 {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;
}

.finance-item p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
}

/* about-page */
.main-content .panel-strategic {
    width: 100%;
}

.strategic-content {
    margin-top: 50px;
    overflow: hidden;
}

    .strategic-content .swiper-slide {
        transition: transform 1.0s;
        transform: scale(0.8);
    }

        .strategic-content .swiper-slide img {
            display: block;
            width: 100%;
        }

@media screen and (max-width: 668px) {
    .strategic-content .swiper-slide {
        transform: scale(0.97);
    }
}

.strategic-content .swiper-slide-active,
.strategic-content .swiper-slide-duplicate-active {
    transform: scale(1);
}

.panel-title p {
    font-size: 20px;
    margin-top: 20px;
}

@media screen and (max-width: 668px) {
    .strategic-content .swiper-slide-active, .strategic-content .swiper-slide-duplicate-active {
        transform: scale(0.97);
    }
}

/* synopsis */
.synopsis-content {
    margin-top: 75px;
}

    .synopsis-content img {
        height: 422px;
        width: 592px;
    }

    .synopsis-content .synopsis-txt {
        width: 608px;
        float: right;
        padding: 40px 35px;
        background: #fff;
        height: 422px;
        font-size: 16px;
        line-height: 36px;
    }

.slider-management {
    position: relative;
    overflow: hidden;
}

    .slider-management .swiper-pagination {
        position: initial;
        margin-top: 50px;
    }

/* culture */
.culture-content {
    margin-top: 75px;
}

    .culture-content img {
        float: left;
        margin-bottom: 2px;
        margin-right: 2px;
    }

    .culture-content .culture-t img:last-child {
        margin-right: 0;
    }

/* new-page */
.news-navs {
    margin: 40px 0;
    border-bottom: 1px solid #efefef;
}

    .news-navs a {
        display: inline-block;
        font-size: 18px;
        color: #999999;
        line-height: 25px;
        margin-right: 32px;
    }

        .news-navs a.active {
            color: #3d3d3d;
            border-bottom: 3px solid #3d3d3d;
        }

.news-item1 {
    display: block;
    padding: 10px;
    z-index: 1;
}

    .news-item1 .news-img {
        float: left;
        width: 300px;
        height: 154px;
        overflow: hidden;
        margin-right: 38px;
    }

        .news-item1 .news-img img {
            width: 100%;
            height: 100%;
        }

    .news-item1 .news-txt p {
        font-size: 16px;
        color: #666;
        line-height: 28px;
        height: 80px;
        overflow: hidden;
    }

    .news-item1:hover {
        box-shadow: 0 0 20px #ededed;
        z-index: 2;
    }

.main-contentIndex .panel-content {
    width: 1200px;
    margin: 0px auto;
}

.news-item:before {
    content: '';
    display: block;
    height: 1px;
    background: #ededed;
    position: absolute;
    bottom: 0;
    left: 38px;
    right: 38px;
}

.news-item:last-child:before {
    display: none;
}

.news-item:hover {
    box-shadow: 0 0 20px #ededed;
    z-index: 2;
}

    .news-item:hover :before {
        display: none;
    }

.news-item .news-img {
    float: left;
    width: 170px;
    height: auto;
    overflow: hidden;
    margin-right: 38px;
}

    .news-item .news-img img {
        width: 100%;
        height: 100%;
    }

.news-item .news-txt h2 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0px;
}

.news-item .news-txt span {
    font-size: 16px;
    color: #999;
    display: block;
    margin: 8px 0 15px;
}

.news-item .news-txt p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    height: 46px;
    overflow: hidden;
}

.news-item .news-txt em {
    color: #df0024;
}

.news-pager {
    text-align: center;
    margin-top: 60px;
}

    .news-pager a {
        font-size: 14px;
        color: #999;
        line-height: 1px;
        padding: 11px 14px;
        background: #f0f0f0;
        border-radius: 3px;
        margin: 0 5px;
    }

        .news-pager a.active {
            background: #df0024;
            color: #fff;
        }

    .news-pager span {
        line-height: 1;
        color: #999;
        font-weight: 600;
    }

    .news-pager em {
        font-size: 16px;
        color: #666;
        margin-left: 15px;
    }

/* news-detail */
.panel-content.news-detail {
    margin: 0 auto;
}

.news-detail-header {
    line-height: 24px;
    font-size: 16px;
    margin: 50px 0 30px;
}

.news-detail-content {
    padding: 60px 70px;
    background: #fff;
}

    .news-detail-content .news-title {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
    }

    .news-detail-content .news-date {
        font-size: 16px;
        color: #999;
        display: block;
        margin: 10px 0 35px;
        text-align: center;
    }

.news-txt p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.news-txt img,
.news-txt video,
.news-txt table {
    max-width: 100%;
    height: auto !important;
    margin-bottom: 5px;
}

.news-detail-btns {
    text-align: center;
    margin: 40px 0 90px;
}

    .news-detail-btns a {
        font-size: 18px;
        color: #666;
        margin: 0 20px;
        line-height: 1;
        padding: 10px 20px;
        background: #f0f0f0;
        border-radius: 4px;
    }

        .news-detail-btns a.active {
            color: #fff;
            background: #df0024;
        }

/* join-page */
.environment-content {
    margin-top: 60px;
    width: 1202px;
}

    .environment-content img {
        width: 599px;
        height: 334px;
        float: left;
        margin-right: 2px;
        margin-bottom: 2px;
    }

.need-content {
    margin-top: 60px;
    width: 1230px;
}

.need-item {
    width: 278px;
    height: 184px;
    float: left;
    border: 1px solid #efefef;
    margin-right: 29px;
    margin-bottom: 29px;
    position: relative;
    text-align: center;
}

    .need-item h3 {
        width: 100%;
        position: absolute;
        top: 75px;
        font-size: 28px;
        color: #fff;
        line-height: 1;
    }

    .need-item i {
        display: block;
        width: 18px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 115px;
        left: 50%;
        margin-left: -9px;
    }

.join-btn {
    display: block;
    width: 218px;
    height: 86px;
    text-align: center;
    line-height: 86px;
    color: #fff !important;
    background: #df0024;
    font-size: 28px;
    border-radius: 8px;
    margin: 60px auto;
}

/* contact-page */
.contact-content p {
    font-size: 20px;
    text-align: center;
    margin: 30px 0;
}

.contact-content .contact-wrap {
    height: 456px;
    margin-top: 60px;
    background: url('../images/contact_04.png') no-repeat center / 100% 100%;
    text-align: center;
}

.contact-list {
    display: inline-block;
}

.contact-item {
    float: left;
    color: #fff;
    margin: 0 50px;
}

    .contact-item i {
        display: block;
        width: 95px;
        height: 95px;
        margin: 140px auto 10px;
    }

    .contact-item h3 {
        font-size: 28px;
    }

    .contact-item span {
        font-size: 20px;
    }

.icon-phone {
    background: url('../images/icon-phone.png') no-repeat center / auto 100%;
}

.icon-address {
    background: url('../images/icon-address.png') no-repeat center / auto 100%;
}

.icon-email {
    background: url('../images/icon-weChat.png') no-repeat center / auto 100%;
}

.presentation-list {
    width: 1201px;
    margin-top: 30px;
    border-left: 1px solid #e2e2e1;
}

.presentation-item {
    width: 399px;
    float: left;
    border-right: 1px solid #e2e2e1;
    text-align: center;
    padding: 25px 70px;
}

    .presentation-item h3 {
        color: #666;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .presentation-item p {
        font-size: 16px;
        line-height: 26px;
        color: #666;
    }

/* mobile */
@media screen and (max-width: 668px) {
    .main-header,
    .main-banner {
        min-width: 100%;
    }

    .footer-wrap a {
        display: block;
    }

    .management-item-front h4 {
        font-size: 14px;
        margin-top: 5px;
    }

    .main-header {
        height: 50px;
    }

    .header-wrap {
        width: 100%;
    }

    .header-logo {
        margin: 10px 0;
        height: 30px;
    }

    .menu-btn {
        position: absolute;
        width: 40px;
        height: 40px;
        right: 15px;
        top: 5px;
        padding: 8px 0;
        transition: all .3s;
    }

        .menu-btn span {
            display: block;
            width: 24px;
            height: 1px;
            background: #fff;
            margin: 6px 8px;
            transition: all .3s;
        }

    .mobile .menu-btn {
        padding: 20px 7px;
    }

        .mobile .menu-btn span {
            margin: 0;
        }

            .mobile .menu-btn span:nth-child(1) {
                transform: rotate(45deg);
            }

            .mobile .menu-btn span:nth-child(2) {
                transform: rotate(-45deg);
            }

            .mobile .menu-btn span:nth-child(3) {
                display: none;
            }

    .main-header.fixed .menu-btn span {
        background: #666;
    }

    .banner-index {
        height: 220px;
    }

    .main-content .panel-content {
        width: 100%;
        margin: 30px auto;
    }

    .panel-title h2 {
        font-size: 16px;
    }

    .panel-title h3 {
        font-size: 12px;
        margin-top: 5px;
    }

    .industry-list {
        margin-top: 10px;
    }

    .industry-item {
        width: 33.33%;
        height: auto;
        padding: 10px 5px;
    }

        .industry-item .industry-icon {
            width: 30px;
            height: 30px;
            margin: 0 auto 5px;
        }

        .industry-item h3 {
            font-size: 14px;
        }

        .industry-item p {
            font-size: 12px;
            line-height: 20px;
            height: 40px;
        }

    .about-content {
        margin-top: 20px;
    }

        .about-content .about-img {
            width: 100%;
            height: 420px;
        }

    .about-txt {
        width: 100%;
        padding: 0 15px;
    }

        .about-txt i {
            height: 2px;
        }

        .about-txt h3 {
            font-size: 16px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .about-txt p {
            font-size: 14px;
            line-height: 20px;
        }

        .about-txt a {
            margin-top: 10px;
        }

    .management-list {
        margin-top: 20px;
    }

    .management-item {
        width: 50%;
        margin-right: 0;
        height: 220px;
    }

    .management-item-front {
        width: 100%;
        height: 100%;
        border-right: 1px;
    }

        .management-item-front div {
            width: 100px;
            height: 100px;
            margin: 20px auto;
        }

        .management-item-front h3 {
            font-size: 18px;
        }

    .management-item-back {
        width: 100%;
        height: 100%;
        padding: 10px;
    }

        .management-item-back h3 {
            font-size: 16px;
            line-height: 24px;
        }

        .management-item-back h4 {
            font-size: 14px;
            margin-bottom: 10px;
            margin-top: 0;
        }

        .management-item-back p {
            font-size: 12px;
            line-height: 18px;
        }

    .management-content a {
        margin: 15px auto;
    }

    .strategic-map-content p {
        font-size: 14px;
        line-height: 20px;
        padding: 0 10px;
        margin: 10px 0;
        text-align: left;
    }

    .strategic-map-content img {
        padding: 0 15px;
        width: 100%;
    }

    .brand-content {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .brand-list .prev,
    .brand-list .next {
        display: none;
    }

    .brand-list .swiper-pagination {
        margin-top: 5px;
    }

    .main-contact {
        min-width: 100%;
        padding: 0;
    }

    .contact-wrap {
        width: 100%;
    }

    .contact-left-l {
        margin-top: 10px;
        margin-left: 15px;
        padding-bottom: 15px;
    }

    .contact-left {
        width: 100%;
        height: auto;
        background: none;
    }

    .contact-left-r {
        display: none;
    }

    .contact-left-l h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .contact-left-l p {
        font-size: 14px;
        margin-top: 5px;
    }

    .contact-right {
        width: 100%;
        padding: 10px 15px;
    }

        .contact-right h3 {
            font-size: 18px;
            margin-top: 0;
        }

        .contact-right h4 {
            font-size: 18px;
            margin-bottom: 0;
        }

    .contact-links a {
        font-size: 14px;
        margin-right: 15px;
    }

    .main-footer {
        min-width: 100%;
    }

    .footer-wrap {
        width: 100%;
        padding: 10px;
        font-size: 12px;
        line-height: 20px;
    }

    .subpage-banner {
        height: 180px;
    }

    .tab-item-header {
        height: 140px;
    }

        .tab-item-header h2 {
            font-size: 18px;
            padding-top: 14px;
            line-height: 1;
        }

        .tab-item-header i {
            width: 20px;
            height: 1px;
            margin: 8px auto 10px;
        }

        .tab-item-header p {
            font-size: 13px;
            line-height: 20px;
            margin: 0 10px;
        }

    .tab-item-bank .tab-item-content {
        padding: 0 10px;
    }

    .panel-bank {
        margin-top: 10px;
    }

        .panel-bank .panel-bank-title {
            height: 40px;
            font-size: 16px;
            line-height: 40px;
        }

        .panel-bank .panel-bank-content {
            padding: 10px 15px;
            font-size: 14px;
            line-height: 22px;
        }

    .tab-item {
        margin-bottom: 0;
    }

    .panel-bond {
        margin-top: 10px;
        margin-bottom: 0;
    }

        .panel-bond img {
            width: 100%;
            height: auto;
            padding: 0 15px;
        }

        .panel-bond .bond-txt {
            width: 100%;
            padding: 10px 15px;
            font-size: 14px;
            line-height: 22px;
            position: initial;
        }

    .panel-national {
        margin-top: 0;
    }

    .national-item {
        margin-top: 10px;
    }

    .national-txt {
        width: 100%;
        padding: 15px;
    }

        .national-txt h3 {
            font-size: 18px;
            margin-bottom: 5px;
        }

        .national-txt p {
            font-size: 14px;
            line-height: 22px;
        }

    .national-txt-a,
    .national-txt-b {
        height: auto;
    }

    .national-img {
        float: none;
        padding: 0 15px;
    }

        .national-img img {
            width: 100% !important;
            height: 200px;
        }

    .tab-item-capital .tab-item-content {
        margin-bottom: 0;
    }

    .capital-icons img {
        width: 76px;
        height: 76px;
        margin: 0 10px;
    }

    .tab-item-internet .tab-item-header h2 {
        padding-top: 20px;
    }

    .internet-txt {
        padding: 0 35px;
        font-size: 16px;
    }

        .internet-txt b {
            font-size: 20px;
        }

    .finance-t .finance-t-l {
        width: 100%;
        height: 140px;
    }

        .finance-t .finance-t-l h2 {
            padding-top: 10px;
        }

    .tab-item-finance .tab-item-header {
        background: url('../images/finance_03.jpg') no-repeat center / 100% auto;
    }

    .finance-t-r {
        width: 100%;
        padding: 10px 10px 0;
    }

    .finance-item {
        width: 50%;
        margin-left: 0;
        margin-bottom: 0;
        padding: 10px 0;
        height: 140px;
    }

        .finance-item i {
            width: 30px;
            height: 30px;
            margin-top: 5px;
        }

        .finance-item h3 {
            font-size: 16px;
            margin-top: 10px;
        }

        .finance-item p {
            font-size: 13px;
            line-height: 18px;
        }

    .finance-b {
        margin-left: 0;
        padding: 0 15px;
    }

        .finance-b .finance-item:nth-child(3) {
            float: right;
        }

    .synopsis-content {
        margin-top: 15px;
    }

        .synopsis-content img {
            width: 100%;
            height: auto;
        }

        .synopsis-content .synopsis-txt {
            width: 100%;
            padding: 10px 15px;
            font-size: 14px;
            line-height: 22px;
            height: auto;
        }

    .strategic-content {
        margin-top: 10px;
    }

    .slider-management .swiper-pagination {
        margin-top: 10px;
    }

    .culture-content {
        margin-top: 10px;
    }

        .culture-content img {
            margin: 0;
        }

    .culture-t img {
        width: 50%;
        height: auto;
        margin: 0;
    }

    .culture-b img {
        width: 25%;
        height: auto;
        margin: 0;
    }

    .news-navs {
        margin: 15px;
    }

        .news-navs a {
            margin-right: 20px;
            font-size: 16px;
            line-height: 40px;
        }

    .news-item {
        padding: 10px 15px;
    }

        .news-item .news-img {
            width: 100px;
            height: 70px;
            margin-right: 10px;
        }

        .news-item .news-txt h2 {
            font-size: 16px;
        }

        .news-item .news-txt span {
            font-size: 14px;
        }

        .news-item .news-txt p {
            font-size: 14px;
            line-height: 22px;
            height: 44px;
        }

        .news-item:before {
            left: 15px;
            right: 15px;
        }

    .news-item1 {
        padding: 10px 15px;
    }

        .news-item1 .news-img {
            width: 100px;
            height: 70px;
            margin-right: 10px;
        }

        .news-item1 .news-txt h2 {
            font-size: 16px;
        }

        .news-item1 .news-txt span {
            font-size: 14px;
        }

        .news-item1 .news-txt p {
            font-size: 14px;
            line-height: 22px;
            height: 44px;
        }

        .news-item1:before {
            left: 15px;
            right: 15px;
        }

    .main-contentIndex .panel-content {
        width: 100%;
        margin: 0px auto;
    }

    .news-pager {
        margin-top: 20px;
    }

        .news-pager em {
            font-size: 16px;
            display: block;
            margin-top: 14px;
        }

    .environment-content,
    .need-content {
        width: 100%;
        margin-top: 15px;
    }

        .environment-content img {
            width: 50%;
            height: auto;
            margin: 0;
        }

    .need-item {
        width: 25%;
        height: 80px;
        margin: 0;
    }

        .need-item img {
            width: 100%;
            height: 100%;
        }

        .need-item h3 {
            top: 28px;
            font-size: 12px;
        }

        .need-item i {
            top: 52px;
            height: 1px;
        }

    .join-btn {
        margin: 15px auto;
        height: 44px;
        line-height: 44px;
        width: 120px;
        font-size: 18px;
        border-radius: 4px;
    }

    .contact-content p {
        font-size: 16px;
        margin: 10px 15px;
    }

    .contact-content .contact-wrap {
        margin-top: 15px;
        height: 140px;
    }

    .contact-item {
        width: 30%;
        margin: 0;
    }

        .contact-item:nth-child(2) {
            width: 40%;
        }

        .contact-item i {
            width: 30px;
            height: 30px;
            margin: 15px auto 10px;
        }

        .contact-item h3 {
            font-size: 16px;
        }

        .contact-item span {
            font-size: 12px;
        }

    .presentation-list {
        width: 100%;
        border-left: none;
        margin-top: 10px;
    }

    .presentation-item {
        width: 50%;
        padding: 15px 15px;
        height: 120px;
    }

        .presentation-item:nth-child(2n) {
            border-right: 0;
        }

        .presentation-item h3 {
            font-size: 16px;
            margin-bottom: 5px;
        }

        .presentation-item p {
            font-size: 14px;
            line-height: 18px;
        }

    .news-detail-header {
        margin: 10px 15px;
    }

        .news-detail-header div {
            float: none;
        }

    .news-share {
        margin-top: 10px;
    }

    .panel-content.news-detail {
        margin: 0;
    }

    .news-detail-content {
        padding: 10px;
    }

        .news-detail-content .news-title {
            font-size: 16px;
        }

        .news-detail-content .news-date {
            font-size: 14px;
            margin: 5px 0 15px;
        }

    .news-txt p {
        font-size: 14px;
        line-height: 22px;
    }

    .news-detail-btns {
        margin: 20px 0;
    }

        .news-detail-btns a {
            font-size: 16px;
            padding: 8px 15px;
            margin: 0 10px;
        }

    .hb {
        width: 100%;
        /*background-color: #fff;*/
        /*border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;*/
        margin: 20px auto 0;
    }

        .hb ul li {
            width: 50%;
            height: 52px;
            font-size: 22px;
            line-height: 52px;
            color: #999;
            text-align: center;
            /*border-right: 1px solid #e7e7e7;*/
            border-bottom: 1px solid #e7e7e7;
            float: left;
            display: block;
        }

    .panel-title p {
        font-size: 12px;
        margin-top: 20px;
    }
}

.pc_ban {
    width: 100%;
    height: 660px;
    position: relative;
}

    .pc_ban .swiper-slide img {
        width: auto;
        height: 100%;
        display: block;
    }

    .pc_ban .bn_nr {
        width: 50%;
        position: absolute;
        top: 20%;
        left: 20%;
        color: #005bac;
        text-align: center;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        opacity: 0.3;
        background-color: #fbf9f9;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

        .pc_ban .bn_nr h2 {
            font-size: 50px;
            font-weight: bold;
            line-height: 66px;
            margin-bottom: 30px;
        }

            .pc_ban .bn_nr h2 em {
                font-weight: normal;
                font-size: 46px;
            }

        .pc_ban .bn_nr h3 {
            font-size: 14px;
            font-weight: lighter;
            line-height: 52px;
        }

        .pc_ban .bn_nr a {
            width: 150px;
            height: 50px;
            border-radius: 25px;
            background-color: #d20101;
            font-size: 18px;
            line-height: 50px;
            color: #fff;
            display: block;
            margin: 0 auto;
        }

        .pc_ban .bn_nr .t_b {
            width: 70px;
            margin: 45px auto;
        }

            .pc_ban .bn_nr .t_b img {
                width: 100%;
                height: auto;
                display: block;
            }

    .pc_ban .swiper-button-prev {
        width: 30px;
        height: 50px;
        background: url(../images/banner-l.png) no-repeat center;
        left: 0%;
        margin-top: -25px;
        opacity: 0;
        background-size: 30px 50px;
        -webkit-background-size: 30px 50px;
        -moz-background-size: 30px 50px;
        -ms-background-size: 30px 50px;
        -o-background-size: 30px 50px;
        transition: all .3s linear;
        -o-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
    }

    .pc_ban:hover .swiper-button-prev {
        left: 2%;
        opacity: .5;
    }

    .pc_ban .swiper-button-next {
        width: 30px;
        height: 50px;
        background: url(../images/banner-r.png) no-repeat center;
        right: 0%;
        margin-top: -25px;
        opacity: 0;
        background-size: 30px 50px;
        -webkit-background-size: 30px 50px;
        -moz-background-size: 30px 50px;
        -ms-background-size: 30px 50px;
        -o-background-size: 30px 50px;
        transition: all .3s linear;
        -o-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
    }

    .pc_ban:hover .swiper-button-next {
        right: 2%;
        opacity: .5;
    }

    .pc_ban .swiper-slide.swiper-slide-active img {
        animation: big 3s ease-in-out;
        -webkit-animation: big 3s ease-in-out;
        -moz-animation: big 3s ease-in-out;
        -ms-animation: big 3s ease-in-out;
        -o-animation: big 3s ease-in-out;
    }

@media (min-width:992px) {
    .pc_ban {
        height: 500px;
    }

        .pc_ban .bn_nr h2 {
            font-size: 30px;
            line-height: 56px;
            margin-bottom: 20px;
        }

            .pc_ban .bn_nr h2 em {
                font-size: 40px;
            }

        .pc_ban .bn_nr h3 {
            font-size: 14px;
            line-height: 40px;
        }

        .pc_ban .bn_nr a {
            width: 87px;
            height: 31px;
            border-radius: 20px;
            font-size: 15px;
            line-height: 30px;
        }
}

@media (min-width:1200px) {
    .pc_ban {
        height: 1080px;
    }

        .pc_ban .bn_nr h2 {
            font-size: 36px;
            line-height: 66px;
            margin-bottom: 10px;
            letter-spacing: 3px;
        }

            .pc_ban .bn_nr h2 em {
                font-size: 46px;
            }

        .pc_ban .bn_nr h3 {
            font-size: 22px;
            line-height: 52px;
        }

        .pc_ban .bn_nr a {
            width: 150px;
            height: 50px;
            border-radius: 25px;
            font-size: 18px;
            line-height: 50px;
            margin-top: 30px
        }
}

@media only screen and (max-width:768px) {
    .pc_ban {
        height: 400px;
    }

        .pc_ban .bn_nr {
            width: 90%;
            left: 5%;
        }

            .pc_ban .bn_nr h2 {
                font-size: 32px;
                line-height: 40px;
                margin-bottom: 20px;
            }

                .pc_ban .bn_nr h2 em {
                    font-size: 30px;
                }

            .pc_ban .bn_nr h3 {
                font-size: 20px;
                line-height: 32px;
            }

            .pc_ban .bn_nr a {
                width: 110px;
                height: 36px;
                border-radius: 18px;
                font-size: 15px;
                line-height: 36px;
            }

            .pc_ban .bn_nr .t_b {
                width: 50px;
                margin: 25px auto;
            }

        .pc_ban .swiper-button-prev {
            display: none;
        }

        .pc_ban .swiper-button-next {
            display: none;
        }
}

@media only screen and (max-width:640px) {
    .pc_ban {
        height: 320px;
    }

        .pc_ban .bn_nr h2 {
            font-size: 22px;
            line-height: 36px;
            margin-bottom: 10px;
        }

            .pc_ban .bn_nr h2 em {
                font-size: 18px;
            }

        .pc_ban .bn_nr h3 {
            font-size: 16px;
            line-height: 30px;
        }

        .pc_ban .bn_nr a {
            width: 100px;
            height: 32px;
            border-radius: 16px;
            font-size: 14px;
            line-height: 32px;
        }

        .pc_ban .bn_nr .t_b {
            width: 36px;
            margin: 15px auto;
        }
}

@keyframes big {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes big {
    0% {
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes big {
    0% {
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes big {
    0% {
        -ms-transform: scale(1.2);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@-o-keyframes big {
    0% {
        -o-transform: scale(1.2);
    }

    100% {
        -o-transform: scale(1);
    }
}

<style type="text/css" >
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, img {
    border: 0;
    text-decoration: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

*html .clearfix {
    height: 1%;
}

.map-service {
    position: relative;
    height: 760px;
    background: url(/Content/images/map_balck_whole_bg.jpg) center no-repeat;
}

.map-service-right {
    margin-left: 414px;
    padding-top: 60px;
}

.china-map {
    width: 748px;
    height: 618px;
    background: url(/Content/images/map_black_bg.png) center no-repeat;
    position: relative;
}

.region-list {
    position: absolute;
    left: 0;
    top: 0;
}

@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes warn {
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes warn {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes warn {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.area-box .dot {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #a2a9b4;
    opacity: 1;
    filter: alpha(opacity=100);
}

.area-box .pulse {
    position: absolute;
    top: -28px;
    left: -28px;
    height: 66px;
    width: 66px;
    border: 2px solid #b7b7b7;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    -webkit-box-shadow: 0 0 4px #82878f,0 0 10px #82878f inset;
    -moz-box-shadow: 0 0 4px #82878f,0 0 10px #82878f inset;
    box-shadow: 0 0 4px #82878f,0 0 10px #82878f inset;
    opacity: .12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: 0 0;
}

.area-box .delay-01 {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}

.area-box .delay-02 {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}

.area-box .delay-03 {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}

.area-box .delay-04 {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.area-box .delay-05 {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.area-box .delay-06 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

.area-box .delay-07 {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    -o-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.area-box .delay-08 {
    -webkit-animation-delay: -.4s;
    -moz-animation-delay: -.4s;
    -o-animation-delay: -.4s;
    animation-delay: -.4s;
}

.area-box .delay-09 {
    -webkit-animation-delay: -.8s;
    -moz-animation-delay: -.8s;
    -o-animation-delay: -.8s;
    animation-delay: -.8s;
}

.area-box .delay-10 {
    -webkit-animation-delay: -1.2s;
    -moz-animation-delay: -1.2s;
    -o-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.area-box .delay-11 {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
}

.region-list.active .area-box .dot {
    background: #009fd9;
}

.region-list.active .area-box .pulse {
    border-color: #009fd9;
    top: -39px;
    left: -39px;
    height: 88px;
    width: 88px;
    -webkit-box-shadow: 0 0 12px #0080d9,0 0 20px #0080d9 inset;
    -moz-box-shadow: 0 0 12px #0080d9,0 0 20px #0080d9 inset;
    box-shadow: 0 0 12px #0080d9,0 0 20px #0080d9 inset;
}

.region-list.waite .area-box .dot {
    background: #f90;
}

.region-list.waite .area-box .pulse {
    border-color: #f90;
}

.show-regin {
    position: absolute;
    left: 2px;
    height: 0;
    top: 0;
    width: 11px;
    opacity: 0;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.online-node .show-regin, .region-list:hover .show-regin, .underline-node .show-regin, .waite-node .show-regin {
    height: 127px;
    opacity: 1;
}

.show-regin span {
    width: 80px;
    position: absolute;
    left: 8px;
    top: -11px;
    padding: 6px 10px;
    font-size: 14px;
    color: #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    white-space: nowrap;
}

.postition-10 .show-regin span {
    left: 0;
}

.postition-6 .show-regin span {
    left: -72px;
}

.area-box {
    z-index: 77;
}

.show-regin {
    z-index: 66;
}

.region-list.active .show-regin span {
    position: relative;
    color: #ccc;
}

.region-list.waite .show-regin span {
    color: #ccc;
}

.postition-1 {
    left: 302px;
    top: 308px;
}

.postition-2 {
    left: 401px;
    top: 403px;
}

.postition-3 {
    left: 358px;
    top: 516px;
}

.postition-4 {
    left: 473px;
    top: 348px;
}

.postition-5 {
    left: 526px;
    top: 394px;
}

.postition-6 {
    left: 526px;
    top: 515px;
}

.postition-7 {
    left: 652px;
    top: 200px;
}

    .postition-7.region-list.active .area-box .pulse {
        top: -50px;
        left: -50px;
        width: 110px;
        height: 110px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.postition-8 {
    left: 559px;
    top: 229px;
}

.postition-9 {
    left: 637px;
    top: 371px;
}

    .postition-9.region-list.active .area-box .pulse {
        top: -50px;
        left: -50px;
        width: 110px;
        height: 110px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.postition-10 {
    left: 554px;
    top: 539px;
}

.postition-11 {
    left: 604px;
    top: 300px;
}

.postition-13 {
    left: 470px;
    top: 250px;
}

.douhao {
    width: 0;
}

@media screen and (max-width: 1600px) {
    #owl-demo .item {
        height: 400px;
    }

        #owl-demo .item .i_pro_bg {
            height: 88%;
        }

    .owl-theme .owl-controls .owl-buttons div {
        margin-top: -20%;
    }
}

@media screen and (max-width: 1280px) {
    #owl-demo .item {
        height: 427px;
    }

    .owl-theme .owl-controls .owl-buttons div {
        margin-top: -26%;
    }
}

#owl-demo .item {
    margin: 0.5px;
    position: relative;
    height: 487px; /* margin-top:50px;*/
}

    #owl-demo .item img {
        display: block;
        height: 100%;
        width: 100%;
        transition: all 0.3s;
    }

    #owl-demo .item .bg-list-img {
        position: absolute;
        bottom: 20%;
        /* -webkit-transition: all 0.3s ease-out 0s; */
        -moz-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        /* transition: all 0.3s ease-out 0s; */
        /* width: 100%; */
    }

    #owl-demo .item .bg-list-tit {
        height: 56px;
        overflow: hidden;
        bottom: 0;
        position: absolute;
        text-align: center;
        width: 100%;
    }

        #owl-demo .item .bg-list-tit h4 {
            margin: 0 auto;
            display: inline-block;
            border-bottom: 2px solid #e2e2e2;
            font-weight: normal;
            font-size: 18px;
            line-height: 54px;
            padding-left: 10px;
            padding-right: 10px;
        }

    #owl-demo .item .bg-list-more {
        width: 100%;
        position: absolute;
        bottom: 0;
        background: url(../images/i_por_pic1.png) center 38px no-repeat #3c3a38;
        height: 56px;
        line-height: 46px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        filter: Alpha(Opacity=0); /*IE7 fix*/
        opacity: 0;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    /*#owl-demo .item .i_pro_bg {
        position: absolute;
        width: 100%;
        bottom: 56px;*/ /*height:100%;*/
    /*height: 89%;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        filter: Alpha(Opacity=0);*/ /*IE7 fix*/
    /*opacity: 0;
        left: 0;
    }*/

    #owl-demo .item .bg-list-yew {
        position: absolute;
        width: 100%;
        bottom: 0px;
        height: 20%;
        background-color: #005bac;
        text-align: center;
        color: #fff;
    }

        #owl-demo .item .bg-list-yew h5 {
            border-bottom: 2px solid #fff;
            font-weight: normal;
            font-size: 18px;
            line-height: 54px;
            padding-left: 10px;
            padding-right: 10px;
            display: inline-block;
            /* margin-top: 9%; */
        }

    #owl-demo .item .bg-list-hs {
        max-height: 316px;
        height: 80%;
        position: absolute;
        bottom: 20%;
        /* background: url(/Content/images/i_por_pic2.png) center top no-repeat; */
        background-size: 100% 100%;
        width: 100%;
    }

        #owl-demo .item .bg-list-hs p {
            width: 80%;
            margin: 0 auto;
            margin-top: 10%;
            color: #fefefe;
            font-size: 14px;
            text-align: center;
            height: 50%;
            overflow: hidden;
            line-height: 22px;
            /* max-height: 198px; */
        }

    #owl-demo .item:hover .i_pro_bg {
        filter: Alpha(Opacity=100); /*IE7 fix*/
        opacity: 1;
        transition: all 0.3s;
    }

    #owl-demo .item:hover .bg-list-more {
        filter: Alpha(Opacity=100); /*IE7 fix*/
        opacity: 1;
        transition: all 0.3s;
    }

@media screen and (max-width: 1600px) {
    #owl-demo .item {
        height: 320px;
    }

        #owl-demo .item .i_pro_bg {
            height: 88%;
        }

    .owl-theme .owl-controls .owl-buttons div {
        margin-top: -20%;
    }
}

/*滚动产品与案例*/
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init*/
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon*/
.grabbing {
    cursor: url(../images/grabbing.png) 8 8, move;
}
/* fix*/
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls {
    margin-top: 20px;
    text-align: center;
}

    /* Styling Next and Prev buttons*/
    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 38px;
        height: 74px; /*IE7 life-saver*/
        text-indent: 40px;
        margin-top: -16%;
        z-index: 9;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

        .owl-theme .owl-controls .owl-buttons div.owl-prev {
            background: url(/Content/images/i_pro_left.png) no-repeat;
            float: left;
        }

            .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
                background: url(/Content/images/i_pro_left_on.png) no-repeat;
            }

        .owl-theme .owl-controls .owl-buttons div.owl-next {
            background: url(/Content/images/i_pro_right.png) no-repeat;
            float: right;
        }

            .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
                background: url(../images/i_pro_right_on.png) no-repeat;
            }

.pc_ban .w_z {
    width: 80%;
    position: absolute;
    top: 30%;
    left: 30%;
    color: #fff;
    text-shadow: 0 0 5px #f8f8f8;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}

    .pc_ban .w_z h2 {
        font-size: 4.5rem;
        font-weight: bold;
        margin-bottom: 15px;
        text-transform: uppercase;
        color: #15428c;
        font-style: italic;
        line-height: 60px;
    }

    .pc_ban .w_z .n_r {
        font-size: 4rem;
        line-height: 30px;
        color: #1e1f1d;
    }

    .pc_ban .w_z .n_r1 {
        font-size: 20px;
        line-height: 50px;
        color: #1e1f1d;
        text-transform: uppercase;
        margin-top: 20px
    }

.pc_ban .swiper-button-prev {
    background: url(../images/banner-l.png) no-repeat;
    width: 30px;
    height: 50px;
    margin-top: 0;
    left: 50%;
    margin-left: -575px;
    background-size: 30px 50px;
    -webkit-background-size: 30px 50px;
    -moz-background-size: 30px 50px;
    -ms-background-size: 30px 50px;
    -o-background-size: 30px 50px;
}

.pc_ban .swiper-button-next {
    background: url(../images/banner-r.png) no-repeat;
    width: 30px;
    height: 50px;
    margin-top: 0;
    right: 50%;
    margin-right: -575px;
    background-size: 30px 50px;
    -webkit-background-size: 30px 50px;
    -moz-background-size: 30px 50px;
    -ms-background-size: 30px 50px;
    -o-background-size: 30px 50px;
}