.footer {
    background: none;
}

.footer_t {
    background: url(../images/flogo.jpg) no-repeat;
}

.footer_b {
    background-color: #B22222;
}
/* .footer_t li .tit a:hover p{color: #B22222;} */
.banner {
    height: 580px;
    min-width: 1300px;
    position: relative;
    overflow: hidden;
}

    .banner p {
        width: 100%;
        height: 100%;
        -webkit-animation: page_BannerPic 3.8s linear forwards;
        -moz-animation: page_BannerPic 3.8s linear forwards;
        -ms-animation: page_BannerPic 3.8s linear forwards;
        animation: page_BannerPic 3.8s linear forwards;
    }

    .banner .tit {
        position: absolute;
        top: 60%;
        left: 0;
        width: 100%;
        text-align: center;
    }

        .banner .tit b {
            font-size: 36px;
            color: #ffffff;
            font-weight: 400;
            line-height: 1;
            margin-bottom: 20px;
            display: block;
        }

        .banner .tit span {
            font-size: 24px;
            color: #ffffff;
            text-transform: uppercase;
            display: block;
            line-height: 1;
            letter-spacing: 3px;
        }

    .banner .lie {
        position: relative;
        margin: 28px auto 0;
        width: 4px;
        height: 50px;
        background: #fff;
    }

        .banner .lie em {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: #B22222;
            -webkit-animation: page_BannerLie 2.8s linear forwards;
            -moz-animation: page_BannerLie 2.8s linear forwards;
            -ms-animation: page_BannerLie 2.8s linear forwards;
            animation: page_BannerLie 2.8s linear forwards;
        }

.subContent {
    position: relative;
}
    /* .subContent .w1300{position: relative;} */
    .subContent .main {
        width: 100%;
        padding-bottom: 100px;
    }

        .subContent .main img {
            display: block;
            width: 100%;
        }

.subNav {
    position: absolute;
    top: 30px;
    left: calc((100% - 1300px)/2);
    width: 275px;
    background: #B22222 url(../images/p2.png) right bottom no-repeat;
    padding: 60px 0;
    background-size: 100% auto;
    z-index: 10;
}

    .subNav.center {
        position: fixed;
        top: 20%;
    }

    .subNav.bot {
        top: auto;
        bottom: 20px;
    }

    .subNav ul {
        padding-left: 50px;
        background: url(../images/p4.png) 53px top no-repeat;
        padding: 48px 0 48px 50px;
        background-size: 1px 100%;
    }

        .subNav ul li {
            margin-bottom: 38px;
        }

            .subNav ul li a {
                display: block;
                line-height: 1;
                background: url(../images/p3.jpg) center left no-repeat;
                padding-left: 47px;
                position: relative;
                transition-duration: 0.5s;
            }

        .subNav ul em {
            float: left;
            width: 0;
            height: 1px;
            background-color: #fff;
            margin-top: 8px;
            transition-duration: 0.5s;
        }

        .subNav ul p {
            float: left;
            font-size: 16px;
            color: #ffffff;
            padding: 0 8px;
        }

        .subNav ul em:nth-child(1) {
            position: absolute;
            top: 50%;
            left: 25px;
            margin-top: 0;
        }

        .subNav ul li.on a, .subNav ul li a:hover {
            padding-left: 56px;
        }

            .subNav ul li.on em, .subNav ul li a:hover em {
                width: 32px;
            }

        .subNav ul li:nth-last-child(1) {
            margin-bottom: 0;
        }

.detail {
    padding: 73px 0;
}

    .detail ul {
        background: none;
        text-align: center;
        padding: 0;
    }

        .detail ul li {
            margin-bottom: 9px;
        }

            .detail ul li a {
                background: none;
                padding: 0;
                text-align: center;
            }

                .detail ul li.on a, .detail ul li a:hover {
                    padding: 0;
                }

        .detail ul p {
            width: 100%;
            line-height: 50px;
            padding: 0;
        }

        .detail ul li a span {
            display: none;
            position: absolute;
            top: 0;
            left: -38px;
            width: 38px;
            height: 50px;
            background: url(../images/p6.jpg) center no-repeat;
            background-size: 100% 100%;
            box-shadow: 0 0 5px rgba(0,0,0,0.2);
        }

        .detail ul li a:hover, .detail ul li.on a {
            background-color: #86a9c0;
        }

            .detail ul li a:hover span, .detail ul li.on a span {
                display: block;
            }
/* 公司简介 */
.profile01 {
    padding-top: 52px;
}

.inner {
    width: calc(100% - 325px);
}

.profile01 .inner {
    border-bottom: 1px solid #dddddd;
}

.profile01 .img {
    height: 200px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

    .profile01 .img p {
        line-height: 200px;
        font-size: 36px;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
    }

.profile01 .p {
    font-size: 14px;
    color: #666666;
    line-height: 38px;
    padding: 40px 0;
}

.title {
    margin-top: 100px;
}

    .title h6 {
        font-size: 32px;
        color: #000000;
        line-height: 1;
        margin-bottom: 16px;
    }

    .title span {
        font-size: 32px;
        color: #B22222;
        display: inline-block;
    }

    .title em {
        display: block;
        font-size: 22px;
        color: #000000;
        text-transform: uppercase;
        line-height: 1;
    }

.profile02 .leader1 {
    background-color: #fafafa;
    position: relative;
}

    .profile02 .leader1 p {
        font-size: 14px;
        color: #666666;
        line-height: 38px;
    }

.profile02 .leader1_l {
    background-color: #fafafa;
    padding: 38px 376px 38px 38px;
    margin-top: 40px;
}

.profile02 .leader1_r {
    position: absolute;
    top: -66px;
    right: 0;
}

    .profile02 .leader1_r .code {
        width: 325px;
        height: 143px;
        background: url(../images/p43.jpg) center no-repeat;
        text-align: center;
        padding-top: 42px;
        box-sizing: border-box;
        box-shadow: 0 0 30px rgba(77,128,160,0.6);
    }

        .profile02 .leader1_r .code h6 {
            font-size: 18px;
            color: #ffffff;
            font-weight: 400;
            line-height: 1;
            margin-bottom: 12px;
        }

        .profile02 .leader1_r .code p {
            font-size: 18px;
            color: #ffffff;
            line-height: 1;
        }

        .profile02 .leader1_r .code b {
            font-size: 30px;
        }

    .profile02 .leader1_r .info {
        padding-top: 70px;
    }

        .profile02 .leader1_r .info p {
            font-size: 18px;
            color: #000000;
            padding-left: 54px;
            line-height: 1;
            margin-bottom: 55px;
        }

        .profile02 .leader1_r .info b {
            font-size: 30px;
            color: #B22222;
            margin: 0 18px;
        }

        .profile02 .leader1_r .info p:nth-child(1) {
            background: url(../images/p44.png) 12px center no-repeat;
            background-size: auto 100%;
        }

        .profile02 .leader1_r .info p:nth-child(2) {
            background: url(../images/p45.png) 12px center no-repeat;
            background-size: auto 100%;
        }

        .profile02 .leader1_r .info p:nth-child(3) {
            background: url(../images/p46.png) 12px center no-repeat;
            background-size: auto 100%;
            margin-bottom: 0;
        }

.profile03 {
}

    .profile03 .sea {
        margin-top: 40px;
    }

    .profile03 .sea_l {
        width: 325px;
        height: 269px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

    .profile03 .sea_r {
        width: calc(100% - 325px);
        padding: 68px 46px 0 54px;
        box-sizing: border-box;
        border: 1px solid #dcdcdc;
        border-left: 0;
        height: 269px;
    }

        .profile03 .sea_r p {
            font-size: 14px;
            color: #666666;
            line-height: 36px;
        }

.profile04 .inner {
    background: url(../images/p48.png) center 20px no-repeat;
    padding-bottom: 70px;
}

.profile04 .innovation {
    position: relative;
}

.profile04 .innovation1 {
    width: 490px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding: 42px 36px;
    margin-top: 38px;
    background-color: #fff;
}

.profile04 .innovation p {
    font-size: 14px;
    color: #666666;
    line-height: 36px;
}

.profile04 .innovation b {
    color: #000000;
}

.profile04 .innovation2 {
    width: 490px;
    position: absolute;
    right: 0;
    top: -90px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding: 42px 36px;
}

.profile05 {
}

    .profile05 .responsibility {
        padding-top: 38px;
        position: relative;
    }

    .profile05 .resp1 {
        font-size: 14px;
        color: #666666;
        line-height: 38px;
        width: 820px;
        padding: 36px 38px;
        box-sizing: border-box;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        position: relative;
        z-index: 1;
        background-color: #fff;
    }

    .profile05 .resp2 {
        width: 489px;
        height: 261px;
        position: absolute;
        top: -75px;
        right: 0;
        z-index: 0;
    }

.profile06 {
    position: relative;
    background: url(../images/p50.png) 83% 100px no-repeat;
}

    .profile06 .bg {
        width: 50.05%;
        height: 528px;
        background: url(../images/p51.jpg) center no-repeat;
        background-size: auto 100%;
        position: absolute;
        top: 200px;
        left: 0;
    }

    .profile06 .future {
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        padding: 40px 45px;
        margin-top: 73px;
        position: relative;
    }

        .profile06 .future p {
            font-size: 14px;
            color: #666666;
            line-height: 36px;
            margin-bottom: 38px;
        }

            .profile06 .future p:nth-child(2) {
                margin-bottom: 0;
            }


.news {
}

    .news .year_tit {
        padding-top: 50px;
    }

        .news .year_tit em {
            float: left;
            width: 5px;
            height: 23px;
            background-color: #4d7fa0;
            margin-right: 37px;
            margin-top: 7px;
        }

        .news .year_tit b {
            font-size: 36px;
            color: #666666;
            float: left;
            line-height: 1;
        }

    .news .list {
    }

        .news .list a {
            display: block;
            padding: 62px 20px 42px 20px;
            border-bottom: 1px solid #d0d0d0;
        }

            .news .list a div {
                float: left;
            }

        .news .list .time {
            padding-left: 22px;
        }

            .news .list .time span {
                font-size: 24px;
                color: #999999;
                float: left;
                line-height: 1;
                transition-duration: 0.5s;
            }

            .news .list .time i {
                float: left;
                height: 1px;
                width: 28px;
                background-color: #cfcfcf;
                margin-top: 12px;
                margin-left: 13px;
            }

        .news .list .text {
            width: calc(100% - 384px);
            padding-right: 34px;
            box-sizing: border-box;
            padding-left: 12px;
        }

        .news .list .nopic .text {
            width: calc(100% - 130px);
        }

        .news .list .text h6 {
            font-size: 18px;
            color: #333333;
            font-weight: 400;
            line-height: 1;
            margin-bottom: 20px;
            transition-duration: 0.5s;
        }

        .news .list .text p {
            font-size: 14px;
            color: #999999;
            line-height: 26px;
            transition-duration: 0.5s;
        }

        .news .list .img {
            width: 220px;
            height: 124px;
            overflow: hidden;
        }

            .news .list .img img {
                display: block;
                width: 100%;
                transform: scale(1);
                transition-duration: 0.5s;
            }

        .news .list a:hover .time span {
            color: #666666;
        }

        .news .list a:hover .text h6 {
            color: #4b7a98;
        }

        .news .list a:hover .text p {
            color: #333333;
        }

        .news .list a:hover .img img {
            transform: scale(1.08);
        }

.fy {
    position: relative;
    height: 58px;
    width: 100%;
    margin-top: 70px;
}

    .fy ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .fy li {
        display: inline-block;
        width: 58px;
        height: 58px;
        line-height: 58px;
        font-size: 18px;
        text-align: center;
        color: #9ba1a7;
        margin: 0 7px;
        background-color: #f3f5f6;
        border-radius: 3px;
        vertical-align: middle;
    }

        .fy li a {
            font-size: 18px;
            color: #666666;
            display: block;
        }

        .fy li span {
            display: block;
        }

        .fy li.active {
            background-color: #B22222;
            color: #ffffff;
        }
        /* .fy li:hover{} */
        .fy li:hover a {
            color: #ffffff;
            background-color: #B22222;
            border-radius: 3px;
        }

        .fy li:nth-last-child(1) a, .fy li:nth-last-child(1) span {
            background: #f3f5f6 url(../images/p13.png) center no-repeat;
        }

        .fy li:nth-child(1) span, .fy li:nth-child(1) a {
            background: #f3f5f6 url(../images/p12.png) center no-repeat;
        }

        .fy li:nth-last-child(1):hover a, .fy li:nth-child(1):hover span, .fy li:nth-last-child(1):hover span, .fy li:nth-child(1):hover a {
            background-color: #B22222;
            border-radius: 3px;
        }

        .fy li:nth-last-child(1) a, .fy li:nth-child(1) span, .fy li:nth-last-child(1) span, .fy li:nth-child(1) a {
            text-indent: 999em;
            overflow: hidden;
        }

.bread {
    padding-left: 17px;
    background: url(../images/icon16.png) center left no-repeat;
}

    .bread a {
        font-size: 16px;
        color: #999999;
        float: left;
        line-height: 1;
        transition-duration: 0.5s;
    }

        .bread a:hover {
            color: #4b7a98;
        }

    .bread em {
        float: left;
        width: 5px;
        height: 1px;
        background-color: #d0d0d0;
        margin: 0 5px;
        margin-top: 8px;
    }

    .bread a:nth-last-child(1) {
        color: #000000;
    }

.newsDetail {
    padding-top: 176px;
    margin-bottom: 100px;
}

    .newsDetail .articles {
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        padding: 80px 0;
        margin-top: 50px;
    }

        .newsDetail .articles .tit {
        }

            .newsDetail .articles .tit h6 {
                float: left;
                font-size: 26px;
                color: #272727;
                line-height: 40px;
                padding: 0 88px;
            }

            .newsDetail .articles .tit em {
                float: left;
                width: 6px;
                height: 25px;
                background-color: #B22222;
                margin-top: 9px;
            }

        .newsDetail .articles .opr {
            padding-left: 92px;
            margin-top: 15px;
            padding-bottom: 44px;
        }

            .newsDetail .articles .opr p {
                font-size: 16px;
                color: #333333;
                float: left;
                margin-left: 54px;
            }

                .newsDetail .articles .opr p:nth-child(1) {
                    margin-left: 0;
                }

            .newsDetail .articles .opr span, .newsDetail .articles .opr em {
                font-size: 16px;
                color: #B22222;
                float: left;
            }

            .newsDetail .articles .opr em {
                margin: 0 10px;
                cursor: pointer;
            }

        .newsDetail .articles .mainText {
            margin: 0 93px;
            border-bottom: 1px solid #f1f5f8;
        }

            .newsDetail .articles .mainText object {
                display: block;
                margin: 0 auto;
            }

            .newsDetail .articles .mainText p {
                font-size: 16px;
                color: #666666;
                line-height: 26px;
                margin-bottom: 25px;
            }

                .newsDetail .articles .mainText p img {
                    display: block;
                    max-width: 60%; /* min-width: 60%; */
                    margin: 0 auto; /* padding: 20px 0; */ /* height:100%; */
                    padding-top: 20px;
                }

    .newsDetail .otherPage {
        padding: 0 93px;
        margin-top: 80px;
    }

        .newsDetail .otherPage a {
            display: block;
        }

            .newsDetail .otherPage a em {
                float: left;
                font-size: 20px;
                text-align: center;
                width: 126px;
                height: 48px;
                line-height: 48px;
                box-sizing: border-box;
            }

            .newsDetail .otherPage a p {
                font-size: 18px;
                color: #333333;
                line-height: 48px;
                width: calc(100% - 126px);
                padding-left: 26px;
                box-sizing: border-box;
            }
        /* .newsDetail .otherPage .prev em{background-color: #B22222;color: #ffffff;} */
        .newsDetail .otherPage .next {
            margin-top: 20px;
        }

        .newsDetail .otherPage a em {
            color: #B22222;
            border: 1px solid #B22222;
            transition-duration: 0.5s;
        }

        .newsDetail .otherPage a:hover em {
            background-color: #B22222;
            color: #ffffff;
        }

        .newsDetail .otherPage a:hover p {
            font-weight: bold;
        }

.media .tabs {
    margin-top: 42px;
}

    .media .tabs a {
        font-size: 16px;
        color: #000000;
        float: left;
        line-height: 30px;
        padding: 0 24px;
        transition-duration: 0.5s;
    }

    .media .tabs em {
        width: 1px;
        height: 15px;
        background-color: #cccccc;
        float: left;
        margin-top: 8px;
    }

    .media .tabs a.on {
        color: #ffffff;
        background-color: #B22222;
    }

    .media .tabs a:hover {
        color: #B22222;
    }

.media .list {
    margin-top: 50px;
}

    .media .list li {
        margin-bottom: 20px;
        float: left;
    }

        .media .list li:nth-child(2n) {
            float: right;
        }

    .media .list ul a {
        display: block;
        width: 467px;
        transition-duration: 0.5s;
    }

    .media .list .imgs {
        width: 100%;
        height: 264px;
        overflow: hidden;
        box-sizing: border-box;
        border: 6px solid #dddddd;
        background-color: #fff;
    }

        .media .list .imgs img {
            display: block;
            width: 100%;
            transform: scale(1.08);
            transition-duration: 0.5s;
        }

    .media .list .text {
        padding-top: 5px;
    }

        .media .list .text p {
            font-size: 18px;
            color: #333333;
            text-align: center;
            width: 100%;
            line-height: 82px;
        }

    .media .list a:hover {
        background-color: #B22222;
    }

        .media .list a:hover .imgs {
            border-color: #B22222;
        }

        .media .list a:hover .text p {
            color: #ffffff;
        }

        .media .list a:hover .imgs img {
            transform: scale(1);
        }
/* 宣传手册 */
.brochure {
}

    .brochure .list {
        padding-top: 86px;
    }

        .brochure .list li {
            float: left;
            position: relative;
            border: 1px solid #dddddd;
            width: 312px;
            box-sizing: border-box;
            padding: 64px 60px 35px;
            margin-right: 19px;
            margin-bottom: 49px;
            transition-duration: 0.5s;
        }

            .brochure .list li:nth-child(3n) {
                margin-right: 0;
            }

            .brochure .list li em {
                position: absolute;
                width: 53px;
                height: 59px;
                background: url(../images/p16.png) center no-repeat;
                background-size: 100% auto;
                top: -30px;
                left: 50%;
                margin-left: -26px;
            }

            .brochure .list li p {
                font-size: 16px;
                color: #000000;
                text-align: center;
                line-height: 26px;
                height: 52px;
                margin-bottom: 32px;
            }

            .brochure .list li a {
                font-size: 14px;
                width: 68px;
                height: 28px;
                line-height: 28px;
                box-sizing: border-box;
                border-radius: 3px;
                text-align: center;
                float: left;
                transition-duration: 0.5s;
            }

            .brochure .list li .down {
                color: #B22222;
                border: 1px solid #B22222;
                margin-left: 27px;
            }

            .brochure .list li .preview {
                color: #000000;
                border: 1px solid #cccccc;
                margin-left: 10px;
            }

            .brochure .list li:hover {
                box-shadow: 0 0 10px rgba(0,0,0,0.2);
                border-color: #ffffff;
            }

            .brochure .list li a:hover {
                background-color: #B22222;
                color: #ffffff;
                border-color: #B22222;
            }
/* 软件下载 */
.downLoad .list li em {
    background-image: url(../images/p17.png);
}

.downLoad .list li .down {
    margin: 0 auto;
    float: none;
    display: block;
}

.downLoad .list li:hover {
    box-shadow: 0 0 10px rgba(63,113,145,0.3);
}

.downMask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

    .downMask .panel {
        width: 699px;
        position: absolute;
        top: 50%;
        left: 50%;
    }

        .downMask .panel .pa1 {
            height: 70px;
            background: url(../images/p94.jpg) center no-repeat;
            position: relative;
        }

            .downMask .panel .pa1 p {
                font-size: 24px;
                color: #ffffff;
                text-align: center;
                line-height: 70px;
            }

            .downMask .panel .pa1 em {
                position: absolute;
                top: 0;
                right: 20px;
                width: 21px;
                height: 70px;
                background: url(../images/icon17.png) center no-repeat;
                cursor: pointer;
            }

        .downMask .panel .pa2 {
            padding: 40px 74px 50px;
            background-color: #fff;
        }

            .downMask .panel .pa2 p {
                font-size: 16px;
                color: #222222;
                line-height: 40px;
                font-weight: bold;
            }

            .downMask .panel .pa2 .item div {
                width: 48%;
            }

            .downMask .panel .pa2 input {
                display: block;
                width: 100%;
                background-color: #fcfcfc;
                height: 56px;
                border: 1px solid #cccccc;
                border-radius: 3px;
                font-size: 16px;
                padding-left: 10px;
                box-sizing: border-box;
            }

        .downMask .panel .item1 {
            margin-top: 14px;
        }

        .downMask .panel .pa2 button {
            display: block;
            font-size: 18px;
            color: #ffffff;
            width: 224px;
            height: 60px;
            background-color: #B22222;
            text-align: center;
            line-height: 60px;
            margin: 0 auto;
            border-radius: 5px;
            margin-top: 40px;
        }

        .downMask .panel .pa2 .item:nth-last-child(2) {
            width: 60%;
        }

        .downMask .panel .pa2 .item em {
            display: block;
            height: 57px;
            margin-top: 39px;
        }



/* 常见问题解答 */
.questions .list {
    padding-top: 45px;
}

    .questions .list h6 {
        font-size: 26px;
        color: #000000;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 25px;
    }

    .questions .list li {
        padding: 43px 82px 43px 27px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        transition-duration: 0.5s;
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }

        .questions .list li .bg {
            position: absolute;
            bottom: -12px;
            right: -12px;
            width: 114px;
            height: 157px;
            background: url(../images/s20.png) center no-repeat;
            opacity: 0;
            transition-duration: 0.5s;
        }

.questions li a {
    display: block;
}

.questions li .qus {
}

    .questions li .qus em {
        float: left;
        width: 66px;
        height: 39px;
        background: url(../images/s18.png) center no-repeat;
    }

    .questions li .qus p {
        float: left;
        font-size: 20px;
        color: #000000;
        margin-left: 23px;
        border-bottom: 1px solid #f0f0f0;
        line-height: 30px;
        padding-bottom: 20px;
        width: calc(100% - 90px);
        transition-duration: 0.5s;
    }

.questions li .ans {
    padding-top: 20px;
}

    .questions li .ans em {
        float: left;
        width: 66px;
        height: 31px;
        background: url(../images/s19.png) center right no-repeat;
    }

    .questions li .ans p {
        float: left;
        font-size: 16px;
        color: #666666;
        margin-left: 23px;
        line-height: 24px;
        width: calc(100% - 90px);
    }

.questions li:hover {
    box-shadow: 0 0 10px rgba(63,113,145,0.3);
}

    .questions li:hover .qus p {
        color: #B22222;
    }

    .questions li:hover .bg {
        opacity: 1;
    }
/* 销售与服务网络 */
.network {
}

    .network .tabs {
        margin-top: 50px;
    }

        .network .tabs a {
            float: left;
            width: 33.3333%;
            font-size: 18px;
            color: #000000;
            line-height: 76px;
            border: 1px solid #cccccc;
            box-sizing: border-box;
            transition-duration: 0.5s;
        }

            .network .tabs a:nth-child(1) {
                padding-left: 164px;
                background: url(../images/s21.png) 110px center no-repeat;
            }

            .network .tabs a:nth-child(2) {
                padding-left: 146px;
                background: url(../images/s22.png) 114px center no-repeat;
            }

            .network .tabs a:nth-child(3) {
                padding-left: 92px;
                background: url(../images/s23.png) 55px center no-repeat;
            }

            .network .tabs a:nth-child(1).on, .network .tabs a:nth-child(1):hover {
                background-image: url(../images/s21_s.png);
            }

            .network .tabs a:nth-child(2).on, .network .tabs a:nth-child(2):hover {
                background-image: url(../images/s22_s.png);
            }

            .network .tabs a:nth-child(3).on, .network .tabs a:nth-child(3):hover {
                background-image: url(../images/s23_s.png);
            }

            .network .tabs a.on, .network .tabs a:hover {
                background-color: #B22222;
                color: #ffffff;
            }

    .network .part1 {
        padding-bottom: 50px;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        margin-top: 48px;
    }

        .network .part1 .imgs {
        }

            .network .part1 .imgs img {
                display: block;
            }

        .network .part1 .text {
            padding-left: 90px;
            padding-top: 32px;
        }

        .network .part1 .add {
            margin-bottom: 40px;
        }

            .network .part1 .add b {
                font-size: 18px;
                color: #B22222;
                float: left;
            }

            .network .part1 .add span {
                font-size: 16px;
                color: #666666;
                float: left;
                font-weight: bold;
            }

            .network .part1 .add p {
                font-size: 16px;
                color: #666666;
                float: left;
            }

        .network .part1 .info div {
            float: left;
            margin-right: 130px;
        }

            .network .part1 .info div:nth-last-child(1) {
                margin-right: 0;
            }

        .network .part1 .info em {
            float: left;
            width: 46px;
            height: 46px;
            border-radius: 50%;
        }

        .network .part1 .info p {
            font-size: 16px;
            color: #000000;
            float: left;
            line-height: 46px;
            padding-left: 16px;
        }

        .network .part1 .info div:nth-child(1) em {
            background: #B22222 url(../images/s25.png) center no-repeat;
        }

        .network .part1 .info div:nth-child(2) em {
            background: #B22222 url(../images/s26.png) center no-repeat;
        }

        .network .part1 .info div:nth-child(3) em {
            background: #B22222 url(../images/s27.png) center no-repeat;
        }

    .network .part2 li {
        height: 250px;
        width: 470px;
        padding: 0 68px;
        box-sizing: border-box;
        float: left;
        position: relative;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        margin-top: 40px;
        transition-duration: 0.5s;
    }

        .network .part2 li:nth-child(2n) {
            float: right;
        }

        .network .part2 li .con {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            padding: 0 68px;
            box-sizing: border-box;
        }

        .network .part2 li h6 {
            font-size: 18px;
            color: #141414;
            line-height: 60px;
            width: 100%;
        }

        .network .part2 li div {
            margin-bottom: 12px;
        }
        /* .network .part2 li div:nth-last-child(1){margin-bottom: 0;} */
        .network .part2 li p {
            width: calc(100% - 104px);
        }

        .network .part2 li p, .network .part2 li span, .network .part2 li em {
            font-size: 14px;
            color: #666666;
            float: left;
            line-height: 20px;
        }

        .network .part2 li span {
            width: 84px;
            text-align: justify;
            text-align-last: justify;
        }

        .network .part2 li em {
            margin: 0 8px;
        }

        .network .part2 li:hover {
            box-shadow: 0 0 10px rgba(63,113,145,0.3);
        }

        .network .part2 li .con i {
            position: absolute;
            top: 18px;
            left: 0;
            width: 4px;
            height: 24px;
            background-color: #B22222;
        }

/* 在线留言 */
.message {
}

.on_message {
    padding-top: 38px;
}

.message .part1 {
    width: 325px;
    margin-top: 35px;
}

    .message .part1 img {
        display: block;
        width: 280px;
    }

.message .part2 {
    width: calc(100% - 325px);
    margin-top: 22px;
}

    .message .part2 p {
        font-size: 16px;
        color: #222222;
        line-height: 40px;
        font-weight: bold;
    }

    .message .part2 input {
        font-size: 16px;
        color: #333333;
        height: 57px;
        padding: 0 10px;
        border: 1px solid #B22222;
        border-radius: 5px;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .message .part2 .item {
        margin-bottom: 14px;
    }

        .message .part2 .item div {
            width: 100%;
        }

    .message .part2 .item1 div {
        width: 49%;
    }

    .message .part2 textarea {
        display: block;
        width: 100%;
        height: 206px;
        padding: 20px 10px;
        box-sizing: border-box;
        border: 1px solid #B22222;
        border-radius: 5px;
        resize: vertical;
        font-size: 16px;
        color: #333333;
        font-family: '',Arial,Helvetica,sans-serif;
    }

    .message .part2 button {
        display: block;
        font-size: 18px;
        color: #ffffff;
        width: 225px;
        height: 60px;
        line-height: 60px;
        background-color: #B22222;
        border-radius: 5px;
        margin: 0 auto;
        cursor: pointer;
        margin-top: 60px;
    }

    .message .part2 input::-webkit-input-placeholder, .message .part2 textarea::-webkit-input-placeholder {
        color: #999;
    }

    .message .part2 input:-moz-placeholder, .message .part2 textarea:-moz-placeholder {
        color: #999;
    }

    .message .part2 input::-moz-placeholder, .message .part2 textarea::-moz-placeholder {
        color: #999;
    }

    .message .part2 input:-ms-input-placeholder, .message .part2 textarea:-ms-input-placeholder {
        color: #999;
    }

    .message .part2 .item1 em {
        display: block;
        height: 66px;
        margin-top: 40px;
    }

        .message .part2 .item1 em img {
            max-height: 100%;
            width: auto;
            cursor: pointer;
        }

    .message .part2 .item:nth-last-child(2) {
        width: 60%;
    }

/* 人力资源 */
.resource {
}

    .resource .part1 {
        background: url(../images/p34.png) bottom right no-repeat;
    }

    .resource .concept1 {
        padding-top: 138px;
        position: relative;
    }

    .resource .concept1_l {
        width: 566px;
        position: relative;
        z-index: 1;
    }

        .resource .concept1_l .icons {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 78px;
            background-color: rgba(76,127,159,0.8);
            padding-top: 116px;
            box-sizing: border-box;
        }

            .resource .concept1_l .icons em {
                display: block;
                width: 100%;
                height: 28px;
                margin-bottom: 33px;
            }

                .resource .concept1_l .icons em:nth-child(1) {
                    background: url(../images/p30.png) center no-repeat;
                }

                .resource .concept1_l .icons em:nth-child(2) {
                    background: url(../images/p31.png) center no-repeat;
                }

                .resource .concept1_l .icons em:nth-child(3) {
                    background: url(../images/p32.png) center no-repeat;
                }

    .resource .concept1_r {
        width: 694px;
        height: 528px;
        background: url(../images/p33.jpg) center no-repeat;
        position: absolute;
        top: -82px;
        right: 0;
        z-index: 0;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        padding-top: 102px;
        box-sizing: border-box;
    }

        .resource .concept1_r h6 {
            font-size: 24px;
            color: #000000;
            font-weight: 400;
            line-height: 1;
            padding-left: 117px;
        }

            .resource .concept1_r h6 b {
                color: #B22222;
            }

            .resource .concept1_r h6 i {
                font-weight: bold;
            }

        .resource .concept1_r span {
            font-size: 16px;
            color: #666666;
            line-height: 36px;
            padding-left: 330px;
            display: block;
            margin-top: 86px;
            padding-right: 44px;
            margin-bottom: 16px;
        }

        .resource .concept1_r p {
            font-size: 16px;
            color: #000000;
            padding-left: 330px;
            line-height: 1;
            margin-bottom: 48px;
        }

            .resource .concept1_r p:nth-last-child(1) {
                margin-bottom: 0;
            }

    .resource .concept2 {
        padding-top: 76px;
        padding-bottom: 85px;
    }

        .resource .concept2 h6 {
            font-size: 24px;
            color: #000000;
            line-height: 1;
        }

            .resource .concept2 h6 b {
                font-size: 24px;
                color: #B22222;
            }

    .resource .concept2_l {
        padding: 16px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        margin-top: 40px;
    }

    .resource .concept2_r {
        width: 616px;
        margin-top: 50px;
    }

        .resource .concept2_r div {
            position: relative;
            width: 292px;
            float: left;
            padding-left: 40px;
            box-sizing: border-box;
            margin-bottom: 30px;
        }

            .resource .concept2_r div:nth-last-child(1) {
                margin-bottom: 0;
            }

        .resource .concept2_r span {
            display: block;
            font-size: 20px;
            color: #000000;
            line-height: 1;
            margin-bottom: 10px;
        }

        .resource .concept2_r p {
            font-size: 14px;
            color: #000000;
            text-transform: uppercase;
            line-height: 1;
        }

        .resource .concept2_r em {
            position: absolute;
            top: 50%;
            left: 0;
            width: 4px;
            height: 19px;
            background-color: #B22222;
            margin-top: -10px;
        }

    .resource .part2 .inner {
        position: relative;
    }

    .resource .part2 .title {
        margin-top: 40px;
    }
    /* .resource .part2 .inner{position: relative;} */
    .resource .recruitment1 {
        margin-top: 58px;
    }

        .resource .recruitment1 h6 {
            font-size: 26px;
            color: #000000;
            font-weight: 400;
            padding-left: 55px;
            background: url(../images/p36.png) 8px center no-repeat;
            line-height: 36px;
        }

        .resource .recruitment1 .con {
            padding: 50px 420px 54px 55px;
            box-sizing: border-box;
            background-color: #fafafa;
            margin-top: 16px;
        }

            .resource .recruitment1 .con p {
                font-size: 16px;
                color: #000000;
                line-height: 36px;
            }

            .resource .recruitment1 .con span {
                color: #B22222;
            }

            .resource .recruitment1 .con p:nth-last-child(1) span:nth-child(2) {
                margin-left: 174px;
            }

    .resource .recruitment2 {
        position: absolute;
        top: 100px;
        right: 40px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .resource .part3 {
    }

        .resource .part3 a {
            display: block;
            width: 50%;
            padding: 0 50px;
            box-sizing: border-box;
            height: 112px;
            line-height: 112px;
        }

            .resource .part3 a b {
                font-size: 20px;
                float: left;
            }

        .resource .part3 .prev {
            background: url(../images/p38.jpg) center no-repeat;
        }

        .resource .part3 .next {
            background: url(../images/p39.jpg) center no-repeat;
        }

        .resource .part3 .prev b {
            color: #B22222;
        }

        .resource .part3 .next b {
            color: #ffffff;
        }

        .resource .part3 .prev span {
            float: right;
            font-size: 14px;
            color: #000000;
        }

        .resource .part3 .next span {
            float: right;
            font-size: 14px;
            color: #ffffff;
        }

        .resource .part3 .prev em {
            float: right;
            width: 46px;
            height: 1px;
            background-color: #000000;
            margin-top: 56px;
            margin-left: 10px;
            transition-duration: 0.5s;
        }

        .resource .part3 .next em {
            float: right;
            width: 46px;
            height: 1px;
            background-color: #ffffff;
            margin-top: 56px;
            margin-left: 10px;
            transition-duration: 0.5s;
        }

        .resource .part3 a:hover em {
            width: 56px;
        }
/* 校园招聘 */
.recruit {
}

.recruit {
    padding-top: 70px;
}

    .recruit .recruitItem {
        padding-top: 32px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

        .recruit .recruitItem h5 {
            font-size: 20px;
            color: #B22222;
            margin-bottom: 20px;
            font-weight: bold;
            line-height: 1;
        }

        .recruit .recruitItem b {
            font-size: 16px;
            color: #444444;
            float: left;
            font-weight: 400;
            line-height: 1;
        }

        .recruit .recruitItem span {
            font-size: 16px;
            color: #444444;
            float: left;
            line-height: 1;
        }

        .recruit .recruitItem em {
            width: 21px;
            height: 11px;
            display: block;
            position: absolute;
            top: 62px;
            right: 8px;
            background: url(../images/p42.png) center no-repeat;
            transition-duration: 0.5s;
        }

        .recruit .recruitItem i {
            float: left;
            height: 16px;
            width: 1px;
            background-color: #a6a6a6;
            margin: 0 19px;
        }
        /* .recruit .recruitItem.on{border-bottom: 4px solid #0162b3;} */
        .recruit .recruitItem.on h5 {
            color: #B22222;
        }

        .recruit .recruitItem.on em {
            transform: rotate(180deg);
        }

        .recruit .recruitItem > .recruitItem01 {
            border-bottom: 1px solid #cdcbcb;
            padding-bottom: 32px;
        }

        .recruit .recruitItem .recruitItem02 {
            margin-bottom: 36px;
        }

            .recruit .recruitItem .recruitItem02:nth-child(2) {
                margin-top: 0;
            }

            .recruit .recruitItem .recruitItem02 b {
                float: none;
                display: block;
                width: 100%;
                margin-bottom: 8px;
                font-size: 16px;
                color: #444444;
                font-weight: bold;
            }

            .recruit .recruitItem .recruitItem02 p {
                font-size: 16px;
                color: #444444;
                line-height: 26px;
                padding-top: 0;
            }

        .recruit .recruitItem .download {
            font-size: 20px;
            color: #B22222;
            display: block;
            margin-top: 34px;
            text-align: center;
            width: 238px;
            height: 48px;
            line-height: 48px;
            border: 1px solid #19458d;
            background-color: #fff;
            margin-top: 70px;
            margin-bottom: 50px;
            transition-duration: 0.5s;
        }

        .recruit .recruitItem .recruitItemIn {
            overflow: hidden;
            display: none;
            padding: 36px 54px;
        }

        .recruit .recruitItem .recruitItem03 {
            margin-bottom: 36px;
        }

            .recruit .recruitItem .recruitItem03 b {
                font-size: 16px;
                color: #444444;
                font-weight: bold;
            }

            .recruit .recruitItem .recruitItem03 span {
                font-size: 16px;
                color: #444444;
            }

    .recruit .tabs {
        margin-top: 50px;
    }

        .recruit .tabs a {
            display: block;
            width: 50%;
            float: left;
            font-size: 18px;
            color: #000000;
            padding-left: 235px;
            box-sizing: border-box;
            line-height: 76px;
            border: 1px solid #cccccc;
            transition-duration: 0.5s;
        }

            .recruit .tabs a:nth-child(1) {
                background: url(../images/p40.png) 180px center no-repeat;
            }

            .recruit .tabs a:nth-child(2) {
                background: url(../images/p41.png) 180px center no-repeat;
            }

            .recruit .tabs a:nth-child(1).on, .recruit .tabs a:nth-child(1):hover {
                background-image: url(../images/p40_s.png);
                background-color: #B22222;
                color: #ffffff;
            }

            .recruit .tabs a:nth-child(2).on, .recruit .tabs a:nth-child(2):hover {
                background-image: url(../images/p41_s.png);
                background-color: #B22222;
                color: #ffffff;
            }

/* 产品中心 */
.product .bread {
    margin-top: 24px;
}

.product .tabs {
    margin-top: 42px;
}

    .product .tabs a {
        font-size: 16px;
        color: #000000;
        float: left;
        line-height: 30px;
        padding: 0 16px;
        transition-duration: 0.5s;
        margin-bottom: 15px;
    }

    .product .tabs em {
        width: 1px;
        height: 15px;
        background-color: #cccccc;
        float: left;
        margin-top: 8px;
    }

    .product .tabs a.on {
        color: #ffffff;
        background-color: #B22222;
    }

    .product .tabs a:hover {
        color: #B22222;
    }

    .product .tabs a.on:hover {
        color: #ffffff;
    }

.product .list {
    padding-top: 43px;
}

    .product .list li {
        float: left;
        width: 308px;
        margin-right: 25px;
        margin-bottom: 28px;
    }

        .product .list li:nth-child(3n) {
            margin-right: 0;
        }

        .product .list li a {
            display: block;
            padding: 40px 15px 15px;
            box-sizing: border-box;
            background: url(../images/p53.jpg) center repeat-x;
            background-size: 100% 100%;
            position: relative;
            transition-duration: 0.5s;
        }

        .product .list li h6 {
            height: 36px;
            font-size: 18px;
            color: #333333;
            text-align: center;
            font-weight: 400;
            line-height: 1;
            padding-bottom: 34px;
            position: relative;
            z-index: 3;
        }

        .product .list li span {
            display: block;
            font-size: 14px;
            color: #222222;
            width: 273px;
            height: 46px;
            line-height: 46px;
            text-align: center;
            border: 1px solid #c1c3c4;
            margin: 0 auto;
            margin-top: 54px;
            position: relative;
            z-index: 3;
        }

        .product .list li .imgs {
            width: 100%;
            height: 150px;
            position: relative;
        }

            .product .list li .imgs img {
                display: block;
                width: auto;
                max-width: 100%;
                max-height: 100%;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
            }

        .product .list li .bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(45,91,120,0.6);
            z-index: 2;
            opacity: 0;
            transition-duration: 0.5s;
        }

        .product .list li a:hover {
            background: #5da0ca;
        }

            .product .list li a:hover h6 {
                color: #ffffff;
            }

            .product .list li a:hover span {
                color: #ffffff;
                border-color: #ffffff;
            }

            .product .list li a:hover .bg {
                opacity: 1;
            }

/* 应用案例 */
.applications .tabs {
    margin-top: 42px;
}

    .applications .tabs a {
        font-size: 16px;
        color: #000000;
        float: left;
        line-height: 30px;
        padding: 0 24px;
        transition-duration: 0.5s;
    }

    .applications .tabs em {
        width: 1px;
        height: 15px;
        background-color: #cccccc;
        float: left;
        margin-top: 8px;
    }

    .applications .tabs a.on {
        color: #ffffff;
        background-color: #B22222;
    }

    .applications .tabs a:hover {
        color: #B22222;
    }

.applications .list {
    margin-top: 43px;
}

    .applications .list li {
        width: 308px;
        float: left;
        margin-right: 25px;
        margin-bottom: 30px;
    }

        .applications .list li:nth-child(3n) {
            margin-right: 0;
        }

    .applications .list a {
        display: block;
    }

        .applications .list a .imgs {
            width: 308px;
            height: 174px;
            overflow: hidden;
            box-sizing: border-box;
        }

            .applications .list a .imgs img {
                transform: scale(1.08);
                transition-duration: 0.5s;
            }

    .applications .list .text {
        text-align: center;
        padding: 24px 0;
        transition-duration: 0.5s;
    }

        .applications .list .text p {
            font-size: 18px;
            color: #333333;
            line-height: 1;
            margin-bottom: 9px;
        }

        .applications .list .text span {
            display: block;
            font-size: 16px;
            color: #999999;
        }

    .applications .list a:hover .imgs {
        border: 2px solid #B22222;
    }

        .applications .list a:hover .imgs img {
            transform: scale(1);
        }

    .applications .list a:hover .text {
        background-color: #B22222;
    }

    .applications .list a:hover p, .applications .list a:hover span {
        color: #ffffff;
    }

/* 董事长致辞 */
.speech {
    padding-top: 70px;
}

    .speech .part1 {
    }

        .speech .part1 h6 {
            font-size: 30px;
            color: #000000;
            line-height: 40px;
            width: 360px;
            position: relative;
        }

            .speech .part1 h6 em {
                position: absolute;
                bottom: -24px;
                left: 0;
                width: 86px;
                height: 4px;
                background-color: #B22222;
            }

        .speech .part1 img {
            width: 486px;
            margin-left: 46px;
        }

        .speech .part1 b {
            display: block;
            font-size: 24px;
            color: #B22222;
            font-weight: bold;
            margin-top: 90px;
            line-height: 1;
        }

        .speech .part1 span {
            display: block;
            font-size: 16px;
            color: #000000;
            line-height: 1;
            margin-top: 36px;
            margin-bottom: 40px;
        }

    .speech p {
        font-size: 16px;
        color: #666666;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .speech .part2 .img {
        width: 326px;
        position: relative;
        margin-right: 44px;
    }

        .speech .part2 .img img {
        }

        .speech .part2 .img p {
            font-size: 24px;
            color: #ffffff;
            width: 170px;
            position: absolute;
            top: 50%;
            left: 50%;
            text-shadow: 5px 5px 5px rgba(0,0,0,0.6);
            font-weight: bold;
            line-height: 40px;
            padding: 0;
            margin: 0;
        }

    .speech .part2 b {
        font-size: 16px;
        color: #000000;
        display: block;
        line-height: 1;
        padding-top: 26px;
        padding-bottom: 20px;
    }

    .speech .part2 p {
        padding-right: 36px;
    }

    .speech .part4 img {
        float: right;
        width: auto;
    }

    .speech .part4 p {
        text-align: right;
    }
/* 组织架构 */

.organization {
    padding-top: 48px;
    background: url(../images/p60.png) center 73% no-repeat;
}

    .organization img {
        width: 933px;
    }

.staff {
    padding-top: 100px;
}

    .staff .tarff_l {
        width: 558px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        padding: 70px 50px;
        box-sizing: border-box;
        background: url(../images/p62.jpg) center bottom no-repeat;
        background-color: #fff;
    }

        .staff .tarff_l p {
            font-size: 16px;
            color: #666666;
            line-height: 36px;
        }

    .staff .staff_amount {
        text-align: center;
    }

        .staff .staff_amount div {
            float: left;
            margin-right: 64px;
            margin-top: 40px;
        }

            .staff .staff_amount div:nth-child(4n) {
                margin-right: 0;
            }

        .staff .staff_amount p {
            font-size: 16px;
            color: #B22222;
            line-height: 1;
            margin-bottom: 14px;
        }

        .staff .staff_amount b {
            font-size: 24px;
            color: #333333;
            display: block;
            line-height: 1;
        }

.orgs .part2 {
    position: relative;
    padding-bottom: 50px;
}

    .orgs .part2 .bg {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 625px;
        width: 50%;
        background: url(../images/p61.jpg) center bottom no-repeat;
        background-size: auto 100%;
        z-index: -1;
    }

.staff .tarff_r {
    width: calc(100% - 558px);
    text-align: center;
    padding-top: 2px;
}

    .staff .tarff_r p {
        font-size: 24px;
        font-weight: bold;
        color: #bbfaff;
        line-height: 1;
        margin-bottom: 26px;
        margin-top: 56px;
    }

    .staff .tarff_r b {
        font-size: 44px;
        font-weight: bold;
        color: #bbfaff;
        display: block;
        line-height: 1;
    }
/* 企业文化 */
.culture {
}

    .culture .item {
        margin-bottom: 60px;
    }

        .culture .item .imgs {
            width: 564px;
            height: 304px;
        }

        .culture .item .text {
            width: calc(100% - 564px);
            position: relative;
            height: 274px;
        }

        .culture .item .con {
            width: 100%;
            padding: 0 40px;
            box-sizing: border-box;
            position: absolute;
            top: 50%;
            left: 0;
        }

        .culture .item .text h6 {
            font-size: 30px;
            color: #000000;
            line-height: 1;
            margin-bottom: 40px;
        }

        .culture .item .text em {
            float: left;
            width: 24px;
            height: 4px;
            background-color: #B22222;
            margin-top: 14px;
            margin-right: 10px;
        }

        .culture .item .text p {
            font-size: 16px;
            color: #999999;
            line-height: 36px;
        }

        .culture .item .text h6 span {
            font-size: 16px;
            color: #B22222;
            font-weight: 400;
            text-transform: uppercase;
        }

    .culture .title {
        margin-bottom: 40px;
    }
/* 资质荣誉 */
.honor .inner {
    position: relative;
    background: url(../images/p66.png) right 105px no-repeat;
}

.honor .part1 {
    padding-top: 50px;
}

.honor .tab_tit .item {
    position: relative;
    margin-bottom: 38px;
}

.honor .tab_tit b {
    font-size: 18px;
    color: #333333;
    float: left;
    line-height: 1;
    padding-right: 7px;
}

.honor .tab_tit p {
    font-size: 16px;
    color: #666666;
    float: left;
    line-height: 1;
    padding-left: 8px;
    transition-duration: 0.5s;
}

.honor .tab_tit em {
    width: 5px;
    height: 14px;
    float: left;
    background-color: #B22222;
    margin-right: 12px;
    margin-top: 2px;
}

.honor .tab_tit i {
    width: 3px;
    height: 3px;
    background-color: #666;
    float: left;
    position: absolute;
    top: 7px;
    left: 74px;
}

.honor .tab_tit span {
    float: left;
    width: 18px;
    height: 1px;
    background-color: #fff;
    margin-top: 8px;
    transition-duration: 0.5s;
}

.honor .tab_tit .item.cur span {
    width: 56px;
    background-color: #B22222;
}

.honor .tab_text {
    width: 43.617%;
}

.honor .tab_tit .item.cur i {
    display: none;
}

.honor .tab_tit .item.cur p {
    color: #B22222;
}

.honor .tab_text .pic {
    height: 480px;
    position: relative;
}

.honor .tab_text img {
    max-width: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 304px;
}

.honor .tab_text .text {
    display: none;
}

    .honor .tab_text .text.cur {
        display: block;
    }

.honor .inner .bg {
    position: absolute;
    right: 83px;
    top: 112px;
    width: 260px;
    height: 730px;
    background: url(../images/p65.png) 70% center no-repeat;
}

.honor .swiper-slide {
    padding-bottom: 126px;
}

.honor .swiper-button-prev, .honor .swiper-button-next {
    bottom: 0;
    top: auto;
    width: 46px;
    height: 46px;
    transition-duration: 0.5s;
}

.honor .swiper-button-prev {
    background: #bdbdbd url(../images/p67.png) center no-repeat;
}

.honor .swiper-button-next {
    background: #B22222 url(../images/p68.png) center no-repeat;
    left: 56px;
    right: auto;
}

    .honor .swiper-button-next:after, .honor .swiper-button-prev:after {
        display: none;
    }
/* .honor .swiper-button-prev:hover, .honor .swiper-button-next:hover{background-color: #B22222;} */
/* 产品详情 */
.pro_desc .inner {
    padding-top: 50px;
}

    .pro_desc .inner .tab_list {
        padding: 1px 0;
    }

.pro_desc .part1 .title {
    margin-top: 60px;
}

.pro_desc .desc {
    margin-top: 50px;
}

.pro_desc .desc1 {
    width: 358px;
}

    .pro_desc .desc1 .imgs {
        height: 350px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .pro_desc .desc1 img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        max-width: 100%;
        max-height: 100%;
    }

    .pro_desc .desc1 p {
        font-size: 16px;
        color: #999999;
        padding-left: 38px;
        background: url(../images/p70.png) 15px center no-repeat;
        cursor: pointer;
    }

.pro_desc .desc2 {
    width: 555px;
}

    .pro_desc .desc2 h6 {
        font-size: 30px;
        color: #000000;
        font-weight: 400;
        line-height: 1;
    }

    .pro_desc .desc2 span {
        display: block;
        font-size: 24px;
        color: #B22222;
        line-height: 1;
        margin-bottom: 58px;
        margin-top: 22px;
    }

    .pro_desc .desc2 p {
        font-size: 14px;
        color: #666666;
        line-height: 26px;
    }

    .pro_desc .desc2 a {
        display: block;
        font-size: 16px;
        color: #ffffff;
        width: 174px;
        height: 50px;
        background: #B22222 url(../images/p71.png) 20px center no-repeat;
        line-height: 50px;
        border-radius: 5px;
        padding-left: 51px;
        box-sizing: border-box;
        margin-top: 48px;
    }

.pro_desc .features {
    margin-top: 50px;
}

    .pro_desc .features p {
        font-size: 16px;
        color: #333;
        line-height: 1.2;
        margin-bottom: 22px;
    }

.subContent .pro_desc img {
    width: 88%;
    margin: 0 auto;
    max-height: 90%;
}

.pro_desc .features p img {
    width: auto;
    max-width: 100%;
}
/* .subContent .pro_desc table{border: 1px solid #cccccc;} */
.subContent .pro_desc table {
    display: block;
    margin: 0 auto;
}

    .subContent .pro_desc table tr td, .subContent .pro_desc table th {
        border: 1px solid #cccccc;
        font-size: 16px;
        color: #333;
    }

.pro_desc .part3 {
    position: relative;
}

    .pro_desc .part3 .bd li {
        float: left;
        margin-right: 52px;
    }

.pro_desc .bd .imgs {
    width: 462px;
    height: 260px;
    background-color: #f9f9f9;
    position: relative;
}

    .pro_desc .bd .imgs img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        max-height: 100%;
        max-width: 100%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.pro_desc .bd p {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid #dddddd;
    transition-duration: 0.5s;
}

.pro_desc .bd a:hover p {
    color: #4b7a98;
}

.pro_desc .hd .next, .pro_desc .hd .prev {
    width: 68px;
    height: 60px;
    position: absolute;
    top: 0;
}

.pro_desc .hd .next {
    background: #B22222 url(../images/f4.png) center no-repeat;
    right: 0;
}

.pro_desc .hd .prev {
    background: #dddddd url(../images/f5.png) center no-repeat;
    right: 68px;
}

.pro_desc .picScroll-left {
    margin-top: 38px;
}

.pro_desc .part4 form {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 38px;
}

.pro_desc .part4 p {
    font-size: 16px;
    color: #222222;
    line-height: 40px;
    font-weight: bold;
}

.pro_desc .part4 input {
    font-size: 16px;
    color: #333333;
    height: 54px;
    padding: 0 10px;
    border: 1px solid #B22222;
    border-radius: 5px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.pro_desc .part4 .item {
    margin-bottom: 18px;
}

    .pro_desc .part4 .item:nth-last-child(2) {
        width: 60%;
    }

    .pro_desc .part4 .item div {
        width: 100%;
    }

.pro_desc .part4 .item1 div {
    width: 49%;
}

.pro_desc .part4 textarea {
    display: block;
    width: 100%;
    height: 206px;
    padding: 20px 10px;
    box-sizing: border-box;
    border: 1px solid #B22222;
    border-radius: 5px;
    resize: vertical;
    font-size: 16px;
    color: #333333;
    font-family: '',Arial,Helvetica,sans-serif;
}

.pro_desc .part4 button {
    display: block;
    font-size: 18px;
    color: #ffffff;
    width: 225px;
    height: 60px;
    line-height: 60px;
    background-color: #B22222;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 60px;
}

.pro_desc .part4 input::-webkit-input-placeholder, .pro_desc .part4 textarea::-webkit-input-placeholder {
    color: #999;
}

.pro_desc .part4 input:-moz-placeholder, .pro_desc .part4 textarea:-moz-placeholder {
    color: #999;
}

.pro_desc .part4 input::-moz-placeholder, .pro_desc .part4 textarea::-moz-placeholder {
    color: #999;
}

.pro_desc .part4 input:-ms-input-placeholder, .pro_desc .part4 textarea:-ms-input-placeholder {
    color: #999;
}

.pro_desc .part4 .item1 em {
    display: block;
    height: 66px;
    margin-top: 40px;
}

    .pro_desc .part4 .item1 em img {
        max-height: 100%;
        width: auto;
        cursor: pointer;
        margin-left: 0;
    }

.imgMask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

    .imgMask .panel {
        position: absolute;
        top: 50%;
        left: 50%;
        max-height: 80vh;
        max-width: 80vw;
    }

        .imgMask .panel em {
            position: absolute;
            top: -40px;
            right: -40px;
            background: url(../images/icon15.png) center no-repeat;
            width: 26px;
            height: 26px;
            cursor: pointer;
        }
/* 员工风采 */
.staffStyle {
    margin-top: 70px;
}

    .staffStyle .tabs {
        margin-top: 50px;
    }

        .staffStyle .tabs a {
            display: block;
            width: 50%;
            float: left;
            font-size: 18px;
            color: #000000;
            padding-left: 235px;
            box-sizing: border-box;
            line-height: 76px;
            border: 1px solid #cccccc;
            transition-duration: 0.5s;
        }

            .staffStyle .tabs a:nth-child(1) {
                background: url(../images/p76.png) 180px center no-repeat;
            }

            .staffStyle .tabs a:nth-child(2) {
                background: url(../images/p77.png) 180px center no-repeat;
            }

            .staffStyle .tabs a:nth-child(1).on, .staffStyle .tabs a:nth-child(1):hover {
                background-image: url(../images/p76_s.png);
                background-color: #B22222;
                color: #ffffff;
            }

            .staffStyle .tabs a:nth-child(2).on, .staffStyle .tabs a:nth-child(2):hover {
                background-image: url(../images/p77_s.png);
                background-color: #B22222;
                color: #ffffff;
            }

    .staffStyle .list {
        margin-top: 30px;
    }

        .staffStyle .list li {
            float: left;
            margin-right: 21px;
            margin-top: 20px;
        }

            .staffStyle .list li:nth-child(3n) {
                margin-right: 0;
            }

        .staffStyle .list a {
            display: block;
            padding: 9px;
            padding-bottom: 0;
            border: 1px solid #cccccc;
        }

        .staffStyle .list .imgs {
            width: 291px;
            height: 174px;
            overflow: hidden;
            position: relative;
        }

            .staffStyle .list .imgs img {
                transform: scale(1);
                transition-duration: 0.5s;
            }

            .staffStyle .list .imgs span {
                display: block;
                height: 50px;
                width: 100%;
                position: absolute;
                bottom: 0;
                left: 0;
                background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
                font-size: 16px;
                color: #ffffff;
                padding-left: 16px;
                line-height: 64px;
                box-sizing: border-box;
            }

        .staffStyle .list a p {
            font-size: 16px;
            color: #5e5e5e;
            text-align: center;
            line-height: 64px;
            width: 291px;
            transition-duration: 0.5s;
        }

        .staffStyle .list a:hover .imgs img {
            transform: scale(1.08);
        }

        .staffStyle .list a:hover p {
            color: #4b7a98;
        }

    .staffStyle.news .list a {
        padding: 62px 20px 42px 20px;
        border: 0;
        border-bottom: 1px solid #d0d0d0;
    }

        .staffStyle.news .list a p {
            width: 100%;
            text-align: left;
        }


/* 大事记 */
.memorabilia .inner {
    position: relative;
}

.memorabilia .part1 {
    margin-top: 35px;
}

.memorabilia .memo_l {
    width: 480px;
}

    .memorabilia .memo_l h5 {
        font-size: 110px;
        color: #B22222;
        line-height: 1;
        margin-bottom: 36px;
    }

    .memorabilia .memo_l .texts {
        height: 400px;
        overflow-y: auto;
        position: relative;
    }

    .memorabilia .memo_l .text {
        margin-bottom: 22px;
    }

    .memorabilia .memo_l .tex1 {
        width: 56px;
        text-align: right;
    }

        .memorabilia .memo_l .tex1 b {
            font-size: 18px;
            color: #333333;
            line-height: 1;
            border-left: 4px solid #000000;
            display: block;
            margin-top: 7px;
        }

    .memorabilia .memo_l .tex2 {
        width: 378px;
        padding-right: 26px;
    }

        .memorabilia .memo_l .tex2 p {
            font-size: 16px;
            color: #333333;
            line-height: 32px;
        }

    .memorabilia .memo_l .texts::-webkit-scrollbar {
        width: 2px;
        border-radius: 1.5px;
    }

    .memorabilia .memo_l .texts::-webkit-scrollbar-button {
        display: none;
    }

    .memorabilia .memo_l .texts::-webkit-scrollbar-track {
        background-color: #bdbdbd;
    }

    .memorabilia .memo_l .texts::-webkit-scrollbar-thumb {
        background-color: #B22222;
    }

.memorabilia .memo_r {
    width: 447px;
    height: 333px;
    border: 4px solid #B22222;
    overflow: hidden;
    margin-top: 68px;
}

.memorabilia .gallery-thumbs {
    height: 70px;
    padding: 0 34px;
    margin-top: 90px;
}

    .memorabilia .gallery-thumbs .swiper-slide {
    }

    .memorabilia .gallery-thumbs em {
        display: block;
        width: 1px;
        height: 13px;
        background-color: #bdbdbd;
        margin: 0 auto;
        margin-top: 23px;
    }

    .memorabilia .gallery-thumbs span {
        display: block;
        font-size: 14px;
        color: #999999;
        text-align: center;
        margin-top: 17px;
        line-height: 1;
        cursor: pointer;
    }

    .memorabilia .gallery-thumbs p {
        position: absolute;
        width: 110px;
        height: 68px;
        line-height: 68px;
        background-color: #fff;
        font-size: 30px;
        color: #B22222;
        font-weight: bold;
        text-align: center;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        top: 50%;
        left: 50%;
        transition-duration: 0.5s;
        opacity: 0;
        cursor: pointer;
    }

.memorabilia .line {
    position: absolute;
    bottom: 33px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #bdbdbd;
}

.memorabilia .gallery-thumbs .swiper-button-next, .memorabilia .gallery-thumbs .swiper-button-prev {
    bottom: 0;
    width: 46px;
    height: 46px;
    opacity: 1;
}

.memorabilia .gallery-thumbs .swiper-button-prev {
    background: #bdbdbd url(../images/p80.png) center no-repeat;
    left: 0;
}

.memorabilia .gallery-thumbs .swiper-button-next {
    background: #bdbdbd url(../images/p81.png) center no-repeat;
    right: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: '';
}

.memorabilia .gallery-thumbs .swiper-button-next:hover, .memorabilia .gallery-thumbs .swiper-button-prev:hover {
    background-color: #B22222;
}

.memorabilia .gallery-thumbs .swiper-slide-thumb-active p {
    opacity: 1;
}

/* 员工风采详情 */
.staffSwiper {
    margin: 0 93px;
    border: 1px solid #cccccc;
    padding-right: 24px;
}

    .staffSwiper .gallery-top {
        width: 941px;
        height: 528px;
        margin-left: 0;
    }

        .staffSwiper .gallery-top .swiper-button-next, .staffSwiper .gallery-top .swiper-button-prev {
            top: 50%;
            width: 42px;
            height: 92px;
        }

        .staffSwiper .gallery-top .swiper-button-prev {
            left: 0;
            background: rgba(0,0,0,0.4) url(../images/p80.png) center no-repeat;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .staffSwiper .gallery-top .swiper-button-next {
            right: 0;
            background: rgba(0,0,0,0.4) url(../images/p81.png) center no-repeat;
            left: auto;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .staffSwiper .gallery-top img {
            display: block;
            width: 100%;
        }

    .staffSwiper .gallery-thumbs {
        width: 120px;
        height: 528px;
        padding: 46px 0;
        box-sizing: border-box;
    }

        .staffSwiper .gallery-thumbs img {
            display: block;
            width: 100%;
        }

        .staffSwiper .gallery-thumbs .swiper-slide {
            height: 74px;
        }

        .staffSwiper .gallery-thumbs .borders {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 1px solid #B22222;
            box-sizing: border-box;
            opacity: 0;
        }

        .staffSwiper .gallery-thumbs .swiper-button-prev {
            background: #ffffff url(../images/p84.png) center bottom no-repeat;
            width: 120px;
            height: 30px;
            top: 22px;
            left: 0;
            bottom: auto;
        }

        .staffSwiper .gallery-thumbs .swiper-button-next {
            background: #ffffff url(../images/p85.png) center top no-repeat;
            width: 120px;
            height: 30px;
            top: auto;
            left: 0;
            bottom: 0;
        }

        .staffSwiper .gallery-thumbs .swiper-slide-thumb-active .borders {
            opacity: 1;
        }

.starffDetail .articles .mainText {
    margin-top: 15px;
}

/* 产品中心主 */
.productMain {
    padding-top: 70px;
}

    .productMain .title {
        margin-top: 50px;
    }
    /* .productMain .list li a{padding-top: 0;} */
    .productMain .list li a {
        background: #f9f9f9;
    }

    .productMain .list li .imgs {
        height: 170px;
        margin-bottom: 30px;
    }

    .productMain .list li h6 {
        font-size: 18px;
        color: #B22222;
        font-weight: bold;
        padding-bottom: 24px;
    }

    .productMain .list li span {
        margin-top: 0;
    }

    .productMain .list li .bg {
        background-color: rgba(178,34,34,0.9);
        padding: 0 40px;
        box-sizing: border-box;
        padding-top: 38px;
    }

        .productMain .list li .bg b {
            display: block;
            font-size: 20px;
            color: #ffffff;
            text-align: center;
            line-height: 1;
            margin-bottom: 24px;
        }

        .productMain .list li .bg p {
            font-size: 16px;
            color: #ffffff;
            line-height: 30px;
        }

    .productMain .list li h6 {
        z-index: 1;
    }

.caseMain .list li a {
    padding: 20px 20px 36px 20px;
    background: #f9f9f9;
}

.caseMain .list li .imgs {
    border-radius: 8px;
    overflow: hidden;
}

.caseMain .list li h6 {
    padding-bottom: 10px;
}

.caseMain .list li .bg {
    display: none;
}

.caseMain .list li span {
}
/* 员工风采 */
.staffs {
}

    .staffs .part1 {
        padding-top: 32px;
    }

    .staffs .staffs_l {
        width: 310px;
        position: relative;
        z-index: 2;
        margin-top: 56px;
    }

        .staffs .staffs_l p {
            font-size: 18px;
            color: #333333;
            height: 70px;
            cursor: pointer;
        }
        /* .staffs .staffs_l p.on{background-color: rgba(82,135,167,0.9);} */
        .staffs .staffs_l span {
            display: block;
            line-height: 70px;
            padding-left: 70px;
            box-sizing: border-box;
            transition: padding 0.5s;
        }

        .staffs .staffs_l p.on span {
            background: rgba(82,135,167,0.9) url(../images/p68.png) 336px center no-repeat;
            width: 376px;
            color: #ffffff;
            padding-left: 90px;
        }

    .staffs .staffs_r {
        width: 663px;
    }

        .staffs .staffs_r .swiper-pagination {
            bottom: 15px;
            left: -20px;
            text-align: right;
        }

        .staffs .staffs_r .swiper-pagination-bullet {
            border-radius: 0;
            background-color: #fff;
            opacity: 1;
        }

        .staffs .staffs_r .swiper-pagination-bullet-active {
            width: 18px;
            background-color: #B22222;
        }

        .staffs .staffs_r .swiper-container {
            display: none;
        }

            .staffs .staffs_r .swiper-container.cur {
                display: block;
            }

    .staffs .part2 {
        padding-top: 60px;
    }

        .staffs .part2 li {
            margin-top: 50px;
            border-bottom: 1px solid #dddddd;
        }

        .staffs .part2 a {
            display: block;
            width: 436px;
            padding-bottom: 50px;
            float: left;
        }

        .staffs .part2 li a:nth-child(2) {
            float: right;
        }

        .staffs .part2 h5 {
            font-size: 20px;
            color: #222222;
            margin-bottom: 14px;
            transition-duration: 0.5s;
        }

        .staffs .part2 p {
            font-size: 16px;
            color: #666666;
            line-height: 28px;
            margin-bottom: 40px;
            transition-duration: 0.5s;
        }

        .staffs .part2 span {
            font-size: 14px;
            color: #666666;
            display: block;
            float: left;
            line-height: 1;
        }

            .staffs .part2 span em {
                float: right;
                width: 26px;
                height: 1px;
                background-color: #333333;
                margin-left: 10px;
                margin-top: 6px;
                transition-duration: 0.5s;
            }

        .staffs .part2 i {
            float: right;
            font-size: 16px;
            color: #666666;
        }

    .staffs .title {
        position: relative;
    }

    .staffs .more {
        display: block;
        font-size: 16px;
        text-align: center;
        color: #222222;
        width: 274px;
        height: 50px;
        border: 1px solid #d9d9d9;
        line-height: 50px;
        position: absolute;
        top: 0;
        right: 0;
    }

        .staffs .more p {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .staffs .more::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0%;
            height: 100%;
            background-color: #B22222;
            transition-duration: 0.5s;
        }

        .staffs .more:hover::after {
            width: 100%;
        }

        .staffs .more:hover p {
            color: #ffffff;
        }

    .staffs .part2 a:hover h5 {
        color: #4b7a98;
    }

    .staffs .part2 a:hover span em {
        width: 46px;
    }

    .staffs .part2 a:hover p {
        color: #333333;
    }
/* 工业与教育销售网络 */
.salesNet .part1, .branch_office .part1 {
    box-shadow: none;
    margin: 0;
    background: linear-gradient(#f6f6f6,#ffffff);
}

    .salesNet .part1 .imgs, .branch_office .part1 .imgs {
        width: 548px;
        margin: 0 auto;
        position: relative;
    }

.salesNet .part2 {
}

    .salesNet .part2 b {
        font-size: 24px;
        color: #B22222;
        padding-left: 56px;
        line-height: 36px;
        background: url(../images/p96.png) center left no-repeat;
        display: block;
    }

    .salesNet .part2 li span {
        font-weight: bold;
        color: #000000;
    }

    .salesNet .part2:nth-child(5) {
        padding-top: 54px;
    }

        .salesNet .part2:nth-child(5) b {
            background-image: url(../images/p97.png);
        }

    .salesNet .part2 li .con i {
        top: -5px;
    }

.branch_office .part2 li span {
    width: 70px;
}

.branch_office .part2 li p {
    width: calc(100% - 90px);
}

.branch_office .part1 .imgs, .network .part1 .imgs {
    position: relative;
}

    .branch_office .part1 .imgs > img, .salesNet .part1 .imgs > img {
        width: 100%;
        margin: 0 auto;
        padding-top: 26px;
    }

.branch_office .part2 li:nth-child(1), .branch_office .part2 li:nth-child(2) {
    margin-top: 0;
}

.network .map .imgs > div {
    position: absolute;
}

.network .map .qz {
    width: 52px;
    right: 77px;
    bottom: 73px;
    height: 63px;
}

.network .map .bg {
    display: none;
    transition-duration: 0.5s;
}

.network .map p {
    font-size: 14px;
    color: #666666;
    transition-duration: 0.5s;
    position: absolute;
}

.network .map em {
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    background-color: #B22222;
    border-radius: 50%;
    transition-duration: 0.5s;
}

.network .map .qz p {
    top: 20px;
    right: 10px;
}

.network .map .qz em {
    top: 40px;
    right: 20px;
}

.network .map em::after {
    display: none;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 100%;
    animation: mapYuan 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
    transition-duration: 0.5s;
}

.network .map .imgs > div:hover > .bg {
    display: block;
}

.network .map .imgs > div:hover > p {
    color: #B22222;
}

.network .map .imgs > div:hover > em {
    background-color: #b7251d;
}

    .network .map .imgs > div:hover > em::after {
        display: block;
    }

.network .map .nb {
    width: 44.2px;
    right: 64px;
    bottom: 122px;
    height: 51px;
}

    .network .map .nb p {
        top: 20px;
        right: 10px;
    }

    .network .map .nb em {
        top: 15px;
        right: 8px;
    }

.network .map .sz {
    width: 65px;
    right: 68px;
    bottom: 168px;
    height: 51px;
}

    .network .map .sz p {
        top: 3px;
        right: 15px;
    }

    .network .map .sz em {
        top: 35px;
        right: 14px;
    }

.network .map .gd {
    width: 87px;
    height: 69px;
    bottom: 26px;
    right: 107px;
}

    .network .map .gd .cir1 {
        right: 28px;
        bottom: 30px;
    }

    .network .map .gd .add1 {
        right: 0;
        bottom: 38px;
    }

    .network .map .gd .cir2 {
        right: 40px;
        bottom: 42px;
    }

    .network .map .gd .add2 {
        right: 30px;
        top: 0;
    }

    .network .map .gd .cir3 {
        right: 57px;
        bottom: 34px;
    }

    .network .map .gd .add3 {
        right: 52px;
        bottom: 16px;
    }

.network .map .cq {
    width: 51px;
    height: 50px;
    bottom: 124px;
    right: 192px;
}

    .network .map .cq p {
        top: 10px;
        right: 0;
    }

    .network .map .cq em {
        bottom: 14px;
        right: 30px;
    }

.network .map .db {
    width: 120px;
    height: 183px;
    top: 31px;
    right: 3px;
}

    .network .map .db p {
        top: 50%;
        right: 22px;
    }

    .network .map .db em {
        top: 40%;
        right: 45px;
    }

.network .map .hb {
    width: 239px;
    height: 242px;
    top: 35px;
    right: 80px;
}

    .network .map .hb p {
        top: 65%;
        right: 55px;
    }

    .network .map .hb em {
        top: 56%;
        right: 74px;
    }

.network .map .hd {
    width: 84px;
    height: 133px;
    bottom: 123px;
    right: 64px;
}

    .network .map .hd p {
        top: 60%;
        right: 7px;
    }

    .network .map .hd em {
        top: 49%;
        right: 32px;
    }

.network .map .hz {
    width: 110px;
    height: 148px;
    bottom: 82px;
    right: 100px;
}

    .network .map .hz p {
        top: 60%;
        right: 30px;
    }

    .network .map .hz em {
        top: 49%;
        right: 54px;
    }

.network .map .xb {
    width: 359px;
    height: 229px;
    top: 83px;
    left: 3px;
}

    .network .map .xb p {
        top: 72%;
        right: 114px;
    }

    .network .map .xb em {
        top: 63%;
        right: 146px;
    }

/*山东*/
.network .map .sd {
    width: 76px;
    height: 47px;
    top: 224px;
    left: 398px;
}

    .network .map .sd p {
        top: 27%;
        right: 11px;
    }

    .network .map .sd em {
        top: 40%;
        right: 46px;
    }

/*湖南*/
.network .map .hn {
    width: 60px;
    height: 70px;
    top: 329px;
    left: 342px;
}

    .network .map .hn p {
        top: 23%;
        right: 3px;
    }

    .network .map .hn em {
        top: 33%;
        right: 37px;
    }






@keyframes mapYuan {
    0% {
        width: 20px;
        height: 20px;
        top: 0;
        left: 0;
        background-color: rgba(183,37,29,.2);
    }

    50% {
        width: 6px;
        height: 6px;
        top: 7px;
        left: 7px;
        background-color: rgba(183,37,29,.2);
    }

    100% {
        width: 20px;
        height: 20px;
        top: 0;
        left: 0;
        background-color: rgba(183,37,29,.2);
    }
}
/* 搜索结果 */
.search_result {
    position: relative;
    margin-top: 150px;
    width: 100%;
    padding-bottom: 100px;
}

    .search_result .search {
        position: relative;
        margin-left: 23%;
        width: 654px;
        text-align: center
    }

        .search_result .search input {
            box-sizing: border-box;
            padding-left: 10%;
            width: 654px;
            height: 60px;
            border: solid 1px #ccc;
            border-radius: 5px;
            color: #333;
            font-size: 18px
        }

        .search_result .search i {
            position: absolute;
            top: 20%;
            z-index: 2;
            float: left;
            margin-left: -92%;
            width: 1px;
            height: 36px;
            background: #eee
        }

        .search_result .search button {
            position: absolute;
            top: 17px;
            left: 13px;
            z-index: 2;
            width: 28px;
            height: 28px;
            border: none;
            background: #fff;
            background: url(../images/search.png) center no-repeat
        }

    .search_result .search_list {
        padding-bottom: 50px;
        margin-top: 50px
    }

        .search_result .search_list .title {
            margin-bottom: 32px;
            height: 36px;
            line-height: 36px;
            border-bottom: #eee 1px solid;
        }

            .search_result .search_list .title span {
                float: left;
                color: #999;
                font-size: 14px
            }

            .search_result .search_list .title h5 {
                float: right;
                color: #999;
                font-weight: 400;
                font-size: 14px
            }

        .search_result .search_list ul {
            min-height: 400px;
        }

            .search_result .search_list ul li {
                padding: 32px 20px;
                transition-duration: 0.5s;
            }

                .search_result .search_list ul li:hover {
                    box-shadow: 0 0 10px rgba(63,113,145,0.1);
                }

                .search_result .search_list ul li a {
                    display: block;
                }

                .search_result .search_list ul li h2 {
                    padding-bottom: 15px;
                    width: 83%;
                    color: #B22222;
                    font-size: 24px;
                    font-weight: 400;
                }

                .search_result .search_list ul li p {
                    width: 83%;
                    color: #999;
                    font-size: 14px;
                    line-height: 2em
                }

                .search_result .search_list ul li span {
                    float: right;
                    margin-top: -55px;
                    color: #999;
                    font-size: 16px
                }

                .search_result .search_list ul li a:hover h2 {
                    color: #B22222;
                }

                .search_result .search_list ul li a:hover p {
                    color: #665d57;
                }

.subNav,
.profile01 .img,
.profile01 .p,
.profile02 .title,
.profile02 .leader1_l,
.profile02 .leader1_r,
.profile03,
.profile04,
.profile05,
.profile06,
.footer,
.orgs .part1 .title,
.organization,
.orgs .part2 .title,
.orgs .part2 .bg,
.staff .tarff_l,
.staff .tarff_r,
.culture .title,
.culture .item:nth-child(2) .imgs,
.culture .item:nth-child(2) .text h6,
.culture .item:nth-child(2) .text p,
.culture .item:nth-child(3) .imgs,
.culture .item:nth-child(3) .text h6,
.culture .item:nth-child(3) .text p,
.culture .item:nth-child(4) .imgs,
.culture .item:nth-child(4) .text h6,
.culture .item:nth-child(4) .text p,
.memorabilia .title,
.memorabilia .part1,
.resource .part1 .title,
.resource .concept1_r,
.resource .concept1_l,
.resource .concept2,
.resource .part2 .title,
.resource .recruitment1,
.resource .recruitment2,
.resource .part3 {
    visibility: hidden;
}

    .subNav.active,
    .profile01 .img.active,
    .profile01 .p.active,
    .profile02 .title.active,
    .profile02 .leader1_l.active,
    .profile02 .leader1_r.active,
    .profile03.active,
    .profile04.active,
    .profile05.active,
    .profile06.active,
    .footer.active,
    .organization.active,
    .orgs .part2 .bg.active,
    .staff .tarff_l.active,
    .staff .tarff_r.active,
    .memorabilia .part1.active,
    .resource .concept1_r.active,
    .resource .concept1_l.active,
    .resource .concept2.active,
    .resource .recruitment1.active,
    .resource .recruitment2.active,
    .resource .part3.active {
        visibility: visible;
        -webkit-animation-duration: 0.5s;
        animation-delay: 0;
        animation-duration: 0.5s;
        animation-delay: 0;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInUpBig;
        animation-name: fadeInUpBig;
    }

    .resource .concept1_l.active,
    .resource .recruitment2.active {
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
    }

    .orgs .part1 .title.active,
    .orgs .part2 .title.active,
    .culture .title.active,
    .culture .item:nth-child(2) .imgs.active,
    .culture .item:nth-child(2) .text h6.active,
    .culture .item:nth-child(2) .text p.active,
    .culture .item:nth-child(3) .imgs.active,
    .culture .item:nth-child(3) .text h6.active,
    .culture .item:nth-child(3) .text p.active,
    .culture .item:nth-child(4) .imgs.active,
    .culture .item:nth-child(4) .text h6.active,
    .culture .item:nth-child(4) .text p.active,
    .memorabilia .title.active,
    .resource .part1 .title.active,
    .resource .part2 .title.active {
        visibility: visible;
        -webkit-animation-duration: 0.5s;
        animation-delay: 0;
        animation-duration: 0.5s;
        animation-delay: 0;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }






@media screen and (max-width:1300px) {
    .subNav {
        left: 0;
    }
}


@keyframes page_BannerPic {
    0% {
        transform: scale(1.16);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes page_BannerPic {
    0% {
        transform: scale(1.16);
    }

    100% {
        transform: scale(1);
    }
}

@-moz-keyframes page_BannerPic {
    0% {
        transform: scale(1.16);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes page_BannerLie {
    0% {
        height: 100%;
    }

    100% {
        height: 18px;
    }
}

@-webkit-keyframes page_BannerLie {
    0% {
        height: 100%;
    }

    100% {
        height: 18px;
    }
}

@-moz-keyframes page_BannerLie {
    0% {
        height: 100%;
    }

    100% {
        height: 18px;
    }
}
