﻿.indexcss {
}

    .indexcss .banner {
        position: relative;
        background-color: #eee;
        user-select: none;
        -webkit-user-select: none;
    }

        .indexcss .banner .banzz {
            position: absolute;
            z-index: 100;
            left: 0px;
            bottom: -2px;
            right: 0px;
        }

            .indexcss .banner .banzz img {
                display: block;
                width: 100%;
            }

        .indexcss .banner .swiper {
            width: 100%;
            height: 100%;
        }

        .indexcss .banner .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .indexcss .banner .swiper-slide img {
                display: block;
                width: 100%;
            }

        .indexcss .banner .swiper-button-next {
            color: #FFF !important;
        }

        .indexcss .banner .swiper-button-prev {
            color: #FFF !important;
        }
    /****/
    .indexcss .scnintro {
        height: 100vh;
        min-height: 695px;
        box-sizing: border-box;
        background-color: #eeeeee;
        background-image: url(/img/ifimg/introbg.jpg);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: 100% auto
    }

    .indexcss .introflex {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .indexcss .introflex div {
            width: 50%;
        }

    .indexcss .intro p:first-child {
        line-height: 30px;
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .indexcss .intro p:last-child {
        text-align: right;
        line-height: 30px;
        font-size: 16px;
    }
    .indexcss .itlogo img {
        display: block;
        height: 100px;
    }

    .indexcss .introflex .morebg {
        background-color: #accd06;
        border-radius: 12px;
        height: 50px;
        width: 160px;
    }

    .indexcss .morebg a {
        display: block;
        width: 150px;
        background-color: #333;
        color: #FFF;
        border-radius: 12px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 14px;
        transition: width 0.3s ease;
    }

        .indexcss .morebg a:hover {
            width: 100%;
            color: #FFF;
        }
    /****/
    .indexcss .sndscreen {
        width: 100%;
        height: 100%;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
        padding: 20px 0px;
    }

        .indexcss .sndscreen .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            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;
            position:relative;
        }

            .indexcss .sndscreen .swiper-slide img {
                display: block;
                width: 100%;
                height: 100%;
            }

            .indexcss .sndscreen .swiper-slide .fixbox {
                position:absolute;
                z-index:1;
                left:0px;
                top:20%;
                color:#FFF;
                right:0px;
            }
                .indexcss .sndscreen .swiper-slide .fixbox .bt {
                    line-height:40px;
                    font-size:20px;
                    margin-bottom:20px;
                }
                .indexcss .sndscreen .swiper-slide .fixbox .zzmore {
                    background-color: #accd06;
                    border-radius: 12px;
                    height: 40px;
                    width: 100px;
                    margin:0 auto;
                }
                .indexcss .sndscreen .swiper-slide .fixbox a {
                    display: block;
                    width: 90px;
                    background-color: #333;
                    color: #FFF;
                    border-radius: 12px;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    font-size: 14px;
                    transition: width 0.3s ease;
                }
                    .indexcss .sndscreen .swiper-slide .fixbox a:hover {
                        width: 100%;
                        color: #FFF;
                    }
        .indexcss .sndscreen .swiper-button-prev, .indexcss .sndscreen .swiper-button-next{
            color:#FFF!important
        }
        /****/
        .indexcss .scntrd {
            width: 100%;
            height: 100vh;
            min-height: 695px;
            background-image: url(/img/ifimg/intrdbg.jpg);
            background-size: cover;
            /* 让背景图居中显示 */
            background-position: center center;
            /* 防止背景图重复 */
            background-repeat: no-repeat;
            display: flex;
            justify-content: center;
            flex-direction: column;
            color: #FFF;
        }

    .indexcss .trdnm img {
        display: block;
        height: 120px;
    }

    .indexcss .trdsub {
        margin-top: 40px;
    }

        .indexcss .trdsub img {
            display: block;
            height: 60px;
        }

    .indexcss .trdcatlist {
        display: flex;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .indexcss .trdcatlist a {
            display: block;
            margin-right: 30px;
        }

            .indexcss .trdcatlist a img {
                display: block;
                height: 120px;
            }

    .indexcss .trdmore {
        color: #FFF;
        font-size: 18px;
    }

        .indexcss .trdmore:hover {
            color: #FFF
        }
    /****/
    .indexcss .scnseed {
        height: 100vh;
        min-height: 695px;
        background-color: #e0e0e0;
        box-sizing: border-box;
    }

        .indexcss .scnseed .scnflex {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

    .indexcss .scnenm {
        text-align: center;
        font-size: 36px;
        line-height: 50px;
        color: #333;
    }

    .indexcss .scnanm {
        text-align: center;
        font-size: 20px;
        color: #333;
        margin-bottom: 50px;
    }

    .indexcss .seedflex {
        display: flex;
        justify-content: space-between;
    }

    .indexcss .fourcircle {
        position: relative;
        width: 50%;
    }

        .indexcss .fourcircle img {
            display: block;
            width: 78%;
            margin: 0 auto;
        }

    .indexcss .fcstr {
        position: absolute;
        z-index: 1;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        color: #333;
    }

    .indexcss .lnfst {
        height: 40px;
        line-height: 40px;
        font-size: 56px;
    }

        .indexcss .lnfst s {
            text-decoration: none;
            font-size: 30px;
            margin-left: 4px;
        }

    .indexcss .lnsnd {
        line-height: 40px;
        margin-top: 10px;
        font-size: 20px;
    }

    .indexcss .seedfl {
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 10px 0px;
    }

    .indexcss .seedfr {
        width: 25%;
        display: flex;
        justify-content: right;
        padding: 10px 0px;
    }

    .indexcss .frflex {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .indexcss .fitem {
    }

    .indexcss .finm {
        color: #a0bb1e;
        font-size: 23px;
        font-weight: bold;
        line-height: 30px;
    }

    .indexcss .fanm {
        color: #000;
        line-height: 30px;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .indexcss .fitem img {
        display: block;
        height: 80px;
        margin-bottom: 20px;
    }

    .indexcss .fitem a:hover {
        color: #000;
    }
    /****/
    .indexcss .scnfth {
        height: 100vh;
        min-height: 695px;
        background-color: #454545;
        display: flex;
        justify-content: space-between;
    }

    .indexcss .fthfl {
        width: 60%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #FFF;
    }

    .indexcss .flholder {
        width: 80%;
        position: relative;
    }

    .indexcss .fthfr {
        flex: 1;
        background-image: url(/img/ifimg/fivrbg.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .indexcss .frholder {
        width: 70%;
    }

    .indexcss .scnfth .swiper {
        width: 100%;
        height: 100%;
    }

    .indexcss .scnfth .swiper-slide {
        text-align: center;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .indexcss .scnfth .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .indexcss .scnfth .ffpagination {
        text-align: center;
        margin-top: 10px;
    }

    .indexcss .scnfth .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background-color: #FFF;
    }

    .indexcss .scnfth .swiper-pagination-bullet-active {
        background-color: #a0bb1e
    }

    .indexcss .scnfth .enm {
        width: 100%;
        line-height: 40px;
        text-align: right;
        margin-top: 10px;
    }

    .indexcss .scnfth .anm {
        width: 100%;
        line-height: 40px;
        text-align: right;
    }

    .indexcss .fffst {
        display: flex;
        justify-content: right
    }

        .indexcss .fffst img {
            display: block;
            height: 160px;
        }

    .indexcss .ffms {
        text-align: right;
        color: #808080;
        line-height: 30px;
        margin-top: 40px;
    }

    .indexcss .ffmore {
        text-align: right;
        margin-top: 110px;
    }

        .indexcss .ffmore a {
            color: #FFF;
            font-size: 18px;
        }

            .indexcss .ffmore a:hover {
                color: #FFF
            }
