
#banner {
    width: 100%;
    height: 85%;
    overflow: hidden;
    position: relative;
}

    #banner .swiper-container {
        width: 100%;
        height: 100%;
    }

        #banner .swiper-container .swiper-slide img {
            width: 100%;
            height: 100%;
        }

/**/
.effect1 img {
    transform: scale(1.25, 1.25) translate(10%, 10%);
    transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
    /*tr     =    (sc-1)/2sc*100%              */
    /* --1.25       0.25/2.5*100%=10%          */
}

.leftUp img {
    -webkit-animation-name: leftUp;
    animation-name: leftUp;
}

@-webkit-keyframes leftUp {
    0% {
        transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
    }
}

@keyframes leftUp {
    0% {
        transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
    }
}

.moveRight img {
    -webkit-animation-name: moveRight;
    animation-name: moveRight;
}

@-webkit-keyframes moveRight {
    0% {
        transform: scale(1.1, 1.1) translate(-4.545%, 0);
    }

    100% {
        transform: scale(1.1, 1.1) translate(4.545%, 0);
    }
}

@keyframes moveRight {
    0% {
        transform: scale(1.1, 1.1) translate(-4.545%, 0);
    }

    100% {
        transform: scale(1.1, 1.1) translate(4.545%, 0);
    }
}

.moveDown img {
    -webkit-animation-name: moveDown;
    animation-name: moveDown;
}

@-webkit-keyframes moveDown {
    0% {
        transform: scale(1.1, 1.1) translate(0, -4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(0, 4.545%);
    }
}

@keyframes moveDown {
    0% {
        transform: scale(1.1, 1.1) translate(0, -4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(0, 4.545%);
    }
}

.centerBig img {
    -webkit-animation-name: centerBig;
    animation-name: centerBig;
}

@-webkit-keyframes centerBig {
    100% {
        transform: scale(1.1, 1.1);
    }
}

@keyframes centerBig {
    100% {
        transform: scale(1.1, 1.1);
    }
}

.rightDownBig img {
    -webkit-animation-name: rightDownBig;
    animation-name: rightDownBig;
}

@-webkit-keyframes rightDownBig {
    100% {
        transform: scale(1.1, 1.1) translate(4%, 4%);
    }
}

@keyframes rightDownBig {
    100% {
        transform: scale(1.1, 1.1) translate(4%, 4%);
    }
}

#banner .swiper-slide img {
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}

#banner .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: 20px;
}

#banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 5px;
}

.product-container {
    width: 1200px;
    margin: 0 auto;
}

    .product-container .title-block {
        margin-top: 100px;
    }


        .product-container .title-block .title {
            font-size: 2rem;
            font-weight: normal;
        }

        .product-container .title-block .sub-title {
            font-size: 1rem;
            line-height: 1.5;
            margin: 0 auto;
            text-align: center;
            color: rgba(0, 0, 0, 0.45);
            font-family: Arial;
        }

    .product-container .title-box p span {
        display: inline-block;
        width: 2.5rem;
        height: 2px;
        background: #409eff;
    }

    .product-container .product-list {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .product-container .product-list .list-item {
            width: 49%;
            height: 250px;
            background: #f6f6f6;
            margin-bottom: 25px;
        }

            .product-container .product-list .list-item .product-box {
                margin: 25px;
                display: flex;
            }

            .product-container .product-list .list-item:hover {
                background: linear-gradient(to right, #ffffff, #409eff40);
            }

                .product-container .product-list .list-item:hover img {
                    transform: scale(1.07);
                }

            .product-container .product-list .list-item .product-box .left-box {
                padding-top: 20px;
                flex: 1;
                margin-right: 20px;
            }

                .product-container .product-list .list-item .product-box .left-box .title {
                    font-size: 16px;
                    font-weight: 400;
                }

                .product-container .product-list .list-item .product-box .left-box .sub-title {
                    margin-top: 10px;
                    font-size: 12px;
                    font-weight: 400;
                    color: #979797;
                }
				 .product-container .product-list .list-item .product-box .left-box  .button{
					 margin-top:10px;
				 }



            .product-container .product-list .list-item .product-box .logo-box {
                width: 170px;
                height: 170px;
            }

                .product-container .product-list .list-item .product-box .logo-box img {
                    width: 100%;
                    height: 100%;
                    transition: all .3s;
                }



.hxys {
    margin-top: 100px;
    padding: 50px;
    background: url('//cdn.xuansiwei.com/d0820dck/1574402285365/xinbanner3(1).jpg?x-oss-process=style/small');
}

    .hxys .container {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        color: #fff;
        align-items: center;
    }

        .hxys .container .title-block-1 {
            text-align: center;
        }

            .hxys .container .title-block-1 .title {
                font-size: 2rem;
            }

            .hxys .container .title-block-1 .subtitle {
                font-size: 1.1rem;
                margin-top: 5px;
            }

        .hxys .container .content-block {
            margin-top: 60px;
            display: flex;
            text-align: center;
            justify-content: center;
        }

            .hxys .container .content-block .column {
                width: 15%;
                display: flex;
                padding: 0px 30px 0px 30px;
            }

            .hxys .container .content-block img {
                max-width: 64px;
            }

            .hxys .container .content-block .title {
                font-size: 1.1rem;
                margin: 20px;
            }

            .hxys .container .content-block .subtitle {
                font-size: 0.8rem;
                line-height: 1.5;
                text-align: left;
            }

.gywm {
    width: 1200px;
    margin: 50px auto;
    display: flex;
}

    .gywm .left-img {
        min-width: 564px;
        min-height: 423px;
    }

        .gywm .left-img img {
            width: 100%;
        }

    .gywm .right-info {
        margin-left: 20px;
        display: flex;
        flex-direction: column;
    }

        .gywm .right-info .title {
            font-size: 2rem;
            font-weight: normal;
        }

        .gywm .right-info .sub-title {
            font-size: 1rem;
            line-height: 1.5;
            margin: 0 auto;
            text-align: center;
            color: rgba(0, 0, 0, 0.45);
            font-family: Arial;
        }

        .gywm .right-info .info-block {
            flex: 1;
            display: flex;
            font-size: 0.8rem;
            text-indent: 0;
            overflow: hidden;
            justify-content: center;
            align-items: center;
        }

            .gywm .right-info .info-block p {
                text-indent: 0;
                overflow: hidden;
                text-overflow: ellipsis;
                line-height: 2;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 8;
            }

.xwzx {
    margin-top: 50px;
    background: url(//cdn.xuansiwei.com/d0820dck/1574411941772/xinbanner6.jpg?x-oss-process=style/small) center top no-repeat;
    padding: 3rem 1.5rem 3rem 1.5rem;
}

    .xwzx .container {
        width: 1200px;
        margin: 0 auto;
    }

        .xwzx .container .title-block {
            margin-bottom: 50px;
        }

            .xwzx .container .title-block .title {
                font-size: 2rem;
                font-weight: normal;
            }

            .xwzx .container .title-block .sub-title {
                font-size: 1rem;
                line-height: 1.5;
                margin: 0 auto;
                text-align: center;
                color: rgba(0, 0, 0, 0.45);
                font-family: Arial;
            }

        .xwzx .container .content-block {
            display: flex;
        }

            .xwzx .container .content-block .left-swiper {
                width: 360px;
            }

          


            .xwzx .container .content-block .left-swiper .swiper-container {
                width: 100%;
                height: 100%;
                position: relative;
            }


                .xwzx .container .content-block .left-swiper .swiper-container img {
                    height: 300px;
                    width: 100%;
                    object-fit: cover;
                }

                .xwzx .container .content-block .left-swiper .swiper-container .title-block {
                }

                    .xwzx .container .content-block .left-swiper .swiper-container .title-block .title {
                        color: #666;
                        font-size: 18px;
                        text-align: left;
                        font-weight: normal;
                        line-height: 2;
                        padding: 0 8px;
                        display: block;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        white-space: nowrap;
                    }

                    .xwzx .container .content-block .left-swiper .swiper-container .title-block .sub-title {
                        color: #999;
                        font-size: 12px;
                        line-height: 1.5;
                    }


            .xwzx .container .content-block .right-content {
                flex: 1;
                display:flex;
                flex-direction:column;
            }

            .xwzx .container .content-block .right-content .new{
                padding:0.75rem;
                flex:1;
            }
                .xwzx .container .content-block .right-content .new li {
                    display: flex;
                    margin-left: -0.75rem;
                    margin-right: -0.75rem;
                    margin-top: -0.75rem;
                }

                    .xwzx .container .content-block .right-content .new li:not(:last-child) {
                        margin-bottom: calc(1.5rem - .75rem);
                    }

                    .xwzx .container .content-block .right-content .new li .newDate {
                        border-right: 1px solid #ddd;
                        padding-right: 1rem;
                        position: relative;
                        text-align: center;
                    }
                        .xwzx .container .content-block .right-content .new li .newDate span{
                            font-size:18px;
                            color:#333333;
                        }
                            .xwzx .container .content-block .right-content .new li .newDate span:before {
                                content: '';
                                display: block;
                                width: 14px;
                                height: 14px;
                                border-radius: 10px;
                                position: absolute;
                                top: 4px;
                                right: -8px;
                                background-color: #ddd;
                            }

                            .xwzx .container .content-block .right-content .new li .is-2-tablet {
                                flex: none;
                                width: 16.66667%
                            }

                .xwzx .container .content-block .right-content .new li .newTitle{
                    padding-left:2rem;
                    padding-bottom:2rem;
                }

                    .xwzx .container .content-block .right-content .new li .newTitle h3 {
                        display: block;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        white-space: nowrap;
                        font-size: 18px;
                        color: #333333;
                    }

                    .xwzx .container .content-block .right-content .new li .newTitle h4 {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        font-size: 14px;
                        color: #999999;
                    }

            .xwzx .container .content-block .right-content .button{
                margin-left:16%;
            }
