.home_page {
    width: 100%;
    height: auto;
}

.home_page .banner,
.home_page .banner #swiper1 {
    overflow: hidden;
}
.home_page .banner #swiper1 {
    position: relative;
}


.home_page .banner #swiper1 .swiper-slide {
    font-size: 0px !important;
}

.home_page .banner #swiper1 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home_page .banner #swiper1 .swiper-pagination1 {
    position: absolute;
    text-align: center;
    bottom: 2.8%;
    width: 100%;
    z-index: 99;
}


.home_page .banner #swiper1 .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border: 2px solid #ffffff !important;
    background-color: rgba(0, 0, 0, 0);
    opacity: 1 !important;
}

.home_page .banner #swiper1 .swiper-pagination-bullet-active {
    background-color: #fff !important;
}

/* 关于我们 */

.home_page .about {
    width: 100%;
    box-sizing: border-box;
    padding: 5.25rem 7.6rem;
    background-image: url("../image/shouye/bk_about.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.home_page .about .about-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home_page .about .about-box .left .moble {
    display: none;
}

.home_page .about .about-box .left {
    /*width: 41%;*/
    width: 100%;
    height: auto;
}

.home_page .about .about-box .right {
    /*width: 51%;*/
    width: auto;
    height: auto;
    border-radius: 16px;
}

.home_page .about .about-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
}

.home_page .about .about-box span {
    font-size: .8rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #888888;
}

.home_page .about .about-list {
    margin-top: 1.8rem;
    padding: 2.75rem 5rem;
    display: flex;
    /*align-items: center;*/
    background: #FFFFFF;
    box-shadow: 0px 0px 43px 0px rgba(190, 190, 190, 0.2);
    border-radius: 16px;
}

.home_page .about .moble-about-list {
    display: none;
}

.home_page .about .about-list .item {
    width: 25%;
    text-align: center;
}

.about .about-list .item .num span:nth-child(1) {
    font-size: 72px;
    font-family: Arial;
    font-weight: 400;
    color: #0071CE;
}

.about .about-list .item .num span:nth-child(2) {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0071CE;
}

.about .about-list .item .text {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #555555;
}

.about .about-list .line {
    width: 1px;
    height: 50px;
    background: #D1D1D1;
    align-self: center;
}

/* 新闻动态 */
.home_page .news {
    width: 100%;
    box-sizing: border-box;
    padding: 5.25rem 7.6rem !important;
    background-image: url("../image/shouye/new.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.news .production-title .right {
    min-width: 10.35rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news .production-title .right div {
    font-size: .9rem;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    color: #999999;
    /* margin-right: 1rem; */
}

/*.news .production-title .right div:hover {*/
/*    font-size: 1.1rem;*/
/*    color: #0071CE;*/
/*}*/

.new-active {
    font-size: 1.1rem !important;
    color: #0071CE !important;
}

.news .new-list {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
}

.news .new-list .left,
.news .new-list .right {
    width: 50%;
}

.news .new-list .left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news .new-list .right {
    height: 100%;
    background-color: #fbfcfd;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.news .new-list .right li {
    padding: 0 3rem;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news .new-list .right li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news .new-list .right li a .rq {
    min-width: 2.55rem;
}

.news .new-list .right li a span {
    width: 86%;
    font-size: 20px;
    line-height: 30px;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    color: #666666;
}

.news .new-list .right li a .rq p {
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
}

.news .new-list .right li:hover {
    background-color: #fff;
}

.news .new-list .right li:hover a span {
    color: #333333;
}

.news .new-list .right li:hover a .rq p {
    color: #0071CE;
}

/* 业务布局 */
.home_page .business-layout {
    width: 100%;
    box-sizing: border-box;
    padding: 5rem 7.6rem;
    background-image: url('../image/shouye/layout_bk.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 46.87vw;
}
.home_page .business-layout .layout_top{
    margin-top: 2rem;
}
.home_page .business-layout .layout_top .home-title {
    font-size: 2.4rem;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    text-align: center;
}

.home_page .business-layout .layout_top .title-text {
    font-size: .8rem;
    font-family: Arial;
    font-weight: 400;
    color: #888888;
    line-height: 28px;
    text-align: center;
    margin-top: .45rem;
}

.home_page .business-layout .business-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home_page .business-layout .business-box .left {
    width: 25%;
}

.home_page .business-layout .business-box .left .title-text {
    font-size: 22px;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    color: #333333;
    line-height: 38px;
}

.home_page .business-layout .business-box .left ul {
    margin-top: 7.7rem;
}

.home_page .business-layout .business-box .left ul li {
    width: 16rem;
    margin: .5rem 0;
    height: 4rem;
    background: linear-gradient(90deg, #0071CE 0%, #0071CE 0%);
    border-radius: 16px;
    transition: all .5s;
}

.home_page .business-layout .business-box .left ul li:hover {
    width: 19rem;
    background: linear-gradient(90deg, #0071CE 0%, #00BEF0 100%);
    transition: all .5s;
}

.home_page .business-layout .business-box .left ul li:hover a svg {
    display: block;
}

.home_page .business-layout .business-box .left ul li a {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 2rem;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    text-shadow: 0px 0px 4px rgba(0, 96, 173, 0.59);
}


.home_page .business-layout .business-box .left ul li a .a_left {
    margin-left: 1rem;
}

.home_page .business-layout .business-box .left ul li a .a_left img {
    vertical-align: middle;
}

.home_page .business-layout .business-box .left ul li a svg {
    display: none;
}

.home_page .business-layout .business-box .left ul li a svg path {
    fill: #fff;
}

.home_page .business-layout .business-box .right {
    width: 62.5%;
    display: flex;
    align-items: center;
}

.home_page .business-layout .business-box .right .img-box {
    position: relative;
    font-size: 0;
    cursor: pointer;
}

.home_page .business-layout .business-box .right .img-box img {
    width: 100%;
}

.home_page .business-layout .business-box .right .img-box:hover .mc {
    display: block;
}


.home_page .business-layout .business-box .right .img-box:hover .mc .box {
    position: absolute;
    bottom: 1.75rem;
    left: 1.75rem;
    right: 1.75rem;

}

.home_page .business-layout .business-box .right .img-box:hover .bottom-img {
    display: none;
}

.home_page .business-layout .business-box .right .img-box .bottom-img {
    position: absolute;
    bottom: 1.75rem;
    left: 1.75rem;
    right: 1.75rem;
}

.home_page .business-layout .business-box .right .img-box .bottom-img img {
    width: 100%;
}

.home_page .business-layout .business-box .right .img-box .mc {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #0071CE;
    opacity: 0.8;
    overflow: hidden;
}

.home_page .business-layout .business-box .right .img-box:nth-child(1) .mc {
    border-radius: 16px 0px 0px 16px;
}

.home_page .business-layout .business-box .right .img-box:last-child .mc {
    border-radius: 0px 16px 16px 0px;
}

.business-layout .business-box .right .img-box .mc .text {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.business-layout .business-box .right .img-box .mc div {
    padding: 0 .2rem;
}

/* 作品 */
.home_page .production-box {
    width: 100%;
    box-sizing: border-box;
    background-image: url(../image/shouye/img_zp.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 7rem;
}

.production-box .production-title {
    width: 100%;
    margin-bottom: 2.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home_page .home-title {
    font-size: 2.4rem;
    font-family: Source Han Sans CN;
    margin-left: 0.5rem;
}

.production-box .production-title .custom-botton {
    min-width: 90px;
    display: flex;
    margin-right: .1rem;
    justify-content: space-between;
    align-items: center;
}

.production-box .production-title .custom-botton .custom-prev-button,
.production-box .production-title .custom-botton .custom-next-button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bebebe;
}

.production-box .production-title .custom-botton .custom-prev-button:hover,
.production-box .production-title .custom-botton .custom-next-button:hover {
    color: #0071ce;

}

.production-box .production-title .custom-botton .custom-prev-button:hover svg path,
.production-box .production-title .custom-botton .custom-next-button:hover svg path {
    fill: #0071ce;
}



.production-swiper {
    overflow: hidden;
}

.production-swiper .swiper-slide {
    width: 20.15% !important;
    margin-right: 4.5rem !important;
    margin-left: 0.5rem !important;
}

.production-swiper .swiper-slide p {
    color: #888888;
    font-size: .9rem;
    padding: .8rem 0;
}

.production-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
}

.production-swiper .swiper-slide div {
    font-weight: 400;
    font-size: 1.2rem;
}

.production-swiper .swiper-slide p,
.production-swiper .swiper-slide div {
    width: 100%;
}

.production-swiper .loc-bottom {
    margin-top: 2.6rem;
}

.not-select {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.to-details {
    width: 7rem;
    height: 2.5rem;
    padding: 0 0.75rem;
    border: 1px solid #0071CE;
    border-radius: 25px;
    box-sizing: border-box;
    color: #0071CE;
    cursor: pointer;
}
.to-details a{
     display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.to-details a div{
    font-size: .7rem;
    color: #0071CE;
}


/* 有声书 */
.home_page .book {
    width: 100%;
    box-sizing: border-box;
    background-image: url(../image/shouye/img——yss.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 7rem;
}

.home_page .book .book-title {
    margin-bottom: 2.8rem;
}

.home_page .book .book-img {
    position: relative;
    padding: 0 .5rem;
}

.home_page .book .book-img img {
    width: 100%;
}

.home_page .book .book-img .card {
    width: 600px;
    height: 330px;
    box-sizing: border-box;
    padding: 4.25rem 2.4rem;
    position: absolute;
    top: 164px;
    bottom: 166px;
    right: 101px;
    background: linear-gradient(90deg, #0071CE 0%, #00C1DE 100%);
    border-radius: 117px 0px 0px 0px
}

.home_page .book .book-img .card .text {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}

.home_page .book .to-details a {
    color: #ffffff;
}

.home_page .book .to-details svg path {
    fill: #ffffff;
}

.home_page .book .m-book-todetails {
    display: none;
}

.home_page .about .about-box .left .to-details {
    margin: auto;
}
.home_page .about .about-box .left .pic{
    text-align: center;
}


@media (max-width: 1680px) {
    .home_page .book .book-img .card {
        width: 500px;
        height: 300px;
        padding: 3rem 2rem 0 2rem;
        position: absolute;
        top: 164px;
        bottom: 166px;
        right: 101px;
    }

    .book .to-details {
        margin-top: 1.5rem !important;
    }

    .home_page .business-layout .business-box .left ul li {
        height: 3.5rem;
    }

    .home_page .business-layout .business-box .left ul {
        margin-top: 4.7rem;
    }

    .production-swiper .swiper-slide {
        margin-right: 4rem !important;
    }
}

@media (max-width: 1600px) {
    .home_page .book .book-img .card .text {
        line-height: 24px;
    }

    .home_page .book .book-img .card {
        width: 400px;
        height: 260px;
        padding: 2rem 1rem 0 3rem;
        top: 75px;
        bottom: 171px;
        right: 50px;
    }

    .book .to-details {
        margin-top: 1rem !important;
        height: 40px;
    }

    .home_page .business-layout .business-box .left ul li a {
        padding: 0 1.5rem;
        font-size: 20px;

    }

    .home_page .business-layout .business-box .left ul li {
        height: 4rem;
    }

    .production-swiper .swiper-slide div {
        font-size: 1rem;
    }

    .production-swiper .swiper-slide img {
        margin-top: 1rem;
    }

    .production-swiper .swiper-slide p {
        padding: 0.5rem 0;
        font-size: .8rem;
    }


    .production-swiper .swiper-slide {
        margin-right: 4rem !important;
    }
    
    .home_page .business-layout .business-box .left ul li a .a_left span {
        line-height: 3rem;
    }
}

@media (max-width: 1440px) {
    .news .new-list .right li a span {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .home_page .business-layout .business-box .left ul {
        margin-top: 2.7rem;
    }
    
    .home_page .about .about-box span p {
        line-height: 2rem;
    }

   
}

@media (max-width: 1366px){
    .home_page .about {
        padding: 3.25rem 5.6rem;
    }

    .about .about-list {
        margin-top: 1.8rem;
        padding: 2.75rem 2rem;
    }

    .to-details {
        width: 110px;
        height: 45px;
    }

    .home_page .home-title ,
    .about .about-list .item .num span:nth-child(1)
    {
        font-size: 2rem;
    }

    .home_page .news{
        padding: 3.25rem 5.6rem !important;
    }

    .news .new-list .right li a span , .news .new-list .right li a .rq p {
        font-size: .8rem;

    }

    .news .new-list .right li {
        padding: 0 2rem;
    }

    .news .new-list .right li a .rq p {
        height: 30px;
        line-height: 30px;
    }

    .home_page .news, .home_page .book {
        padding: 3.25rem 5.2rem !important;
    }

    .home_page .business-layout .business-box .left ul {
        margin-top: 2.7rem;
    }

    .home_page .business-layout {
        padding: 3rem 5.2rem;
    }


    .home_page .business-layout .business-box .left ul li a {
        padding: 0 1rem;
        font-size: 18px;
    }

    .home_page .production-box {
        padding: 3.2rem 4.6rem;
    }

    

}

@media (max-width: 1280px) {
    .production-swiper .swiper-slide div {
        font-size: 1rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
     .business-layout .business-box .right .img-box .mc .text {
        display: -webkit-box;
        -webkit-line-clamp:14;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .news .new-list .left .bottom-title-rq .img-title{
         width: 85%;
        display: -webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

}

@media (max-width: 1152px){
    .home_page .about .about-box span p {
        line-height: 2rem;
    }
    .home_page .about {
        padding: 2.25rem 4.6rem;
    }

    .home_page .home-title ,
    .about .about-list .item .num span:nth-child(1)
    {
        font-size: 1.7rem;
    }

    .about .about-list .item .text {
        font-size: .8rem;
    }

    .about .about-list {
        margin-top: 1.8rem;
        padding: 2.5rem 1rem;
    }

    .home_page .news {
        padding: 2.25rem 4.6rem !important;
    }

    .news .new-list .right li {
        padding: 0 1.5rem;
    }

    .new-active {
        font-size: 1rem !important;
    }

    .news .production-title .right div {
        font-size: .8rem;
    }

    .home_page .book {
        padding: 2.25rem 4rem !important;
    }

    .home_page .business-layout .business-box .left ul li a .a_left img {
        width: 25px;
        height: 25px;
    }

    .home_page .business-layout .business-box .left ul li a {
        padding: 0 0.5rem;
        font-size: .8rem;
    }

    /*.home_page .business-layout .business-box .left ul li {*/
    /*    height: 2rem;*/
    /*}*/

    .home_page .business-layout {
        padding: 2rem 4.7rem;
    }

    .home_page .business-layout .business-box .left .title-text {
        font-size: .8rem;
    }

    .home_page .business-layout .business-box .left ul {
        margin-top: 1.7rem;
    }

    /* .home_page .business-layout .business-box .left ul li {*/
    /*    width: 12rem;*/
    /*}*/

    /*.home_page .business-layout .business-box .left ul li:hover {*/
    /*    width: 14rem;*/
    /*}*/
    
    .home_page .business-layout .business-box .left .title-text {
        line-height: 25px;
    }
}


@media (max-width: 1024px){
    .home_page .about {
        padding: 2.25rem 2rem;
    }

    .home_page .home-title,.about .about-list .item .num span:nth-child(1) {
        font-size: 1.5rem;
    }

    .about .about-list {
        margin-top: 1.8rem;
        padding: 1.5rem 0;
    }

    .home_page .news {
        padding: 2.25rem 2rem !important;
    }

    .production-box .production-title {
        margin-bottom: 2rem;
    }

    .news .new-list .right li {
        padding: 0 1.2rem;
    }

    .home_page .book {
        padding: 2.25rem 1.5rem !important;
    }

    .home_page .book .book-img .card {
        width: 300px;
        height: 220px;
        padding: 3.5rem 1.5rem 1rem 4rem;
        top: 50px;
        bottom: 171px;
        right: 30px;
    }

    .home_page .book .book-img .card .text {
        font-size: .6rem;
        line-height: 25px;
    }

    .book .to-details {
        margin-top: 0.5rem !important;
        height: 30px;
    }

    .home_page .business-layout {
        padding: 2rem;
    }

    .home_page .production-box {
        padding: 2rem;
    }

    .production-swiper .swiper-slide div {
        font-size: .9rem;
    }

   
    .production-box .production-title .custom-botton .custom-prev-button, .production-box .production-title .custom-botton .custom-next-button {
        width: 30px;
        height: 30px;
    }
    
    .business-layout .business-box .right .img-box .mc .text {
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.5rem;
}
}



@media (max-width: 900px) {
     .home_page .about .about-box span p ,
    .home_page .business-layout .layout_top .title-text p{
        line-height: 24px;
        font-size: 14px;
    }
 
    
    .news .new-list .right li {
        padding: 0 3rem;
    }
   
    
    .home_page .home-title,.about .about-list .item .num span:nth-child(1) {
        font-size: 24px;
    }

    .about .about-box .right .moble-about-list{
        width: 45%;
        display: flex !important;
        flex-wrap: wrap !important;
        align-content: space-between !important;
    }

    .home_page .about .about-box span {
        font-size: .7rem !important;
        line-height: 2.2rem;
    }

    .about .about-list .item .text {
        font-size: .7rem;
    }

    .home_page .home-title{
        margin: 0;
    }

    /*.about .about-list {*/
    /*    display: none !important;*/
    /*}*/

    .home_page .about .about-box {
        flex-direction: column;
    }

    .home_page .about .about-box .left .moble,
    .about .moble-about-list{
        display: block !important;
    }
    
    .home_page .about .about-box .left .moble{
        margin-bottom: 1.5rem
    }

    .about .moble-about-list .about-list{
        /*display: flex !important;*/
        display: none;
        width: 100%;
        height: 45%;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 0;
        padding: 1rem 0;
    }

    .home_page .about .about-box .left .pic{
        /*display: none;*/
    }

    .home_page .about .about-box .left ,
    .home_page .about .about-box .right
    {
        width: 100%;
    }

    .home_page .about .about-box .right{
        display: flex;
        justify-content: space-between;
        margin-top: 1rem;
        border-radius: .8rem;
    }

    .home_page .about .about-box .right img{
        width: 50%;
        height: auto;
    }

    .to-details {
        width: 130px;
        height: 30px;
        /*padding: 0 10px;*/
        margin: auto;
    }
    .to-details a {
        padding: 0 10px;
    }
    .moble-new{
        display: none !important;
    }

    .new-active{
        font-size: .9rem !important;
    }



    .news .new-list .right li a span, .news .new-list .right li a .rq p {
        font-size: .6rem;
    }

    .home_page .book .book-img .card .text {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .home_page .book .book-img {
        padding: 0;
    }

    .home_page .book .book-title {
        margin-bottom: 1.8rem;
    }

    .home_page .book .book-img .card {
        width: 280px;
        height: 145px;
        padding: 3.5rem 2rem 0 6.5rem;
        top: 50px;
        bottom: 171px;
        right: 30px;
    }

    .home_page .business-layout .business-box .left ul li a .a_left img {
        width: 20px;
        height: 20px;
    }

    .home_page .business-layout .business-box .left ul li a {
        padding: 0;
    }

    .home_page .business-layout .business-box .left .title-text ,
    .home_page .business-layout .business-box .left ul li a {
        font-size: .6rem;
    }

    .home_page .business-layout .home-title {
        margin: 0 0 0.3rem 0!important;
    }

    .home_page .business-layout .business-box .left ul {
        margin-top: 1rem;
    }

    

    .production-box .production-title {
        margin-bottom: 1rem;
    }

    .production-swiper .swiper-slide div {
        font-size: .8rem;
    }

    .production-swiper .swiper-slide p {
        font-size: .6rem;
    }

   
    .production-box .production-title .custom-botton {
        min-width: 80px;
    }

    .production-box .production-title .custom-botton .custom-prev-button, .production-box .production-title .custom-botton .custom-next-button {
        width: 25px;
        height: 25px;
    }
    
     .news .production-title .right {
        min-width: 125px;
        color: #999999 !important;
    }
    
    .business-layout .business-box .right .img-box .mc .text {
        -webkit-line-clamp: 8;
        line-height: 1.8rem;
    }
    
    .news .new-list .left .bottom-title-rq .img-rq p:nth-child(1),
    .news .new-list .left .bottom-title-rq .img-rq p:nth-child(2),
    .news .new-list .left .bottom-title-rq .img-title{
        line-height: 2.5rem;
    }
    
    .news .new-list .right li a .rq p ,
    .news .new-list .right li a span {
        line-height: 2.5rem;
        height: auto;
    }
    
    .home_page .business-layout .business-box .left ul li {
        width: 19rem;
    }
    
    /*.home_page .business-layout .business-box .left ul li:hover,*/
    /*.yebj-active{*/
    /*    width: 22rem !important;*/
    /*}*/
    
    .home_page .business-layout .business-box .left ul li a .a_left span {
        line-height: 2rem;
    }
    
    .production-swiper .swiper-slide {
        margin-right: 4.3rem !important;
    }
    
    .home_page .about .about-list .item .num span{
        font-size: 24px !important;
    }
    
    .home_page .about .about-list .item .text{
        font-size:14px;
    }
    
    .home_page .about, .home_page .news, .home_page .business-layout, .home_page .production-box, .home_page .book {
        padding: 5rem 6rem !important;
    }

}

@media (max-width: 750px) {
    .about .moble-about-list .about-list {
        padding: 0.5rem 0;
    }

    .about .about-list .item {
        width: 50%;
        text-align: center;
    }

    .home-title, .home_page .about .about-list .item .num span:nth-child(1) {
        font-size: .8rem;
    }

    .about .about-list .item .num span:nth-child(2),
    .about .about-list .item .text {
        font-size: .5rem;
    }


    .news  .to-details {
        margin: 1rem auto 0 !important;
    }

    .news .new-list .right li a .rq {
        text-align: center;
    }

    .news .production-title .right div{
        font-size: .8rem !important;
        color: #999999;
    }
    .new-active{
        color: #0071CE !important;
    }

    .news .new-list .left img {
        min-width: 300px;
    }

    .news .new-list {
        overflow: hidden;
    }

    /*.m-book-todetails{*/
    /*    display: flex !important;*/
    /*    border: 1px solid #0071CE !important;*/
        /*color: #0071CE !important;*/
    /*}*/
    .m-book-todetails a {
        color:  #0071CE !important;
    }

    .m-book-todetails svg path{
        fill:  #0071CE !important;
    }

    /*.home_page .book .book-img .card {*/
    /*    display: none;*/
    /*}*/

    .home_page .book .book-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .home_page .book .book-title {
        margin-bottom: 1rem;
    }


    .home_page .business-layout .business-box .left {
        min-width: 140px;
    }

    .home_page .business-layout .business-box .right {
        min-width: 300px;
    }

   

    .production-box .production-title .custom-botton {
        min-width: 70px;
    }

    .production-box .production-title .custom-botton .custom-prev-button, .production-box .production-title .custom-botton .custom-next-button {
        width: 20px;
        height: 20px;
    }
    
    
    .news .new-list .right {
        overflow-y: auto;
        scrollbar-width: none; 
         -ms-overflow-style: none; 
    }
    
     .news .new-list .right::-webkit-scrollbar {
            display: none; 
    }
    
    .home_page .business-layout .business-box .left ul li a .a_left span {
        line-height: 3rem;
    }
    
    .business-layout .business-box .right .img-box .mc .text {
        -webkit-line-clamp: 5;
        line-height: 2.2rem;
    }
}

@media (max-width: 650px){
    .news .new-list .right li {
        padding: 10px 20px !important;
        padding-right: 5px !important;
    }
    
    .home_page .home-title{
        font-size: 20px !important;
    }
    .news .new-list .right li a .rq {
        min-width: 55px !important;
    }
    
    .news .to-details{
        margin-top: 15px !important;
    }
    
    .home_page .about .about-box span ,
    .about .about-list .item .num span:nth-child(2), .about .about-list .item .text,
    .news .new-list .right li a span,
    .news .new-list .right li a .rq p,
    .news .new-list .left .bottom-title-rq .img-title,
    .home_page .business-layout .business-box .left .title-text,
    .home_page .business-layout .business-box .left ul li a .a_left span,
    .news .new-list .left .bottom-title-rq .img-rq p:nth-child(2),
    .news .new-list .left .bottom-title-rq .img-rq p:nth-child(1){
        font-size: 14px !important;
        line-height: 21px !important;
    }
    
    .news .new-list .left .bottom-title-rq .img-rq{
        min-width: 40px;
        margin-left: 10px;
    }
    
    .home_page .business-layout .business-box {
        display: block !important;
    }
    
    .home_page .business-layout .business-box .right {
        width: 100%;
    }
    
    .home_page .business-layout .business-box .right .img-box img {
            width: 100%;
            max-height: 650px; 
    }
    
    .production-swiper .swiper-slide p{
        font-size: 14px !important;
    }
    
     .news .production-title .right div{
         font-size: 16px !important;
     }
    
    .home_page .business-layout .business-box .left ul li{
        margin: 10px 0;
        width: 48% !important;
        height: 40px !important;
    }
    
    .home_page .about .about-list .item .num span:nth-child(1),
    .production-swiper .swiper-slide div{
        font-size: 15.5px !important;
    }
    
   /*.to-details {*/
   /*     width: 125px;*/
   /* }*/
    .to-details a div{
        font-size: 14px !important;
    }
    
    .home_page .about .about-list .item {
        width: 31%;
    }
    
    .production-box .production-title .custom-botton .custom-prev-button svg, .production-box .production-title .custom-botton .custom-next-button svg{
        width: 15px !important;
        height: 15px !important;
    }
    
    .top-title-mb,
    .production-title,
    .m-book-todetails,
    .home_page .business-layout .home-title{
        margin-bottom: 20px !important;
    }
    
    .news .production-title .right {
        min-width: 150px;
    }
    
    .home_page .business-layout .business-box .left {
        width: 100% !important;
    }
    
    .home_page .business-layout .business-box .left ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    
    .about .about-list .item .text{
         display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .news .new-list{
        display: block;
    }
    
    .news .new-list .right,
    .news .new-list .left{
        width: 100%;
        position: relative;
        border-radius: 0.8rem 0.8rem 0 0;
        /*margin-bottom: 20px;*/
    }
    .news .new-list .left img {
       border-radius: 0.8rem 0.8rem 0 0;
    }
    
      .news .new-list .right{
        border-radius: 0rem 0rem 0.8rem 0.8rem;
    }
    
     .home_page .business-layout .business-box .right .img-box .mc {
           display: none !important;
    }
    
    .home_page .book .book-img .card {
        display: none !important;
    }
    
    .book .m-book-todetails{
        border: 1px solid #0071CE !important;
        border-radius: 25px !important;
        display: flex !important;
      
    }
    .book .m-book-todetails:hover a{
        color:#fff !important;
    }
    .book .m-book-todetails:hover svg path{
        fill: #fff !important;
    }
    
    .home_page .about .about-box .left .to-details {
        margin-bottom: 10px !important;
    }
    
    
    
    
}

@media (max-width: 600px){
   

    .production-swiper .swiper-slide img {
        margin-top: 0.5rem;
    }

    .production-swiper .swiper-slide p {
        padding: 0.3rem 0;
    }
    
    .business-layout .business-box .right .img-box .mc .text {
        -webkit-line-clamp: 5;
        line-height: 2.5rem;
    }
    
    .home_page .book .book-img .card {
        padding: 3.5rem 2rem 0 7.5rem;
    }
    
    .home_page .business-layout .business-box .left ul li {
        height: 5rem;
       
    }
    
    .about .about-box .right .moble-about-list {
        width: 100% !important;
    }
    
    .home_page .about .about-box .right img {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .about .moble-about-list .about-list {
        margin-bottom: 20px;
    }
    
    .home_page .about .about-box .right {
        display: block;
    }
    
    /*.about .about-box .right .moble-about-list {*/
    /*    height: 200px;*/
    /*}*/
    .home_page .business-layout .business-box .left ul li a {
        padding: 0 10px;
    }
    
    .home_page .business-layout .layout_top .title-text{
        font-size: 14px;
        line-height: 20px;
    }
}



@media (max-width: 550px){
    .news  .to-details {
        height: 30px;
    }


    .production-box .production-title {
        margin-bottom: 1rem;
    }

   

    .book .to-details {
        margin-top: 0 !important;
        height: 30px;
    }
  

    .to-details {

        height: 30px !important;
    }

    .home_page .business-layout .business-box .left ul {
        margin-top: 0.5rem;
    }

    .home_page .book .book-title {
        align-items: flex-start;
    }

    .home_page .business-layout .business-box .left .title-text {
        line-height: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

  
    .home_page .business-layout .business-box .right {
        min-width: auto;
    }
    .home_page .business-layout .business-box .left ul li a .a_left span {
        line-height: 3.5rem;
    }
    
    .home_page .book .book-img .card {
        width: 215px;
        height: 140px;
        padding: 6.5rem 2rem 0 7.5rem;
        top: 50px;
        bottom: 171px;
        right: 30px;
    }
 
}


@media (max-width: 500px){
    .news .new-list .right li a .rq p, .news .new-list .right li a span, 
     .news .new-list .left .bottom-title-rq .img-rq p:nth-child(1), .news .new-list .left .bottom-title-rq .img-rq p:nth-child(2), .news .new-list .left .bottom-title-rq .img-title{
        line-height: 3.5rem;
       
    }
    .home_page .book .book-img .card {
        width: 215px;
        height: 140px;
        padding: 6.5rem 2rem 0 7.5rem;
        top: 25px;
        bottom: 171px;
        right: 20px;
    }
    
    .home_page .business-layout .business-box .left ul li {
        width: 22rem;
    }
    
    .news .new-list .left .bottom-title-rq .img-title {
         width: 74%;
    }
    
    .home_page .business-layout{
            background-size: contain;
    }
    
   
}

@media (max-width: 450px){
    .about .about-box .right .moble-about-list {
        align-content: space-around;
    }
   
   

   .home_page .business-layout .business-box .left {
        min-width: 180px;
    }   
   

    .production-swiper .swiper-slide p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .home_page .book .book-img .card {
        width: 180px;
        height: 133px;
        padding: 6.5rem 2rem 0 7.5rem;
        top: 10px;
        bottom: 171px;
        right: 10px;
    }
    
    
    
    .home_page .business-layout .business-box .left ul li a .a_left span {
        line-height: 4.5rem;
    }
    
    .about .about-list .item .text {
         display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .news .new-list .right li a .rq {
        min-width: 10.65rem;
    }
    
    .home_page .about .about-list .item {
        width: 30%;
    }
    
    .home_page .business-layout .business-box .left ul li {
        height: 35px !important;
    }
}

@media (max-width: 400px){
   .home_page .book .book-img .card {
        padding: 6.5rem 2rem 0 10.5rem;
   
    }
    .header_box .btns {
        min-width: 135px !important;
    }
}
@media (max-width: 350px){
    .home_page .about .about-list .item {
        width: 45%;
    }
    .production-swiper .swiper-slide {
        margin-right: 5.1rem !important;
    }
}