.title {
    text-align: center;
}

.title h3 {
    color: #000000;
    font-size: .36rem;
    margin-bottom: 40px;
    font-weight: bold;
}

.title p {
    color: #4a4f55;
    font-size: 16px;
    line-height: .46rem;
}


.section .content {
    color: #fff;
}


.section .content h3 {
    font-weight: 500;
    font-size: .48rem;
    margin-bottom: 15px;
}

.section .content p {
    font-size: .3rem;
    line-height: .38rem;
}

.section .content .next {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: .4rem;
    float: left;
    transition: all 0.3s;
}
.section .content .next.active{
    visibility: visible;
}
.section .content .next a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}
.section .content .next a i{
    margin-left: 7px;
}
.section .content .next a:hover{
    color: #b1841d;
}
.section1 .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section1 .content .text{
    width: 50%;
}
.section1 .content .icon{
    display: flex;
    width: 45%;
}
.section1 .content ul{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    /*margin-top: .7rem;*/
}
.section1 .content ul li{
    margin-right: .8rem;
    text-align: center;
}
.section1 .content ul li:last-child{
    margin-right: 0;
}
.section1 .content ul li p{
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    margin-top: 10px;
}








.section2 .content h3 {
    visibility: hidden;
    font-weight: 500;
    /*text-shadow: #000 2px 3px 6px;*/
}

.section2 .content h3.active {
    visibility: visible;
}

.section2 .content p {
    visibility: hidden;
    /*text-shadow: #000 2px 3px 4px;*/
}

.section2 .content p span {
    color: #ff9e19;
    font-size: 36px;
}

.section2 .content p.active {
    visibility: visible;
}

.section2 .content ul {
    display: flex;
    justify-content: flex-end;
    margin-top: .7rem;
}

.section2 .content ul li {
    text-align: center;
    visibility: hidden;
    margin-left: .7rem;
}

.section2 .content ul li.active {
    visibility: visible;
}

.section2 .content ul li p {
    font-size: 21px;
    text-shadow: #000 2px 3px 4px;
    margin-top: 14px;
}







.section3 .content h3 {
    visibility: hidden;
}
.section3 .content h3:nth-child(2){
    font-size: .3rem;
    line-height: .38rem;
    font-weight: normal;
}
.section3 .content p {
    visibility: hidden;
}

.section3 .content h3.active {
    visibility: visible;
}

.section3 .content p.active {
    visibility: visible;
}





.section4 .content h3 {
    visibility: hidden;
}

.section4 .content p {
    visibility: hidden;
}

.section4 .content h3.active {
    visibility: visible;
}

.section4 .content p.active {
    visibility: visible;
}

.section4 .content p span {
    display: inline-block;
    color: #ff9e19;
    font-size: 36px;
    margin-top: 8px;
}



.section5 .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section5 .content h3 {
    visibility: hidden;
}

.section5 .content p {
    visibility: hidden;
}

.section5 .content h3.active {
    visibility: visible;
}

.section5 .content p.active {
    visibility: visible;
}

.section5 .content p span {
    display: inline-block;
    color: #ff9e19;
    font-size: 36px;
    margin-top: 8px;
}
.section5 .content ul{
    display: flex;
    flex-flow: wrap;
    max-width: 600px;
    justify-content: center;
}
.section5 .content ul li{
    text-align: center;
    margin: .25rem .3rem
}
.section5 .content ul li span{
    font-size: .22rem;
    font-weight: 500;
    color: #fff;
    display: block;
}

.section5 .content ul li img{
    margin-bottom: .4rem;
}



.section .container{
    width: auto;
    margin-left: 12%;
    margin-right: 5%;
}


.right-icon{
    position: fixed;
    right: 80px;
    bottom: 50px;
}


.shubiao{
    width: 4vh;
    border-width: 2px;
    border-style: solid;
    border-radius: 50px;
    height: 7vh;
    border-color: rgba(255, 255, 255, 0.8);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0px;
    margin: 0 auto;
    margin-bottom: 40px;
}


.shubiao .xian{
    min-height: 0px;
    height: 0.8vh;
    width: 2px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 1.5vh;
}
.right-icon p{
    width: 56px;
    color: #fff;
    font-size: 14px;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@media screen and (max-width: 1600px) {
    .section .content {
        width: 100%;
        margin: 0 auto;
    }
    .section5 .content ul li{
        margin: 0.25rem 0.2rem;
    }
}



@media screen and (max-width: 1366px) {


}

@media screen and (max-width: 1200px) {


}

@media screen and (max-width: 992px) {



}

@media screen and (max-width: 768px) {

    .section1 .content .text{
        width: 100%;
    }
    .section1 .content .icon{
        width: 100%;
    }
    .right-icon{
        right: 25px;
    }
    .section .content {
        width: 90%;
        margin: 0 auto;
    }

    .section .content h3 {
        font-size: 28px;
        line-height: 40px;
    }

    .section .content p {
        font-size: 16px;
        line-height: 26px;
    }

    .section2 .content ul {
        justify-content: space-between;
        display: none;
    }

    .section2 .content ul li {
        width: 30%;
        margin-left: 0;
    }

    .section2 .content ul li img {
        width: 60px;
    }

    .section2 .content ul li p {
        font-size: 16px;
        line-height: 24px;
    }

    .section2 .content p span {
        font-size: 24px;
    }


    .section3 h3 {
        margin-left: 0;
        margin-bottom: 25px;
        font-size: 28px;
    }

    .section3 .sycaseboxs h4 {
        font-size: 16px;
    }

    .section3 .sycaseboxs ul li {
        font-size: 14px;
    }
    .section4 .content p span{
        font-size: 24px;
    }
    .section3 .sycaseboxs .swiper-slide-active ul {
        flex-flow: wrap;
    }






    .title h3 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .title p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .section5 .content{
        flex-flow: wrap;
        justify-content: center;
        text-align: center;
    }
    .section5 .content .next{
        justify-content: center;
        width: 100%;
    }
    .section5 .content ul{
        margin-top: 30px;
    }
    .section5 .content ul li span{
        font-size: 16px;
    }
    .section1 .content{
        flex-flow: wrap;
    }
    .section1 .content ul{
        margin-top: .7rem;
    }
}

@media screen and (max-width: 414px) {

}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {

}



<!--ºÄÊ±1764421171.4417Ãë-->