.top-banner{
    margin-top: 120px;
}
/*============================================================================*/
.current-position{
    margin-top: 30px;
    margin-bottom: 50px;
}
.current-position ul{
    padding: 0;
}
.current-position ul li{
    display: inline;
    color: #666666;
    padding: 0 2px;
}
.current-position ul li a{
    color: #666666;
}
.current-position .position-active{
    color: #010101;
}
/*===========================================================================*/

.first-titl{
    text-align: center;
}
.first-titl h2,h4{
    line-height: 3.5rem;
}
.first-titl h4{
    color: #272064;
}
.first-titl-imgs1{
    margin-top: 95px;
}
/*=============================================================================*/
.sec{
    margin: 0;
    padding: 0 ;
}
.separator{
    width: 100%;
    height: 10px;
    margin-top: 200px;
    background: -webkit-linear-gradient(48deg, #e93434 0%, #c8457a 55%, #a656c0 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(48deg, #e93434 0%, #c8457a 55%, #a656c0 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(48deg, #e93434 0%, #c8457a 55%, #a656c0 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(48deg, #e93434 0%, #c8457a 55%, #a656c0 100%); /* 标准的语法 */
    background-blend-mode: normal, normal;
}

/*============================================================================*/
.sec-titl{
    margin-top: 65px;
}
.sec-titl p{
    color: #b4b4b4;
}

.sec-imgs1{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}
.sec-imgs2{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.sec-imgs3{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 222px;
}

/*======================================mobile=======================================*/
@media screen and (max-width: 768px){
    .top-banner{
        margin-top: 60px;
    }
    /*============================================================================*/
    .current-position{
        margin-top: 10px;
        margin-bottom: 25px;
    }
    /*============================================================================*/
    .first-titl-imgs1{
        margin-top: 45px;
    }
    /*=============================================================================*/
    .separator {
        height: 5px;
        margin-top: 80px;
    }

    .sec-titl{
        margin-top: 40px;
    }
    .sec-imgs1{
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .sec-imgs2{
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .sec-imgs3{
        margin-top: 25px;
        margin-bottom: 120px;
    }
}