﻿
#page-home{
    margin-top:116px;
}
#page-home .banner {
    position: relative;
    height: 700px;
    overflow: hidden;/*
    box-shadow: 0 0 5px 4px rgba(0,0,0,.1);*/
}


    #page-home .banner .banner-text {
        position: absolute;
        left: calc(40% - 100px);
        text-align: left;
        color: #fff;
    }

        #page-home .banner .banner-text .text-1 {
            font-size: 22px;
        }

        #page-home .banner .banner-text .text-2 {
            margin-top: 10px;
            font-size: 13px;
        }

#page-home .swiper {
    width: 100%;
    height: 100%;
}



    #page-home .swiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        overflow: hidden;
    }

    #page-home .swiper .slide-inner {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: center;
        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;
        color: #fff;
    }

.swiper-button-prev {
    zoom: 0.6;
    left: 50px !important;
    color: #fff !important;
}

.swiper-button-next {
    zoom: 0.6;
    right: 50px !important;
    color: #fff !important;
}

#page-home .home-product {
    background-color: #ebeef5;
}

    #page-home .home-product .container {
        display: flex;
    }

    #page-home .home-product .item {
        flex: 1;
        cursor: pointer;
        padding: 15px;
        border-right: solid 1px #ddd;
    }

        #page-home .home-product .item:last-child {
            border-right: none;
        }

        #page-home .home-product .item .title {
            font-size: 15px;
            font-weight: 600;
            position: relative;
        }

            #page-home .home-product .item .title::before {
                content: " ";
                position: absolute;
                left: 0;
                bottom: -4px;
                width: 30px;
                height: 2px;
                background-color: #0984e3;
                transition: all .3s;
                border-radius: 10px;
            }

        #page-home .home-product .item .content {
            margin-top: 10px;
            font-size: 12px;
        }

        #page-home .home-product .item:hover {
            background-color: #fff;
        }

            #page-home .home-product .item:hover .title::before {
                width: 100%;
            }

#page-home .home-about {
    background-image: url('../../images/zoujinlili.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center;
}
    #page-home .home-about .container {
        height: 550px;
        /*background-image: url('../../images/zoujinlili2.png');*/
        background-repeat: no-repeat;
        background-size:400px auto;
        position: relative;
        background-position: center center;
    }
    #page-home .home-about .container .logo{
         text-align:center;
         padding-top:120px;
    }
    #page-home .home-about .container .logo img{
        width:60px;
    }
    #page-home .home-about .container .text{
        text-align:center;
        margin-top:100px;
        font-size:20px;
        letter-spacing:2px;
        line-height:50px;
    }


#page-home .home-star {
    background-color: rgb(219,227,237);
}
    #page-home .home-star .container {
        height: 600px;
        background-image: url('../../images/daiyanren.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        position:relative;
        background-position:center center;
    }

#page-home .home-daren {
    padding-top: 5%;
    padding-bottom: 5%;
    background: #f3f1f2;
    background-image: url('../images/daren-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

    #page-home .home-daren .container .list {
        display: flex;
        flex-wrap:wrap;
    }

     #page-home .home-daren .container .list .item{
         flex:0 0 calc((100% - 10px)/5);
         height:259.2px;
         overflow:hidden;
         background-color:#000;
     }
        #page-home .home-daren .container .list .item img {
            transition: all .6s;
        }
        #page-home .home-daren .container .list .item img:hover{
            transform:scale(1.1);
        }
        #page-home .home-daren .container .list .item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        #page-home .home-daren .container .list .item.title {
            background-color: #fff;
            color: #333;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        #page-home .home-daren .container .list .item.title .text-1{
            font-size:18px;
        }
        #page-home .home-daren .container .list .item.title .text-2 {
            color:#999;
            margin-top:5px;
        }

    #page-home .home-say {
        padding-top: 5%;
        padding-bottom: 5%;
        background: url(/images/home-say-bg.jpg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
        #page-home .home-say .container {
            height: 592px;
        }

        #page-home .home-say .page-title {
            color: #fff;
            text-shadow: 1px 1px 1px #333;
        }
        #page-home .home-say .page-sub-title {
            color: #fff;
            text-shadow: 1px 1px 1px #333;
        }

#page-home .home-say .box{
    display:flex;
    justify-content:center;
    align-items:center;
}
    #page-home .home-say .box .box-left {
        height: 592px;
        width: 35%;
        background-image: url('../../images/she-1.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #page-home .home-say .box .box-right {
        height: 592px;
        width: 300px;
        background-image: url('../../images/she-2.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #page-home .home-say .box .box-middle {
        flex: 1;
        background-color: #fff;
        height: 592px;
        padding: 30px;
    }
        #page-home .home-say .box .box-middle .box-inner {
            border: solid 1px #eee;
            height: 100%;
            padding: 0 100px 0 100px;
            font-size: 18px;
            line-height: 35px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            #page-home .home-say .box .box-middle .box-inner .box-text {
                position: relative;
                color:#333;
                line-height:40px;
            }
                #page-home .home-say .box .box-middle .box-inner .box-text::after {
                    content: " ";
                    position: absolute;
                    background-image: url(/images/xia.png);
                    background-repeat: no-repeat;
                    width: 50px;
                    height: 50px;
                    top: -20px;
                    left: -70px;
                    background-size: 100% auto;
                }
                #page-home .home-say .box .box-middle .box-inner .box-text::before {
                    content: " ";
                    position: absolute;
                    background-image: url(/images/shang.png);
                    background-repeat: no-repeat;
                    width: 50px;
                    height: 50px;
                    bottom: -20px;
                    right: -70px;
                    background-size: 100% auto;
                }

#swiper-2 {
    overflow:hidden;
}

.home-channel {
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: #fff;
}
    .home-channel .channel-logo {
        margin-top: 50px auto;
        text-align: center;
    }

    .home-channel .channel-list{
        display:flex;
        align-items:center;
        justify-content:center;
        margin-top:80px;
    }

    .home-channel .channel-list .channel-item{
        width:300px;
        text-align:center;
        border-right:solid 1px #efefef;
        padding-left:40px;
        padding-right:40px;
    }
        .home-channel .channel-list .channel-item:last-child{
            border-right:none;
        }
        .home-channel .channel-list .channel-item .channel-text {
            margin-top: 15px;
        }

.home-channel .channel-text-2{
    text-align:center;
    margin-top:10px;
    font-size:12px;
}


@media screen and (max-width:1000px) {
    #page-home {
        margin-top: 90px !important;
    }

    .swiper-button-prev, .swiper-button-next {
        display: none;
    }

    #page-home .banner {
        height: 220px !important;
    }

        #page-home .home-about .container {
            height: 220px !important;
            background-size: 180px auto;
        }

        #page-home .home-star .container {
            height: 220px !important;
            background-position: 60% center !important;
        }
         #page-home .home-about .container .logo{
             padding-top:50px;
         }
         #page-home .home-about .container .logo img{
             width:40px;
         }
        #page-home .home-about .container .text {
            margin-top: 30px;
            font-size:12px;
            line-height:20px;
        }

  
        #page-home .home-daren .container {
            padding:10px 30px 10px 30px;
        }

        #page-home .home-daren .container .list .item {
            flex: 0 0 calc(100% / 5) !important;
            height: 70px !important;
        }

          
        #page-home .home-say .container {
            height: 250px !important;
        }
        #page-home .home-say .box {
            height: 250px !important;
        }
        #page-home .home-say .box .box-left {
            height: 250px !important;
            width: 30vw;
        }
        #page-home .home-say .box .box-right {
            height: 250px !important;
            width:0;
        }
        #page-home .home-say .box .box-middle {
            width: 60vw;
            height: 250px !important;
            padding:15px!important;
        }

        #page-home .home-say .box .box-middle .box-inner {
            line-height: 18px !important;
            font-size: 12px !important;
            padding: 0 10px 0 10px !important;
        }
        #page-home .home-say .box .box-middle .box-inner .box-text{
            line-height:25px;
            font-size:11px;
        }
            #page-home .home-say .box .box-middle .box-inner .box-text::after {
                width: 20px;
                height: 20px;
                left:-10px;
            }
            #page-home .home-say .box .box-middle .box-inner .box-text::before {
                width: 20px;
                height: 20px;
                right:-10px;
            }

    .home-channel {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .home-channel .channel-list {
        margin-top: 40px !important;
    }
    .home-channel .channel-list .channel-item{
        padding-left:10px;
        padding-right:10px;
        width:0!important;
        flex:1;
    }
    .home-channel .channel-list .channel-item .channel-text {
        font-size: 12px;
    }

}