﻿@charset "utf-8";

/*scrollbar*/


/*//自定义浏览器滚动条*/

body::-webkit-scrollbar,
.layers-table-list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

body::-webkit-scrollbar-track,
.layers-table-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

body::-webkit-scrollbar-thumb,
.layers-table-list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bg {
    background-color: #6a6f6d;
}

::-webkit-scrollbar-track-piece {
    width: 8px;
    background-color: #f8f8f8;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #2882e8;
}

::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #aeaeae;
}

    ::-webkit-scrollbar-thumb:hover {
        width: 8px;
        background-color: #2882e8;
    }

* {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-family: "微软雅黑";
    text-decoration: none;
    list-style: none;
}

html,
body {
    width: 100%;
    min-width: 1200px;
    max-width: 100%;
    background: #f2f2f4;
}

* {
    font-family: "Microsoft YaHei" !important;
}

strong {
    font-weight: inherit !important;
    font-size: 16px !important;
}
/*方案二*/

.banner_2 {
    width: 100%;
}

    .banner_2 img {
        max-width: 100%;
    }

    .banner_2 .swiper-slide .banner_img {
        width: 90%;
        min-width: 1200px;
        position: absolute;
        top: 38%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

        .banner_2 .swiper-slide .banner_img p {
            opacity: 0;
        }

    .banner_2 .swiper-slide-active .banner_img p {
        -webkit-animation: bt_up 1s ease-out;
        -ms-animation: bt_up 1s ease-out;
        -o-animation: bt_up 1s ease-out;
        -moz-animation: bt_up 1s ease-out;
        animation: bt_up 1s ease-out;
        -ms-animation-delay: 0.4s;
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        -o-animation-delay: 0.4s;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
    }

@keyframes bt_up {
    from {
        transform: translateY(50px);
        opacity: 1;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}


/**/

.index {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    margin-bottom: 75px;
}


/*方案二*/

.case2 {
    width: 90%;
    margin: 0 auto;
    min-width: 1200px;
    margin-top: 87px;
    position: relative;
    overflow: hidden;
}

    .case2 img {
        max-width: 100%;
    }

    .case2 .am-g .xy .pic_box,
    .case2 .am-g .xy .con_txt_box {
        opacity: 0;
    }

    .case2 .am-g .am-u-sm-6 .pic {
        text-align: center;
        overflow: hidden;
        display: inline-block;
    }

        .case2 .am-g .am-u-sm-6 .pic img {
            transition: all 10s ease-in-out;
            -moz-transition: all 10s ease-in-out;
            -ms-transition: all 10s ease-in-out;
            -webkit-transition: all 10s ease-in-out;
        }

        .case2 .am-g .am-u-sm-6 .pic:hover img {
            transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.1);
        }

    .case2 .am-g .am-u-sm-6 .title {
        background: url(../img/index/tbj.png) left no-repeat;
        padding-left: 40px;
        opacity: 0;
    }

        .case2 .am-g .am-u-sm-6 .title p {
            color: #333333;
            font-size: 44px;
            font-weight: bold;
        }

        .case2 .am-g .am-u-sm-6 .title span {
            color: #333333;
            font-size: 37.69px;
        }

    .case2 .am-g .am-u-sm-6 .content {
        margin: 55px 0px 40px 0px;
        opacity: 0;
    }

        .case2 .am-g .am-u-sm-6 .content p {
            color: #333333;
            font-size: 18px;
            line-height: 30px;
        }

    .case2 .am-g .am-u-sm-6 a {
        display: block;
        width: 135px;
        height: 40px;
        border-radius: 30px;
        border: 1px solid #646464;
        color: #646464;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -mos-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        opacity: 0;
    }

        .case2 .am-g .am-u-sm-6 a:hover {
            background: #ff0000;
            border-color: #ff0000;
            color: #FFFFFF;
        }

.case2_nav {
    width: 80%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #e5e5e5;
    padding: 20px;
}

    .case2_nav ul li {
        width: 19.5%;
        padding: 0px;
        margin: 0px;
        margin-right: 0.3333%;
        float: left;
        position: relative;
        border: 10px solid #e5e5e5;
    }

        .case2_nav ul li:last-child {
            margin-right: 0%;
        }

        .case2_nav ul li a {
            overflow: hidden;
            display: block;
            position: relative;
        }

            .case2_nav ul li a img {
                display: block;
                position: relative;
                transition: all 1s ease-in-out;
                -moz-transition: all 1s ease-in-out;
                -ms-transition: all 1s ease-in-out;
                -webkit-transition: all 1s ease-in-out;
            }

            .case2_nav ul li a p {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 90px;
                height: 40px;
                margin-left: -45px;
                margin-top: -20px;
                color: #FFFFFF;
                font-size: 30px;
                line-height: 1;
                opacity: 1;
            }

            .case2_nav ul li a div {
                position: absolute;
                background: #333;
                background: rgba(75, 75, 75, 0.4);
                width: 100%;
                height: 100%;
            }

                .case2_nav ul li a div img {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                }

        .case2_nav ul li:hover {
            border-color: rgba(210, 0, 0, 0.5);
        }

            .case2_nav ul li:hover a p {
                opacity: 0;
            }

            .case2_nav ul li:hover a > img {
                transform: scale(1.1);
                -moz-transform: scale(1.1);
                -mso-transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

.case2 .am-g .am-u-sm-12 .pic_box {
    opacity: 0;
}

.case2 .am-g .am-u-sm-12 .am-u-sm-6:first-child.active {
    -webkit-animation: sl_left 1.1s ease-out;
    -moz-animation: sl_left 1.1s ease-out;
    -o-animation: sl_left 1.1s ease-out;
    animation: sl_left 1.1s ease-out;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}

.case2 .active .title {
    -webkit-animation: sl_up 1.1s ease-out;
    -moz-animation: sl_up 1.1s ease-out;
    -o-animation: sl_up 1.1s ease-out;
    animation: sl_up 1.1s ease-out;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}

.case2 .active .content {
    -webkit-animation: sl_button 1.1s ease-out;
    -moz-animation: sl_button 1.1s ease-out;
    -o-animation: sl_button 1.1s ease-out;
    animation: sl_button 1.1s ease-out;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}

.case2 .active .con_txt a {
    -webkit-animation: sl_button 1.1s ease-out;
    -moz-animation: sl_button 1.1s ease-out;
    -o-animation: sl_button 1.1s ease-out;
    animation: sl_button 1.1s ease-out;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}

@keyframes sl_up {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes sl_button {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes sl_left {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}


/*end*/

.x2 {
    margin-top: 65px;
    background: url(../img/index/bj.png) no-repeat center;
    padding: 65px 0px;
}

    .x2 .x2_box {
        width: 90%;
        min-width: 1200px;
        margin: 0 auto;
    }

.x2_box > p span {
    color: #000000;
    font-size: 40px;
}

.x2_box > p font {
    color: #333333;
    font-size: 20px;
    text-transform: Uppercase;
}

.x2_box .group {
    margin-top: 48px;
    overflow: hidden;
}

    .x2_box .group .group_list {
        width: 20%;
        float: left;
    }

        .x2_box .group .group_list > a {
            display: block;
            position: relative;
            overflow: hidden;
        }

            .x2_box .group .group_list > a img {
                transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                -ms-transition: all 0.6s ease-in-out;
                -webkit-transition: all 0.6s ease-in-out;
            }

            .x2_box .group .group_list > a .group_list_lock {
                position: absolute;
                top: 0px;
                width: 100%;
                height: 100%;
                transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                -webkit-transition: all 0.4s ease-in-out;
                /*background: rgba(123,0,0,.2);*/
            }

                .x2_box .group .group_list > a .group_list_lock span {
                    display: block;
                    width: 140px;
                    height: 140px;
                    text-align: center;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-left: -70px;
                    margin-top: -70px;
                    color: #ffffff;
                    font-size: 36px;
                    border: 1px solid rgba(255, 255, 255, 0);
                    padding-top: 20px;
                    transition: all 0.4s ease-in-out;
                    -moz-transition: all 0.4s ease-in-out;
                    -ms-transition: all 0.4s ease-in-out;
                    -webkit-transition: all 0.4s ease-in-out;
                }

                .x2_box .group .group_list > a .group_list_lock img {
                    display: block;
                    position: absolute;
                    left: 50%;
                    margin-left: -27.5px;
                    bottom: -55px;
                    transition: all 0.4s ease-in-out;
                    -moz-transition: all 0.4s ease-in-out;
                    -ms-transition: all 0.4s ease-in-out;
                    -webkit-transition: all 0.4s ease-in-out;
                }

        .x2_box .group .group_list:hover > a img {
            transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.1);
        }

        .x2_box .group .group_list:hover > a .group_list_lock {
            background: rgba(123, 0, 0, .2);
        }

            .x2_box .group .group_list:hover > a .group_list_lock span {
                transform: translateY(-30px);
                -moz-transform: translateY(-30px);
                -ms-transform: translateY(-30px);
                -webkit-transform: translateY(-30px);
                border: 1px solid rgba(255, 255, 255, 0.5);
            }

            .x2_box .group .group_list:hover > a .group_list_lock img {
                bottom: 15%;
            }


/*-------------------*/

.x3 {
    width: 90%;
    margin: 0 auto;
    min-width: 1200px;
    margin-top: 75px;
}

    .x3 > h1 {
        font-size: 40px;
        color: #000000;
        font-weight: inherit;
    }

.x3_box {
    width: 100%;
    margin-top: 35px;
    overflow: hidden;
}

    .x3_box .list {
        width: 23%;
        margin-right: 2.555555555%;
        float: left;
    }

    .x3_box > .list {
        float: right;
        margin-right: 0px;
    }

    .x3_box .swiper-container {
        float: left;
        width: 76.65%;
    }

        .x3_box .swiper-container .list {
            width: 90%;
        }

    .x3_box .list a > div {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .x3_box .list a > div img {
            max-width: 100%;
            transition: all 0.6s ease-in-out;
            -moz-transition: all 0.6s ease-in-out;
            -ms-transition: all 0.6s ease-in-out;
            -webkit-transition: all 0.6s ease-in-out;
            height:290px;
        }

        .x3_box .list a > div > p {
            color: #333333;
            font-size: 18px;
            padding: 15px 0px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            border-bottom: 1px solid #d7d7d7;
            margin-bottom: 17px;
        }

        .x3_box .list a > div > span {
            color: #666666;
            font-size: 16px;
            display: block;
            width: 75%;
            float: left;
            height: 63px;
            overflow: hidden;
            transition: all 0.6s ease-in-out;
            -moz-transition: all 0.6s ease-in-out;
            -ms-transition: all 0.6s ease-in-out;
            -webkit-transition: all 0.6s ease-in-out;
        }

    .x3_box .list:hover a > div > span {
        transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -webkit-transform: translateX(10px);
    }

    .x3_box .list a > div > div {
        float: right;
        text-align: center;
    }

        .x3_box .list a > div > div p {
            color: #666666;
            font-size: 36px;
            font-weight: bold;
        }

        .x3_box .list a > div > div span {
            color: #666666;
            font-size: 12px;
        }

    .x3_box .list:hover a > div > div.time p,
    .x3_box .list:hover a > div > div.time span {
        color: #d20000;
    }

    .x3_box .list:nth-child(4) {
        float: right;
        margin-right: 0px;
    }

    .x3_box .list:hover a > div img {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    .x3_box .list:hover a > div > p {
        color: #d20000;
    }


/*集团简介*/

#about {
    padding-bottom: 50px;
}

.publicwidth .aleft {
    float: left;
    width: 57%;
}

.publicwidth .aright {
    float: right;
    width: 42%;
    padding-top: 55px;
}

.about_box .atitle {
    margin: 80px 0px;
}

    .about_box .atitle p {
        color: #141414;
        font-size: 48px;
        font-weight: bold;
        position: relative;
    }

        .about_box .atitle p::before {
            position: absolute;
            content: "";
            width: 86px;
            height: 2px;
            background: #d2d2d2;
            left: 0px;
            bottom: -20px;
        }

    .about_box .atitle span {
        color: #141414;
        font-size: 36px;
    }

.sol_pic {
    position: relative;
    margin-top: 70px;
    padding-left: 75px;
}

    .sol_pic .ico {
        position: absolute;
        width: 190px;
        height: 62px;
        background: url(../img/about/group/02.png) no-repeat center;
        top: 0px;
        z-index: 2;
        left: 57px;
        top: 25px;
        text-align: center;
        line-height: 45px;
    }

        .sol_pic .ico span {
            color: #ffffff;
            font-size: 24px;
        }

    .sol_pic .swiper-pagination {
        width: 100%;
        text-align: center;
    }

        .sol_pic .swiper-pagination span {
            width: 25px;
            height: 5px;
            background: #d2d2d2;
            border-radius: 0px;
            margin: 0px 5px;
        }

            .sol_pic .swiper-pagination span.swiper-pagination-bullet-active {
                background: #e50012;
            }

                .sol_pic .swiper-pagination span.swiper-pagination-bullet-active::after {
                    background: unset;
                }


/*企业文化*/

#culture > h3 {
    text-align: center;
    color: #333333;
    font-size: 36px;
    font-weight: inherit;
    margin-bottom: 80px;
}

.to_btn {
    /*居中*/
    align-items: center;
    display: -webkit-flex;
}

    .to_btn div {
        text-align: center;
        line-height: 200px;
        height: 200px;
        background: #e9e9e9;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        overflow: hidden;
    }

        .to_btn div img {
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            cursor: pointer;
        }

        .to_btn div p {
            font-size: 30px;
            color: #333333;
        }

    .to_btn .rz {
        width: 48%;
        float: left;
    }

    .to_btn .gc {
        width: 48%;
        float: right;
        margin-left: 4%;
    }

    .to_btn div:hover {
        background: #e50012;
        height: 255px;
        line-height: 150px;
    }

        .to_btn div:hover p {
            color: #FFFFFF;
        }

        .to_btn div:hover img {
            transform: translateY(-50px);
            -moz-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
            -webkit-transform: translateY(-50px);
        }

.culture_box {
    margin-top: 50px;
}

    .culture_box .culture_list > div {
        width: 50%;
    }

        .culture_box .culture_list > div img {
            width: 100%;
            transition: all 0.6s ease-in-out;
            -moz-transition: all 0.6s ease-in-out;
            -ms-transition: all 0.6s ease-in-out;
            -webkit-transition: all 0.6s ease-in-out;
        }

        .culture_box .culture_list > div:first-child {
            float: left;
            overflow: hidden;
        }

        .culture_box .culture_list > div:last-child {
            float: right;
            padding-top: 4%;
            padding-left: 5%;
        }

    .culture_box .culture_list:nth-child(2n) div:first-child {
        float: right;
    }

    .culture_box .culture_list:nth-child(2n) div:last-child {
        float: left;
    }

    .culture_box .culture_list > div p {
        color: #333333;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .culture_box .culture_list:hover > div img {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }


/*董事长致辞*/

.speech_box {
    padding: 2% 3%;
    background: url(../img/about/08.jpg) no-repeat center;
    overflow: hidden;
    background-size: 100% 100%;
}

    .speech_box .sp_i {
        float: left;
        width: 30%;
    }

    .speech_box .sp_t {
        float: right;
        width: 68%;
        padding-top: 20px;
        padding-left: 3%;
    }

        .speech_box .sp_t span {
            color: #333333;
            font-size: 30px;
        }

        .speech_box .sp_t p {
            color: #333333;
            font-size: 18px;
            margin-top: 20px;
            line-height: 30px;
        }


/*系统建设*/

#organize .org1 > p {
    color: #333333;
    font-size: 36px;
    text-align: center;
}

#organize .org1 .org1_box {
    margin-top: 50px;
}

    #organize .org1 .org1_box div {
        position: relative;
    }

        #organize .org1 .org1_box div p {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            color: #333333;
            font-size: 30px;
        }

            #organize .org1 .org1_box div p font {
                color: #d20000;
                font-size: 30px;
            }

    #organize .org1 .org1_box .left {
        float: left;
        width: 48%;
    }

    #organize .org1 .org1_box .right {
        float: right;
        width: 48%;
    }

#organize .org_pub_t {
    margin: 10px 0px 10px 0px;
}

    #organize .org_pub_t h1 {
        display: inline-block;
        color: #050505;
        font-size: 30px;
        font-weight: inherit;
        border-bottom: 2px solid #d20000;
        margin-bottom: 10px;
    }

    #organize .org_pub_t p {
        color: #454545;
        font-size: 18px;
    }

#organize .org2 {
    position: relative;
}

    #organize .org2 #og_img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

#organize .org3 .org3_list {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    float: left;
    position: relative;
    overflow: hidden;
}

    #organize .org3 .org3_list:nth-child(3n) {
        float: right;
        margin-right: 0px;
    }

    #organize .org3 .org3_list > p {
        position: absolute;
        width: 100%;
        height: 55px;
        line-height: 55px;
        text-align: center;
        color: #ffffff;
        font-size: 24px;
        bottom: 0px;
        background: rgba(229, 0, 18, 0.8);
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
    }

    #organize .org3 .org3_list > div.lock {
        position: absolute;
        top: 100%;
        width: 100%;
        height: 100%;
        background: rgba(229, 0, 18, 0.8);
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        text-align: center;
    }

        #organize .org3 .org3_list > div.lock > div {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 80%;
            transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
        }

        #organize .org3 .org3_list > div.lock h3 {
            color: #ffffff;
            font-size: 22px;
            font-weight: inherit;
            margin-bottom: 30px;
        }

        #organize .org3 .org3_list > div.lock p {
            color: #FFFFFF;
            font-size: 17px;
            margin-bottom: 10px;
        }

    #organize .org3 .org3_list:hover p {
        bottom: -60px;
    }

    #organize .org3 .org3_list:hover div.lock {
        top: 0%;
    }

#organize .org4 {
    margin-top: 30px;
}

    #organize .org4 .org4_list {
        width: 24%;
        float: left;
        margin-right: 1.333%;
        position: relative;
    }

        #organize .org4 .org4_list:nth-child(4n) {
            float: right;
            margin-right: 0px;
        }

        #organize .org4 .org4_list .org_lock_4 {
            position: absolute;
            top: 0px;
            bottom: 0px;
            right: 0px;
            left: 0px;
            background: rgba(0,0,0,.1);
            padding: 15% 30px;
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
        }

            #organize .org4 .org4_list .org_lock_4 p {
                font-size: 36px;
                color: #FFFFFF;
            }

            #organize .org4 .org4_list .org_lock_4 span {
                font-size: 20px;
                color: #FFFFFF;
                display: block;
                margin-top: 30%;
                transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                -webkit-transition: all 0.4s ease-in-out;
                opacity: 0;
            }

        #organize .org4 .org4_list:hover .org_lock_4 {
            background: rgba(243, 35, 41, 0.8)
        }

            #organize .org4 .org4_list:hover .org_lock_4 span {
                opacity: 1;
            }
/*资质荣誉*/


.honor_list {
    width: 23%;
    margin-right: 2.655555%;
    float: left;
    margin-bottom: 30px;
}

    .honor_list:nth-child(4n) {
        float: right;
        margin-right: 0px;
    }

    .honor_list figcaption {
        text-align: center;
        padding: 15px;
        font-size: 16px;
        color: #333333;
    }

    .honor_list a {
        display: block;
        overflow: hidden;
    }

        .honor_list a img {
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
        }

    .honor_list:hover a img {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    .honor_list:hover figcaption {
        color: #D20000;
    }


/*旗下产业西亚*/

.cy_box {
    width: 90%;
    min-height: 500px;
    margin: 0 auto;
    padding-top: 75px;
    margin-bottom: 80px;
    overflow: hidden;
}

    .cy_box .cy_left {
        width: 73%;
        float: left;
    }

        .cy_box .cy_left .cy_content > h1 {
            color: #1e1e1e;
            font-size: 48px;
            font-weight: bold;
            padding: 45px 0px;
        }

        .cy_box .cy_left .cy_link {
            align-items: center;
            display: -webkit-flex;
            margin: 60px 0px 30px 0px;
        }

            .cy_box .cy_left .cy_link img {
                float: left;
            }

            .cy_box .cy_left .cy_link > div {
                float: left;
                padding-left: 10px;
            }

                .cy_box .cy_left .cy_link > div span {
                    color: #333333;
                    display: block;
                    font-size: 18px;
                }

                .cy_box .cy_left .cy_link > div a {
                    color: #999999;
                    font-size: 16px;
                }

                    .cy_box .cy_left .cy_link > div a:hover {
                        color: #d20f00;
                    }

        .cy_box .cy_left .cy_pic {
            width: 100%;
        }

            .cy_box .cy_left .cy_pic .cy_pic_list {
                width: 48%;
                float: left;
                margin-right: 4%;
                margin-bottom: 30px;
                overflow: hidden;
            }

                .cy_box .cy_left .cy_pic .cy_pic_list:nth-child(2n) {
                    width: 48%;
                    float: right;
                    margin-right: 0px;
                }

                .cy_box .cy_left .cy_pic .cy_pic_list img {
                    transition: all 0.4s ease-in-out;
                    -moz-transition: all 0.4s ease-in-out;
                    -ms-transition: all 0.4s ease-in-out;
                    -webkit-transition: all 0.4s ease-in-out;
                }

                .cy_box .cy_left .cy_pic .cy_pic_list:hover img {
                    transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                }

        .cy_box .cy_left .cy_product {
            width: 100%;
        }

            .cy_box .cy_left .cy_product .cp_title {
                line-height: 50px;
                height: 50px;
                border-bottom: 1px solid #dfdfdf;
                margin-bottom: 40px;
            }

                .cy_box .cy_left .cy_product .cp_title span {
                    color: #000000;
                    font-size: 30px;
                    float: left;
                }

                .cy_box .cy_left .cy_product .cp_title a {
                    color: #333333;
                    font-size: 16px;
                    float: right;
                }

                    .cy_box .cy_left .cy_product .cp_title a:hover {
                        color: #d20f00;
                    }

            .cy_box .cy_left .cy_product .cyp_box {
                width: 100%;
            }

                .cy_box .cy_left .cy_product .cyp_box .cyp_list {
                    width: 32%;
                    margin-right: 2%;
                    float: left;
                }

                    .cy_box .cy_left .cy_product .cyp_box .cyp_list:nth-child(3n) {
                        width: 32%;
                        float: right;
                        margin-right: 0px;
                    }

                    .cy_box .cy_left .cy_product .cyp_box .cyp_list div {
                        overflow: hidden;
                    }

                        .cy_box .cy_left .cy_product .cyp_box .cyp_list div img {
                            transition: all 0.4s ease-in-out;
                            -moz-transition: all 0.4s ease-in-out;
                            -ms-transition: all 0.4s ease-in-out;
                            -webkit-transition: all 0.4s ease-in-out;
                        }

                    .cy_box .cy_left .cy_product .cyp_box .cyp_list p {
                        text-align: center;
                        padding: 10px 0px;
                        color: #333333;
                        font-size: 18px;
                    }

                    .cy_box .cy_left .cy_product .cyp_box .cyp_list div:hover img {
                        transform: scale(1.1);
                        -moz-transform: scale(1.1);
                        -ms-transform: scale(1.1);
                        -webkit-transform: scale(1.1);
                    }

    .cy_box .cy_right {
        width: 22%;
        float: right;
    }

        .cy_box .cy_right .cy_infor {
            width: 100%;
            border: 1px solid #dddddd;
            padding: 5px;
        }

            .cy_box .cy_right .cy_infor > span {
                display: block;
                color: #ffffff;
                font-size: 24px;
                height: 75px;
                line-height: 75px;
                background: #d92c0f;
                padding-left: 20px;
            }

            .cy_box .cy_right .cy_infor > p {
                padding-left: 20px;
                margin-top: 15px;
                color: #454545;
                font-size: 16px;
            }

                .cy_box .cy_right .cy_infor > p font {
                    display: block;
                    float: left;
                    width: 17%;
                }

                .cy_box .cy_right .cy_infor > p span {
                    display: block;
                    float: left;
                    width: 80%;
                }

                .cy_box .cy_right .cy_infor > p:nth-child(2) {
                    margin-top: 25px;
                }

                .cy_box .cy_right .cy_infor > p:last-child {
                    margin-bottom: 25px;
                }

        .cy_box .cy_right .rnews {
            width: 100%;
            margin-top: 45px;
        }

            .cy_box .cy_right .rnews .rtitle {
                width: 100%;
                height: 50px;
                line-height: 50px;
                background: #d92c0f;
                padding-left: 20px;
            }

                .cy_box .cy_right .rnews .rtitle span {
                    color: #ffffff;
                    font-size: 18px;
                }

                .cy_box .cy_right .rnews .rtitle a {
                    color: #ffffff;
                    font-size: 14px;
                    float: right;
                    margin-right: 20px;
                }

        .cy_box .cy_right .scroll_news {
            width: 100%;
            position: relative;
            margin: 20px 0px 35px 0px;
        }

            .cy_box .cy_right .scroll_news .swiper-pagination {
                width: 100%;
                text-align: right;
                bottom: 10px;
            }

                .cy_box .cy_right .scroll_news .swiper-pagination span {
                    margin: 0px 5px;
                }

                    .cy_box .cy_right .scroll_news .swiper-pagination span::before {
                        background: #FFFFFF;
                    }

                    .cy_box .cy_right .scroll_news .swiper-pagination span.swiper-pagination-bullet-active::after {
                        opacity: 0;
                    }

        .cy_box .cy_right .rlist_news ul li:first-child {
            border-top: none;
        }

        .cy_box .cy_right .rlist_news ul li {
            padding: 10px 0px;
        }

            .cy_box .cy_right .rlist_news ul li a {
                display: block;
                padding: 0px;
                margin: 0px;
            }

            .cy_box .cy_right .rlist_news ul li p {
                display: block;
                color: #333333;
                font-size: 16px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-bottom: 10px;
            }

            .cy_box .cy_right .rlist_news ul li span {
                color: #999999;
                font-size: 16px;
            }

            .cy_box .cy_right .rlist_news ul li a:hover p {
                color: #d20f00;
            }


    /*旗下产业依莱卡*/

    .cy_box .cy_left .cy_reason {
        text-align: center;
        margin: 30px 0px;
    }

        .cy_box .cy_left .cy_reason > h1 {
            color: #333333;
            font-size: 48px;
            font-weight: inherit;
        }

        .cy_box .cy_left .cy_reason > span {
            color: #333333;
            font-size: 26px;
            display: block;
            margin-bottom: 50px;
        }

        .cy_box .cy_left .cy_reason > p {
            color: #333333;
            font-size: 16px;
            margin-top: 20px;
        }

        .cy_box .cy_left .cy_reason .cy_topten {
            width: 100%;
            margin: 50px 0px;
        }

            .cy_box .cy_left .cy_reason .cy_topten > h1 {
                text-align: center;
                font-size: 36px;
                font-weight: inherit;
                margin-bottom: 50px;
            }

            .cy_box .cy_left .cy_reason .cy_topten .cytt_list {
                width: 17%;
                margin-right: 3.666666666%;
                text-align: center;
                float: left;
                margin-bottom: 50px;
            }

                .cy_box .cy_left .cy_reason .cy_topten .cytt_list img {
                    width: 60%;
                    display: block;
                    margin: 0 auto;
                }

                .cy_box .cy_left .cy_reason .cy_topten .cytt_list:nth-child(5n) {
                    float: right;
                    margin-right: 0px;
                }

                .cy_box .cy_left .cy_reason .cy_topten .cytt_list p {
                    font-size: 24px;
                    color: #333333;
                    padding: 8px 0px;
                }

                .cy_box .cy_left .cy_reason .cy_topten .cytt_list span {
                    font-size: 16px;
                    color: #999999;
                }


/*集团优势*/

#advantage {
    padding-top: 75px;
}

.adv_title {
    width: 100%;
}

    .adv_title span {
        color: #050505;
        font-size: 30px;
        margin-bottom: 10px;
        display: inline-block;
        border-bottom: 2px solid #d20000;
    }

    .adv_title p {
        color: #454545;
        font-size: 18px;
    }

        .adv_title p font {
            font-size: 20px;
            color: #e50013;
        }

.qyys {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

    .qyys .qyys_list {
        width: 19%;
        float: left;
        margin-right: 1.2%;
        margin-bottom: 30px;
    }

        .qyys .qyys_list div {
            overflow: hidden;
        }

        .qyys .qyys_list:nth-child(5) {
            float: right;
            margin-right: 0px;
        }

        .qyys .qyys_list p {
            color: #454545;
            font-size: 18px;
            padding: 15px 0px;
            text-align: center;
        }

        .qyys .qyys_list img {
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
        }

        .qyys .qyys_list:hover img {
            transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.1);
        }

        .qyys .qyys_list:hover p {
            color: #D20000;
        }

.zyys {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

    .zyys .zyys_list {
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-bottom: 30px;
    }

        .zyys .zyys_list:nth-child(2n) {
            float: right;
            margin-right: 0px;
        }

        .zyys .zyys_list div {
            overflow: hidden;
        }

        .zyys .zyys_list img {
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
        }

        .zyys .zyys_list:hover img {
            transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.1);
        }

        .zyys .zyys_list p {
            color: #333333;
            font-size: 18px;
            padding: 15px 0px;
            text-indent: 2em;
        }

            .zyys .zyys_list p font {
                color: #e23026;
                font-size: 18px;
            }

.jsys {
    width: 100%;
    margin: 80px 0px;
    margin-bottom: 0px;
}


    /*旋转木马必要样式*/

    .jsys .poster-main {
        position: relative;
        width: 1200px;
        height: 270px;
        margin: 0 auto;
    }

        .jsys .poster-main a,
        .poster-main img {
            display: block;
        }

        .jsys .poster-main .poster-list {
            width: 800px;
            height: 270px;
        }

            .jsys .poster-main .poster-list .poster-item {
                position: absolute;
                left: 0;
                top: 0;
            }

        .jsys .poster-main .poster-btn {
            position: absolute;
            top: 0;
            width: 100px;
            height: 270px;
            z-index: 10;
            cursor: pointer;
            opacity: 0.8
        }

        .jsys .poster-main .poster-prev-btn {
            left: -250px;
            background: url(../img/advantage/js/ico/02.png) no-repeat center center;
        }

        .jsys .poster-main .poster-next-btn {
            right: -250px;
            background: url(../img/advantage/js/ico/01.png) no-repeat center center;
        }

.sbys {
    width: 100%;
    margin: 80px 0px;
}

    .sbys img {
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .sbys .sbys_right .sbys_list,
    .sbys .sbys_left {
        position: relative;
        overflow: hidden;
    }

        .sbys .sbys_right .sbys_list p,
        .sbys .sbys_left p {
            position: absolute;
            width: 40%;
            height: 30px;
            background: rgba(229, 0, 19, 0.6);
            text-align: center;
            line-height: 30px;
            color: #FFFFFF;
            font-size: 14px;
            bottom: 10px;
        }

    .sbys .sbys_left {
        width: 31.36094674556213%;
        float: left;
    }

    .sbys .sbys_right {
        width: 67.33727810650888%;
        float: right;
    }

        .sbys .sbys_right .sbys_list {
            width: 49.2091388400703%;
            float: left;
            margin-bottom: 25px;
        }

            .sbys .sbys_right .sbys_list:nth-child(2n) {
                float: right;
            }

    .sbys img:hover {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

.td_title {
    width: 100%;
    height: 55px;
    line-height: 55px;
    margin: 20px 0px;
}

    .td_title span {
        width: 240px;
        height: 100%;
        display: block;
        float: left;
        background: #d20000;
        color: #FFFFFF;
        font-size: 26px;
        text-align: center;
    }

    .td_title div {
        position: relative;
        float: right;
        background: none;
    }

        .td_title div div {
            position: unset;
            width: auto;
            height: auto;
            margin: 0px;
            opacity: 1 !important;
        }

            .td_title div div.swiper-button-next {
                margin-right: 10px;
            }

.tdfc_scroll img {
    width: 100%;
}

.tdys_box {
    width: 100%;
}

    .tdys_box .td_bar {
        margin: 40px 0px;
    }

        .tdys_box .td_bar button {
            width: 200px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            color: #033333;
            font-size: 24px;
            float: left;
            margin-right: 20px;
            border: none;
            background: #ebebeb;
            outline: none;
        }

            .tdys_box .td_bar button.active,
            .tdys_box .td_bar button:hover {
                color: #FFFFFF;
                background: #e50012;
            }

    .tdys_box > p {
        color: #333333;
        font-size: 18px;
    }

.tdys_pic {
    margin-top: 50px;
    width: 100%;
    min-height: 400px;
}

    .tdys_pic .tdys_list {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
        float: left;
        overflow: hidden;
    }

        .tdys_pic .tdys_list div {
            overflow: hidden;
        }

        .tdys_pic .tdys_list p {
            text-align: center;
            padding: 15px 0px;
            font-size: 16px;
            color: #333333;
        }

        .tdys_pic .tdys_list:nth-child(3n) {
            float: right;
            margin-right: 0px;
        }

        .tdys_pic .tdys_list img {
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
        }

            .tdys_pic .tdys_list img:hover {
                transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }


/*产品中心*/

.sel_nav {
    width: 100%;
}

    .sel_nav .sel_line {
        width: 100%;
        border: 1px solid #EEEEEE;
        background-color: #fafafa;
    }

        .sel_nav .sel_line:first-child {
            border-bottom: none;
        }

        .sel_nav .sel_line label {
            display: block;
            height: 100%;
            width: 5%;
            float: left;
            padding: 15px 0px;
            color: #000000;
            font-size: 16px;
            text-align: center;
            background-color: #fafafa;
        }

        .sel_nav .sel_line ul {
            display: block;
            height: 100%;
            width: 95%;
            float: left;
            background-color: #FFFFFF;
        }

            .sel_nav .sel_line ul li {
                display: block;
                float: left;
                padding: 15px 0px;
            }

                .sel_nav .sel_line ul li a {
                    display: block;
                    font-size: 16px;
                    color: #333333;
                    padding: 0px 12px;
                }

                .sel_nav .sel_line ul li.active a,
                .sel_nav .sel_line ul li:hover a {
                    color: #e60404;
                }

#product .sel_pale {
    color: #333333;
    font-size: 16px;
    padding: 20px 0px;
}

    #product .sel_pale font {
        font-size: 16px;
        color: #ec0000;
    }

.product_box {
    width: 100%;
}

    .product_box .product_list {
        width: 24%;
        float: left;
        margin-right: 1.333333%;
        margin-bottom: 30px;
    }

        .product_box .product_list:nth-child(4n) {
            float: right;
            margin-right: 0px;
        }

        .product_box .product_list div {
            overflow: hidden;
            position:relative;
        }
.product_list .cinfor {
    position:absolute !important;
}
.product_box .product_list a {
    display: block;
}
            .product_box .product_list a div .p_lock {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 100%;
                background: rgba(255,255,255,0.3);
                justify-content: center;
                align-items: center;
                display: flex;
                transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                -webkit-transition: all 0.4s ease-in-out;
            }
                /*.product_box .product_list a div .p_lock div {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    -moz-transform: translate(-50%,-50%);
                    -ms-transform: translate(-50%,-50%);
                    -webkit-transform: translate(-50%,-50%);
                }*/
                .product_box .product_list a p {
                    color: #333333;
                    font-size: 18px;
                    text-align: center;
                    padding: 15px 0px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

        .product_box .product_list img {
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
        }

            .product_box .product_list img:hover {
                transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

        .product_box .product_list:hover p,
        .product_box .product_list:hover figcaption {
            color: #d20000;
        }
        .product_box .product_list:hover a div .p_lock {
            top: 0px;
        }
        /*产品详情页*/
        .p_back_list {
            position: absolute;
            padding: 200px 0px;
            top: 0px;
            bottom: 0px;
            width: 80px;
            background: #a6a6a6;
        }

    .p_back_list > div {
        position: fixed;
        top: 50%;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
    }

    .p_back_list a {
        display: block;
        width: 80px;
        height: 80px;
        text-align: center;
    }

        .p_back_list a:first-child {
            background: rgba(0, 0, 0, .2) url(../img/product/ico/left.png) no-repeat;
            background-position-y: 30px;
            background-position-x: center;
        }

        .p_back_list a:nth-child(2n) {
            background: rgba(0, 0, 0, .62);
            color: #FFFFFF;
            padding-top: 20px;
            font-size: 14px;
        }

        .p_back_list a:last-child {
            background: rgba(0, 0, 0, .2) url(../img/product/ico/right.png) no-repeat;
            background-position-y: 30px;
            background-position-x: center;
        }

        .p_back_list a:hover {
            background-position-y: -51px;
            color: #d20000;
        }

.pro_tit {
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    margin-bottom: 38px;
}

    .pro_tit p {
        width: 92.2%;
        height: 160px;
        line-height: 160px;
        float: right;
        color: #000000;
        font-size: 36px;
        font-weight: bold;
        background: #eeeeee;
        padding-left: 60px;
    }

.pro_show {
    width: 84.375%;
    margin: 0 auto;
    min-width: 1000px;
    padding-bottom: 100px;
    min-height: 800px;
}

    .pro_show .pro_infor .pro_roll img {
        max-width: 100%;
    }

    .pro_show .pro_infor .pro_roll {
        width: 50%;
        height: auto;
        float: left;
    }

        .pro_show .pro_infor .pro_roll .swiper-button-next,
        .pro_show .pro_infor .pro_roll .swiper-button-prev {
            top: 50%;
            width: 25px !important;
            height: 55px !important;
        }

        .pro_show .pro_infor .pro_roll .swiper-button-prev {
            left: 0px !important;
            background: #777679 url(../img/product/ico/left.png) no-repeat !important;
            background-position-x: center !important;
            background-position-y: 18px !important;
        }

        .pro_show .pro_infor .pro_roll .swiper-button-next {
            right: 0px !important;
            background: #777679 url(../img/product/ico/right.png) no-repeat !important;
            background-position-x: center !important;
            background-position-y: 18px !important;
        }

            .pro_show .pro_infor .pro_roll .swiper-button-next:hover,
            .pro_show .pro_infor .pro_roll .swiper-button-prev:hover {
                background-position-y: -64px !important;
            }

    .pro_show .pro_infor .pro_describe {
        width: 45%;
        float: right;
        height: auto;
        padding-top: 50px;
    }

.pro_describe > p {
    width: 100%;
    color: #333333;
    font-size: 30px;
    border-bottom: 1px dashed #DEDEDE;
    padding-bottom: 10px;
}

.pro_show .pro_infor .pro_describe .pro_des {
    min-height: 200px;
    max-height: 300px;
    margin-top: 30px;
}

    .pro_show .pro_infor .pro_describe .pro_des p {
        color: #333333;
        font-size: 16px;
        line-height: 25px;
    }

.bdsharebuttonbox {
    padding-bottom: 10px;
    /*border-bottom: 1px dashed #DEDEDE;*/
}

    .bdsharebuttonbox a:hover {
        opacity: 1 !important;
    }

.pro_show .pro_infor .pro_describe .hot_tel {
    width: 100%;
    height: 85px;
    line-height: 85px;
    background: #eeeeee;
    margin-top: 82px;
    color: #333333;
    font-size: 18px;
    padding-left: 32px;
}


/*询价窗口*/
.dia_f {
    width: 500px;
    padding: 20px 40px;
    border: 10px solid #ccc;
    position:relative
}
    .dia_f .clos {
        position: absolute;
        top: -25px;
        right: -25px;
        color: #ccc;
    }
        .dia_f .clos:hover {
            color: #d20000;
        }

        .dia_f #myform {
            width: 100%;
            text-align: left;
        }

        .dia_f #myform .form-group {
            margin-bottom: 30px;
        }

            .dia_f #myform .form-group label {
                float: left;
                width: 90px;
                font-size: 16px;
                font-weight: bold;
                color: #333333;
            }

            .dia_f #myform .form-group input {
                float: left;
                width: 289px;
                font-size: 14px;
                color: #333333;
                margin-left: 10px;
            }

            .dia_f #myform .form-group textarea {
                float: left;
                width: 289px;
                height: 110px;
                resize: none;
                font-size: 14px;
                color: #333333;
                margin-left: 10px;
            }

            .dia_f #myform .form-group:last-child {
                text-align: center;
                margin-bottom: 0px;
            }

                .dia_f #myform .form-group:last-child button {
                    width: 90px;
                    height: 25px;
                    text-align: center;
                    border: none;
                    line-height: 25px;
                    border-radius: 30px;
                    background: #d20000;
                    color: #ffffff;
                    outline:none
                }






@media only screen and (min-width: 100px) and (max-width: 1480px) {
    .pro_show .pro_infor .pro_describe {
        padding-top: 30px;
    }

        .pro_show .pro_infor .pro_describe .pro_des {
            min-height: auto;
            height: 100px;
            margin-top: 15px;
            margin-bottom: 15px;
            overflow: hidden;
            overflow-y: scroll;
        }

        .pro_show .pro_infor .pro_describe .hot_tel {
            margin-top: 44px;
        }
}

.pro_tabs {
    margin-top: 55px;
}

    .pro_tabs .am-tabs-nav {
        width: 100%;
        border-bottom: 1px dashed #DEDEDE;
        background: #FFFFFF;
    }

        .pro_tabs .am-tabs-nav li {
            background: #FFFFFF;
            padding: 0px 45px;
        }

            .pro_tabs .am-tabs-nav li a {
                font-size: 30px;
                height: 80px;
                display: block;
                line-height: 80px;
                text-align: center;
                position: relative;
            }

            .pro_tabs .am-tabs-nav li:first-child {
                padding-left: 0px;
            }

            .pro_tabs .am-tabs-nav li.am-active {
                background: #FFFFFF;
            }

                .pro_tabs .am-tabs-nav li.am-active a::before {
                    position: absolute;
                    content: "";
                    background: #d20000;
                    bottom: -1px;
                    width: 100%;
                    height: 2px;
                    left: 0px;
                }

    .pro_tabs .am-tabs {
        margin: 0px;
    }

    .pro_tabs .am-tabs-bd {
        border: none;
        padding-top: 30px;
    }

        .pro_tabs .am-tabs-bd > div {
            padding: 0px;
            margin: 0px;
        }

            .pro_tabs .am-tabs-bd > div p {
                font-size: 16px;
                color: #333333;
                line-height: 25px;
            }

        .pro_tabs .am-tabs-bd .relevant {
            margin-top: 0px;
        }

            .pro_tabs .am-tabs-bd .relevant .relevant_box {
                padding-top: 10px;
            }

.relevant {
    margin-top: 100px;
}

    .relevant > p {
        color: #333333;
        font-size: 30px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #DEDEDE;
    }

    .relevant .relevant_box {
        width: 100%;
        padding-top: 30px;
    }

        .relevant .relevant_box .relevant_list {
            width: 24%;
            float: left;
            margin-right: 1.222%;
        }

            .relevant .relevant_box .relevant_list:nth-child(4n) {
                float: right;
                margin-right: 0px;
            }

            .relevant .relevant_box .relevant_list img {
                max-width: 100%;
                transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                -ms-transition: all 0.6s ease-in-out;
                -webkit-transition: all 0.6s ease-in-out;
            }

            .relevant .relevant_box .relevant_list a > div {
                overflow: hidden
            }

            .relevant .relevant_box .relevant_list p {
                color: #333333;
                font-size: 17.25px;
                padding: 10px 0px;
                text-align: center;
            }

            .relevant .relevant_box .relevant_list a:hover img {
                transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

            .relevant .relevant_box .relevant_list a:hover p {
                color: #d20000;
            }







/*战略合作*/

.strategy_box {
    width: 100%;
}

    .strategy_box .strategy_list {
        width: 24%;
        margin-right: 1.2333%;
        float: left;
        margin-bottom: 30px;
    }

        .strategy_box .strategy_list:nth-child(4n) {
            float: right;
            margin-right: 0px;
        }

        .strategy_box .strategy_list figcaption {
            padding: 15px 0px;
            font-size: 16px;
            color: #333333;
            text-align: center;
        }

.assist_box {
    width: 100%;
}

    .assist_box .assist_list {
        width: 32%;
        margin-right: 1.23333%;
        float: left;
        margin-bottom: 30px;
    }

        .assist_box .assist_list:nth-child(3n) {
            float: right;
            margin-right: 0px;
        }

        .assist_box .assist_list figcaption {
            padding: 15px 0px;
            font-size: 16px;
            color: #333333;
            text-align: center;
        }

        .strategy_box .strategy_list a,
        .assist_box .assist_list a {
            display: block;
            overflow: hidden;
        }

        .strategy_box .strategy_list img,
        .assist_box .assist_list img {
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
        }

            .strategy_box .strategy_list img:hover,
            .assist_box .assist_list img:hover {
                transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

        .strategy_box .strategy_list:hover figcaption,
        .assist_box .assist_list:hover figcaption {
            color: #D20000;
        }

.partner_box {
    width: 100%;
}

    .partner_box .partner_list {
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-bottom: 30px;
    }

        .partner_box .partner_list:nth-child(2n) {
            float: right;
            margin-right: 0px;
        }

        .partner_box .partner_list a {
            display: block;
        }

            .partner_box .partner_list a div {
                overflow: hidden;
            }

                .partner_box .partner_list a div img {
                    transition: all 0.4s ease-in-out;
                    -moz-transition: all 0.4s ease-in-out;
                    -ms-transition: all 0.4s ease-in-out;
                    -webkit-transition: all 0.4s ease-in-out;
                }

            .partner_box .partner_list a:hover div img {
                transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

        .partner_box .partner_list p {
            color: #333333;
            font-size: 20px;
            padding: 15px 0px;
        }

        .partner_box .partner_list span {
            color: #454545;
            font-size: 16px;
            display: block;
        }

        .partner_box .partner_list font {
            display: block;
            color: #a2a2a2;
            padding-top: 10px;
            font-size: 16px;
        }

        .partner_box .partner_list a:hover p {
            color: #d20000;
        }


/*新闻内页*/

.news_show_box {
    width: 90%;
    margin: 0 auto;
    font-size: 0px;
    margin-top: 50px;
    margin-bottom: 60px;
    min-width: 1200px;
}

    .news_show_box > div {
        display: inline-block;
        float: left;
        height: 100%;
    }

    .news_show_box .context {
        width: 70%;
    }

        .news_show_box .context img {
            max-width: 100%;
            width: auto !important;
            height: auto !important;
        }

        .news_show_box .context .c_title {
            position: relative;
            border-bottom: 1px solid #e5e5e5;
        }

            .news_show_box .context .c_title p:nth-child(2) {
                padding: 33px 0px 35px 0px;
            }

                .news_show_box .context .c_title p:nth-child(2) span {
                    display: inline-block;
                    height: 20px;
                    line-height: 20px;
                }

                    .news_show_box .context .c_title p:nth-child(2) span img {
                        display: inline-block;
                        float: left;
                    }

            .news_show_box .context .c_title .bdsharebuttonbox {
                position: absolute;
                right: 200px;
                bottom: 30px;
            }

            .news_show_box .context .c_title > p:first-child {
                color: #333333;
                font-size: 30px;
            }

        .news_show_box .context .con_box {
            min-height: 500px;
            padding-top: 30px;
        }

            .news_show_box .context .con_box span,
            .news_show_box .context .con_box p,
            .news_show_box .context .con_box p span {
                font-size: 16px;
                color: #333333;
                line-height: 30px;
            }

        .news_show_box .context .back_list ul li:first-child {
            margin: 43px 0px;
        }

        .news_show_box .context .back_list ul li {
            margin: 10px 0px;
        }

        .news_show_box .context .back_list a {
            color: #666666;
            font-size: 14px;
        }

        .news_show_box .context .back_list ul li a:hover {
            color: #d20000;
        }

    .news_show_box .hot {
        width: 25%;
        float: right;
        height: 500px;
        padding-top: 9px;
    }

        .news_show_box .hot > p:first-child {
            width: 100%;
            padding: 16px;
            text-indent: 1em;
            background: #d20000;
            color: #FFFFFF;
            font-size: 16px;
            font-weight: bold;
        }

        .news_show_box .hot .hot_scroll {
            margin-top: 25px;
        }

        .news_show_box .hot .swiper-container .swiper-slide img {
            width: 100%;
            max-width: 100%;
        }

        .news_show_box .hot .hot_list ul li {
            border-bottom: 1px solid #e5e5e5;
            padding: 15px 0px;
        }

            .news_show_box .hot .hot_list ul li a p {
                color: #333333;
                font-size: 16px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .news_show_box .hot .hot_list ul li a span {
                color: #999999;
                font-size: 16px;
            }

            .news_show_box .hot .hot_list ul li:hover a p {
                color: #d20000;
            }

.back_news {
    position: absolute;
    right: 0px;
    bottom: 35px;
}

    .back_news a {
        color: #333333;
        font-size: 18px;
        font-weight: bold;
        background: url(../img/news/ico/01.png) no-repeat;
        background-position-y: center;
        background-position-x: left;
        padding-left: 20px;
    }


/*营销网络*/

.network_box {
    width: 100%;
}

.net_title {
}

    .net_title p {
        color: #333333;
        font-size: 36px;
    }

    .net_title span {
        color: #333333;
        font-size: 18px;
        display: block;
        padding: 2px 0px;
    }

.sel_from {
    margin-top: 50px;
}

    .sel_from .sel_type div {
        width: 240px;
        height: 50px;
        display: block;
        float: left;
        text-align: center;
        line-height: 50px;
        margin-right: 20px;
        position: relative;
    }

        .sel_from .sel_type div label {
            display: block;
            background: #9a9a9a;
            color: #F5F5F5;
            font-size: 18px;
            position: relative;
        }

        .sel_from .sel_type div input {
            position: absolute;
            z-index: 5;
            display: block;
            width: 100%;
            height: 100%;
            top: 0px;
            opacity: 0;
        }

            .sel_from .sel_type div input[type='radio']:checked + label {
                background: #d20f00;
            }

.sel_addr {
    margin-top: 30px;
}

    .sel_addr .am-selected {
        width: 360px;
        height: 45px;
    }

    .sel_addr .am-selected-btn {
        height: 45px;
    }

    .sel_addr .am-selected-status {
        color: #333333;
        font-size: 16px;
    }

.sel_from .sel_type div:hover label {
    background: red;
}

.sel_addr #city_1 select.city {
    display: none;
}

.sel_addr .am-btn-danger {
    width: 315px;
    height: 45px;
}

.sresult {
    color: #666666;
    font-size: 16px;
    padding: 40px 0px 0px 15px;
}

    .sresult span {
        color: #333333;
        font-size: 16px;
    }

    .sresult font {
        color: #ff0000;
        font-size: 16px;
    }

.region {
    width: 100%;
    margin-top: 30px;
}

    .region .ntmap {
        width: 72%;
        float: left;
        background: #f5f5f5;
        padding: 30px;
    }

#allmap {
    width: 100%;
    height: 760px;
    border: 1px solid #EEEEEE;
}

    #allmap img {
        max-width: none;
    }

.region .scoll_list {
    width: 25%;
    float: right;
    background: #f5f5f5;
    padding: 30px 0px;
    margin-top: -732px;
}

.scoll_list .box {
    width: 100%;
    height: 760px;
    padding: 0;
    overflow: hidden;
}

    .scoll_list .box .scroll_list {
        width: 100%;
        position: relative;
        padding: 10px 30px;
        margin-bottom: 20px;
    }

        .scoll_list .box .scroll_list a {
            display: block;
        }

            .scoll_list .box .scroll_list a h1 {
                color: #333333;
                font-size: 20px;
                font-weight: bold;
                align-items: center;
                display: -webkit-flex;
                padding-bottom: 10px;
                margin-bottom: 10px;
                border-bottom: 1px solid #dedede;
                background: url(../img/network/01.png) no-repeat left;
                background-position-y: 0px;
                text-indent: 2em;
            }

            .scoll_list .box .scroll_list a p {
                margin-top: 5px;
                color: #333333;
                font-size: 16px;
                line-height: 25px;
            }

        .scoll_list .box .scroll_list:hover,
        .scoll_list .box .scroll_list.active {
            background: #d20000;
        }

            .scoll_list .box .scroll_list:hover a p,
            .scoll_list .box .scroll_list.active a p {
                color: #FFFFFF;
            }

            .scoll_list .box .scroll_list:hover a h1,
            .scoll_list .box .scroll_list.active a h1 {
                background: url(../img/network/02.png) no-repeat left;
                background-position-y: 0px;
                color: #FFFFFF;
            }


/*工程案例*/

.c_sel .am-selected {
    width: 435px;
    height: 48px;
}

.c_sel .am-selected-btn.am-btn-default {
    height: 48px;
}

.c_sel form button.c_sub {
    width: 315px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    outline: none;
    background: #d20000;
    font-size: 16px;
}

.c_title {
    color: #666666;
    font-size: 14px;
    padding: 30px 0px;
}

    .c_title font {
        color: #fa0000;
        font-size: 14px;
    }

.case_box {
    width: 100%;
    background: #f7f7f7;
}

    .case_box .case_left {
        width: 24%;
        float: left;
    }

    .case_box .case_left {
        padding: 30px 0px;
    }

        .case_box .case_left .box {
            width: 100%;
            height: 800px;
            padding: 0;
            overflow: hidden;
            padding: 0px 30px;
        }

            .case_box .case_left .box .scroll_list a {
                display: block;
                width: 100%;
                color: #333333;
                font-size: 18px;
                text-indent: 2.5em;
                height: 92px;
                line-height: 92px;
                background: url(../img/case/01.png) no-repeat center left;
                border-bottom: 1px solid #dedede;
                background-position-x: 7px;
            }

                .case_box .case_left .box .scroll_list a:hover,
                .case_box .case_left .box .scroll_list a.active {
                    color: #e50013;
                    background: url(../img/case/02.png) no-repeat center left;
                    background-position-x: 7px;
                }

    .case_box .case_right {
        width: 75%;
        float: right;
        padding: 65px 120px;
    }

        .case_box .case_right p {
            font-size: 16px;
        }

        .case_box .case_right .case_right_img {
            position: relative;
        }

            .case_box .case_right .case_right_img img.show_max_pic {
                width: 100%;
            }

            .case_box .case_right .case_right_img .scorl_img {
                position: absolute;
                width: 100%;
                bottom: 2%;
            }

                .case_box .case_right .case_right_img .scorl_img .scorl_img_box {
                    width: 100%;
                }

                    .case_box .case_right .case_right_img .scorl_img .scorl_img_box div {
                        width: 14%;
                        margin-right: 2.5%;
                        float: right;
                        border: 4px solid rgba(255, 255, 255, .5);
                        vertical-align: top;
                        transition: all 0.2s ease-in-out;
                        -moz-transition: all 0.2s ease-in-out;
                        -ms-transition: all 0.2s ease-in-out;
                        -webkit-transition: all 0.2s ease-in-out;
                    }

                        .case_box .case_right .case_right_img .scorl_img .scorl_img_box div:hover,
                        .case_box .case_right .case_right_img .scorl_img .scorl_img_box div.active {
                            border: 4px solid rgba(255, 255, 255, .9);
                            transform: translateY(-10px);
                        }

                        .case_box .case_right .case_right_img .scorl_img .scorl_img_box div img {
                            cursor: pointer;
                        }

.case_right > h1 {
    color: #141414;
    font-size: 30px;
    padding: 25px 0px;
    border-bottom: 1px solid #d7d7d7;
}

.case_right div.case_right_con {
    padding-top: 40px;
}

    .case_right div.case_right_con p {
        color: #333333;
        font-size: 16px;
        margin-bottom: 10px;
    }


/*新闻*/

.news_box {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}

    .news_box img {
        max-width: 100%;
    }

    .news_box .x5 {
        font-size: 0px;
        margin-top: 55px;
    }

        .news_box .x5 > div {
            display: inline-block;
            vertical-align: top;
            font-size: 14px;
        }

        .news_box .x5 .news_scroll {
            width: 40%;
        }

            .news_box .x5 .news_scroll .swiper-container .swiper-slide a p {
                display: block;
                position: absolute;
                bottom: 0px;
                padding: 20px 0px;
                width: 100%;
                padding-left: 2em;
                color: #FFFFFF;
                font-size: 16px;
                background: rgba(0, 0, 0, 0.6);
            }

        .news_box .x5 .news_t {
            width: 55%;
            float: right;
        }

            .news_box .x5 .news_t ul li {
                border-bottom: 1px solid #e5e5e5;
            }

                .news_box .x5 .news_t ul li a p {
                    color: #333333;
                    font-size: 20px;
                    display: block;
                    padding-top: 10px;
                    padding-bottom: 5px;
                    transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -ms-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                }

                .news_box .x5 .news_t ul li a span,
                .news_box .x5 .news_t ul li a span p {
                    color: #333333;
                    font-size: 14px;
                }

                .news_box .x5 .news_t ul li a font {
                    display: block;
                    color: #888888;
                    font-size: 14px;
                    padding: 18px 0px;
                }

                .news_box .x5 .news_t ul li:hover a > p {
                    color: #D20000;
                    font-weight: bold;
                }

    .news_box .x4 {
        width: 100%;
        font-size: 0px;
        margin-top: 55px;
    }

        .news_box .x4 .list {
            margin-bottom: 30px;
        }

            .news_box .x4 .list:nth-child(4n) {
                float: right;
                margin-right: 0px;
            }

.x4_box {
    width: 100%;
    margin-top: 35px;
}

    .x4_box .list {
        width: 23%;
        margin-right: 2.555555555%;
        float: left;
    }

        .x4_box .list a > div {
            width: 100%;
            height: auto;
            overflow: hidden;
        }

            .x4_box .list a > div img {
                max-width: 100%;
                transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                -ms-transition: all 0.6s ease-in-out;
                -webkit-transition: all 0.6s ease-in-out;
                height:290px;
                overflow:hidden;
            }

            .x4_box .list a > div > p {
                color: #333333;
                font-size: 18px;
                padding: 15px 0px;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                border-bottom: 1px solid #d7d7d7;
                margin-bottom: 17px;
            }

            .x4_box .list a > div > span {
                color: #666666;
                font-size: 16px;
                display: block;
                width: 85%;
                float: left;
                height: 48px;
                overflow: hidden;
                transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                -ms-transition: all 0.6s ease-in-out;
                -webkit-transition: all 0.6s ease-in-out;
            }

        .x4_box .list:hover a > div > span {
            transform: translateX(10px);
            -moz-transform: translateX(10px);
            -ms-transform: translateX(10px);
            -webkit-transform: translateX(10px);
        }

        .x4_box .list a > div > div {
            float: right;
            text-align: center;
        }

            .x4_box .list a > div > div p {
                color: #666666;
                font-size: 36px;
                font-weight: bold;
            }

            .x4_box .list a > div > div span {
                color: #666666;
                font-size: 12px;
            }

        .x4_box .list:hover a > div > div.time p,
        .x4_box .list:hover a > div > div.time span {
            color: #D20000;
        }

        .x4_box .list:nth-child(4) {
            float: right;
            margin-right: 0px;
        }

        .x4_box .list:hover a > div img {
            transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.1);
        }

        .x4_box .list:hover a > div > p {
            color: #D20000;
        }


/*社会责任*/

.sociology_box {
    width: 100%;
}

    .sociology_box .soc_list {
        width: 100%;
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #EEEEEE;
    }

        .sociology_box .soc_list a {
            display: block;
            width: 100%;
        }

            .sociology_box .soc_list a div:first-child {
                width: 19%;
                float: left;
                overflow: hidden;
            }

                .sociology_box .soc_list a div:first-child img {
                    transition: all 0.4s ease-in-out;
                    -moz-transition: all 0.4s ease-in-out;
                    -ms-transition: all 0.4s ease-in-out;
                    -webkit-transition: all 0.4s ease-in-out;
                }

            .sociology_box .soc_list a div:last-child {
                width: 79%;
                float: right;
                padding: 1.5% 0px;
            }

                .sociology_box .soc_list a div:last-child h1 {
                    color: #333333;
                    font-size: 20px;
                    font-weight: inherit;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap
                }

                .sociology_box .soc_list a div:last-child p {
                    color: #666666;
                    font-size: 16px;
                    line-height: 25px;
                    padding: 10px 0px;
                }

                .sociology_box .soc_list a div:last-child span {
                    color: #999999;
                    font-size: 16px;
                    display: block;
                }

                .sociology_box .soc_list a div:last-child font {
                    color: #999999;
                    font-size: 14px;
                    display: block;
                    margin-top: 30px;
                    position: relative;
                    transition: all 0.4s ease-in-out;
                    -moz-transition: all 0.4s ease-in-out;
                    -ms-transition: all 0.4s ease-in-out;
                    -webkit-transition: all 0.4s ease-in-out;
                }

                    .sociology_box .soc_list a div:last-child font::before {
                        position: absolute;
                        content: '';
                        width: 10px;
                        height: 1px;
                        left: 0px;
                        top: 50%;
                        margin-top: -1px;
                        transition: all 0.4s ease-in-out;
                        -moz-transition: all 0.4s ease-in-out;
                        -ms-transition: all 0.4s ease-in-out;
                        -webkit-transition: all 0.4s ease-in-out;
                    }

        .sociology_box .soc_list:hover img {
            transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.1);
        }

        .sociology_box .soc_list:hover a div:last-child h1 {
            color: #D20000;
        }

        .sociology_box .soc_list:hover a div:last-child font {
            padding-left: 160px;
        }

            .sociology_box .soc_list:hover a div:last-child font::before {
                padding-left: 130px;
                background: #D20000;
            }

#sociology11 {
    width: 68.75%;
    min-width: 1200px;
    margin: 80px auto;
}

.sociology11_box .sc_list {
    width: 32.57575757575758%;
    margin-right: 1.06060606060606%;
    float: left;
    margin-bottom: 30px;
    position: relative;
}

    .sociology11_box .sc_list:nth-child(3n) {
        float: right;
        margin-right: 0px;
    }

    .sociology11_box .sc_list .sc_lock {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        padding: 10%;
        background: rgba(0, 0, 0, .1);
        padding-top: 15%;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
    }

        .sociology11_box .sc_list .sc_lock img:nth-child(1) {
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
        }

        .sociology11_box .sc_list .sc_lock p:nth-child(2) {
            color: #FFFFFF;
            font-size: 36px;
            padding-top: 22px;
            padding-bottom: 15px;
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
        }

        .sociology11_box .sc_list .sc_lock p:nth-child(3) {
            color: #ffffff;
            font-size: 16px;
            position: relative;
            margin-bottom: 50px;
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
        }

            .sociology11_box .sc_list .sc_lock p:nth-child(3)::before {
                position: absolute;
                content: "";
                width: 35px;
                height: 1px;
                background: #FFFFFF;
                top: 30px;
                transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                -webkit-transition: all 0.4s ease-in-out;
            }

        .sociology11_box .sc_list .sc_lock span {
            color: #FFFFFF;
            font-size: 16px;
            opacity: 0;
            cursor: default;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
        }

        .sociology11_box .sc_list .sc_lock font {
            color: #FFFFFF;
            font-size: 12px;
            position: absolute;
            bottom: 5%;
            left: 10%;
            opacity: 0;
            cursor: default;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
        }

    .sociology11_box .sc_list:hover .sc_lock img:nth-child(1) {
        transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }

    .sociology11_box .sc_list:hover .sc_lock {
        background: rgba(243, 35, 41, 0.9);
    }

        .sociology11_box .sc_list:hover .sc_lock span {
            cursor: auto;
            opacity: 1;
        }

        .sociology11_box .sc_list:hover .sc_lock font {
            cursor: auto;
            opacity: 1;
        }

        .sociology11_box .sc_list:hover .sc_lock p:nth-child(2) {
            transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
        }

        .sociology11_box .sc_list:hover .sc_lock p:nth-child(3) {
            transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
        }

            .sociology11_box .sc_list:hover .sc_lock p:nth-child(3)::before {
                transform: rotateZ(20deg);
            }


/*联系我们*/

#contact > h1 {
    text-align: center;
    color: #333333;
    font-size: 36px;
    font-weight: inherit;
}

.contact {
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    padding-top: 55px;
    margin-bottom: 100px;
    min-height: 500px;
}

    .contact .map {
        width: 55%;
        float: left;
        min-height: 300px;
    }

#map img {
    max-width: none;
}

#map {
    width: 100%;
    height: 658px;
}

.contact .contact_t {
    width: 100%;
   
    min-height: 300px;
    text-align:center;
}

.qrcode > div {
     
    text-align: center;
    margin-top: 55px;
    margin-bottom: 40px;
}

    .qrcode > div:nth-child(1) {
        margin-right: 40px;
    }

.contact_t div.addre p {
    margin-bottom: 20px;
}

.contact_t div.addre > span {
    color: #e62129;
    font-size: 30px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

.contact_t div.addre p font {
    color: #333333;
    font-size: 16px;
}

.contact_t div.addre p span {
    color: #333333;
    font-size: 16px;
}


/*在线留言*/

.message {
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    margin-bottom: 100px;
    min-height: 500px;
}

.msg .tow_title {
    color: #1A1A1A;
    font-size: 36px;
    text-align: center;
    display: block;
    margin: 20px 0px 62px 0px;
}

.msg .message_box {
    /*height: 670px;*/
    background: #f0f0f0;
    margin-bottom: 50px;
    padding: 65px 85px;
    width: 90%;
    margin: 0 auto;
}

    .msg .message_box .msg_t {
        height: 50px;
        width: 100%;
        line-height: 50px;
        border-bottom: 1px solid #cfcfcf;
    }

        .msg .message_box .msg_t > span:first-child {
            color: #D20000;
            font-size: 18px;
            font-weight: bold;
            padding-left: 10px;
            position: relative;
        }

            .msg .message_box .msg_t > span:first-child::before {
                position: absolute;
                content: "";
                height: 100%;
                width: 3px;
                background: #D20000;
                top: 0px;
                left: 0px;
            }

        .msg .message_box .msg_t > span:last-child {
            float: right;
            color: #333333;
            font-size: 16px;
        }

            .msg .message_box .msg_t > span:last-child font {
                color: #ff0000;
            }

    .msg .message_box .am-u-sm-6,
    .msg .message_box .am-u-sm-12,
    .msg .message_box .am-u-sm-12 .am-g {
        padding: 0px;
        margin: 0px;
    }

    .msg .message_box .am-u-sm-6 {
        height: 40px;
        line-height: 40px;
        margin-top: 50px;
    }

        .msg .message_box .am-u-sm-6 input {
            width: 89%;
            height: 100%;
            background: none;
            border: none;
            outline: none;
            border-bottom: 1px solid #cfcfcf;
            text-indent: 2em;
        }

        .msg .message_box .am-u-sm-6 label {
            font-size: 16px;
            color: #333333;
        }

        .msg .message_box .am-u-sm-6 font {
            color: #ff0000;
        }

.message_box form > .am-g:nth-child(3) {
    margin-top: 50px;
}

    .message_box form > .am-g:nth-child(3) label {
        font-size: 16px;
        color: #333333;
    }

    .message_box form > .am-g:nth-child(3) font {
        color: #ff0000;
    }

    .message_box form > .am-g:nth-child(3) textarea {
        width: 94%;
        min-height: 185px;
        background: none;
        border: none;
        outline: none;
        border-bottom: 1px solid #cfcfcf;
        text-indent: 2em;
        resize: none;
    }

.message_box form .btn button {
    width: 230px;
    height: 45px;
    border: none;
    outline: none;
    background: #d2d0d0;
    margin-right: 15px;
    color: #4c4c4c;
    font-size: 16px;
    margin-top: 35px;
}

    .message_box form .btn button:first-child {
        background: #D20000;
        color: #FEFEFE;
        margin-left: 46.94px;
    }


/*人才招聘*/

.job {
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    margin-bottom: 100px;
    min-height: 500px;
}

.job_box > p {
    color: #333333;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.job_box > span {
    display: block;
    color: #333333;
    font-size: 16px;
    text-align: center;
    margin-bottom: 55px;
}

.job_list {
    margin-bottom: 100px;
}

    .job_list .t .am-u-sm-2,
    .job_list .t .am-u-sm-4 {
        background: #D20000;
        text-align: center;
        padding: 15px 0px;
        color: #FFFFFF;
        font-size: 18px;
    }

        .job_list .t .am-u-sm-2 > a,
        .job_list .t .am-u-sm-4 > a {
            display: inline-block;
            width: 140px;
            height: 35px;
            line-height: 35px;
            font-size: 14px;
            color: #333333;
            background: #e2e1de;
            margin-top: -20px;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

    .job_list .am-accordion {
        padding: 0px;
        margin: 0px;
    }

        .job_list .am-accordion .am-accordion-title {
            padding: 0px;
            margin: 0px;
            border: none;
        }

            .job_list .am-accordion .am-accordion-title .t .am-u-sm-2,
            .job_list .am-accordion .am-accordion-title .t .am-u-sm-4 {
                background: #FFFFFF;
                color: #333333;
            }

        .job_list .am-accordion .am-accordion-item {
            border: none;
            border-bottom: 1px solid #DDD;
        }

        .job_list .am-accordion .am-active .am-accordion-title {
            border-bottom: 1px solid #DDD;
            background: #FFFFFF;
            padding: 0px;
            margin: 0px;
        }

        .job_list .am-accordion .am-active .t .am-u-sm-2 a {
            background: #D20000 !important;
            color: #FFFFFF !important;
        }

        .job_list .am-accordion .am-accordion-content {
            padding-left: 60px;
            min-height: 300px;
        }

.apply {
    display: block;
    width: 140px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #333333;
    margin-top: 30px;
    background: #e2e1de;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .apply:hover {
        background: #D20000;
        color: #FFFFFF;
    }

.job .rcll {
    width: 82.72189349112426%;
    margin: 100px auto;
    overflow: hidden;
}

.job .rcll_list {
    width: 20%;
    margin-right: 6.555555%;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

    .job .rcll_list:nth-child(4n) {
        float: right;
        margin-right: 0px;
    }

    .job .rcll_list .rlock {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        border-radius: 50%;
        align-items: center;
        display: -webkit-flex;
        text-align: center;
        background: rgba(0, 0, 0, .5);
    }

        .job .rcll_list .rlock span {
            display: block;
            width: 100%;
            color: #FFFFFF;
            font-size: 36px;
        }

.job .job_switch {
    position: relative;
    margin-bottom: 80px;
}

.job_switch .check_btns {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

    .job_switch .check_btns a {
        display: inline-block;
        width: 213px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #333333;
        font-size: 16px;
        background: rgba(255, 255, 255, 0.5);
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        position: relative;
        outline: none;
    }

        .job_switch .check_btns a::before {
            position: absolute;
            content: '';
            width: 10px;
            height: 10px;
            left: 50%;
            margin-top: -5px;
            bottom: -5px;
            transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
        }

        .job_switch .check_btns a:first-child {
            margin-right: 196px;
        }

        .job_switch .check_btns a.active,
        .job_switch .check_btns a:hover {
            background: rgba(226, 49, 39, 0.9);
            color: #FFFFFF;
        }

            .job_switch .check_btns a.active::before,
            .job_switch .check_btns a:hover::before {
                background: rgba(226, 49, 39, 0.9);
            }


/*简历*/

.resume {
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    margin-top: 50px;
    margin-bottom: 100px;
    min-height: 500px;
}

.resume_box {
    width: 1200px;
    margin: 0 auto;
}

    .resume_box .infor > p {
        background: #ffffff;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        height: 36px;
        padding: 0px 10px 0px 15px;
        line-height: 36px;
    }

    .resume_box .infor .content {
        padding: 30px 0px;
    }

        .resume_box .infor .content input[type=text] {
            border: #c1c1c1 1px solid;
            font-size: 14px;
            line-height: 26px;
            height: 26px;
            padding-left: 4px;
        }

        .resume_box .infor .content div.am-u-sm-4 {
            margin-bottom: 20px;
        }

        .resume_box .infor .content textarea {
            width: 100%;
            min-height: 300px;
            resize: none;
        }

.btn button {
    width: 230px;
    height: 45px;
    border: none;
    outline: none;
    background: #d2d0d0;
    margin-right: 15px;
    color: #4c4c4c;
    font-size: 16px;
    margin-top: 35px;
}

    .btn button:first-child {
        background: #d20000;
        color: #FEFEFE;
        margin-left: 18.94px;
    }

.dot_map img {
    max-width: none
}


/*小屏幕*/

@media only screen and (min-width: 100px) and (max-width: 1480px) {
    .jsys .poster-main .poster-prev-btn {
        left: -190px;
    }

    .jsys .poster-main .poster-next-btn {
        right: -190px;
    }

    .sbys .sbys_right .sbys_list {
        margin-bottom: 16px;
    }

    .qbanners .b_text font {
        padding: 37px 0px 20px 0px;
    }

    .cy_box .cy_right .cy_infor > p font {
        width: 23%;
    }

    .cy_box .cy_right .cy_infor > p span {
        width: 76%;
    }

    .culture_box .culture_list > div p {
        margin-bottom: 15px;
    }

    .jsys {
        transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }

    .x4_box .list a > div > span {
        width: 80%;
    }

    .sociology_box .soc_list {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

        .sociology_box .soc_list a div:last-child font {
            margin-top: 5px;
        }

        .sociology_box .soc_list a div:last-child p {
            padding: 5px 0px;
        }

    .job_switch .check_btns a:first-child {
        margin-right: 120px;
    }

    .case2 .am-g .am-u-sm-6 .title p {
        font-size: 33px;
    }

    .case2 .am-g .am-u-sm-6 .title span {
        font-size: 25.69px;
    }
}
