.scientific-info-box{
    min-height: 500px;
    height: auto;
    /* margin-top: 200px; */
    margin-top: 120px;
}
.scientific-info-box .item{
    width: 100%;
    /* height: 500px; */
    position: relative;
}

.scientific-info-box .item .left-img-box{
    width: 50%;
    height: 100%;
}
.scientific-info-box .item .left-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.scientific-info-box .item .right-text-box{
    width: 50%;
    height: 100%;
    padding-left: 35px;
    padding-top: 30px;
    padding-bottom: 20px;
    /* padding-right: 250px; */
    padding-right: 13%;
    /* position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); */
}
.scientific-info-box .item .right-text-box .zh-title{
    font-size: 32px;
    color: #000;
    text-align: justify;
    width: 76%;
    line-height: 1.4;
    margin-bottom: 10px;
}
.scientific-info-box .item .right-text-box .en-title{
    font-size: 16px;
    color: #999;
    text-align: left;
    width: 100%;
    line-height: 1.4;
    margin-bottom: 15px;
}
.scientific-info-box .item .right-text-box .zh-sub-title{
    font-size: 18px;
    color: #019B50;
    margin-top: 10px;
}
.scientific-info-box .item .right-text-box .en-sub-title{
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}
/* .scientific-info-box .item .right-text-box  .btn-info-box{
    transition: max-height 1s ease-in-out;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -ms-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
} */
/* .scientific-info-box .item .right-text-box:hover .btn-info-box{
    max-height: 550px;
}
.scientific-info-box .item .right-text-box  .btn-info-box img{
    width: 100%;
} */
.scientific-info-box .item-two{
   
}
.scientific-info-box .item-two .left-img-box{
    float: right;
}
.scientific-info-box .item-two .right-text-box{
    left: 0;
}

.public-banner-box .list-keyan-box .keyan-wrap{
    box-shadow: 0px 2px 16px 6px rgba(184,184,184,0.4);
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.public-banner-box .list-keyan-box .scientific-list{
    /* overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden; */
    height: 128px;
}
.public-banner-box .list-keyan-box .scientific-list .swiper-pagination-progress{
    top: 122px;
    height: 6px;
}
.public-banner-box .list-keyan-box .scientific-list .swiper-pagination-progress .swiper-pagination-progressbar{
    background: #019B50;
}
.public-banner-box .list-keyan-box .li{
    display: inline-block;
    position: relative;
     height: 128px;
    /* width: 300px; */
    width: 100%;
    /* width: 33.33%; */
}
.public-banner-box .list-keyan-box .li .item{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: rgba(51,51,51,1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.public-banner-box .list-keyan-box .li.active{
    background: url(/statics/home/images/item-hover.png) no-repeat;
    background-size: cover;
    /* background-image: linear-gradient(to right,#019b50,#28b374); */
}
.public-banner-box .list-keyan-box .li .text{
    white-space: wrap;
    min-height: 62px;
}
.public-banner-box .list-keyan-box .li.active .text{
    color: #fff;
    white-space: wrap;
}
.public-banner-box .list-keyan-box .li.active .iconfont{
    color: #fff;
}
.public-banner-box .list-keyan-box .li:hover{
    background: url(/statics/home/images/item-hover.png) no-repeat;
    background-size: cover;
    /* background-image: linear-gradient(to right,#019b50,#28b374); */
}
.public-banner-box .list-keyan-box .li:hover .text{
    color: #fff;
}
.public-banner-box .list-keyan-box .li:hover .iconfont{
    color: #fff;
}
.public-banner-box .list-keyan-box .scientific-list::-webkit-scrollbar
{
    /* width:16px; */
    height:10px;
    background-color:#ccc;
}
/*定义滚动条轨道
 内阴影+圆角*/
 .public-banner-box .list-keyan-box .scientific-list::-webkit-scrollbar-track
{
    /* -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3); */
    /* border-radius:10px; */
    background-color:#ccc;
}
/*定义滑块
 内阴影+圆角*/
 .public-banner-box .list-keyan-box .scientific-list::-webkit-scrollbar-thumb
{
    border-radius:10px;
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    background-color:#019B50;
}

.group-info-box  .line-one{
    /* width: 100%; */
    background: #fff;
    margin-bottom: 50px;
    /* padding: 73px 90px; */
    /* padding: 7%; */
    /* padding: 3%; */
    /* margin-top: 51px; */
}
.group-info-box  .line-one .left-wrap{
    width: 47%;
}
.group-info-box  .line-one .right-wrap{
    width: 48%;
    height: 356px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.group-info-box  .line-one .right-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.group-info-box  .line-one .left-wrap .title{
    color: #000;
    margin-bottom: 15px;
}
.group-info-box  .line-one .left-wrap .sub-title{
    color: #333;
    width: 100%;
    text-align: justify;
    margin-bottom: 25px;
}
.group-info-box .line-one .left-wrap img{
    max-width: 100% !important;
}
/* .list-keyan-box{
    bottom: -127px !important;
} */

/* 2024-2-26新增 */
.page-honors-info .type-title{
    width: 100%;
    text-align: center;
    margin-top: 50px;
    color: #333;
    font-weight: 700;
}
.page-swiper-box{
    margin-top: 50px;
}

.page-swiper-box .swiper-slide {
    padding-bottom: 90px;
    width: 535px;
    height: 400px;
    text-align: center;
    font-size: 18px;
    transition: 300ms;
    transform: scale(0.7);
    opacity: .5;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
}
.page-swiper-box .swiper-slide .title{
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}
.page-swiper-box .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
    z-index: 999;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.page-swiper-box .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page-swiper-box .swiper-button-prev{
    margin-top: -70px;
    width: 60px;
    height: 60px;
    left: 0;
    background: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.page-swiper-box .swiper-button-prev .iconfont{
    margin: 0;
    font-size: 28px;
    color: #019B50;
    font-weight: 700;
}
.page-swiper-box .swiper-button-next .iconfont{
    margin: 0;
    font-size: 28px;
    color: #019B50;
    font-weight: 700;
}
.page-swiper-box .swiper-button-next{
    margin-top: -70px;
    width: 60px;
    height: 60px;
    right: 0;
    background: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.page-honors-info .page-img-wrap{
    width: 700px;
    height: 200px;
    position: relative;
    left: 51%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.page-honors-info .page-img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width:1440px) {
    .scientific-info-box .item .right-text-box .zh-title{
        font-size: 36px;
    }
    
}
@media screen and (max-width:1200px) {
    .scientific-info-box .item .right-text-box .zh-title{
        font-size: 32px;
    } 
}
@media screen and (max-width:1024px) {
    .scientific-info-box .item{
        height: auto;
    }
    .scientific-info-box .item .left-img-box{
        width: 100%;
    }
    .scientific-info-box .item .right-text-box{
        width: 100%;
        position: static;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .group-info-box .line-one .right-wrap{
        height: 296px;
    }
}
@media screen and (max-width:768px) {
    .scientific-info-box .item .right-text-box{
        padding: 15px;
        margin-bottom: 15px;
    }
    .scientific-info-box .item .right-text-box .zh-title{
        width: 100%;
        font-size: 20px;
    }
    .scientific-info-box .item .right-text-box .en-title{
        font-size: 14px;
    }
    .scientific-info-box .item .right-text-box .zh-sub-title{
        font-size: 16px;
        line-height: 1.5;
    }
    .scientific-info-box .item .right-text-box .btn-info-box{
        max-height: none;
        padding-top: 15px;
    }
    .scientific-info-box .item-two .left-img-box{
        float: none;
    }
    .scientific-info-box .item .right-text-box .zh-sub-title{
        margin-bottom: 10px;
    }
    .public-banner-box .list-keyan-box li{
        width: 180px;
    }
    .group-info-box .line-one .left-wrap{
        width: 100%;
    }
    .group-info-box .line-one .right-wrap{
        width: 100%;
        height: auto;
    }
    .group-info-box .line-one{
        padding: 0;
        padding-bottom: 30px;
    }
    /* .public-banner-box .list-keyan-box .li{
        width: 50%;
        height: 108px;
    }
    .public-banner-box .list-keyan-box .li .item{
        padding: 15px;
    }
    .public-banner-box .list-keyan-box .li .text{
        font-size: 15px;
    }
    .list-keyan-box{
        bottom: -247px !important;
    }
    .scientific-info-box{
        margin-top: 290px;
    } */

    .public-banner-box .list-keyan-box .li .item {
        padding: 10px;
    }

    /* 2024-2-26 add */
    .page-honors-info .page-img-wrap{
        width: 100%;
        height: 100px;
    }
    .page-honors-info{
        padding-bottom: 20px;
    }
    .page-honors-info .type-title{
        margin-top: 40px;
    }
}
@media screen and (max-width:530px) {
    .page-swiper-box .swiper-button-prev{
       display: none;
    }
    .page-swiper-box .swiper-button-next{
        display: none;
    }
    
}