* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

#header {
    background: #f3f3f3;
}

    #header > div {
        display: flex;
        justify-content: space-between;
    }

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.nav_wc {
    text-align: left;
    left: 0px;
    top: 170px;
    z-index: 0;
    width: 1903px;
    background: #0046b7;
}

    .nav_wc li {
        width: 102px;
    }

    .nav_wc #nav_all > li.hei {
        background: rgba(32,27,23,1);
    }
/*content*/
.ct_a, .ct_b, .ct_c, .ct_d {
    width: 100% !important;
}

.content .ct_a {
    margin-bottom: 40px;
    background: url('../images/003.jpg')no-repeat 0 0/100% 100%;
}

    .content .ct_a ul {
        padding-top: 166px;
        display: flex;
        justify-content: space-between;
    }

        .content .ct_a ul li {
            text-align: center;
            left: 246px;
            top: 162px;
            z-index: 0;
            width: 216px;
            height: 430px;
            background: #f2f2f2;
        }

            .content .ct_a ul li p {
                cursor: pointer;
            }

                .content .ct_a ul li p:nth-child(1) {
                    padding-top: 20px;
                }

                    .content .ct_a ul li p:nth-child(1) img {
                        transform: scale(1);
                        transition: all .3s ease;
                    }

                    .content .ct_a ul li p:nth-child(1):hover img {
                        transform: scale(1.2);
                    }

                .content .ct_a ul li p:nth-child(2) {
                    padding-top: 25px;
                    font-size: 18px;
                    color: #000;
                }

                .content .ct_a ul li p:nth-child(3) {
                    color: #000;
                    font-size: 12px;
                }

                .content .ct_a ul li p:nth-child(5) {
                    font-size: 12px;
                    color: rgb(165, 165, 165);
                    box-sizing: border-box;
                    padding: 20px;
                    line-height: 20px;
                }

.content .ct_b {
    position: relative;
    background: url('../images/004.jpg')no-repeat 0 0/100% 100%;
}

    .content .ct_b ul {
        display: flex;
        padding-top: 189px;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

        .content .ct_b ul li {
            text-align: center;
            width: 370px;
            height: 270px;
            display: block;
            margin: 15px 15px 50px 15px;
        }

            .content .ct_b ul li > div > img {
                display: block;
                width: 100%;
                height: 270px;
                transform: scale(1);
                transition: all .3s ease;
            }

            .content .ct_b ul li > span {
                display: block;
                line-height: 25px;
                margin: 10px 0;
            }

            .content .ct_b ul li > div {
                overflow: hidden;
                position: relative;
            }

                .content .ct_b ul li > div .ze_zao {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    display: none;
                    background-color: rgba(0,0,0,0.4);
                }

                    .content .ct_b ul li > div .ze_zao span {
                        display: inline-block;
                        width: 40px;
                        height: 40px;
                        color: #fff;
                    }

                    .content .ct_b ul li > div .ze_zao > div {
                        margin-top: 105px;
                    }

                    .content .ct_b ul li > div .ze_zao span:nth-child(1) {
                        font-size: 52px;
                        vertical-align: sub;
                        margin-right: 10px;
                    }

                    .content .ct_b ul li > div .ze_zao span:nth-child(2) {
                        font-size: 40px;
                    }

            .content .ct_b ul li:hover img {
                transform: scale(1.2);
            }

            .content .ct_b ul li:hover .ze_zao {
                display: block;
            }

    .content .ct_b .ck_gd {
        position: absolute;
        bottom: -14px;
        left: 50%;
        transform: translate(-50%);
        width: 117px;
        height: 33px;
        background: #ffffff;
        line-height: 33px;
        text-align: center;
        border: 1px solid #000;
        border-radius: 10px;
    }

.ck_gd a {
    text-decoration: none;
    color: #000;
}

.content .ct_c {
    height: 500px;
    margin-top: 30px;
    background: url('../images/005.jpg')no-repeat 0 0/100% 100%;
}

    .content .ct_c .ct_about {
        display: flex;
        padding-top: 81px;
    }

        .content .ct_c .ct_about > div:nth-child(1) {
            width: 38%;
        }

        .content .ct_c .ct_about > div:nth-child(2) {
            position: relative;
            flex: 1;
            margin-left: 110px;
        }

        .content .ct_c .ct_about img {
            display: block;
            width: 100%;
        }

    .content .ct_c .ck_gd {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 117px;
        height: 33px;
        background: #ffffff;
        line-height: 33px;
        text-align: center;
        border: 1px solid #000;
        border-radius: 10px;
    }

.content .ct_d {
    height: 900px;
    background: url('../images/006.jpg')no-repeat 0 0/100% 100%;
}

    .content .ct_d ul {
        display: flex;
        padding-top: 189px;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

        .content .ct_d ul li {
            text-align: center;
            width: 260px;
            height: 228px;
            display: block;
            margin: 15px;
        }

            .content .ct_d ul li > div > img {
                display: block;
                width: 100%;
                height: 100%;
                transform: scale(1);
                transition: all .3s ease;
            }

            .content .ct_d ul li > span {
                display: block;
                line-height: 25px;
                margin: 10px 0;
            }

            .content .ct_d ul li > div {
                overflow: hidden;
                position: relative;
            }

                .content .ct_d ul li > div .ze_zao {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    display: none;
                    background-color: rgba(0,0,0,0.4);
                }

                    .content .ct_d ul li > div .ze_zao span {
                        display: inline-block;
                        width: 40px;
                        height: 40px;
                        color: #fff;
                    }

                    .content .ct_d ul li > div .ze_zao > div {
                        margin-top: 50px;
                    }

                    .content .ct_d ul li > div .ze_zao span:nth-child(1) {
                        font-size: 52px;
                        vertical-align: sub;
                        margin-right: 10px;
                    }

                    .content .ct_d ul li > div .ze_zao span:nth-child(2) {
                        font-size: 40px;
                    }

            .content .ct_d ul li:hover img {
                transform: scale(1.2);
            }

            .content .ct_d ul li:hover .ze_zao {
                display: block;
            }

    .content .ct_d .sl_jz {
        position: relative;
    }

        .content .ct_d .sl_jz .hf_box {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%);
            text-align: left;
            z-index: 66;
            width: 696px;
            height: 159px;
            background-color: #fff;
        }

.content .ct_e {
    height: 500px;
    background: url('../images/007.jpg')no-repeat 0 0/100% 100%;
}

.content .ct_f {
    position: relative;
    height: 1080px;
    background: url('../images/008.jpg')no-repeat 0 0/100% 100%;
}

    .content .ct_f .tabsbox {
        padding-top: 189px;
    }

    .content .ct_f .fisrstnav ul {
        display: block;
        width: 100%;
        padding: 0 65px;
        box-sizing: border-box;
    }

    .content .ct_f .tabsbox ul::after {
        content: '';
        display: block;
        clear: both;
    }

    .content .ct_f .fisrstnav ul li {
        float: left;
        padding: 0 30px;
        cursor: pointer;
        color: #ffffff;
        background: #0046b6;
        font-size: 14px;
        margin: 5px 15px;
        height: 40px;
        width: auto;
        line-height: 40px;
        white-space: nowrap;
    }

    .content .ct_f .tabscon {
        padding: 0 50px;
        box-sizing: border-box;
        margin-top: 35px;
    }

        .content .ct_f .tabscon ul li > div {
            width: 100%;
            height: 100%;
        }

        .content .ct_f .tabscon ul li {
            float: left;
            text-align: center;
            width: 30%;
            
            display: block;
            margin: 17px;
        }

            .content .ct_f .tabscon ul li > div > img {
                display: block;
                width: 100%;
                height: 100%;
                transform: scale(1);
                transition: all .3s ease;
            }

            .content .ct_f .tabscon ul li > span {
                display: block;
                line-height: 25px;
                margin: 10px 0;
            }

            .content .ct_f .tabscon ul li > div {
                overflow: hidden;
                position: relative;
            }

                .content .ct_f .tabscon ul li > div .ze_zao {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    display: none;
                    background-color: rgba(0,0,0,0.4);
                }

                    .content .ct_f .tabscon ul li > div .ze_zao span {
                        display: inline-block;
                        width: 40px;
                        height: 40px;
                        color: #fff;
                    }

                    .content .ct_f .tabscon ul li > div .ze_zao > div {
                        margin-top: 105px;
                    }

                    .content .ct_f .tabscon ul li > div .ze_zao span:nth-child(1) {
                        font-size: 52px;
                        vertical-align: sub;
                        margin-right: 10px;
                    }

                    .content .ct_f .tabscon ul li > div .ze_zao span:nth-child(2) {
                        font-size: 40px;
                    }

            .content .ct_f .tabscon ul li:hover img {
                transform: scale(1.2);
            }

            .content .ct_f .tabscon ul li:hover .ze_zao {
                display: block;
            }

    .content .ct_f .fisrstnav ul li.liactive {
        background: #1d1c1c;
    }

    .content .ct_f .tabscon section.conactive {
        display: block;
    }

    .content .ct_f .tabscon section {
        display: none;
        width: 100%;
        height: 100%;
    }

    .content .ct_f .ck_gd {
        position: absolute;
        bottom: -14px;
        left: 50%;
        transform: translate(-50%);
        width: 117px;
        height: 33px;
        background: #ffffff;
        line-height: 33px;
        text-align: center;
        border: 1px solid #000;
        border-radius: 10px;
    }

.content .ct_g {
    margin-top: 20px;
    position: relative;
    height: 720px;
    background: url('../images/009.jpg')no-repeat 0 0/100% 100%;
}

    .content .ct_g .product_zs {
        padding-top: 291px;
    }

    .content .ct_g .tempWrap {
    }

        .content .ct_g .tempWrap li {
            float: left;
            width: 260px;
            margin-right: 15px;
        }

            .content .ct_g .tempWrap li .image03 img {
                width: 260px;
                height: 260px;
            }

.scrollBox16078 {
    position: relative;
    overflow: hidden;
    padding-top: 296px;
}

.prev {
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    width: 48px;
    height: 48px;
    left: 0px;
    top: 50%;
    margin-top: -24px;
    background: url(../images/arrows-48-48-3.png) left top no-repeat;
}

.next {
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    width: 48px;
    height: 48px;
    right: 0px;
    top: 50%;
    margin-top: -24px;
    background: url(../images/arrows-48-48-3.png) right top no-repeat;
}

.ctg_box {
    padding-top: 295px;
}

.teamwork {
    position: relative;
}

    .teamwork .item {
        float: left;
        width: 282px;
        margin-right: 42px;
        display: block;
        position: relative;
        text-align: center;
        -webkit-transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        -ms-transition: all ease 300ms;
        -o-transition: all ease 300ms;
        transition: all ease 300ms;
    }

        .teamwork .item a {
            display: block;
            position: relative;
            z-index: 3;
        }

        .teamwork .item img {
            width: 100%;
            height: 260px;
            box-sizing: border-box;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

.ct_h .cth_box {
    display: flex;
    margin-top: 45px;
}

    .ct_h .cth_box > div:nth-child(1) {
        width: 50%;
        margin-right: 25px;
    }

    .ct_h .cth_box ul li {
        border-bottom: 1px dashed #666;
    }

        .ct_h .cth_box ul li a {
            display: flex;
        }

        .ct_h .cth_box ul li > div:nth-child(2) {
            flex: 1;
        }

.ct_h .time {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    background: #022c5b;
    color: #ffffff;
    margin: 15px;
    padding: 10px;
}

.ct_h .cth_box .time .nian {
    display: block;
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    text-align: center;
}

.ct_h .cth_box .time .ri {
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.ct_h .cth_box h3 {
    color: #000;
    margin-top: 15px;
}

.ct_h .cth_box p {
    color: #961617;
}

.ckgd {
    text-align: center;
    margin-top: 30px;
}

    .ckgd a {
        display: inline-block;
        width: 117px;
        height: 33px;
        background: #ffffff;
        line-height: 33px;
        text-align: center;
        border: 1px solid #000;
        border-radius: 10px;
        color: #000;
    }
/*footer*/
footer {
    background: #f2f2f2;
    margin-top: 30px;
    padding-bottom: 20px;
}

    footer > div:nth-child(1) {
        display: flex;
        border-bottom: 1px solid #ccc;
        padding: 30px 0;
    }

    footer > div > div:nth-child(1) {
        flex: 1;
    }

    footer > div > div:nth-child(2) {
        width: 20%;
    }

    footer .foot {
        display: flex;
    }

        footer .foot dl {
            flex: 1;
        }

            footer .foot dl dt {
                font-weight: bold;
                line-height: 40px;
            }

            footer .foot dl dd {
                line-height: 30px;
                font-size: 12px;
            }

    footer > div:nth-child(2) {
        text-align: center;
        margin-top: 15px;
        font-size: 12px;
    }

.content_about {
    display: flex;
    margin-top: 20px;
}

    .content_about .nr_left {
        width: 15%;
        margin-right: 30px;
    }

    .content_about .nr_right, .content_about .news_right, .content_about .xq_right, .product_right {
        flex: 1;
		    width: 85%;
    }

    .content_about .nr_left > div:nth-child(1) {
        margin-bottom: 15px;
    }

        .content_about .nr_left > div:nth-child(1) h3 {
            font-size: 24px;
            font-weight: 400;
        }

        .content_about .nr_left > div:nth-child(1) span {
            font-size: 15px;
        }

    .content_about .nr_left ul li {
        background-color: #F2F2F2;
        box-sizing: border-box;
    }

        .content_about .nr_left ul li a {
            display: block;
            width: 100%;
            padding-left: 35px;
            height: 48px;
            line-height: 23px;
            color: #000;
            padding-right: 10px;
            box-sizing: border-box;
        }

        .content_about .nr_left ul li.bian {
            border-left: 3px solid #0046b7;
        }

            .content_about .nr_left ul li.bian a {
                color: #0046b7;
            }

        .content_about .nr_left ul li:hover {
            border-left: 3px solid #0046b7;
        }

            .content_about .nr_left ul li:hover a {
                color: #0046b7;
            }

    .content_about .nr_left > div:nth-child(3) {
        margin-top: 20px;
    }

        .content_about .nr_left > div:nth-child(3) img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .content_about .nr_right > div:nth-child(1) {
        margin-top: 64px;
        line-height: 27px;
        color: #20201F;
    }

    .content_about .news_right ul {
        display: flex;
        flex-wrap: wrap;
    }

        .content_about .news_right ul > li {
            width: 100%;
            box-shadow: -1px 0px 10px #888888;
            padding: 10px;
            border-radius: 5px;
            box-sizing: border-box;
            background-color: #f2f2f2;
            margin: 10px 0;
        }

            .content_about .news_right ul > li a {
                width: 100%;
                display: flex;
            }

        .content_about .news_right ul li img {
            display: block;
            width: 100%;
            height: 100%;
        }

        .content_about .news_right ul li a > div:nth-child(1) {
            width: 30%;
            overflow: hidden;
        }

        .content_about .news_right ul li a > div:nth-child(2) {
            flex: 1;
            margin-left: 30px;
            color: #c9161d;
        }

            .content_about .news_right ul li a > div:nth-child(2) h3 {
                font-weight: 400;
                line-height: 30px;
                margin: 10px 0;
            }

            .content_about .news_right ul li a > div:nth-child(2) p {
                font-weight: 400;
                line-height: 30px;
                margin: 10px 0;
            }

                .content_about .news_right ul li a > div:nth-child(2) p:nth-child(2), .content_about .news_right ul li a > div:nth-child(2) p:nth-child(3) {
                    display: block;
                    font-size: 14px;
                    color: #a8aaaa;
                    padding: 10px 15px;
                    line-height: 25px;
                }

                .content_about .news_right ul li a > div:nth-child(2) p span {
                    display: block;
                    width: 115px;
                    height: 35px;
                    line-height: 35px;
                    text-align: center;
                    color: #c9161d;
                    border: 1px solid;
                    font-size: 14px;
                    background: #FFFFFF;
                    border-radius: 4px;
                }

.laypage_main button,
.laypage_main input,
.laypageskin_default a {
    border: 1px solid #333;
    background-color: #fff;
    border-radius: 4px;
    height: 18px
}
/*主容器*/
.laypage_main {
    font-size: 0;
    clear: both;
    color: #000;
    text-align: center;
}

    .laypage_main * {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        font-size: 12px
    }

    .laypage_main a {
        text-decoration: none;
        color: #000;
    }

    .laypage_main a,
    .laypage_main span {
        margin: 0 3px 6px;
        text-align: center;
        border-radius: 2px;
        padding: 3px 8px;
    }

    .laypage_main .laypage_total {
        width: auto;
        color: #636363;
        padding-left: 0;
    }

        .laypage_main .laypage_total .total-page-desc {
            padding: 0 6px;
        }

    .laypage_main input {
        width: 25px;
        margin: 0 5px;
        padding: 4px 12px;
        margin-top: 0px;
    }

    .laypage_main button {
        margin-left: 5px;
        padding: 9px 12px;
        color: #9f9f9f;
        cursor: pointer;
        margin-top: -9px;
    }

        .laypage_main button:hover {
            background-color: #f7f7f7;
        }

.laypageskin_default span {
    color: #9f9f9f;
}
/*当前按钮*/
.laypageskin_default .laypage_curr {
    font-weight: 700;
    color: #fffffd;
    background-color: #c9161d;
}

.laypageskin_default .laypage_prev,
.laypageskin_default .laypage_next {
    width: 37px;
}

.laypageskin_default a:hover {
    background-color: #c9161d;
    color: #fff;
}

.laypageskin_default .disabled:hover {
    background-color: #fff;
}

.laypageskin_default .disabled {
    cursor: not-allowed;
}
/*新闻—详情页*/
.xq_right .title h3 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 25px;
    border-bottom: 1px dashed #ccc;
}

.xq_right .title p {
    text-align: center;
    margin: 10px 0;
    font-size: 15px;
}

.product_right ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

    .product_right ul li {
        text-align: center;
        width: 300px;
        height: 100%;
        display: block;
        margin: 15px;
    }

        .product_right ul li > div > img {
            display: block;
            width: 100%;
            height: 100%;
            transform: scale(1);
            transition: all .3s ease;
        }

        .product_right ul li > span {
            display: block;
            line-height: 25px;
            margin: 10px 0;
        }

        .product_right ul li > div {
            overflow: hidden;
            position: relative;
            height: 100%;
        }

            .product_right ul li > div .ze_zao {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: none;
                background-color: rgba(0,0,0,0.4);
            }

                .product_right ul li > div .ze_zao span {
                    display: inline-block;
                    width: 40px;
                    height: 40px;
                    color: #fff;
                }

        .product_right ul li img {
            display: block;
            width: 100%;
            height: 100%;
        }

        .product_right ul li > div .ze_zao > div {
            margin-top: 105px;
        }

        .product_right ul li > div .ze_zao span:nth-child(1) {
            font-size: 52px;
            vertical-align: sub;
            margin-right: 10px;
        }

        .product_right ul li > div .ze_zao span:nth-child(2) {
            font-size: 40px;
        }

        .product_right ul li:hover img {
            transform: scale(1.2);
        }

        .product_right ul li:hover .ze_zao {
            display: block;
        }
