.hot_product {
    margin-top: 5%;
}
.hot_product .swiper-pagination{
    display: none;
}
.hot_product .pro_title {
    font-family: 'ChaparralPro-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 56px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

@media (max-width:1366px) {
    .hot_product .pro_title {
        font-size: 35px;
        line-height: 40px;
    }
}

.hot_product .hot_wrap {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.hot_product .hot_left {
    width: 20%;
}

.hot_product .hot_left .pro_info {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.hot_product .hot_right {
    width: 78%;
    position: relative;
}

.hot_right .swiper {
    width: 100%;
    height: 100%;
}

.hot_right .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 30%;
    z-index: 1;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.hot_pro_title {
    position: absolute;
    left: 26px;
    bottom: 0;
}

.hot_pro_title {
    font-family: 'DINAlternate-Bold';
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    line-height: 19px;
    text-align: left;
    z-index: 99;
    font-style: normal;
    text-transform: none;
    padding: 2%;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    min-height: 3em;
    left: 0;
}

.swiper-slide a:hover {
    color: #FFA30E;
}

.hot_right .swiper-slide:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
}

.hot_right .swiper-slide img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.hot_right .hot-button-prev {
    position: absolute;
    top: 40%;
    left: -22px;
    display: inline-block;
    width: 47px;
    height: 47px;
    background-image: url(../img/second-img/hot_perv.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index: 9999;
}

.hot_right .hot-button-prev:hover {
    background-image: url(../img/second-img/hot_hover_prev.png);
}

.hot_right .hot-button-next {
    position: absolute;
    top: 40%;
    right: -22px;
    display: inline-block;
    width: 47px;
    height: 47px;
    background-image: url(../img/second-img/hot_next.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index: 9999;
}

.hot_right .hot-button-next:hover {
    background-image: url(../img/second-img/hot_hover_next.png);
}

.lorem_ipsum {
    margin-top: 5%;
}

.lorem_ipsum .lorem_wrap {
    padding: 10% 0 20% 0;
    background-image: url(../img/second-img/lorem_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:1500px) {
    .lorem_ipsum .lorem_wrap {
        padding-bottom: 24%;
    }
}

@media (max-width:1200px) {
    .lorem_ipsum .lorem_wrap {
        padding-bottom: 27%;
    }
}

.lorem_ipsum .lorem_title {
    margin-bottom: 20px;
}

.lorem_ipsum .lorem_title a,
.lorem_ipsum .lorem_title {
    font-family: 'ChaparralPro-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 56px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.lorem_ipsum .lorem_title a h2,
.lorem_ipsum .lorem_title h2 {
    width: 75%;
    font-size: 48px;
}

@media (max-width:1024px) {

    .lorem_ipsum .lorem_title a,
    .lorem_ipsum .lorem_title {
        font-size: 35px;
        line-height: 40px;
    }

    .lorem_ipsum .lorem_title a h2,
    .lorem_ipsum .lorem_title h2 {
        font-size: 35px;
    }
}

.lorem_ipsum .lorem_info {
    width: 60%;
}

.lorem_ipsum .lorem_info p {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    height: 120px;
    overflow-y: auto;
}


.common_news {
    margin-top: 5%;
}

.common_news .news_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.common_news .news_top {
    flex-direction: column;
    align-items: flex-start;
    max-width: 392px;
}

.common_news .news_tips {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #FFA30E;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}



.common_news .news_title a {
    font-family: 'Chaparral Pro-Bold';
    font-weight: bold;
    font-size: 64px;
    color: #333333;
    line-height: 75px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

@media (max-width:1366px) {
    .common_news .news_title a {
        font-size: 55px;
        line-height: 60px;
    }

    @media (max-width:1024px) {
        .common_news .news_title a {
            font-size: 45px;
            line-height: 50px;
        }
    }
}

.common_news .news_title span {
    color: #FFA30E;
    text-transform: capitalize;
}


.common_news .news_wrap .news_list {
    justify-content: space-between;
}

.common_news .news_wrap .news_list li {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.common_news .news_wrap .news_list li:nth-child(2) {
    margin-top: 7%;
}

.common_news .news_wrap .news_list li:last-child {
    margin-top: 14%;
}

.common_news .news_wrap .news_list li .item_image {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    border-radius: 22px;
    z-index: 1;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.common_news .news_wrap .news_list li .item_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.common_news .news_wrap .news_list li .item_image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
}

.common_news .news_wrap .news_list li .item_info {
    width: 88%;
    padding: 18px 23px 23px 20px;
    border-radius: 0 0 12px 12px;
    border: 6px solid #FFA30E;
    border-top: none;
}

.common_news .news_wrap .news_list li .item_title {
    text-align: center;
    margin-bottom: 8px;
}

.common_news .news_wrap .news_list li .item_title a {
    font-family: 'Chaparral Pro-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 25px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common_news .news_wrap .news_list li .item_title a:hover {
    color: #FFA30E;
}

.common_news .news_wrap .news_list li .item_date {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.common_news .news_wrap .news_list li .item_content {
    display: inline-block;
    text-align: center;
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #777777;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    height: 90px;
    overflow: auto;
    text-transform: none;
}

.common_news .news_wrap .news_list li .item_content:hover {
    color: #FFA30E;
}

.common_news .news_wrap .news_list li .item_content p {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #777777;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    height: 90px;
    overflow: hidden;
    text-transform: none;
}

.common_video {
    margin-top: 5%;
}

.common_video .video_tit {
    text-align: center;
}

.common_video .video_tit a {
    font-family: 'ChaparralPro-Bold';
    font-weight: bold;
    font-size: 64px;
    color: #333333;
    line-height: 75px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

@media (max-width:1366px) {
    .common_video .video_tit a {
        font-size: 55px;
        line-height: 60px;
    }

    .common_video .video_tit a {
        font-size: 45px;
        line-height: 50px;
    }
}

.common_video .video_info {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}

.common_video .video_list {
    justify-content: space-between;
}

.common_video .video_list li {
    width: 32%;
    position: relative;
}

.common_video .video_list li>a {
    display: block;
    position: relative;
}

.common_video .video_list li .video_open {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 65px;
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 12px 0px rgba(255, 142, 74, 0.2);
}

.common_video .video_list li .video_title a {
    display: block;
    font-family: 'DINAlternate-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
    height: 70px;
    overflow: hidden;
    text-align: center;
}

@media (max-width:950px) {
    .hot_product .swiper-pagination{
        display: block;
    }
    .hot_product .swiper-pagination-bullet-active{
        background:#FFA30E;
    }
    .hot_product .pro_title {
        font-size: 30px;
        line-height: 40px;
    }

    .category_list .categroy_item .categroy_image .categroy_img {
        padding-bottom: 100% !important;
    }

    .lorem_ipsum .foot_nav li:first-child {
        display: none;
    }

    .lorem_ipsum .lorem_info {
        margin: 25px 0;
        height: 90px;
        overflow: auto;
    }

    .hot_product .hot_wrap {
        flex-direction: column;
    }

    .hot_product .hot_left {
        width: 100%;
        margin-bottom: 5%;
    }

    .hot_product .hot_right {
        width: 100%;
    }

    .hot_right .swiper-slide {
        padding-bottom: 95%;
    }

    .hot_right .swiper-wrapper {
        padding-bottom: 12%;
    }

    .hot_right .hot-button-prev,
    .hot_right .hot-button-next {
        display: none;
    }

    .lorem_ipsum .lorem_wrap {
        padding: 35% 0 47% 0;
        background-position: center;
    }

    .lorem_ipsum .lorem_title a,
    .lorem_ipsum .lorem_title {
        font-size: 30px;
        line-height: 40px;
    }

    .lorem_ipsum .lorem_title a h2,
    .lorem_ipsum .lorem_title h2 {
        font-size: 30px;
    }

    .lorem_ipsum .lorem_info {
        width: 100%;
    }

    .lorem_ipsum .lorem_info p {
        height: auto;
        overflow: visible;
    }

    .common_news {
        margin-top: 8%;
    }

    .common_news .news_top {
        width: 100%;
        margin-bottom: 5%;
    }

    .common_news .news_title a {
        font-size: 30px;
        line-height: 40px;
    }

    .common_news .news_wrap .news_list {
        flex-wrap: wrap;
    }

    .common_news .news_wrap .news_list li {
        width: 100%;
    }

    .common_video .video_tit a {
        font-size: 30px;
        line-height: 40px;
    }

    .common_video .video_list {
        flex-wrap: wrap;
    }

    .common_video .video_list li {
        width: 100%;
    }
}