
@font-face {
    font-family: "DIN-Medium";
    src: url("?asset/jfrontend/cn/fonts/DIN-Medium.woff2") format("woff2"),
        url("?asset/jfrontend/cn/fonts/DIN-Medium.woff") format("woff"),
        url("?asset/jfrontend/cn/fonts/DIN-Medium.ttf") format("truetype"),
        url("?asset/jfrontend/cn/fonts/DIN-Medium.eot") format("embedded-opentype"),
        url("?asset/jfrontend/cn/fonts/DIN-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.banner{
    background-image: url(?asset/jfrontend/cn/images/support_banner_bg.jpg);
}

.sec1{
    background-color: #fff;
    padding: 4.6875% 0 4.375%;
    overflow: hidden;
}
.sec1 h3{
    font-size: 28px;
    color: #333;
    font-weight: bold;
}
.sec1 .line{
    width: 50px;
    height: 2px;
    background-color: #ac1a2f;
    margin: 1.624% 0 2.05%;
}
.sec1 .left{
    float: left;
    width: 440px;
    max-width: 50%;
}
.sec1 .left p{
    font-size: 14px;
    color: #555;
    line-height: 2;
    margin-bottom: 0.714em;
}
.sec1 .left p:last-child{
    margin-bottom: 0;
}
.sec1 .left ul{
    margin-top: 9.55%;
}
.sec1 .left li{
    margin-bottom: 4.09%;
}
.sec1 .left li:last-child{
    margin-bottom: 0;
}
.sec1 .left .icon{
    width: 5.91%;
    vertical-align: middle;
    margin-right: 5.455%;
}
.sec1 .left .inline-box{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #555;
    line-height: 1.625;
}
.sec1 .right{
    float: right;
    width: 571px;
    max-width: 50%;
    position: relative;
    background-color: #ac1a2f;
    padding: 5.299% 3.76% 2.14%;
    opacity: 0;
    -webkit-transform: translateX(10vw);
    transform: translateX(10vw);
    -webkit-transition: all 1s;
    transition: all 1s;
}
.sec1.actived .right{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.sec1 .right h4{
    font-size: 81px;
    color: #fff;
    opacity: 0.05;
    font-weight: bold;
    font-family: "DIN-Medium";
    position: absolute;
    left: 16.8126%;
    top: 22.727%;
}
.sec1 .right img{
    width: auto;
    position: absolute;
    right: 3.15%;
    top: -26.62%;
    height: 163.75%;
}
.sec1 .right p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 1.656%;
}
.sec1 .right h5{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.sec1 .right h5 span{
    font-family: "DIN-Medium";
}




.sec2{
    position: relative;
    background-color: #f9f9f9;
    text-align: right;
    overflow: hidden;
}
.sec2 .img-box{
    background-repeat: no-repeat;
    background-image: url(?asset/jfrontend/cn/images/support_sec2_bg.jpg);
    background-position: right top;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.sec2 .text-box{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    width: 40.6%;
    padding: 10.94% 0 10.427%;
    opacity: 0;
    -webkit-transform: translateX(10vw);
    transform: translateX(10vw);
    -webkit-transition: all 1s;
    transition: all 1s;
}
.sec2.actived .text-box{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.sec2 h3{
    font-size: 28px;
    color: #333;
    font-weight: bold;
}
.sec2 .line{
    width: 50px;
    height: 2px;
    background-color: #ac1a2f;
    margin: 4% 0 5.05%;
}
.sec2 p{
    font-size: 14px;
    color: #555;
    line-height: 2;
    margin-bottom: 0.714em;
}
.sec2 p:last-child{
    margin-bottom: 0;
}
@media only screen and (max-width:1024px) {

    .sec1{
        padding: 2.5rem 0 3.5rem;
    }
    .sec1 h3{
        font-size: 1.25rem;
    }
    .sec1 .line{
        width: 1.5625rem;
        margin: 1rem 0;
    }
    .sec1 .left{
        float: none;
        width: 100%;
        max-width: 100%;
        margin-bottom: 2rem;
    }
    .sec1 .left p{
        font-size: 0.625rem;
    }
    .sec1 .left ul{
        margin-top: 1rem;
    }
    .sec1 .left li{
        margin-bottom: 0.5rem;
    }
    .sec1 .left .icon{
        width: 1rem;
        margin-right: 0.75rem;
    }
    .sec1 .left .inline-box{
        font-size: 0.75rem;
    }
    .sec1 .right{
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 2rem 1.5rem 1.5rem;
    }
    .sec1 .right h4{
        font-size: 3.25rem;
    }
    .sec1 .right img{
        right: 3.15%;
        top: -25%;
    }
    .sec1 .right p{
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
    }
    .sec1 .right h5{
        font-size: 1.75rem;
    }




    .sec2 .img-box{
        width: 100%;
        height: 100vw;
        bottom: 0;
        top: auto;
        background-position: 35% 0%;
    }
    .sec2 .text-box{
        width: 100%;
        padding: 1.5rem 0;
        margin-bottom: 100vw;
    }
    .sec2 h3{
        font-size: 1.25rem;
    }
    .sec2 .line{
        width: 1.5625rem;
        margin: 1rem 0;
    }
    .sec2 p{
        font-size: 0.625rem;
    }
}