

.banner{
    background-image: url(../images/product_catalog_fusion_banner_bg.jpg);
}
.banner .inner{
    
}

.sec1{
    background-color: #fff;
    padding: 4.74% 0 4.95%;
    overflow: hidden;
}
.sec1 .inner{
    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.sec1 .text-box{
    width: 53%;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-transform: translateX(-10vw);
    transform: translateX(-10vw);
}
.sec1 .text-box.actived{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.sec1 .text-box h3{
    font-size: 28px;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
}
.sec1 .text-box .line{
    width: 50px;
    height: 2px;
    background-color: #004eeb;
    margin: 2.85% 0 6.885%;
}
.sec1 .text-box p{
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}
.propage_pdf a {
    display: block;
}
.propage_pdf img {
    display: block;
    float: left;
}
.propage_pdf a h6 {
    color: #e61f18;
    font-weight: normal;
    font-size: 12px;
    display: block;
    float: left;
    margin-left: 15px;
    padding-top: 17px;
}
.sec1 .text-box p:last-child{
    margin-bottom: 0;
}
.sec1 .text-box .download{
    display: inline-block;
    vertical-align: top;
    margin-top: 12.115%;
    background-color: #b22f42;
    padding: 1.0833em 2em;
    font-size: 12px;
    color: #fff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.sec1 .text-box .download:hover{
    background-color: #333;
}
.sec1 .text-box .download img{
    vertical-align: top;
    height: 2.666em;
    margin-right: 1em;
}
.sec1 .text-box .download .text{
    display: inline-block;
    vertical-align: top;
}
.sec1 .text-box .download h4{
    font-size: inherit;
    color: inherit;
    font-weight: normal;
    margin-bottom: 0.42em;
}
.sec1 .text-box .download h5{
    font-size: 1.1666em;
    color: inherit;
    font-weight: bold;
}
.sec1 .video-box{
    position: relative;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-transform: translateX(10vw);
    transform: translateX(10vw);
}
.provideoimgbg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0px;
}
.sec1 .video-box.actived{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.sec1 .video-box .img{
    border-radius: 3px;
    width: 400px;
}
.sec1 .video-box .play{
    cursor: pointer;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 17.65%;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(19,19,19,0.15);
    margin-right: -8.825%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sec1 .protop_item {
    align-items: flex-start;
}
.video-cover{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
    -webkit-display: none;
    display: none;
    z-index: 99;
}
.video-cover.active{
    -webkit-display: flex;
    display: flex;
}
.video-cover .video-box{
    width: 44.6%;
    position: relative;
}
.video-cover .video-box video{
    width: 100%;
}
.video-cover .video-box .close{
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background-image: url('../images/fancybox_sprite@2x.png');
    background-size: 44px 152px;
}


.sec2{
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    background-image: url(../images/product_catalog_fusion_sec2_bg.jpg);
    padding: 4.635% 0 4.115%;
    position: relative;
    overflow: hidden;
}
.sec2 .img-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sec2 .text-box{
    position: relative;
    z-index: 1;
    float: right;
    width: 39.13%;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-transform: translateX(10vw);
    transform: translateX(10vw);
}
.sec2 .text-box.actived{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.sec2 h3{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.sec2 .line{
    width: 32px;
    height: 1px;
    background-color: #ac1a2f;
    margin: 2.222% 0 3.78%;
}
.sec2 li{
    font-size: 14px;
    color: #fff;
    line-height: 1.57;
    margin-bottom: 0.57em;
    padding-left: 1.857em;
    position: relative;
}
.sec2 li:last-child{
    margin-bottom: 0;
}
.sec2 li span{
    display: block;
    width: 0.86em;
    height: 0.86em;
    border-radius: 50%;
    border: 1px solid #ac1a2f;
    position: absolute;
    left: 0;
    top: 0.355em;
}
.sec2 li span::before{
    content: "";
    width: 40%;
    height: 40%;
    background-color: #ac1a2f;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.sec2 .cutter{
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.1;
    margin: 6.6666% 0;
}



.sec3{
    background-color: #fff;
    padding: 4% 0 4.53125%;
}
.sec3 .swiper-container{
    width: 100%;
}
.sec3 .swiper-slide{
    padding: 13px;
}
.sec3 .swiper-slide a{
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 13px rgba(0,0,0,0.16);
    display: block;
}
.sec3 .img-box{
    position: relative;
}
.sec3 .img-box .cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ac1a2f;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.sec3 .swiper-slide:hover .img-box .cover{
    opacity: 0.9;
}
.sec3 .img-box .cover::before{
    content: "\f055";
    font-family: "FontAwesome";
    font-size: 34px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.sec3 .text-box{
    text-align: center;
    padding: 8% 9.2%;
}
.sec3 .text-box h5{
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 1.625;
    text-transform: uppercase;
}
.sec3 .text-box p{
    font-size: 12px;
    color: #555;
    line-height: 1.8;
    height: 3.6em;
}
.sec3 .relative-box{
    position: relative;
}
.sec3 .swiper-prev,.sec3 .swiper-next{
    position: absolute;
    top: 50%;
    font-family: "FontAwesome";
    color: #999;
    margin-top: -0.5em;
    font-size: 50px;
    z-index: 1;
    cursor: pointer;
}
.sec3 .swiper-prev.swiper-button-disabled,.sec3 .swiper-next.swiper-button-disabled{
    display: none;
}
.sec3 .swiper-prev:hover,.sec3 .swiper-next:hover{
    color: #ac1a2f;
}
.sec3 .swiper-prev{
    right: 100%;
    margin-right: 0.5em;
}
.sec3 .swiper-prev::before{
    content: "\f104";
}
.sec3 .swiper-next{
    left: 100%;
    margin-left: 0.5em;
}
.sec3 .swiper-next::before{
    content: "\f105";
}

.propics_sec {
    padding-top: 0px;
}
.propage_pics ul li {
    float: left;
    width: 59%;
    height: 340px;
    margin-bottom: 10px;
}
.propage_pics ul li:nth-child(2n) {
    float: right;
    width: 40%;
}
.propage_pics ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec4{
    background-color: #f9f9f9;
    padding: 4.323% 0 3.3854%;
}
.sec4 .text-box{
    width: 56.5%;
    display: inline-block;
    vertical-align: top;
}
.sec4 .text-box h3{
    font-size: 28px;
    color: #333;
    font-weight: bold;
    line-height: 1.57;
}
.sec4 .text-box .line{
    width: 50px;
    height: 2px;
    background-color: #ac1a2f;
    margin: 1.7% 0 3.54%;
}
.sec4 .text-box p{
    font-size: 14px;
    color: #555;
    line-height: 2;
}
.sec4 .text-box ul{
    margin-top: 2.77%;
}
.sec4 .text-box li{
    position: relative;
    margin-bottom: 2.923%;
    padding-left: 5.7%;
    font-size: 14px;
    color: #555;
    line-height: 1.714;
}
.sec4 .text-box li::after{
    content: "";
    width: 1.4286em;
    height: 1.4286em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image:url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjEzNjIiIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIj48cGF0aCBkPSJNNTEyIDUxMm0tNTEyIDBhNTEyIDUxMiAwIDEgMCAxMDI0IDAgNTEyIDUxMiAwIDEgMC0xMDI0IDBaIiBmaWxsPSIjYWMxYTJmIiBwLWlkPSIxMzYzIj48L3BhdGg+PHBhdGggZD0iTTgwOS42OTE0MjkgMzkyLjc3NzE0M0w3MzIuMTYgMzE0LjUxNDI4NiA0NDcuNjM0Mjg2IDU5OS43NzE0MjkgMjkyLjU3MTQyOSA0NDMuOTc3MTQzIDIxNC4zMDg1NzEgNTIxLjUwODU3MWwxNTUuNzk0Mjg2IDE1NS43OTQyODYgNzcuNTMxNDI5IDc3LjUzMTQyOSAzNjIuMDU3MTQzLTM2Mi4wNTcxNDN6IiBmaWxsPSIjZmZmZmZmIiBwLWlkPSIxMzY0Ij48L3BhdGg+PC9zdmc+");
    position: absolute;
    left: 0;
    top: 0.1427em;
}
.sec4 .text-box ul.empty > li{
    padding-left: 0;
}
.sec4 .text-box ul.empty > li::after{
    display: none;
}
.sec4 .text-box li li{
    padding-left: 2em;
}
.sec4 .text-box li li::after{
    width: 1.1em;
    height: 1.1em;
    top: 0.307em;
}
.sec4 .text-box li:last-child{
    margin-bottom: 0;
}
.sec4 .text-box li h5{
    font-weight: bold;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}
.sec4 .text-box li p{
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}
.sec4 .text-box .btn-box{
    margin-top: 7.85%;
}
.sec4 .text-box .download{
    display: inline-block;
    vertical-align: middle;
    background-color: #b22f42;
    padding: 1.25em 2.25em;
    font-size: 12px;
    color: #fff;
    margin-right: 9.85%;
    line-height: 1;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.sec4 .text-box .download:hover{
    background-color: #333;
}
.sec4 .text-box .download img{
    vertical-align: top;
    width: 2.666em;
    margin-right: 1em;
}
.sec4 .text-box .download .text{
    display: inline-block;
    vertical-align: top;
}
.sec4 .text-box .download p{
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}
.sec4 .text-box .download p:last-child{
    font-size: 1.1666em;
    margin-top: 0.36em;
}
.sec4 .text-box .size-box{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
}
.sec4 .text-box .size-box img{
    vertical-align: middle;
    margin-right: 1.5em;
    width: 4.57em;
}
.sec4 .text-box .size-box .text{
    display: inline-block;
    vertical-align: middle;
}
.sec4 .text-box .size-box h5{
    font-size: inherit;
    color: #555;
    font-weight: bold;
    margin-bottom: 1em;
}
.sec4 .text-box .size-box p{
    font-size: inherit;
    color: #b22f42;
    line-height: 1.5;
}
.sec4 .img-box{
    width: 26.544%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 2.7826% 12.696% 0 4.26%;
}
.sec4 .img-box .point-box{
    position: absolute;
}
.sec4 .img-box .point-box.show{
    z-index: 2;
}
.sec4 .img-box .point{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #ac1a2f;
    opacity: 0.9;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.sec4 .img-box .point-box.show .point{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sec4 .img-box .point::before{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 41.2%;
    height: 5.88%;
    background-color: #fff;
    content: "";
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.sec4 .img-box .point::after{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5.88%;
    height: 41.2%;
    background-color: #fff;
    content: "";
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.sec4 .img-box .text{
    background-color: #fff;
    padding: 12px 18px;
    display: inline-block;
    box-shadow: 0 0 4px rgba(18,18,18,0.15);
    position: absolute;
    left: 50%;
    top: 50%;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.sec4 .img-box .point-box.show .text{
    visibility: visible;
    opacity: 1;
}
.sec4 .img-box p{
    font-size: 12px;
    color: #555;
    line-height: 1.5;
    width: 9em;
    margin-bottom: 0.42em;
}
.sec4 .img-box p:last-child{
    margin-bottom: 0;
}
.sec4 .img-box p b{
    text-transform: uppercase;
}




.sec5{
    padding: 4.635% 0 4.115%;
    background-color: #fff;
    text-align: center;
}
.sec5 h3{
    font-size: 28px;
    color: #333;
    font-weight: bold;
}
.sec5 .line{
    width: 50px;
    height: 2px;
    background-color: #ac1a2f;
    margin: 1.74% auto 5.56%;
}
.sec5 table.table1{
    width: 948px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    color: #333;
}
.sec5 table.table1 tr{
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.sec5 table.table1 tr:nth-child(even){
    background-image: linear-gradient(to right,#fff,#f3f3f3,#fff);
}
.sec5 table.table1 th{
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 33%;
    padding-left: 5%;
    vertical-align: top;
}
.sec5 table.table1 th p{
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}
.sec5 table.table1 td{
    padding-top: 1em;
    padding-bottom: 1em;
    width: 67%;
}
.sec5 table.table1 td p{
    font-size: 0.875em;
    color: inherit;
    line-height: 1.4286;
}
.sec5 table.table1 td .arrow{
    margin-right: 2em;
    display: inline-block;
    vertical-align: middle;
}
.sec5 table.table1 td .arrow:last-child{
    margin-right: 0;
}
.sec5 table.table1 td .arrow::after{
    content: "\f178";
    font-family: "FontAwesome";
    color: #ac1a2f;
    margin-left: 0.57em;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    display: inline-block;
}
.sec5 table.table1 td .arrow:hover::after{
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.sec5 table.table1 td a{
    font-size: inherit;
    color: inherit;
}
.sec5 table.table1 li{
    margin-bottom: 6.46%;
}
.sec5 table.table1 .icon-box li{
    margin-bottom: 0;
}
.sec5 table.table1 li:last-child{
    margin-bottom: 0;
}
.sec5 table.table1 li p{
    margin-bottom: 2.8%;
}
.sec5 table.table1 .icon{
    margin-right: 6.46%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 6.46%;
    text-align: center;
}
.sec5 table.table1 .icon:last-child{
    margin-right: 0;
}
.sec5 table.table1 .icon img{
    width: 2.25em;
}
.sec5 table.table1 .icon p{
    font-size: 0.75em;
    margin-top: 1em;
    margin-bottom: 0;
    max-width: 8em;
}


.sec-table{
    background-color: #fff;
    padding-top: 5.2%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.sec-table table{
    width: 100%;
}
.sec-table table tr{
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.sec-table table tr:nth-child(odd){
    background-image: linear-gradient(to right,#fff,#f3f3f3,#fff);
}
.sec-table table td{
    font-size: 12px;
    color: #333;
    line-height: 3.9;
    height: 3.9em;
    text-transform: uppercase;
    padding-left: 3em;
}


.sec6{
    background-color: #f9f9f9;
    padding: 4% 0 4.53125%;
}
.sec6 h3{
    font-size: 28px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.sec6 .line{
    width: 50px;
    height: 2px;
    background-color: #ac1a2f;
    margin: 1.74% auto 5.56%;
}
.sec6 .swiper-container{
    width: 100%;
}
.sec6 .swiper-slide{
    padding: 13px;
}
.sec6 .swiper-slide a{
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 13px rgba(0,0,0,0.16);
    display: block;
}
.sec6 .img-box{
    position: relative;
}
.sec6 .img-box .cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ac1a2f;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.sec6 .swiper-slide:hover .img-box .cover{
    opacity: 0.9;
}
.sec6 .img-box .cover::before{
    content: "\f055";
    font-family: "FontAwesome";
    font-size: 34px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.sec6 .text-box{
    text-align: center;
    padding: 8% 9.2%;
}
.sec6 .text-box h5{
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 1.625;
    text-transform: uppercase;
}
.sec6 .text-box p{
    font-size: 12px;
    color: #555;
    line-height: 1.8;
    height: 3.6em;
}
.sec6 .relative-box{
    position: relative;
}
.sec6 .swiper-prev,.sec6 .swiper-next{
    position: absolute;
    top: 50%;
    font-family: "FontAwesome";
    color: #999;
    margin-top: -0.5em;
    font-size: 50px;
    z-index: 1;
    cursor: pointer;
}
.sec6 .swiper-prev.swiper-button-disabled,.sec6 .swiper-next.swiper-button-disabled{
    display: none;
}
.sec6 .swiper-prev:hover,.sec6 .swiper-next:hover{
    color: #ac1a2f;
}
.sec6 .swiper-prev{
    right: 100%;
    margin-right: 0.5em;
}
.sec6 .swiper-prev::before{
    content: "\f104";
}
.sec6 .swiper-next{
    left: 100%;
    margin-left: 0.5em;
}
.sec6 .swiper-next::before{
    content: "\f105";
}

.pronextprev {
    margin-top: 20px;
}
.pronextprev a {
    margin-right: 20px;
    color: #555;
}
.pronextprev a span {
    font-size: 16px;
    display: block;
    float: left;
    margin-top: 7px;
    transition: all .5s;
    margin-right: 10px;
    color: #555;
}
.pronextprev a img {
    width: 30px;
    float: left;
    display: block;
    filter: grayscale(100%);
    transition: all .5s;
}
.pronextprev a.pronextitem img {
    margin-left: 15px;
    margin-right: 8px;
    transform: rotate(180deg);
}
.pronextprev a:hover img {
    filter: none;
}
.pronextprev a:hover span {
    color: #004eeb;
}






@media only screen and (max-width:1024px) {
    .sec1 .protop_item,.showani ,.sec1 .video-box .img  {
        width: 100%;
        max-width: 100%;
    }
    .banner{
        height: 10rem;
    }
    .banner .inner{
        bottom: 15%;
    }

    .sec1{
        padding: 2.5rem 0;
    }
    .sec1 .text-box{
        width: 100%;
        margin-bottom: 2rem;
        padding: 0px 15px;
    }
    .sec1 .text-box h3{
        font-size: 1.25rem;
    }
    .sec1 .text-box .line{
        width: 1.5625rem;
        margin: 1rem 0 1.5rem;
    }
    .sec1 .text-box p{
        font-size: 0.625rem;
    }
    .sec1 .text-box .download{
        margin-top: 1.5rem;
        font-size: 0.5625rem;
    }
    .sec1 .video-box .play{
        right: 50%;
    }


    .video-cover .video-box{
        width: 100%;
    }
    .video-cover .video-box .close{
        right: 50%;
        margin-right: -18px;
    }



    .sec2{
        padding: 0;
    }
    .sec2 .img-box{
        display: none;
    }
    .sec2 .text-box{
        float: none;
        width: 100%;
        padding: 2rem 0;
    }
    .sec2 h3{
        font-size: 0.8rem;
    }
    .sec2 .line{
        width: 32px;
        margin: 1rem 0;
    }
    .sec2 li{
        font-size: 0.625rem;
    }
    .sec2 .cutter{
        margin: 1rem 0;
    }



    .sec3{
        padding: 2rem 0;
    }
    .sec3 .swiper-slide{
        padding: 0.4rem;
    }
    .sec3 .swiper-slide a{
        box-shadow: 0 0 0.4rem rgba(0,0,0,0.16);
    }
    .sec3 .swiper-slide:hover .img-box .cover{
        opacity: 0;
    }
    .sec3 .img-box .cover::before{
        font-size: 1.5rem;
    }
    .sec3 .text-box h5{
        font-size: 0.75rem;
    }
    .sec3 .text-box p{
        font-size: 0.625rem;
    }
    .sec3 .swiper-prev,.sec3 .swiper-next{
        display: none;
    }



    .sec4{
        padding: 2.5rem 0;
    }
    .sec4 .text-box{
        width: 100%;
    }
    .sec4 .text-box h3{
        font-size: 1.25rem;
    }
    .sec4 .text-box .line{
        width: 1.5625rem;
        margin: 0.5rem 0 1rem;
    }
    .sec4 .text-box p{
        font-size: 0.625rem;
    }
    .sec4 .text-box ul{
        margin-top: 1.5rem;
    }
    .sec4 .text-box li{
        margin-bottom: 1rem;
        padding-left: 1.5rem;
        font-size: 0.625rem;
    }
    .sec4 .text-box li ul{
        margin-top: 0.5rem;
    }
    .sec4 .text-box li li{
        margin-bottom: 0.5rem;
    }
    .sec4 .text-box .btn-box{
        margin-top: 2.5rem;
        -webkit-display: flex;
        -webkit-align-items: center;
        -webkit-justify-content: space-between;
        -webkit-flex-direction: row;
        -webkit-flex-wrap: nowrap;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .sec4 .text-box .download{
        font-size: 0.5625rem;
        margin-right: 0;
    }
    .sec4 .text-box .size-box{
        font-size: 0.625rem;
    }
    .sec4 .img-box{
        width: 70%;
        margin: 0 auto 1.5rem;
        display: block;
    }
    .sec4 .img-box .point{
        width: 1.5rem;
        height: 1.5rem;
    }
    .sec4 .img-box .text{
        padding: 0.625rem 0.8rem;
    }
    .sec4 .img-box p{
        font-size: 0.625rem;
        width: 9em;
    }



    .sec5{
        padding: 2.5rem 0;
    }
    .sec5 h3{
        font-size: 1.25rem;
    }
    .sec5 .line{
        width: 1.5625rem;
        margin: 1rem auto 2.5rem;
    }
    .sec5 table.table1{
        font-size: 0.7rem;
        width: 100%;
    }
    .sec5 table.table1 li{
        margin-bottom: 1rem;
    }
    .sec5 table.table1 li p{
        margin-bottom: 0.5rem;
    }
    .sec5 table.table1 .icon{
        width: 30%;
        margin-right: 5%;
        margin-bottom: 1rem;
    }
    .sec5 table.table1 .icon:nth-child(3n){
        margin-right: 0;
    }
    .sec5 table.table1 .icon p{
        max-width: 100%;
    }


    .sec-table{
        padding-top: 2rem;
    }
    .sec-table table{
        width: 200vw;
    }
    .sec-table table td{
        font-size: 0.625rem;
    }



    .sec6{
        padding: 2rem 0;
    }
    .sec6 h3{
        font-size: 1.25rem;
    }
    .sec6 .line{
        width: 1.5625rem;
        margin: 1rem auto 2.5rem;
    }
    .sec6 .swiper-slide{
        padding: 0.4rem;
    }
    .sec6 .swiper-slide a{
        box-shadow: 0 0 0.4rem rgba(0,0,0,0.16);
    }
    .sec6 .swiper-slide:hover .img-box .cover{
        opacity: 0;
    }
    .sec6 .img-box .cover::before{
        font-size: 1.5rem;
    }
    .sec6 .text-box h5{
        font-size: 0.75rem;
    }
    .sec6 .text-box p{
        font-size: 0.625rem;
    }
    .sec6 .swiper-prev,.sec6 .swiper-next{
        display: none;
    }
    .propage_pics ul li,.propage_pics ul li:nth-child(2n) {width: 100%;height: auto;}
}