
@font-face {
    font-family: "DIN-Medium";
    src: url("../fonts/din-medium.woff2") format("woff2"),
        url("../fonts/din-medium.woff") format("woff"),
        url("../fonts/din-medium.ttf") format("truetype"),
        url("../fonts/din-medium.eot") format("embedded-opentype"),
        url("../fonts/din-medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.banner{
    background-image: url(../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: #004eeb;
    margin: 1.624% 0 2.05%;
}
.sec1 .left{
    float: left;
    width: 440px;
    max-width: 50%;
}
.sec1 .left p{
    font-size: 12px;
    color: #313131;
    line-height: 2;
    margin-bottom: 0.714em;
    text-indent: 2em;
}
.sec1 .left p:last-child{
    margin-bottom: 0;
}
.sec1 .left h5 {
    font-size: 18px;
    font-weight: normal;
    color: #313131;
    line-height: 1.7;
}
.sec1 .left h4 {
    color:#030303;
    padding: 50px 0px 20px;
    font-size:20px
}

.sec1 .right{
    float: right;
    width: 571px;
    max-width: 50%;
    position: relative;
    background-color: #00a9ff;
    padding: 2% 3.76% 1%;
    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 .rigtop h4{
    font-size: 81px;
    color: #ffffff;
    opacity: 0.2;
    font-weight: bold;
    font-family: "DIN-Medium";
    position: absolute;
    left: 20.8126%;
    top:3.727%;
}
.sec1 .right .rigtop img{
    width: auto;
    position: absolute;
    right: 0%;
    top:-64%;
    height: 190px;
}
.sec1 .right .rigtop p{
    font-size: 18px;
    color: #030303;
    margin-bottom: 9%;
    font-weight: bold;
}
.sec1 .right .rigtop h5{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}
.sec1 .right .rigtop h5 span{
    font-family: "DIN-Medium";
    padding-left: 20px;
    line-height: 36px;
}
.sec1 .right .rigbot {
    position: absolute;
    top: 100%;
}
.sec1 .right .rigbot ul{
    margin-top: 9.55%;
}
.sec1 .right .rigbot li{
    margin-bottom: 4.09%;
}
.sec1 .right .rigbot li:last-child{
    margin-bottom: 0;
}
.sec1 .right .rigbot .icon{
    width: 5.91%;
    vertical-align: middle;
    margin-right: 5.455%;
}
.sec1 .right .rigbot .inline-box{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #555;
    line-height: 1.625;
}



.sec2{
    position: relative;
    background-color: #f9f9f9;
    text-align: right;
    overflow: hidden;
}
.sec2 .img-box{
    background-repeat: no-repeat;
    background-image: url(../images/support_sec2_bg.jpg);
    background-position: right top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.sec2 .text-box{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    width: 45.6%;
    padding: 5% 0px;
    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: #004eeb;
    margin: 4% 0 5.05%;
}
.sec2 p{
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    text-indent: 2em;
    margin-bottom: 0.714em;
}
.support_nycn {
    background-color: #ffffff;
}
.support_nycn p {
    text-indent: 0em;
}
.sec2 p:last-child{
    margin-bottom: 0;
}
@media only screen and (max-width:1024px) {

    .sec1{
        padding: 2.5rem 0 3.5rem;
        height: 880px;
    }
    .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;
    }

    .sec1 .right .rigtop img {
        width: 120px;
        height: auto;
        top: 27px;
    }
    .sec1 .right .rigtop h5 {
        font-size: 30px;
    }
}

@media (max-width:360px) {
    .sec1 .right .rigtop h5 {
        font-size: 24px;
    }
}