.w1280 {
    width: 1280px;
}
.hero-overlay{
    z-index: 1;
}
.slider_banner_top{
    width: 100%;
    position: relative;
    margin-top:70px;
}
.slider_banner_top .slider_banner_top_img{
    width: 100%;
    transform: scale(1);
}
.slider_active_body{
    position: absolute;
    top: 36%;
    left: 18.7%;
    color: #fff;
    z-index: 3;
}
.slider_active_body .slider_active_body_title{
    font-size: 36px;
    font-weight: 600;
}
.slider_active_body .slider_active_body_lable{
    font-size: 16px;
    line-height: 55px;
    color: #fff;
}
.section_bg{
    background: #fff !important;
}
/*.container {*/
/*padding: 0;*/
/*max-width: 1280px;*/
/*margin-right: auto;*/
/*margin-left: auto;*/
/*}*/

.title-big {
    font-size: 44px;
    font-weight: 600;
}

.title-big .lable_title {
    color: #cf0505;
}

.title-small {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    color: #7e7d7d;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.category {
    margin: 0 auto 30px;

}

.category_item:nth-child(1) {
    padding-left: 0;
}

.category_item {
    margin: 0 2vw;
    height: 2.66667vw;
    box-sizing: border-box;
    line-height: 2.66667vw;
    display: inline-block;
    list-style: none;
    font-size: 1vw;
    font-weight: 500;
    color: #636363;
    position: relative;
}

.category_item.active {
    color: #cf0505;
}

.category_item.active::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 8px;
    height: 3px;
    margin-left: -8px;
    background-color: #E1251B;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 1;
    bottom: 0;
}

.solution_body .solution_fool_body .solution_fool_title {
    display: flex;
    margin-bottom: 10px;
}
.solution_body{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    min-height: 400px;
}
.solution_body .solution_fool_body{
    padding: 20px 30px;
    height: 138px;
    display: flex;
}
.solution_body .recommend_item {
    width: 300px;
    height: 170px;
    border: 1px solid #f4f4f4;
    margin: 0 10px 30px 10px;
    box-shadow: 0px 5px 5px rgba(215, 215, 215, 0.349019607843137);
    transition: all 0.3s;
}
.solution_body .recommend_item:hover{
    box-shadow: 0 16px 32px 0 rgba(48, 55, 66, 0.15);
    transform: translate(0, -10px);
}
.solution_body .solution_fool_body .solution_fool_lable{
    font-size: 14px;
    line-height: 20px;
}
.solution_image {
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f9f9f9;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.11);
    overflow: hidden;
}

.solution_image img {
    width: 60px;
    height: 60px;
}

.solution_title {
    display: inline-block;
    margin-left: 10px;
    padding-top: 22px;
}
.solution_animation{
    margin: auto;
    min-height: 951px;
    padding-bottom: 20px;
    border-radius: 34px;
    background: #341495;
    margin-top: 96px;
    box-sizing: border-box;
    opacity: 0;
}
.solution_animation.animation{
    animation: animation 0.5s linear 0s forwards;

}
.solution_animation h2{
    font-size: 44px;
    font-weight: 900;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    opacity: 0;
    padding-top: 75px;
    box-sizing: border-box;
    transform: translateY(112px);
}
.solution_animation h2.animation{
    animation: animation 0.5s linear 0s forwards;
}

.solution_animation .content-two h2 span{
    color: #cf0505;
}
.animation_image{
    margin: 53px auto 47px;
    text-align: center;
}
.animation_ima{
    height: 86px;
    opacity: 0;
    transform: translateY(112px);
}
.animation_ima.animation{
    animation: animation 1s linear 0.5s forwards;
}
.animation_body{
    display: flex;
    flex-wrap: wrap;
    width: 1100px;
    margin: auto;
}
.animation_body .recommend_item{
    width: 330px;
    height: 200px;
    background: #fff;
    margin: 0 10px 30px 10px;
    border-radius: 30px;
    opacity: 0;
    transform: translateX(112px);
}
.animation_body .recommend_item:hover{
    cursor: pointer;
    background: linear-gradient(130deg, #FFFFFF 69%, #FFF6F3 84%, #FFBFB6 100%);
}
.animation_body .recommend_item:hover .solution_title{
    background: linear-gradient(90deg,rgba(255, 173, 72, 1) 10%, rgba(255, 51, 23, 1) 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.animation_body .recommend_item.animation:nth-child(1){
    animation: animation 1s linear 0.5s forwards;
}
.animation_body .recommend_item.animation:nth-child(2){
    animation: animation 1s linear 1s forwards;
}
.animation_body .recommend_item.animation:nth-child(3){
    animation: animation 1s linear 1.5s forwards;
}
.animation_body .recommend_item.animation:nth-child(4){
    animation: animation 1s linear 2s forwards;
}
.animation_body .recommend_item.animation:nth-child(5){
    animation: animation 1s linear 2.5s forwards;
}
.animation_body .recommend_item.animation:nth-child(6){
    animation: animation 1s linear 3s forwards;
}

.animation_body .solution_fool_body{
    padding: 20px 30px;
    height: 138px;
}
.animation_body .solution_fool_body .solution_fool_title{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.animation_body .solution_fool_body .solution_fool_title .solution_image{
    display: block;
}
.animation_body .solution_fool_body .solution_fool_title .solution_title{
    margin-left: 0;
    padding-top: 10px;
}
.animation_body .solution_fool_body .solution_fool_lable{
    font-size: 14px;
    line-height: 20px;
    color: #8d8d8d;
}
.solution_animation .content-two-end{
    margin-top: 47px;
    opacity: 0;
}
.solution_animation .content-two-end{

}
.solution_animation .content-two-end.animation{
    animation: animation 1s linear 1s forwards;
}
.content-two p{
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
    color: hsla(0, 0%, 100%, .7);
}
.content-two p span{
    color: #cf0505;
}
.experience{
    margin: auto;
    text-align: center;
}
.experience .content-end{
    margin-top: 30px;
    padding-bottom: 102px;
    box-sizing: border-box;
}
.experience .content-end .content-end-button{
    display: inline-block;
    width: 206px;
    height: 62px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 600;
    line-height: 62px;
    letter-spacing: 0;
    margin-top: 53px;
    background: #693af4;
    opacity: 0;
    outline: none;
    border: 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
}
.experience .content-end .content-end-button.animation{
    animation: animation 1s linear 1s forwards;
}
.experience .content-end-title p{
    width: 100%;
    font-size: 44px;
    font-weight: 900;
    line-height: 44px;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
}
.experience .content-end-typing{
    position: relative;
    display: inline-block;
    padding-left: 68px;
    padding-top: 20px;
    box-sizing: border-box;
}
.experience .content-end-typing:after{
    position: absolute;
    content: "";
    left: 60px;
    top: 14px;
    width: 57px;
    height: 57px;
    background-image: url(/statics/mjy/v1/images/solution/content_end_img.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
@keyframes animation{
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.typing-text {
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid #000;
    animation: typing 2s steps(10, end) forwards, delete-typing 2s steps(10, end) 2s infinite alternate;
    line-height: 46px;
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes delete-typing {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}