@charset "utf-8";

@media screen and (max-width: 1024px) {
    .section {
        height: auto !important;
    }

    #fp-nav {
        display: none !important;
    }
}

.section1 {
    background-color: #1d2e5c;
}

.banner-swiper,
.banner-swiper .swiper-slide {
    height: 100vh;
}

    .banner-swiper .swiper-slide img {
        width: 100%;
    }

#fullpage .banner-swiper .pagination {
    position: absolute;
    bottom: 4vh;
    text-align: center;
    z-index: 9;
}

.banner-swiper .pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: .7;
}

.banner-swiper .pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

.banner-swiper-pc {
    display: block;
}

.banner-swiper-sj {
    display: none;
}

.introduce {
    position: absolute;
    bottom: 12vh;
    left: 50%;
    width: 908px;
    transform: translateX(-50%);
    z-index: 9;
}

    .introduce .item {
        float: left;
        width: 450px;
        height: 96px;
        margin-bottom:8px;
        background: rgb(255, 255, 255);
    }

        .introduce .item:nth-child(2) {
            float: right;
            margin-bottom: 8px;
            height: 96px;
            color: #000;
        }

        .introduce .item:nth-child(3) {
            height: 96px;
        }
        .introduce .item:nth-child(4) {
            float: right;
            height: 96px;
        }
        .introduce .item a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 100%;
            padding: 0 40px 0 30px;
        }

        .introduce .item .desc {
            color: rgba(0, 0, 0, 0.6);
            text-align: right;
            line-height: 26px;
        }

            .introduce .item .desc h3 {
                color: #000;
                font-size: 24px;
                line-height: 32px;
            }



.section1 .mouse {
    position: absolute;
    bottom: 2vh;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    z-index: 9;
}

    .section1 .mouse::after {
        position: relative;
        display: block;
        content: '>';
        line-height: 10px;
        transform: rotate(90deg);
    }

    .section1 .mouse::before {
        display: block;
        width: 18px;
        height: 26px;
        margin: 0 auto;
        background: url(mouse_03.jpg) no-repeat;
        content: '';
    }

.section2 {
    background: url(section2.jpg) repeat center top #f9f9f9;
}

.relevant {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.about {
    padding-left: 16px;
    width: 45%;
}

    .about .hd {
        margin-bottom: 30px;
    }

        .about .hd h3 {
            color: rgba(51, 51, 51,0.2);
            font-size: 20px;
            line-height: 40px;
        }

        .about .hd h2 {
            color: rgb(51, 51, 51);
            font-size: 48px;
            font-weight: bold;
            line-height: 70px;
        }

    .about .bd {
        font-size: 16px;
        line-height: 32px;
    }

.video {
    width: 645px;
    margin-left: 3%;
}

    .video video {
        display: block;
        width: 645px;
        height: 364px;
        background: rgb(0,0,0);
    }

.data-wp {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 280px;
    background: url(section2a.jpg) #024198 no-repeat center bottom / contain;
    color: #fff;
}

    .data-wp .item {
        position: relative;
        width: 20%;
        text-align: center;
    }

        .data-wp .item .num {
            color: rgba(255, 255, 255,.9);
            font-size: 80px;
            line-height: 96px;
        }

            .data-wp .item .num em {
                font-family: Impact;
                font-weight: bold;
            }

            .data-wp .item .num span {
                display: inline-block;
                margin-left: 10px;
                margin-top: 44px;
                font-size: 16px;
                line-height: 50px;
                vertical-align: top;
            }

        .data-wp .item .num-tit {
            color: rgba(255, 255, 255,.6);
            font-size: 16px;
            line-height: 40px;
        }

        .data-wp .item .num-en {
            color: rgba(255, 255, 255,.6);
            font-size: 14px;
            line-height: 38px;
        }


.section3 {
    background: url(section3.jpg) repeat center;
}

    .section3 .hd {
        padding-top: 20vh;
    }

        .section3 .hd h3 {
            color: rgba(254, 254, 254,0.3);
            font-size: 20px;
            line-height: 40px;
        }

        .section3 .hd h2 {
            color: rgb(255, 255, 255);
            font-size: 48px;
            font-weight: bold;
            line-height: 70px;
        }

.card {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 558px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

    .card .item {
        position: relative;
        top: 100px;
        width: 31%;
        height: 658px;
        transition: all .3s ease;
    }

        .card .item .mask {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: linear-gradient(to right,#111691,#063bb9);
            opacity: 0;
            transition: all .3s ease;
        }

        .card .item .content {
            position: absolute;
            top: 50%;
            padding: 0 0;
            color: #fff;
            transform: translate(-50%,-50%);
            text-align: center;
            z-index: 2;
            left: 50%;
        }

            .card .item .content h4 {
                margin-bottom: 16px;
                font-size: 24px;
                line-height: 40px;
                text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.56);
                transition: all .3s ease;
            }

            .card .item .content .desc {
                min-height: 136px;
                font-size: 14px;
                line-height: 24px;
                text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.56);
            }

            .card .item .content .more {
                width: 116px;
                margin: 0 auto;
                border-radius: 30px;
                background: rgb(0, 102, 255);
                text-align: center;
                transition: all .3s ease;
            }

                .card .item .content .more a {
                    display: block;
                    line-height: 36px;
                    font-size: 14px;
                    color: rgb(255, 255, 255);
                    transition: all .3s ease;
                }

        .card .item:hover {
            top: 0;
            width: 33%;
        }

            .card .item:hover .mask {
                opacity: .9;
            }

            .card .item:hover .content h4 {
                font-size: 26px;
            }

            .card .item:hover .content .more {
                background: rgb(255, 255, 255);
                font-weight: bold;
            }

                .card .item:hover .content .more a {
                    color: rgb(0, 102, 255);
                }

.section4 {
    background: rgb(255, 255, 255);
}

.information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

    .information .hd {
        position: relative;
        width: 20%;
        padding: 0 16px;
    }

        .information .hd h3 {
            font-size: 20px;
            color: rgba(51, 51, 51,.2);
            line-height: 38px;
        }

        .information .hd h2 {
            font-size: 48px;
            color: rgb(51, 51, 51);
            font-weight: bold;
            line-height: 70px;
        }

        .information .hd .more {
            display: block;
            margin-top: 18px;
            margin-bottom: 68px;
            width: 150px;
            background-color: #0046e4;
            color: #fff;
            line-height: 50px;
            text-align: center;
        }

        .information .hd .np {
            position: relative;
            width: 74px;
            height: 28px;
        }

            .information .hd .np .swiper-button-prev,
            .information .hd .np .swiper-button-next {
                width: 16px;
                height: 16px;
                top: 0;
                margin-top: 6px;
                background: url(s4nx.png) no-repeat;
            }

            .information .hd .np .swiper-button-prev {
                background: url(s4pv.png) no-repeat;
            }

    .information .bd {
        width: 80%;
        border-left: 1px solid #edeff0;
    }

    .information .swiper-slide {
        padding: 5% 0;
        border-right: 1px solid #edeff0;
    }

        .information .swiper-slide .content {
            width: 300px;
            margin: 0 auto;
        }

        .information .swiper-slide .time {
            color: #ccc;
            font-family: arial;
            font-size: 72px;
            line-height: 96px;
        }

            .information .swiper-slide .time span {
                display: block;
                color: rgba(102, 102, 102,0.8);
                margin-top: 65px;
                margin-bottom: 5px;
                font-size: 16px;
                line-height: 32px;
            }

        .information .swiper-slide h4 {
            margin-bottom: 22px;
            font-size: 18px;
            line-height: 32px;
        }

        .information .swiper-slide .pic {
            margin-bottom: 27px;
        }

            .information .swiper-slide .pic img {
                width: 100%;
                height: auto;
            }

        .information .swiper-slide .desc {
            color: rgba(51, 51, 51,0.6);
            font-size: 14px;
            line-height: 24px;
        }

        .information .swiper-slide .more {
            width: 61px;
            height: 14px;
            margin-top: 34px;
            background: url(more.jpg) no-repeat center;
        }

        .information .swiper-slide:hover .more {
            background: url(more2.jpg) no-repeat center;
        }

.section5 {
    background: url(section5.jpg) no-repeat center;
}

.contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .contact .hd {
        position: relative;
        width: 20%;
        padding: 0 16px;
    }

        .contact .hd h3 {
            color: rgba(254, 254, 254,0.3);
            font-size: 20px;
            line-height: 40px;
        }

        .contact .hd h2 {
            color: rgb(255, 255, 255);
            font-size: 48px;
            font-weight: bold;
            line-height: 70px;
        }

    .contact .bd {
        width: 80%;
        padding: 0 100px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

.contact-msg {
    color: rgb(255, 255, 255);
}

    .contact-msg h4 {
        font-size: 30px;
        line-height: 70px;
    }

    .contact-msg .desc {
        padding: 10px 0;
        font-size: 16px;
        line-height: 70px;
    }

        .contact-msg .desc span {
            display: inline-block;
            padding-right: 80px;
        }

.contact-form {
    display: block;
    width: 794px;
}

    .contact-form .field {
        position: relative;
        float: left;
        width: 238px;
        height: 44px;
        margin-right: 40px;
        margin-bottom: 52px;
    }

        .contact-form .field:nth-child(3n) {
            margin-right: 0;
        }

        .contact-form .field input[type=text] {
            width: 238px;
            height: 44px;
            padding: 0 6px;
            border: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.6);
            background: none;
            color: rgba(255, 255, 255, 0.6);
            font-size: 16px;
        }

    .contact-form .field-full {
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0;
        clear: both;
    }

        .contact-form .field-full textarea {
            display: block;
            width: 100%;
            height: 122px;
            padding: 0 6px;
            resize: none;
            border: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.6);
            background: none;
            color: rgba(255, 255, 255, 0.6);
            font-size: 16px;
        }

        .contact-form .field-full input[type=submit] {
            display: block;
            width: 151px;
            height: 37px;
            cursor: pointer;
            margin: 0 auto;
            line-height: 35px;
            border: 1px solid rgba(255, 255, 255, 0.6);
            background: none;
            font-size: 16px;
            color: rgba(255, 255, 255, 0.6);
            cursor: pointer;
        }

        .contact-form .field-full .record {
            position: absolute;
            right: 0;
            bottom: 0;
            color: rgba(255, 255, 255, 0.6);
            font-size: 12px;
            line-height: 30px;
        }

        .contact-form .field-full:last-child {
            margin-bottom: 0;
        }

.section5 .contact .rt form .record {
    position: absolute;
    top: 264px;
    right: 220px;
}

.contact-form .field input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .2);
}

.contact-form .field input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .2);
}

.contact-form .field input::placeholder {
    color: rgba(255, 255, 255, .2);
}

.contact-form .field textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .2);
}

.contact-form .field textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .2);
}

.contact-form .field textarea::placeholder {
    color: rgba(255, 255, 255, .2);
}

