@keyframes anim {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

h6 {
    margin-bottom: 20px;
}

.anim_screen_left {
    object-fit: contain;
}

.anim_screen_right {
    object-fit: contain;
}

.icon_ani_box {
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10%;
}

.icon_ani {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: anim 1s ease-out infinite;
    border: 10px solid rgba(255, 255, 255, 0);
}

.screen2_itemBox > div {
    padding: 0 40px;
}

.screen2_itemBox img {
    width: 100%;
    object-fit: contain;
}

.color_pink {
    border-color: rgba(248, 81, 159, 0.7);
}

.color_blue {
    border-color: rgba(84, 137, 235, 0.7);
}

.color_red {
    border-color: rgba(234, 73, 89, 0.7);
}

.color_skyBlue {
    border-color: rgba(77, 184, 233, 0.7);
}

.clean_float {
    overflow: hidden;
}

.animate {
    transition: all 0.4s linear;
    /* Safari */
    -webkit-transition: all 0.4s linear;
}

.dp_ib {
    display: inline-block;
}

.two_head_title {
    line-height: 120px;
    color: #424242;
}

.two_head_info {
    font-size: 18px;
    color: #676767;
    margin: 0px 0 40px;
    display: inline-block;
    text-align-last: left;
    text-align: justify;
}

.screen2_font_item {
    margin-bottom: unset;
}

.sc_icon_box {
    display: inline-block;
    text-align: center;
    margin-top: 60px;
    width: 120px;
    height: 120px;
}

.items_box {
    display: flex;
    padding: 10px;
    height: 100%;
}

.items_head {

}

.icon_img_box {
    display: flex;
    align-items: center;
}

.icon_img {
    margin-right: 10px;
    /*box-sizing: content-box;*/
}

.icon_title {
    margin: 15px 0;
    color: #3e3e3e;
}

.icon_info {
    color: #666666;
    display: inline-block;
    text-align: justify;
    text-align-last: left;
}

.icon_gif {
    width: 100%;
    min-height: 450px;
    object-fit: cover;
}

.line {
    width: 100%;
    height: 0.1rem;
    background-color: #dfdfdf;
    margin: 40px 0 50px;
}

.all_m_b {
    margin: 0 auto;
    display: block;
}


.long_iconBox {
    overflow: hidden;
}

.carousel_title2 {
    color: #ffffff;
    background-color: rgb(255, 112, 16);
    border-radius: 2rem;
    text-align: center;
    display: inline-block;
    line-height: 60px;
    padding: 0 20px;
    margin: 10px 0 30px;
}

.carousel_text_box {
    top: 0;
    /*left: 15%;*/
    width: 650px;
    margin: 0;

}

.main_detail {
    margin: 18px 0 35px;
    display: inline-block;
}

.taiai_jz {
    transform: translateY(-50%);
}


.screen2_font_main {
    width: 700px;
    padding-bottom: 60px;
}

.iconfont_size {
    font-size: 22px !important;
    vertical-align: middle;
}

.banner_title {
    width: 80%;
}

footer {
    padding-top: unset;
}

.icon_h_b:hover {
    transform: scale(1.1);
}

@media (max-width: 1599px) {

}

@media (max-width: 1399px) {
    .two_head_title {
        line-height: 100px;
    }
}

@media (max-width: 1199px) {
    .two_head_title {
        line-height: 90px;
    }

    .scroll_box {
        padding: 80px 0;

    }

    .scroll_box_t {
        padding-top: 50px;
    }

    .sc_icon_box {
        margin-top: unset;
    }
}

@media (max-width: 991px) {
    .items_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        align-content: flex-start;
    }

    .icon_img_box {
        flex: unset;
        align-items: unset;
    }

    .two_head_title {
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    .carousel_title2 {
        line-height: 24px;
    }
}

@media (max-width: 575px) {
    .screen2_itemBox > div {
        padding: 0 10px;
    }

    .two_head_title {
        line-height: 36px;
        font-size: 22px;
    }

    .two_head_info {
    }

}

@media screen and (max-width: 480px) {

}
