@charset "UTF-8";
/*颜色定义规范*/
/*字体定义规范*/
* {
    margin: 0;
    padding: 0;
}

video, img {
    max-width: 100% !important;
}

ul li {
    list-style: none;
}

body,
html {
    margin: 0;
    padding: 0;
    /*font-family: 'Microsoft YaHei-Regular,Microsoft YaHei';*/
    scroll-behavior: smooth;
}
/*h2{
   font-size:32px
}*/
a {
    text-decoration: none;
    /*color: #fff;*/
}

    a:hover {
        cursor: pointer;
    }

img {
    display: inline-block;
}
/*p {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 16px;
}*/
/*浮窗*/
.FloatWin {
    z-index: 9999;
    width: 74px;
    top: 60%;
    transform: translateY(-50%);
    height: 265px;
    position: fixed;
    right: 0;
    overflow: hidden;
    border-top-left-radius: 20em;
    border-top-right-radius: 20em;
    border-bottom-left-radius: 20em;
    border-bottom-right-radius: 20em;
    /*background-color: #0057D2;*/
}
    /*.FloatWin a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}*/
    .FloatWin .FloatImg {
        border-radius: 50%;
    }

    .FloatWin p {
        width: 20px;
    }

.tou {
    display: none;
}

.disclaimers {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background: rgba(0,0,0,.7);
}

.body-win {
    position: absolute;
    background-color: #fff;
    top: 50%;
    width: 600px;
    left: 50%;
    right: 50%;
    transform: translate(-50%,-50%);
    z-index: 33;
    border: 1px solid #0057D2;
    font-size: 16px;
    border-radius: 10px;
    padding-bottom: 30px;
}

    .body-win #win-img:hover {
        cursor: pointer;
    }

    .body-win #win-img {
        width: 40px;
        margin-bottom: 20px;
        background-color: #999;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        right: 0
    }

    .body-win p {
        line-height: 42px;
        padding: 0 20px;
        margin-top: 55px;
        font-size: 18px;
    }

header .ce {
    z-index: 999;
    position: absolute;
    top: 0;
    width: 86%;
    height: 100%;
    left: 14%;
}

    header .ce .ceImg {
        height: 50px;
        width: 51px;
        background: #000;
        display: inline-block;
        position: absolute;
        top: 0;
        left: -52px;
    }

        header .ce .ceImg img {
            margin-left: 14px;
            margin-top: 13px;
            margin-right: 15px;
        }

    header .ce ul {
        display: inline-block;
        float: right;
        width: 100.2%;
        height: 100%;
        background: #333333;
        margin: 0;
        padding-left: 20px;
    }

        header .ce ul li {
            margin-top: 40px;
            padding-bottom: 20px;
            margin-right: 20px;
            opacity: 1;
            border-bottom: 1px solid rgba(255, 255, 255, 0.36);
        }

            header .ce ul li a {
                width: 100%;
                height: 25px;
                font-size: 15px;
                font-weight: 400;
                color: #FFFFFF;
                line-height: 18px;
                display: inline-block;
            }

                header .ce ul li a img {
                    float: right;
                    position: absolute;
                    right: 9px;
                }

header {
    overflow: hidden;
    position: relative;
}

    header .header-info {
        position: absolute;
        left: 19%;
        top: 40px;
        width: 62%;
        padding-right: 19%;
    }

        header .header-info h2 {
            font-size: 32px;
            color: #0057D2;
            margin: 0 0 14px 0;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        header .header-info h3 {
            font-size: 21px;
            color: #fff;
            margin: 0;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

    header .img1 {
        width: auto;
        height: 54px;
        max-width: 120px;
    }

    header img {
        vertical-align: middle;
    }

    header .ban02 {
        display: none;
    }

    header .ban01 {
        width: 100%;
        display: block;
        max-height: 280px;
    }

.head-load {
    width: 381px;
    position: absolute;
    left: 19%;
    bottom: 0;
    display: flex;
    align-items: center;
    align-content: space-between;
}

    .head-load .load-1,
    .head-load .load-2 {
        width: 52%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 64px 64px 64px 64px;
        opacity: 1;
        background-color: #0057D2;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 36px;
        margin-right: 20px;
    }

        .head-load .load-1:active,
        .head-load .load-2:active {
            background-color: #0057D2;
            color: #FFFFFF;
        }

    .head-load .load-3 {
        width: 25%;
        color: #fff;
        margin-bottom: 36px;
        margin-left: 4px;
    }

        .head-load .load-3 a {
            text-decoration: underline
        }

.banner {
    background: #fff;
    height: 70px;
    z-index: 11;
    box-shadow: 0px 3px 5px 0px #0000001A;
}

    .banner .swiper-button-prev {
        display: none;
    }

    .banner ul {
        color: #999999;
        height: 100%;
        align-items: center;
        margin: 0 20%;
        width: 54.1%;
        display: flex;
        justify-content: space-between;
    }

        .banner ul li {
            height: 67px;
            line-height: 67px;
            border-bottom: solid 3px #fff;
        }

            .banner ul li a {
                height: 67px;
                display: inline-block;
                color: #999999;
            }

                .banner ul li a:hover {
                    color: #0057D2;
                }

            .banner ul li:hover {
                border-bottom: solid 3px #0057D2;
            }

#swiper1 {
    display: none;
}

#item01 {
    height: auto;
}

    #item01 .item01Center {
        width: 63.1%;
        margin: 0 auto;
        padding-top: 60px;
    }

.swiper-wrapper {
    height: auto;
}

.swiper-button-next, .swiper-button-prev {
    /*transform: translateY(-50%);*/
    /*top:224px!important*/
}

.swiper-button-prev7, .swiper-button-next7 {
    top: 40%;
}

#item01 .item01Center .item-Top {
    margin-bottom: 56px;
}

    #item01 .item01Center .item-Top h2 {
        position: relative;
        margin-top: 0px;
        text-align: center;
        margin-bottom: 16px;
    }

    #item01 .item01Center .item-Top img {
        text-align: center;
        margin: 0 auto;
        position: absolute;
        left: 49%;
    }

#item01 .item01Center .item01-Box {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    margin-bottom: 80px;
    margin-top: 36px;
}

    #item01 .item01Center .item01-Box .item-left {
        width: 55%;
        margin-right: 40px;
        display: flex;
        flex-direction: column;
    }

        #item01 .item01Center .item01-Box .item-left h3 {
            font-size: 28px;
            font-weight: 400;
            color: #000000;
            line-height: 33px;
            margin-top: 20px;
            margin-bottom: 12px;
        }

        #item01 .item01Center .item01-Box .item-left p {
            font-size: 16px;
            font-weight: 400;
            color: #666666;
            line-height: 26px;
            text-align: left;
            margin-top: 0;
        }

        #item01 .item01Center .item01-Box .item-left .item-lefetBox {
            margin-top: 20px;
            display: flex;
            bottom: 0;
            width: 100%;
        }

            #item01 .item01Center .item01-Box .item-left .item-lefetBox .item-bottom {
                margin-bottom: auto;
                width: 40%;
                border-left: 3px solid #0057D2;
                padding-left: 8px;
                padding-right: 4px;
            }

                #item01 .item01Center .item01-Box .item-left .item-lefetBox .item-bottom h4 {
                    margin: 0;
                    margin-bottom: 4px;
                    font-size: 18px;
                    font-weight: 400;
                    color: #000000;
                    line-height: 21px;
                }

                #item01 .item01Center .item01-Box .item-left .item-lefetBox .item-bottom p {
                    font-size: 14px;
                    font-weight: 400;
                    color: #666666;
                    line-height: 16px;
                    margin: 0;
                }

    #item01 .item01Center .item01-Box #swiper6 {
        width: 45%;
    }

        #item01 .item01Center .item01-Box #swiper6 .img-left,
        #item01 .item01Center .item01-Box #swiper6 .img-right {
            background-image: none;
            width: auto;
        }

            #item01 .item01Center .item01-Box #swiper6 .img-left img,
            #item01 .item01Center .item01-Box #swiper6 .img-right img {
                margin-top: 5px;
            }
        /*  #item01 .item01Center .item01-Box #swiper6 .swiper-wrapper .swiper-slide {
    justify-content: center;
    display: flex;
    align-items: center;
  }*/
        #item01 .item01Center .item01-Box #swiper6 .swiper-wrapper .swiper-slide .item-right1 {
            width: 100%;
            display: block;
            vertical-align: middle;
            height: 290px;
        }

        #item01 .item01Center .item01-Box #swiper6 .swiper-wrapper .swiper-slide .item-right2 {
            display: none;
        }

        #item01 .item01Center .item01-Box #swiper6 .swiper-wrapper .swiper-slide video {
            width: 100%;
            /*max-height: 290px;
        height:auto;*/
            max-height: 290px;
            height: 290px;
        }

video {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 214px;
    max-height: 214px;
    object-fit: fill;
}

.imgCodeRes {
    display: flex;
    justify-content: center;
    /*align-items:center;*/
    height: 214px;
    max-height: 214px;
    overflow: hidden;
}

#item01 .item01Center .visit {
    margin: 0 auto;
    width: 43.3%;
    height: 48px;
    background: #0057D2;
    box-shadow: 0px 8px 18px 1px rgba(173, 123, 0, 0.21);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

    #item01 .item01Center .visit a {
        width: 100%;
        height: 100%;
        text-align: center;
        display: inline-block;
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 48px;
    }

#item01 .item01Center .vist-Span {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 46px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
}

#item02 {
    height: auto;
    background: #F5F5F5;
    box-shadow: inset 0px -4px 4px 1px rgba(0, 0, 0, 0.03);
}

    #item02 .item02Center {
        width: 63.1%;
        margin: 0 auto;
        padding-top: 60px;
        overflow: hidden;
    }

        #item02 .item02Center .swiper-center {
            width: 890px;
            margin: 0 auto;
            padding-bottom: 40px;
        }

        #item02 .item02Center .item2-Top {
            height: 60px;
        }

            #item02 .item02Center .item2-Top h2 {
                position: relative;
                margin-top: 0;
                text-align: center;
                margin-bottom: 16px;
            }

            #item02 .item02Center .item2-Top img {
                text-align: center;
                margin: 0 auto;
                position: absolute;
                left: 49%;
            }

        #item02 .item02Center .item02-P {
            font-size: 26px;
            font-weight: 400;
            color: #000000;
            line-height: 30px;
            margin-top: 36px;
            margin-bottom: 30px;
        }

        #item02 .item02Center ul {
            padding-left: 22px;
            margin-bottom: 8px;
        }

            #item02 .item02Center ul li {
                list-style: disc;
                font-size: 22px;
                font-weight: 400;
                color: #000000;
                line-height: 26px;
                margin-top: 20px;
            }

        #item02 .item02Center .item02-P2 {
            width: 98%;
            text-align: left;
            font-size: 16px;
            font-weight: 400;
            color: #666666;
            line-height: 26px;
            margin-top: 0px;
            margin-bottom: 20px;
        }

        #item02 .item02Center .item02-text p {
            /*line-height: 40px;*/
            text-align: left;
            margin-bottom: 0;
            margin-top: 20px;
            margin-bottom: 8px;
        }

        #item02 .item02Center .line {
            width: 100%;
            border: 1px solid rgba(0, 0, 0, 0.18);
            margin-top: 44px;
            margin-bottom: 41px;
        }

        #item02 .item02Center .swiper-pagination1 {
            position: absolute;
            display: flex;
            justify-content: center;
            bottom: 0px;
        }

            #item02 .item02Center .swiper-pagination1 .swiper-pagination-bullet-active {
                background: #0057D2;
            }

        #item02 .item02Center .item02-Img {
            width: 100%;
            justify-content: center;
            display: flex;
            align-items: center;
            position: relative;
        }

            #item02 .item02Center .item02-Img .swiper-button-next {
                top: 224px;
            }

            #item02 .item02Center .item02-Img .swiper-button-prev {
                top: 224px;
            }

            #item02 .item02Center .item02-Img .img-left {
                background-image: none;
                /*opacity: 1;*/
                left: 0;
                width: auto;
            }

                #item02 .item02Center .item02-Img .img-left img:nth-child(1) {
                    display: block;
                }

                #item02 .item02Center .item02-Img .img-left img:nth-child(2) {
                    display: none;
                }

            #item02 .item02Center .item02-Img .Img-center {
                display: flex;
                padding-bottom: 30px;
            }

                #item02 .item02Center .item02-Img .Img-center .img1 {
                    margin-bottom: 49px;
                    /*width: 100% !important;*/
                }

                    #item02 .item02Center .item02-Img .Img-center .img1 .img1-1 {
                        display: block;
                        margin: 0 auto;
                        width: 800px;
                        height: 448px;
                    }

        #item02 .item02Center video {
            width: 800px;
            text-align: center;
            margin: 0 auto;
            display: block;
            max-height: 448px;
            height: 448px;
        }

        #item02 .item02Center .item02-Img .Img-center .img1 .img1-2 {
            display: none;
        }

        #item02 .item02Center .item02-Img .Img-center h4 {
            width: 90%;
            margin: 0 auto;
            font-size: 22px;
            font-weight: 400;
            color: #000000;
            line-height: 26px;
            margin-bottom: 10px;
            margin-top: 20px;
        }

        #item02 .item02Center .item02-Img .Img-center p {
            width: 90%;
            margin: 0 auto;
            font-size: 16px;
            font-weight: 400;
            color: #666666;
            line-height: 26px;
            /*  margin-bottom: 30px;*/
            margin-top: 0;
            text-align: left;
        }

        #item02 .item02Center .item02-Img .img-right {
            background-image: none;
            /*opacity: 1;*/
            width: auto;
            top: 224px;
            right: 0px;
        }

            #item02 .item02Center .item02-Img .img-right img:nth-child(1) {
                display: block;
            }

            #item02 .item02Center .item02-Img .img-right img:nth-child(2) {
                display: none;
            }

#item03 .item04Center {
    padding-top: 60px;
    width: 63.1%;
    margin: 0 auto;
    padding-bottom: 60px;
    overflow: hidden;
}

    #item03 .item04Center .item4-Top {
        margin-bottom: 56px;
    }

    #item03 .item04Center .item04Text p {
        /*line-height:40px;*/
    }

    #item03 .item04Center .item4-Top h2 {
        position: relative;
        margin-top: 0px;
        text-align: center;
        margin-bottom: 16px;
    }

    #item03 .item04Center .item4-Top img {
        text-align: center;
        margin: 0 auto;
        position: absolute;
        left: 49%;
    }

    #item03 .item04Center .box4-flex1 {
        width: 63.1%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

#item04 {
    background: #F5F5F5;
}

    #item04 .item05Center {
        width: 63.1%;
        margin: 0 auto;
        padding-top: 34px;
        /* padding-bottom: 40px;*/
    }

    #item04 #swiper7 {
        width: 100%;
    }

    #item04 .item05Center .item5-Top {
        margin-bottom: 56px;
    }

        #item04 .item05Center .item5-Top h2 {
            position: relative;
            margin-top: 0px;
            text-align: center;
            margin-bottom: 16px;
        }

        #item04 .item05Center .item5-Top img {
            text-align: center;
            margin: 0 auto;
            position: absolute;
            left: 49%;
        }

    #item04 .item05-box1 {
        display: flex;
        width: 63.1%;
        margin: 0 auto;
        justify-content: space-between;
        position: relative;
        padding-bottom: 40px;
    }

        #item04 .item05-box1 #swiper7 .swiper-wrapper .swiper-slide {
            background: #fff;
            display: flex;
            flex-direction: column;
            /*justify-content:space-between;*/
        }

            #item04 .item05-box1 #swiper7 .swiper-wrapper .swiper-slide img {
                width: 100%;
                height: auto;
            }

            #item04 .item05-box1 #swiper7 .swiper-wrapper .swiper-slide span {
                width: 4px;
                display: inline-block;
                height: 24px;
                background: #0057D2;
                margin-top: 12px;
                opacity: 1;
                position: absolute;
            }

            #item04 .item05-box1 #swiper7 .swiper-wrapper .swiper-slide p {
                width: 91%;
                height: 56px;
                display: inline-block;
                margin-top: 16px;
                font-size: 18px;
                font-weight: 400;
                color: #000000;
                line-height: 28px;
                margin: 16px 0;
                text-align: left;
                margin-left: 16px;
                word-wrap: break-word;
                word-break: normal;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }

        #item04 .item05-box1 .box1 {
            width: 31.7%;
            background: #fff;
        }

            #item04 .item05-box1 .box1 .box1-img {
                width: 100%;
            }

            #item04 .item05-box1 .box1 img {
                vertical-align: middle;
            }

            #item04 .item05-box1 .box1 span {
                width: 4px;
                display: inline-block;
                height: 24px;
                background: #0057D2;
                margin-top: 12px;
                opacity: 1;
                /*transform: translateY(-32px);*/
            }

            #item04 .item05-box1 .box1 p {
                width: 91%;
                display: inline-block;
                margin-top: 16px;
                font-size: 18px;
                font-weight: 400;
                color: #000000;
                line-height: 28px;
                margin: 16px 0;
            }

            #item04 .item05-box1 .box1 .box1-img1 {
                position: absolute;
                top: 25%;
                right: 47%;
            }

    #item04 .big {
        display: none;
    }

#item05 {
    background: #fff;
}

    #item05 .item06Center {
        width: 63.1%;
        margin: 0 auto;
        padding-top: 60px;
        padding-bottom: 30px;
    }

        #item05 .item06Center .item6-Top {
            margin-bottom: 56px;
        }

            #item05 .item06Center .item6-Top h2 {
                position: relative;
                margin-top: 0px;
                margin-bottom: 16px;
                text-align: center;
            }

            #item05 .item06Center .item6-Top img {
                text-align: center;
                margin: 0 auto;
                position: absolute;
                left: 49%;
            }

        #item05 .item06Center .item6-flex {
            display: flex;
            align-items: center;
        }

        #item05 .item06Center .item6-flex-img {
            width: 373px;
            max-height: 190px;
			box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
            padding: 10px;
        }

        #item05 .item06Center .item6-flex img:nth-child(1) {
            width: 100%;
            display: block;
            margin: 0 auto;
            //border: 1px solid #ccc;
            max-height: 190px;
            max-width: 373px;
        }

        /*#item05 .item06Center .item6-flex img:nth-child(2) {
  display: none;
}*/

        #item05 .item06Center .item6-flex .item6-box {
            margin-left: 30px;
            width: 100%;
        }

            #item05 .item06Center .item6-flex .item6-box h2 {
                font-size: 22px;
                font-weight: 400;
                color: #000000;
                line-height: 26px;
            }

            #item05 .item06Center .item6-flex .item6-box p {
                /*width: 98%;*/
                font-size: 16px;
                font-weight: 400;
                color: #333333;
                line-height: 26px;
                margin-top: 9px;
                margin-bottom: 36px;
                text-align: left;
            }

            #item05 .item06Center .item6-flex .item6-box .box-1 {
                width: 25%;
                height: 40px;
                text-align: center;
                border: 1px solid #0057D2;
                line-height: 40px;
                display: inline-block;
                margin-right: 20px;
            }

                #item05 .item06Center .item6-flex .item6-box .box-1 a {
                    display: inline-block;
                    width: 100%;
                    height: auto;
                    line-height: 40px;
                    font-size: 16px;
                    font-weight: 400;
                    color: #0057D2;
                }

                #item05 .item06Center .item6-flex .item6-box .box-1:hover {
                    background: #0057D2;
                    color: #fff;
                }

                    #item05 .item06Center .item6-flex .item6-box .box-1:hover a {
                        background: #0057D2;
                        color: #fff;
                    }

            #item05 .item06Center .item6-flex .item6-box .box-2 {
                width: 25%;
                height: 40px;
                display: inline-block;
                border: 1px solid #0057D2;
                text-align: center;
            }

                #item05 .item06Center .item6-flex .item6-box .box-2 a {
                    width: 100%;
                    height: auto;
                    display: inline-block;
                    color: #0057D2;
                    text-align: center;
                    line-height: 40px;
                    font-size: 16px;
                    font-weight: 400;
                }

                #item05 .item06Center .item6-flex .item6-box .box-2:hover {
                    background: #0057D2;
                    color: #fff;
                }

                    #item05 .item06Center .item6-flex .item6-box .box-2:hover a {
                        background: #0057D2;
                        color: #fff;
                    }

.swiper-button-disabled {
    opacity: 1;
}

@media screen and (max-width: 1800px) {
    header .header-info {
        top: 33px;
    }

        header .header-info h2 {
            font-size: 28px;
            margin: 12px 0;
        }

        header .header-info h3 {
            font-size: 18px;
        }

    .head-load .load-1, .head-load .load-3 {
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 1600px) {
    header .header-info {
        top: 32px;
    }

        header .header-info h2 {
            font-size: 28px;
            margin: 8px 0;
        }

        header .header-info h3 {
            font-size: 18px;
        }

    header .img1 {
        height: 36px;
    }

    .head-load .load-1, .head-load .load-3 {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 1440px) {
    header .header-info {
        top: 24px;
    }

        header .header-info h2 {
            font-size: 24px;
            margin: 10px 0;
        }

        header .header-info h3 {
            font-size: 16px;
        }

    header .img1 {
        width: auto;
        height: 30px;
    }

    .head-load .load-1 {
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1366px) {
    /*.FloatWin{
    top:320px;
}*/

    .imgCodeRes {
        height: 214px;
        max-height: 214px;
    }

    #item01 .item01Center .item01-Box #swiper6 .swiper-wrapper .swiper-slide .item-right1 {
        width: 100%;
        display: block;
        vertical-align: middle;
        max-height: 202px;
        height: 202px;
    }

    #item01 .item01Center .item01-Box #swiper6 .swiper-wrapper .swiper-slide video {
        height: 202px;
        max-height: 202px;
    }
    /*#item02 .item02Center .item02-Img .Img-center .img1 .img1-1 {
    height:auto;
}*/
    .head-load {
        width: 33%;
        bottom: 5%;
        /*top: 11.4%;*/
    }

        .head-load .load-1 {
            width: 45%;
            margin-bottom: 0;
        }

        .head-load .load-3 {
            width: auto;
            margin-bottom: 0;
        }

    #item01 .item01Center {
        width: 62%;
    }

    #item02 .item02Center {
        width: 62%;
    }

        #item02 .item02Center .swiper-center {
            width: 80%;
        }

        #item02 .item02Center .item02-Img .swiper-button-next {
            top: 191px;
        }

        #item02 .item02Center .item02-Img .swiper-button-prev {
            top: 191px;
        }

    #item03 .item03Center {
        width: 62%;
    }

    #item03 .item04Center {
        width: 62%;
        margin: 0 auto;
    }

    #item04 .item05Center {
        width: 62%;
    }

        #item04 .item05Center .item05-box1 .box1 {
            width: 29.7%;
        }

    #item05 .item06Center {
        width: 62%;
        margin: 0 auto;
    }

        #item05 .item06Center .item6-flex .item6-box .box-1 {
            width: 145px;
            margin-bottom: 10px;
        }

        #item05 .item06Center .item6-flex .item6-box .box-2 {
            width: 145px;
        }

    #item01 .item01Center .item-Top h2 {
        margin-bottom: 10px;
    }

    #item02 .item02Center .item2-Top h2 {
        margin-bottom: 10px;
    }

    #item03 .item04Center .item4-Top h2 {
        margin-bottom: 10px;
    }

    #item04 .item05Center .item5-Top h2 {
        margin-bottom: 10px;
    }

    #item05 .item06Center .item6-Top h2 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:1290px) {
    header .head-load {
        bottom: 5px;
    }

        header .head-load .load-1 {
            /*margin-bottom: 20px;*/
        }

        header .head-load .load-3 {
            /*margin-bottom: 20px;*/
        }
}

@media screen and (min-width: 1366px) {
    .swiper-button-prev7 {
        left: -55px !important;
    }

    .swiper-button-next7 {
        right: -55px !important;
    }
}

@media screen and (max-width: 1200px) {
    header .header-info {
        top: 24px;
    }

        header .header-info h2 {
            font-size: 20px;
            margin: 6px 0;
        }

    header .img1 {
        height: 30px;
    }

    .head-load .load-1 {
        height: 30px;
        line-height: 30px;
    }

    #item02 .item02Center .item02-Img .swiper-button-next {
        top: 167px;
    }

    #item02 .item02Center .item02-Img .swiper-button-prev {
        top: 167px;
    }
}

@media screen and (max-width: 1024px) {
    header .header-info {
        top: 20px;
    }

        header .header-info h2 {
            font-size: 18px;
            margin: 8px 0 0;
        }

        header .header-info h3 {
            font-size: 14px;
        }

    header .img1 {
        height: 24px;
    }

    .head-load .load-1 {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }

    .head-load .load-3 {
        font-size: 14px;
    }

    #item02 .item02Center .item02-Img .swiper-button-next {
        top: 143px;
    }

    #item02 .item02Center .item02-Img .swiper-button-prev {
        top: 143px;
    }
}

@media screen and (max-width: 992px) {
    header .header-info {
        left: 15%;
        margin-bottom: 12px;
    }

    .head-load {
        left: 15%;
        margin-bottom: 8px;
    }

    .banner ul {
        margin: 0 15%;
        width: 72%;
    }

    header .ban01 {
        height: 160px;
    }

    #item01 .item01Center, #item02 .item02Center, #item03 .item04Center, #item04 .item05Center, #item05 .item06Center，.footerCenter {
        width: 70%;
    }

        #item02 .item02Center video, #item02 .item02Center .item02-Img .Img-center .img1 .img1-1 {
            max-height: 286px;
            height: 286px;
        }

    video {
        height: 112px;
        max-height: 112px;
    }

    #item04 .item05Center .item05-box1 #swiper7 .swiper-wrapper .swiper-slide img {
        height: 112px;
    }

    .imgCodeRes {
        height: 112px;
        max-height: 112px;
        overflow: hidden;
    }
}

@media screen and (max-width: 768px) {
    .active {
            border-bottom: solid 3px #fff !important;
            color: #0057D2;
    }

    .active a {
        border-bottom: solid 2px #fff !important;
        color: #0057D2 !important;
    }
    #item02 .item02Center video {
        max-height: 200px;
    }

    #item05 .item06Center .item6-Top {
        margin-bottom: 46px;
    }

    .body-win {
        width: 86%;
        padding-bottom: 10px;
    }

        .body-win #win-img {
            width: 30px;
        }

        .body-win p {
            margin-top: 35px;
            font-size: 14px;
            line-height: 1.5;
        }

    .swiper-button-next, .swiper-button-prev {
        transform: translateY(0%);
    }

    .swiper-wrapper {
        height: auto;
    }

    .tou {
        display: block;
        background-color: #151515;
    }

        .tou .img1 {
            position: absolute;
            top: 1%;
            left: 5%;
        }

    header {
        margin-bottom: 0;
        background: #151515;
    }

        header .header-info {
            position: absolute;
            top: 20px;
            left: 16px;
            padding-right: 16px;
            width: calc(100% - 16px);
        }

        /*header .header-info h2 {
                font-size: 36px;
            }*/

        /* header .header-info h3 {
                font-size: 28px;
            }*/

        header .img1 {
            display: block;
            height: 48px;
        }

        header .ban01 {
            display: none;
        }

        header .ban02 {
            display: block;
            width: 100%;
            max-height: 180px;
        }

        header .head-load {
            /*top: 17.6%;*/
            left: 0;
            width: 84%;
            bottom: 0;
        }

            header .head-load .load-1 {
                width: 164px;
                font-size: 14px;
                height: 32px;
                line-height: 32px;
                margin-right: 15px;
                margin-left: 16px;
                /* margin-bottom: 20px;*/
            }

            header .head-load .load-2 {
                width: 164px;
                font-size: 14px;
                height: 32px;
                line-height: 32px;
            }

            header .head-load .load-3 {
                width: 35%;
                font-size: 12px;
                /*margin-bottom: 12px;*/
                /* margin-bottom: 20px;*/
            }

    .banner {
        display: none;
        position: relative;
        height: 44px;
    }

        .banner ul {
            margin: 0;
            padding: 0;
            width: 100%;
            font-size: 13px;
        }

            .banner ul li {
                height: 41px;
                line-height: 41px;
            }

                .banner ul li:nth-child(1) {
                    width: 59%;
                    margin-left: 16px;
                }

                .banner ul li:nth-child(2) {
                    width: 100%;
                }

                .banner ul li:nth-child(3) {
                    width: 100%;
                }

                .banner ul li:nth-child(4) {
                    width: 70%;
                }

                .banner ul li:nth-child(5) {
                    width: 45%;
                }

                .banner ul li:nth-child(6) {
                    width: 45%;
                }

                .banner ul li a {
                    width: 100%;
                    height: 41px;
                }

        .banner .swiper-button-prev {
            display: block;
            width: 20px;
            height: 44px;
            background: #222222;
            position: absolute;
            color: #fff;
            top: 0;
            line-height: 44px;
            right: 0;
            text-align: center;
        }

    #swiper1 {
        display: block;
        background: #fff;
        box-shadow: 0px 3px 5px 0px #0000001A;
        position: relative;
        overflow: hidden;
    }

        #swiper1 .swiper-wrapper {
            height: 45px;
        }

            #swiper1 .swiper-wrapper .swiper-slide {
                text-align: center;
            }

                #swiper1 .swiper-wrapper .swiper-slide a {
                    display: inline-block;
                    height: 42px;
                    line-height: 44px;
                    margin-bottom: 3px;
                    font-size: 13px;
                    font-weight: 400;
                    color: rgba(153, 153, 153, 0.8);
                }

                #swiper1 .swiper-wrapper .swiper-slide:nth-child(1) {
                    /* width: auto !important;
    margin-left: 36px;*/
                }

                #swiper1 .swiper-wrapper .swiper-slide:nth-child(2) {
                    /* width: auto !important;
    margin: 0 36px;*/
                }

                #swiper1 .swiper-wrapper .swiper-slide:nth-child(3) {
                    /*  width: auto !important;
    margin: 0 36px;*/
                }

                #swiper1 .swiper-wrapper .swiper-slide:nth-child(4) {
                    /*width: auto !important;
    margin: 0 36px;*/
                }

                #swiper1 .swiper-wrapper .swiper-slide:nth-child(5) {
                    /* width: auto !important;
    margin: 0 36px;*/
                }

        #swiper1 .swiper-button-next, .swiper-button-prev {
            width: 20px;
            height: 44px;
            position: absolute;
            background-image: none;
            right: 0;
            bottom: 0%;
            display: flex;
            align-items: center;
        }

        #swiper1 .swiper-button-prev {
            width: 15px;
            height: 44px;
            position: absolute;
            background-image: none;
            left: -3px;
            padding-left: 9px;
            bottom: 0%;
            display: flex;
            align-items: center;
        }

        #swiper1 .swiper-button-next span {
            display: inline-block;
            border-top: 1px solid;
            border-right: 1px solid;
            width: 10px;
            height: 10px;
            border-color: #999;
            transform: rotate(45deg);
        }

        #swiper1 .swiper-button-prev span {
            display: inline-block;
            border-top: 1px solid;
            border-left: 1px solid;
            width: 10px;
            height: 10px;
            border-color: #999;
            transform: rotate(-51deg);
        }

    #item01 .item01Center {
        width: 92%;
        padding-top: 30px;
    }

        #item01 .item01Center .item-Top {
            margin-bottom: 32px;
        }

            #item01 .item01Center .item-Top h2 {
                font-size: 20px;
                margin-top: 30px;
                margin-bottom: 8px;
                margin-top: 0;
            }

            #item01 .item01Center .item-Top img {
                left: 45%;
            }

        #item01 .item01Center .item01-Box {
            flex-wrap: wrap-reverse;
            margin-bottom: 30px;
        }

            #item01 .item01Center .item01-Box #swiper6 {
                width: 100%;
                max-height: 200px;
                overflow: hidden;
            }

                #item01 .item01Center .item01-Box #swiper6 .swiper-wrapper {
                    height: auto;
                }

            #item01 .item01Center .item01-Box .item-left {
                width: 100%;
                margin-right: 0;
            }

                #item01 .item01Center .item01-Box .item-left h3 {
                    font-size: 18px;
                    font-weight: 500;
                    color: #000000;
                    line-height: 21px;
                    margin-bottom: 8px;
                    margin-top: 16px;
                }

                #item01 .item01Center .item01-Box .item-left p {
                    font-size: 14px;
                    font-weight: 400;
                    text-align: left;
                    color: #666666;
                    line-height: 24px;
                }

                #item01 .item01Center .item01-Box .item-left .item-lefetBox {
                    width: 100%;
                }

                    #item01 .item01Center .item01-Box .item-left .item-lefetBox .item-bottom {
                        margin-top: 30px;
                        width: 100%;
                        padding-left: 4px;
                    }

                        #item01 .item01Center .item01-Box .item-left .item-lefetBox .item-bottom h4 {
                            font-size: 14px;
                            font-weight: 400;
                            color: #000000;
                            line-height: 16px;
                        }

                        #item01 .item01Center .item01-Box .item-left .item-lefetBox .item-bottom p {
                            font-size: 13px;
                            font-weight: 400;
                            color: #666666;
                            line-height: 15px;
                            text-align: left;
                            width: 102%;
                        }

                        #item01 .item01Center .item01-Box .item-left .item-lefetBox .item-bottom:nth-child(1) {
                            margin-right: 21px;
                        }

            #item01 .item01Center .item01-Box .item-right2 {
                width: 100%;
                display: block;
            }

            #item01 .item01Center .item01-Box .item-right1 {
                display: none;
            }

        #item01 .item01Center .visit {
            width: 100%;
            height: 40px;
        }

            #item01 .item01Center .visit a {
                font-size: 15px;
                font-weight: 500;
                color: #FFFFFF;
                line-height: 40px;
            }

        #item01 .item01Center .vist-Span {
            font-size: 13px;
            font-weight: 400;
            color: #666666;
            line-height: 15px;
            margin-bottom: 30px;
        }

    #item02 .item02Center {
        position: relative;
        width: 92%;
        padding-top: 30px;
    }
        #item02 .item02Center ul {
            padding-left: 2px;
        }
        #item02 .item02Center .item02-text p {
            font-size: 16px!important;
            line-height: 24px;
            margin-top: 0;
			margin-bottom:0;
        }
		#item02 .item02Center .item02-text p span {
            font-size: 14px!important;
            line-height: 24px;
            margin-top: 0;
        }

        #item02 .item02Center .swiper-center {
            width: 100%;
        }

        #item02 .item02Center .item2-Top {
            height: 40px;
        }

            #item02 .item02Center .item2-Top h2 {
                font-size: 20px;
                line-height: 23px;
                margin-bottom: 12px;
                text-align: center;
            }

            #item02 .item02Center .item2-Top img {
                left: 45%;
            }

        #item02 .item02Center .item02-P {
            text-align: left;
            margin-top: 20px;
            margin-bottom: 12px;
            font-size: 18px;
            line-height: 21px;
        }

        #item02 .item02Center ul li {
            margin-left: 5%;
            font-size: 16px;
            line-height: 19px;
        }

        #item02 .item02Center .item02-P2 {
            margin-bottom: 16px;
            font-size: 14px;
            line-height: 24px;
        }

        #item02 .item02Center .line {
            margin-bottom: 20px;
            margin-top: 34px;
        }

        #item02 .item02Center .swiper-pagination1 {
            margin-top: 16px;
            margin-bottom: 20px;
            top: 200px;
        }

        #item02 .item02Center .item02-Img {
            /* width: 60%;*/
            position: relative;
            background: none;
            /*height: auto;*/
        }

            #item02 .item02Center .item02-Img .img-left {
                width: auto;
                background-image: none;
            }

                #item02 .item02Center .item02-Img .img-left img:nth-child(1) {
                    display: none;
                }

                #item02 .item02Center .item02-Img .img-left img:nth-child(2) {
                    display: block;
                }

            #item02 .item02Center .item02-Img .swiper-button-next {
                top: 100px;
                background: none;
            }

            #item02 .item02Center .item02-Img .swiper-button-prev {
                top: 100px;
                left: 6px;
            }

            #item02 .item02Center .item02-Img .Img-center {
                height: auto;
            }

                #item02 .item02Center .item02-Img .Img-center .swiper-slide {
                    margin: 0;
                    height: auto;
                }

                #item02 .item02Center .item02-Img .Img-center .img1 {
                    margin-bottom: 0px;
                    /*width: 345px !important;*/
                }

        #item02 .item02Center .swiper-center {
            padding-bottom: 0;
            height: auto;
        }

        #item02 .item02Center .item02-Img .Img-center .swiper-slide .img1-1 {
            max-height: 200px;
            height: 200px;
        }

        #item02 .item02Center .item02-Img .Img-center .swiper-slide .img1-2 {
            display: block;
            margin: 0 auto;
            max-width: 90%;
        }

        #item02 .item02Center .item02-Img .Img-center h4 {
            margin-top: 14%;
            font-size: 16px;
            line-height: 19px;
            margin-bottom: 8px;
        }

        #item02 .item02Center .item02-Img .Img-center p {
            font-size: 14px;
            line-height: 24px;
        }

        #item02 .item02Center .item02-Img .img-right {
            right: 5%;
            width: auto;
        }

            #item02 .item02Center .item02-Img .img-right img {
                margin-top: 6px;
            }

                #item02 .item02Center .item02-Img .img-right img:nth-child(1) {
                    display: none;
                }

                #item02 .item02Center .item02-Img .img-right img:nth-child(2) {
                    display: block;
                }

        #item02 .item02Center .item02-botoom {
            width: 30%;
            display: flex;
            position: absolute;
            bottom: 14%;
            left: 40%;
        }

    #item03 {
        padding-top: 30px;
    }

        #item03 .item04Center {
            width: 92%;
            margin: 0 auto;
            padding-top: 0;
            padding-bottom: 30px;
        }

            #item03 .item04Center .item04Text p {
                font-size: 14px;
                line-height: 24px;
            }

            #item03 .item04Center .item4-Top {
                margin-bottom: 36px;
            }

                #item03 .item04Center .item4-Top h2 {
                    font-size: 20px;
                    line-height: 23px;
                    text-align: center;
                    margin-bottom: 12px;
                }

                #item03 .item04Center .item4-Top img {
                    left: 44%;
                }

    #swiper3 .swiper-slide {
        width: 80%;
        margin: 0 8px !important;
    }

        #swiper3 .swiper-slide img, #swiper3 .swiper-slide video {
            width: 100%;
            max-height: 168px;
            height: auto;
        }

        #swiper3 .swiper-slide .desc {
            display: flex;
        }

            #swiper3 .swiper-slide .desc p {
                margin-left: 5px;
            }

    #item04 .item05Center {
        width: 92%;
        padding-top: 30px;
        padding-bottom: 0;
    }

        #item04 .item05Center .item5-Top {
            margin-top: 0px;
            margin-bottom: 42px;
        }

            #item04 .item05Center .item5-Top h2 {
                font-size: 20px;
                line-height: 23px;
                text-align: center;
                margin-bottom: 12px;
            }

            #item04 .item05Center .item5-Top img {
                left: 44%;
            }

    #item04 .item05-box1 {
        width: 100%;
    }

        /*#item04 .item05Center .item05-box1 {
        width: 100%;
        display: block;
    }*/

        #item04 .item05-box1 .swiper-container {
            background: none;
        }

            #item04 .item05-box1 .swiper-container .swiper-wrapper {
                width: 100%;
                height: auto;
            }

                #item04 .item05-box1 .swiper-container .swiper-wrapper .swiper-slide {
                    margin-left: 0;
                    background: #fff;
                    height: auto;
                }

                    #item04 .item05-box1 .swiper-container .swiper-wrapper .swiper-slide video {
                        height: 168px;
                        max-height: 168px;
                    }

    .imgCodeRes {
        height: 168px;
        max-height: 168px;
    }

    #item04 .item05-box1 .swiper-container .swiper-wrapper .swiper-slide span {
        width: 3px;
        height: 19px;
        background: #0057D2;
        display: inline-block;
        margin-top: 12px;
    }

    #item04 .item05-box1 #swiper7 .swiper-wrapper .swiper-slide p {
        font-size: 15px;
        font-weight: 500;
        height: 44px;
        line-height: 22px;
    }

    #item04 .item05-box1 .swiper-container .swiper-wrapper .box1-img1 {
        position: absolute;
        right: 43%;
        top: 27%;
    }

    .swiper-button-prev7 {
        display: none;
    }

    .swiper-button-next7 {
        display: none;
    }

    #item05 .item06Center {
        width: 92%;
        padding: 40px 0;
    }

        #item05 .item06Center .item6-Top h2 {
            font-size: 20px;
            line-height: 23px;
            text-align: center;
            text-align: center;
            margin-bottom: 12px;
        }

        #item05 .item06Center .item6-Top img {
            left: 44%;
        }

        #item05 .item06Center .item6-flex {
            flex-direction: column;
        }

        #item05 .item06Center .item6-flex-img {
            min-width: auto;
            width: 100%;
            /* padding: 46px 0;*/
        }
        /*#item05 .item06Center .item6-flex img:nth-child(2) {
    display: block;
  }*/
        /* #item05 .item06Center .item6-flex img:nth-child(1) {
    display: none;
  }*/
        #item05 .item06Center .item6-flex .item6-box {
            margin-left: 0;
        }

            #item05 .item06Center .item6-flex .item6-box h2 {
                font-size: 16px;
                line-height: 19px;
                font-weight: bold;
                margin-top: 12px;
            }

            #item05 .item06Center .item6-flex .item6-box p {
                width: 98%;
                font-size: 14px;
                line-height: 24px;
                font-weight: 400;
            }

            #item05 .item06Center .item6-flex .item6-box .box-1 {
                width: 100%;
                display: block;
                margin-bottom: 16px;
                border: 1px solid #0057D2;
            }

                #item05 .item06Center .item6-flex .item6-box .box-1 a {
                    color: #0057D2;
                }

            #item05 .item06Center .item6-flex .item6-box .box-2 {
                width: 100%;
                display: block;
            }

    footer .footerCenter {
        width: 100%;
    }
}

@media screen and (max-width: 600px ) {
    header .header-info {
        position: absolute;
        top: 30px;
    }

        /*    header .header-info h2 {
            font-size: 27px;
        }

        header .header-info h3 {
            font-size: 21px;
        }
*/
        header .header-info h2 {
            margin: 14px 0 8px 0;
        }

    header .img1 {
        height: 36px;
    }
}

@media screen and (max-width: 480px ) {
    video {
        z-index: 1;
    }

    .FloatWin {
        z-index: 9999;
        /*top: 350px;*/
        width: 46px;
        height: 163px;
        overflow: hidden;
        border-top-left-radius: 20em;
        border-top-right-radius: 20em;
        border-bottom-left-radius: 20em;
        border-bottom-right-radius: 20em;
    }

        .FloatWin a {
            width: 46px;
            -webkit-tap-highlight-color: rgba(255,255,255,0);
            -webkit-user-select: none;
            -moz-user-focus: none;
            -moz-user-select: none;
        }

    header .header-info {
        position: absolute;
        top: 20px;
    }

        header .header-info h2 {
            font-size: 18px;
            margin: 14px 0 5px 0;
        }

        header .header-info h3 {
            font-size: 14px;
        }

    header .img1 {
        width: auto;
        height: 28px;
    }

    header .head-load .load-1 {
        width: 150px;
        margin-bottom: 12px;
    }

    .head-load .load-3 {
        margin-bottom: 12px;
    }

    #item01 .item01Center .item01-Box #swiper6 .swiper-wrapper .swiper-slide video {
        width: 100%;
        height: 195px;
        max-height: 195px;
    }
}

@media screen and (max-width: 375px ) {
    #item02 .item02Center .item02-Img .swiper-button-next {
        top: 92px;
    }

    #item02 .item02Center .item02-Img .swiper-button-prev {
        top: 92px;
    }

    #item01 .item01Center .item01-Box #swiper6 .img-right img {
        margin-top: 6px;
    }

    #item01 .item01Center .item01-Box #swiper6 .swiper-wrapper .swiper-slide video {
        width: 100%;
        height: 193px;
        max-height: 193px;
    }
}

@media screen and (max-width: 360px ) {
    header .head-load .load-3 {
        margin-bottom: 12px;
    }

    header .head-load .load-1 {
        height: 24px;
        line-height: 24px;
        margin-bottom: 12px;
    }
}

.swiper-button-next7, .swiper-button-prev7 {
    width: 44px !important;
    background-image: none !important;
    top: 40% !important;
}