@charset "UTF-8";

.index-title {
    font-size: 34px;
    margin: 90px 0 40px;
}

.block {
    box-sizing: border-box;
    padding-right: 50px;
}

.swiper-main {
    min-width: 1200px;
    min-height: 625px;
}

    .swiper-main.swiper {
        width: 100%;
        height: 51.8vw;
    }

    .swiper-main .swiper-pagination > .swiper-pagination-progressbar-fill {
        background-color: #1d2089;
    }

    .swiper-main .swiper-slide {
        text-align: center;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .swiper-main .swiper-slide img {
            display: block;
            width: 100%;
            object-fit: cover;
        }

    .swiper-main .inner {
        height: 100%;
        width: 100%;
        position: relative;
        min-width: 1200px;
        min-height: 625px;
    }

    .swiper-main .slide2 {
        background: #fff;
    }

        .swiper-main .slide2 .img1 {
            left: 0px;
            top: 0px;
            z-index: 9;
            position: absolute;
            width: 20%;
            height: auto;
        }

        .swiper-main .slide2 .img2 {
            right: 0px;
            top: 0px;
            z-index: 9;
            position: absolute;
            width: 38%;
            height: auto;
        }

        .swiper-main .slide2 .img3 {
            left: 0px;
            bottom: 0px;
            z-index: 9;
            position: absolute;
            width: 42%;
            height: auto;
        }

        .swiper-main .slide2 .img5 {
            left: 150px;
            top: 55%;
            margin-top: -150px;
            z-index: 9;
            position: absolute;
            width: 55%;
            height: auto;
        }

        .swiper-main .slide2 .img6 {
            top: 20px;
            left: 20px;
            z-index: 10;
            position: absolute;
            width: 100px;
            height: auto;
        }

    .swiper-main .slide3 {
        background: #fff;
    }

        .swiper-main .slide3 .zbox {
            right: 14%;
            top: 28%;
            z-index: 9;
            position: absolute;
            width: 32%;
            height: auto;
            z-index: 10;
        }

        .swiper-main .slide3 .img1 {
            width: 90%;
            margin-bottom: 20px;
        }

        .swiper-main .slide3 .img2 {
            width: 100%;
        }

        .swiper-main .slide3 .img3 {
            right: 0px;
            bottom: 0px;
            z-index: 9;
            position: absolute;
            width: 20%;
            height: auto;
        }

        .swiper-main .slide3 .img5 {
            left: 0px;
            top: 0px;
            z-index: 9;
            position: absolute;
            width: 50%;
            height: auto;
        }

        .swiper-main .slide3 .img-box {
            width: 200px;
            height: 200px;
            overflow: hidden;
            border-radius: 50%;
            position: absolute;
            z-index: 8;
            left: 50%;
            top: 50%;
            margin-left: -100px;
            margin-top: -100px;
            background: url(../img/banner2-5.jpg);
        }

        .swiper-main .slide3 .img-boxani {
            animation: scaleDraw 1.5s ease-in-out 1 forwards;
            -webkit-animation: scaleDraw 1.5s ease-in-out 1 forwards;
        }

        .swiper-main .slide3 .img6 {
            top: 20px;
            left: 20px;
            z-index: 10;
            position: absolute;
            width: 100px;
            height: auto;
        }

    .swiper-main .slide4 {
        background: #000;
    }

        .swiper-main .slide4 .box {
            position: absolute;
            top: 28%;
            right: 5%;
            width: 25%;
            z-index: 11;
        }

            .swiper-main .slide4 .box .img1 {
                height: auto;
            }

        .swiper-main .slide4 .img2 {
            left: 0;
            bottom: 0px;
            z-index: 10;
            position: absolute;
            width: 100%;
            height: auto;
        }

        .swiper-main .slide4 .img3 {
            left: 0;
            top: 0px;
            z-index: 9;
            position: absolute;
            width: 100%;
            height: 100%;
        }

@keyframes scaleDraw {
    0% {
        transform: scale(1); /*开始为原始大小*/
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }

    100% {
        transform: scale(15);
        -webkit-transform: scale(15);
        -moz-transform: scale(15);
        -ms-transform: scale(15);
    }
}

.company-profile > .block {
    position: relative;
    overflow: hidden;
    padding-right: 0;
}

.company-profile .cont .text-box {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 50px;
}

    .company-profile .cont .text-box > .item {
        float: left;
    }

        .company-profile .cont .text-box > .item.left {
            width: 46%;
        }

            .company-profile .cont .text-box > .item.left > .text {
                box-sizing: border-box;
                padding-right: 80px;
                margin-bottom: 25px;
            }

            .company-profile .cont .text-box > .item.left > .iso {
                padding-top: 10px;
                margin-bottom: 90px;
                margin-right: 120px;
            }

                .company-profile .cont .text-box > .item.left > .iso img {
                    width: 100%;
                }

        .company-profile .cont .text-box > .item.right {
            width: 54%;
        }

            .company-profile .cont .text-box > .item.right > .text {
                box-sizing: border-box;
                margin-bottom: 40px;
            }

            .company-profile .cont .text-box > .item.right > .video {
                background-color: #333;
            }

                .company-profile .cont .text-box > .item.right > .video video {
                    display: block;
                }

                .company-profile .cont .text-box > .item.right > .video img {
                    width: 100%;
                }

.product-center {
    background-color: #f9f9f9;
}

    .product-center > .block {
        position: relative;
    }

        .product-center > .block > .index-title {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
        }

        .product-center > .block > .box {
            padding-top: 90px;
            margin-left: 50px;
            padding-bottom: 80px;
        }

            .product-center > .block > .box > .more {
                font-size: 22px;
                position: absolute;
                top: 124px;
                line-height: 30px;
                right: 20px;
                display: inline-block;
                z-index: 10;
            }

                .product-center > .block > .box > .more > span {
                    display: inline-block;
                    vertical-align: bottom;
                }

                .product-center > .block > .box > .more > i {
                    display: inline-block;
                    vertical-align: bottom;
                    height: 30px;
                    width: 30px;
                    background-position: center center;
                    background-size: auto;
                    background-repeat: no-repeat;
                }

            .product-center > .block > .box > .btn {
                position: absolute;
                top: 340px;
                cursor: pointer;
                transition-duration: .1s;
                -webkit-transition-duration: .1s;
                -moz-transition-duration: .1s;
                -ms-transition-duration: .1s;
                z-index: 10;
            }

                .product-center > .block > .box > .btn.prev-btn {
                    left: 0;
                    transform: rotate(180deg);
                    -webkit-transform: rotate(180deg);
                    -moz-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                }

                    .product-center > .block > .box > .btn.prev-btn:hover {
                        left: -6px;
                    }

                .product-center > .block > .box > .btn.next-btn {
                    right: 0;
                }

                    .product-center > .block > .box > .btn.next-btn:hover {
                        right: -6px;
                    }

            .product-center > .block > .box .swiper-pagination {
                top: 40px;
                bottom: auto;
                text-align: right;
                box-sizing: border-box;
                padding-right: 100px;
                z-index: 100;
            }

                .product-center > .block > .box .swiper-pagination .swiper-pagination-bullet {
                    height: 10px;
                    width: 10px;
                    border: 2px solid #616161;
                    background-color: transparent;
                    opacity: 1;
                }

                    .product-center > .block > .box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                        background-color: #616161;
                    }

            .product-center > .block > .box .swiper-slide {
                padding-top: 130px;
                padding-bottom: 10px;
            }

                .product-center > .block > .box .swiper-slide .slide {
                    margin: 0 7.5px;
                    display: block;
                    transition-duration: .2s;
                    -webkit-transition-duration: .2s;
                    -moz-transition-duration: .2s;
                    -ms-transition-duration: .2s;
                }

                    .product-center > .block > .box .swiper-slide .slide:hover {
                        transform: translateY(-6px);
                        -webkit-transform: translateY(-6px);
                        -moz-transform: translateY(-6px);
                        -ms-transform: translateY(-6px);
                    }

                    .product-center > .block > .box .swiper-slide .slide > .img {
                        background-color: #fff;
                        box-shadow: 1px 1px 4px rgba(200, 200, 200, 0.2);
                    }

                        .product-center > .block > .box .swiper-slide .slide > .img img {
                            width: 100%;
                        }

                    .product-center > .block > .box .swiper-slide .slide > .text {
                        position: relative;
                        margin-top: -10px;
                        z-index: 1;
                    }

                        .product-center > .block > .box .swiper-slide .slide > .text > span {
                            display: block;
                            color: #fff;
                            text-align: center;
                            line-height: 50px;
                            font-size: 16px;
                            margin: 0 15px;
                            box-shadow: 1px 0 4px rgba(29, 32, 137, 0.6);
                        }

.contact-us {
    background-size: cover;
    background-position: center bottom;
    position: relative;
}

    .contact-us > .left-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .contact-us > .block {
        min-height: 500px;
        position: relative;
        padding: 0;
        z-index: 1;
    }

        .contact-us > .block > .box {
            color: #fff;
        }

            .contact-us > .block > .box > .li {
                width: 50%;
                float: left;
            }

                .contact-us > .block > .box > .li.left > .index-title {
                    margin: 80px 0 0;
                }

                    .contact-us > .block > .box > .li.left > .index-title > span {
                        height: 3px;
                        width: 40px;
                        display: block;
                        margin-top: 10px;
                    }

                .contact-us > .block > .box > .li.left > .text {
                    font-size: 16px;
                    line-height: 24px;
                    margin-right: 70px;
                }

                .contact-us > .block > .box > .li.left > .map {
                    height: 320px;
                    margin-top: 20px;
                    margin-right: 80px;
                }

                .contact-us > .block > .box > .li.right {
                    padding: 150px 0 70px;
                }

                    .contact-us > .block > .box > .li.right > div {
                        margin-left: 70px;
                        margin-bottom: 40px;
                    }

                        .contact-us > .block > .box > .li.right > div > .title {
                            padding-bottom: 5px;
                            font-size: 26px;
                            border-bottom: 1px solid #fff;
                            margin-bottom: 12px;
                        }

                            .contact-us > .block > .box > .li.right > div > .title > .text {
                                line-height: 40px;
                                padding-right: 40px;
                                background-size: auto 80%;
                                background-position: right center;
                                background-repeat: no-repeat;
                                display: inline-block;
                            }

                        .contact-us > .block > .box > .li.right > div.add > .text {
                            font-size: 20px;
                            line-height: 24px;
                        }

                        .contact-us > .block > .box > .li.right > div.tel {
                            font-size: 20px;
                        }

                            .contact-us > .block > .box > .li.right > div.tel > .text {
                                padding: 0 10px;
                                display: inline-block;
                            }

.cooperative {
    background-color: #f9f9f9;
}

    .cooperative > .block {
        position: relative;
        overflow: hidden;
    }

        .cooperative > .block > .box {
            position: relative;
            background-color: #fff;
            margin-bottom: 90px;
            box-shadow: 1px 1px 4px rgba(200, 200, 200, 0.2);
        }

            .cooperative > .block > .box > .btn {
                position: absolute;
                top: 50%;
                margin-top: -23px;
                cursor: pointer;
                transition-duration: .1s;
                -webkit-transition-duration: .1s;
                -moz-transition-duration: .1s;
                -ms-transition-duration: .1s;
                z-index: 10;
            }

                .cooperative > .block > .box > .btn.prev-btn {
                    left: 30px;
                    transform: rotate(180deg);
                    -webkit-transform: rotate(180deg);
                    -moz-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                }

                    .cooperative > .block > .box > .btn.prev-btn:hover {
                        left: 25px;
                    }

                .cooperative > .block > .box > .btn.next-btn {
                    right: 30px;
                }

                    .cooperative > .block > .box > .btn.next-btn:hover {
                        right: 25px;
                    }

            .cooperative > .block > .box .swiper-box {
                margin: 0 80px;
            }

                .cooperative > .block > .box .swiper-box .swiper-pagination {
                    top: 20px;
                    bottom: auto;
                    text-align: right;
                    box-sizing: border-box;
                }

                    .cooperative > .block > .box .swiper-box .swiper-pagination .swiper-pagination-bullet {
                        height: 10px;
                        width: 10px;
                        border: 2px solid #616161;
                        background-color: transparent;
                        opacity: 1;
                    }

                        .cooperative > .block > .box .swiper-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                            background-color: #616161;
                        }

            .cooperative > .block > .box .swiper-cooperative {
                padding: 50px 0;
                height: 280px;
            }

                .cooperative > .block > .box .swiper-cooperative .swiper-slide {
                    text-align: center;
                    font-size: 18px;
                    background: #fff;
                    height: 140px;
                    background-size: contain;
                    background-position: center center;
                    background-repeat: no-repeat;
                }
