
.homebanner{
    display: block;
    width: 100%;
    height: calc(100vh - 70px);
    position: relative;
}
.homebanner .pic{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 10;
}
.homebanner .text {
    position: absolute;
    left: 7%;
    right: 7%;
    display: flex;
    width: 730px;
    height: 100%;
    padding-bottom: 30px;
    line-height: 1;
    z-index: 60;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
.homebanner .text .subtitle{
    display: block;
    padding: 0 26PX;
    width: auto;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    border-radius: 5px;
    background-color: #FFFFFF33;
}
.homebanner .text .title{
    font-size: 48px;
    font-family: 'Poppins-SemiBold';
    color: #FFFFFF;
    line-height: 1.25;
    padding-top: 55px;
}
.homebanner .text .desc{
    font-size: 16px;
    color: #FFF;
    margin: 25px auto 0;
}
.homebanner .text .btn{
    display: flex;
    padding-top: 90px;
    gap: 20px;
    align-items: center;
}
.homebanner .text .btn a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 175px;
    height: 46px;
    color: #FFF;
    font-size: 16px;
    border-radius: 23px;
    background-color: transparent;
}
.homebanner .text .btn a i{
    padding-left: 10px;
    font-size: 13px;
}
.homebanner .text .btn a.cur{
    width: 180px;
    justify-content: center;
    background-color: #0052AD;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.homebanner .text .btn a.cur:hover{
    color: #FFF;
    background-color: #0260cc;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.homebanner .text .btn a:hover{
    color: #1ca3f8;
}
.homebanner .text .btn a.link.green{
    color: #FFF;
    background-color: #1F8A3A;
    border: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: center;
}
.homebanner .text .btn a.link.green:hover{
    color: #FFF;
    background-color: #166C2C;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.homebanner .swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.homebanner .swiper-pagination{
    left: 7%;
    bottom: 70px;
    text-align: left;
}
.homebox{
    display: block;
    padding: 100px 7%;
    background-color: #FFF;
}
.homebox.pd0{
    padding-left: 0;
    padding-right: 0;
}
.homebox.pt0{
    padding-top: 0;
}
.homebox.pt50{
    padding-top: 50px;
}
.homebox.bg{
    background-color: #F6F6F6;
}
.homeproducts{
    display: flex;
    padding: 20px;
    justify-content: space-between;
}
.homeproducts.three-col{
    flex-wrap: wrap;
    gap: 20px;
}
.homeproducts.three-col .item{
    width: calc(33.333% - 14px);
}
.homeproducts .item{
    display: block;
    width: calc(50% - 10px);
    padding: 45px 35px 35px;
    background-color: #F7F7F7;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}
.homeproducts .item:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.homeproducts .item .title{
    font-size: 30px;
    font-family: 'Poppins-SemiBold';
    color: #222222;
}
.homeproducts .item .subtitle{
    font-size: 16px;
    color: #666666;
    padding-top: 6px;
}
.homeproducts .item .pic{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 50px;
    height: 330px;
}
.homeproducts.three-col .item .pic{
    height: 260px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.homeproducts .item .pic img{
    display: block;
    max-height: 100%;
    transition: transform 0.3s;
}
.homeproducts .item:hover .pic img{
    transform: scale(1.05);
}
.homehospital{
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto 35px;
    padding: 75px 35px 80px;
    background-color: #F7F7F7;
    border-radius: 20px;
    text-align: center;
}
.homehospital .title{
    font-size: 30px;
    font-family: 'Poppins-SemiBold';
    color: #222222;
}
.homehospital .subtitle{
    font-size: 16px;
    color: #666666;
    padding-top: 6px;
    padding-bottom: 40px;
}
.homehospital .pic{
    display: block;
    margin-top: 35px;
}
.homehospital .pic ul{
    display: flex;
}
.homehospital .pic li{
    width: calc(33.333% - 30px);
    height: 20vw;
    /*height: 38px;*/
}
.homehospital .pic li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.homehospital .pic li img{
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.35s;
}
.homehospital .pic li:hover img{
    transform: scale(1.05);
}
.homepartner{
    display: block;
    width: 100%;
    height: 760px;
    position: relative;
	background: url("../img/bg-homepartner.jpg") no-repeat center center;
	background-size: cover;
}
.homepartner .h2title{
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 10;
}
.homepartner .h2title .title{
    color: #FFF;
    font-size: 40px;
}
.homepartner .h2title .subtitle{
    color: #FFF;
}
.homepartner .partner-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 2%;
}
.partner-list{
    display: block;
    width: 100%;
    height: 100%;
}
.partner-list ul{
    display: flex;
    height: 100%;
    justify-content: space-between;
}
.partner-list li{
    width: 25%;
    height: 100%;
    padding: 50px 32px 70px;
    border-left: 1px solid #FFFFFF26;
}
.partner-list li:last-child{
    border-right: 1px solid #FFFFFF26;
}
.partner-list li:hover{
    background-color: #F7F7F70F
}
.partner-list li .text{
    position: absolute;
    bottom: 70px;
}
.partner-list li .icon{
    margin-bottom: 22px;
}
.partner-list li .title{
    font-size: 20px;
    font-family: 'Poppins-SemiBold';
    color: #FFF;
}
.partner-list li .desc{
    font-size: 16px;
    color: #EFEFEF;
    padding-top: 5px;
}
.homeproduct-list{
    display: block;
    width: 100%;
    padding-bottom: 30px;
    overflow: hidden;
}
.homeproduct-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: -15px -15px;
}
.homeproduct-list li{
    display: block;
    width: 25%;
    height: auto;
    position: relative;
    padding: 15px 15px;
}
.homeproduct-list .pic{
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.85;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 35px 35px;
    border-radius: 0;
    border: 1px solid #0000001A;
    justify-content: center;
    align-content: center;
}
.homeproduct-list .pic img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: all 0.35s;
}
.homeproduct-list li:hover .pic img{
    transform: scale(1.05);
}
.homeproduct-list .text{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0 15px;
}
.homeproduct-list .text .tag{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.homeproduct-list .text .tag span{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    height: 24px;
    border-radius: 12px;
    margin-right: 10px;
    color: #0E50C8;
    font-size: 14px;
    font-family: 'arial';
    background-color: #0E50C833;
}
.homeproduct-list .text .tag span em{
    font-weight: bold;
}
.homeproduct-list .text .title{
    font-size: 20px;
    line-height: 1.57;
    min-height: 25px;
    color: #333;
    font-family: 'Poppins-SemiBold';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.homeproduct-list li:hover .text .title{
    color: #0066CC;
}
.homeproduct-list .text .desc{
    font-size: 16px;
    font-weight: 500;
    color: #0052AD;
}
.homeproduct-list .text .star{
    margin-top: 15px;
}
.homeproduct-list .text .star img{
    display: block;
    width: auto;
    height: 18px;
}

.homehonors-list{
    display: block;
    width: 100%;
    padding: 0 30px;
    overflow: hidden;
}
.homehonors-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: -14px -14px;
}
.homehonors-list li{
    flex: 0 0 20%;
    width: 20%;
    height: auto;
    position: relative;
    padding: 15px 14px;
}
.homehonors-list li .wrap{
    display: block;
    width: 100%;
    height: 520px;
    padding: 40px 40px;
    border-radius: 20px;
    background-color: #F5F6F5;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
    cursor: pointer;
}
.homehonors-list li .wrap:hover{
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
    background-color: #fff;
}
.homehonors-list li .icon{
    display: block;
    width: 100%;
    height: 75px;
    margin-bottom: 38px;
}
.homehonors-list li .icon img{
    display: block;
    width: auto;
    height: 100%;
    transition: transform 0.3s;
}
.homehonors-list li .wrap:hover .icon img{
    transform: scale(1.1);
}
.homehonors-list li .title{
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    transition: color 0.3s;
}
.homehonors-list li .wrap:hover .title{
    color: #0066cc;
}
.homehonors-list li .desc{
    display: block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
}
.homehonors-list li .bg-logo{
    position: absolute;
    right: -25px;
    bottom: -25px;
    width: 200px;
    height: 200px;
}
.homehonors-list li:last-child .bg-logo{
    width: 366px;
    right: -60px;
    bottom: -50px;
}
.homehonors-list li .bg-logo img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 0.1;
    transform: rotate(-30deg);
}
.homenews-list{
    display: block;
}
.homenews-list ul{
    display: flex;
    justify-content: space-between;
}
.homenews-list li{
    flex: 0 0 24%;
    width: 24%;
    height: 516px;
    padding: 32px 32px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0px 4px 20px 0px #00000026;
    position: relative;
    overflow: hidden;
}
.homenews-list li:hover{
    box-shadow: 0px 4px 20px 0px #0E50C836;
}
.homenews-list li:nth-child(1){
    flex: 0 0 48%;
    width: 48%;
}
.homenews-list li:nth-child(1) .pic{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.homenews-list li:hover:nth-child(1) .pic img{
    transform: scale(1.02);
}
.homenews-list li:nth-child(1) .text{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 40px 40px;
}
.homenews-list li:nth-child(1) .text .country,.homenews-list li:nth-child(1) .text .title{
    color: #FFF;
}
.homenews-list li:nth-child(1) .text .tag{
    position: absolute;
    right: 30px;
    bottom: 40px;
}
.homenews-list li:nth-child(1) .text .tag span {
    color: #FFF;
    background-color: #FFFFFF33;
}
.homenews-list li .text{
    position: relative;
    width: 100%;
    z-index: 2;
}
.homenews-list li .text .date{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 62px;
    line-height: 1;
    color: #FFF;
    background-color: #0E50C8;
    border-radius: 4px;
    flex-direction: column;
    font-family: Arial;
    margin-bottom: 28px;
}
.homenews-list li .text .date .day{
    font-size: 26px;
    font-weight: bold;
}
.homenews-list li .text .date .year{
    font-size: 14px;
    padding-top: 5px;
}
.homenews-list li .text .country{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: 'Poppins-Medium';
    line-height: 1.2;
    padding-bottom: 10px;
}
.homenews-list li .text .country img{
    display: block;
    width: auto;
    height: 20px;
    margin-right: 6px;
    margin-bottom: 2px;
}
.homenews-list li .text .title{
    font-size: 15px;
    color: #666;
}
.homenews-list li .text .tag {
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.homenews-list li .text .tag span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    height: 24px;
    border-radius: 12px;
    margin-right: 10px;
    color: #0E50C8;
    font-size: 14px;
    font-family: 'arial';
    background-color: #0E50C833;
}
.homenews-list li .pic{
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 32px;
    display: block;
    margin: 0 auto;
    width: calc(100% - 64px);
    height: auto;
    aspect-ratio: 1/0.665;
    overflow: hidden;
}
.homenews-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.homenews-list li:hover .pic img{
    transform: scale(1.05);
}
.homeprojects-list{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.homeprojects-list ul{
    display: flex;
    height: 610px;
    border-radius: 0 0 20px 20px;
    justify-content: space-between;
    overflow: hidden;
}
.homeprojects-list li{
    flex: 0 0 33.3333%;
    width: 33.3333%;
    height: 610px;
    background-color: #0052AD;
}
.homeprojects-list li:hover,.homeprojects-list li:hover:nth-child(2) a{
    background-color: #0E50C8;
}
.homeprojects-list li:nth-child(2) a {
    display: flex;
    flex-direction: column-reverse;
    background-color: #FFF;
}
.homeprojects-list li:nth-child(2) .text{
    color: #666;
}
.homeprojects-list li:nth-child(2) .text .date{
    color: #0052AD;
}
.homeprojects-list li:nth-child(2) .text .title{
    color: #333;
}
.homeprojects-list li:hover:nth-child(2) .text,.homeprojects-list li:hover:nth-child(2) .text .date,.homeprojects-list li:hover:nth-child(2) .text .title{
    color: #FFF;
}
.homeprojects-list li .pic{
    display: block;
    width: 100%;
    height: 305px;
    overflow: hidden;
}
.homeprojects-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.homeprojects-list li:hover .pic img{
    transform: scale(1.03);
}
.homeprojects-list li .text{
    display: block;
    width: 100%;
    height: 305px;
    padding: 35px 45px;
    color: #FFF;
}
.homeprojects-list li .text .date{
    font-size: 16px;
}
.homeprojects-list li .text .title{
    font-size: 24px;
    line-height: 1.5;
    font-family: 'Poppins-SemiBold';
    padding-top: 13px;
}
.homeprojects-list li .text .desc{
    font-size: 15px;
    padding-top: 13px;
    font-weight: 400;
}
.homeabout .video-box{
    display: block;
    width: 100%;
    height: 44.79vw;
    position: relative;
}
.homeabout .video-box .pic{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.homeabout .video-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeabout .video-box .left{
    position: absolute;
    left: 7%;
    top: 50%;
    transform:translateY(-50%);
    z-index: 11;
}
.homeabout .video-box .left .title{
    font-size: 40px;
    color: #FFF;
    font-family: 'Poppins-SemiBold';
}
.homeabout .video-box .left .more{
    margin-top: 20px;
}
.homeabout .video-box .left .more a{
    display: flex;
    align-items: center;
    width: 170px;
    height: 48px;
    color: #FFF;
    font-size: 14px;
    border-radius: 24px;
    padding-left: 63px;
    background-color: #0052AD;
    position: relative;
}
.homeabout .video-box .left .more a:hover{
    background-color: #0260cc;
}
.homeabout .video-box .left .more a::after{
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #FFF url(../img/icon-arrow.svg) no-repeat center;
}
.homeabout .video-box .text{
    position: absolute;
    right: 215px;
    bottom: 0;
    width: 660px;
    height: auto;
    font-size: 18px;
    line-height: 1.75;
    padding: 50px 50px;
    background-color: #FFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 10;
}
.homeabout .video-box .text .title{
    font-size: 30px;
    font-family: 'Poppins-SemiBold';
    line-height: 1;
    color: #333;
    padding-bottom: 18px;
}
.homeabout .number{
    display: block;
    width: 100%;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 45px;
}
.homeabout .number ul{
    display: flex;
    justify-content: space-between;
}
.homeabout .number li{
    display: block;
    width: auto;
    text-align: center;
    color: #333;
}
.homeabout .number li strong{
    display: block;
    font-size: 60px;
    line-height: 1;
    font-family: 'Poppins-Medium';
    padding-bottom: 0;
    font-weight: normal;
}
/*
.homeabout .number li strong i{
    position: relative;
}
.homeabout .number li strong i::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 100%;
    height: 2px;
    background-color: #FFF;
}*/
.homeabout .number li strong em{
    font-size: 30px;
}
.homeabout .number li span{
    display: block;
    font-size: 16px;
    font-weight: 400;
}
/*PC v1*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.homebanner {
    height: 580px;
}
.homebanner .text {
    left: 5%;
    right: 5%;
    display: flex;
    width: calc(100% - 10%);
    height: auto;
    padding-top: 30px;
    padding-bottom: 10px;
}
.homebanner .text .subtitle {
    padding: 8px 15px;
    width: auto;
    height: auto;
    line-height: 1.45;
    font-size: 15px;
}
.homebanner .text .title {
    font-size: 28px;
    padding-top: 35px;
}
.homebanner .text .desc {
    font-size: 15px;
    line-height: 1.45;
}
.homebanner .text .btn {
    display: flex;
    padding-top: 50px;
    gap: 15px;
}
.homebanner .text .btn a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 160px;
    height: 46px;
    color: #FFF;
    font-size: 15px;
}
.homebanner .text .btn a.cur {
    width: 160px;
}
.homebanner .swiper-pagination {
    left: 5%;
    bottom: 30px;
}
.homebox {
    display: block;
    padding: 35px 5%;
    background-color: #FFF;
}
.homepartner {
    width: 100%;
    padding: 50px 5%;
    height: 800px;
}
.homepartner .h2title {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    z-index: 10;
}
.homepartner .h2title .title {
    font-size: 28px;
}
.homepartner .partner-logo {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    padding-bottom: 0;
    padding-top: 30px;
}
.homepartner .partner-logo img{
    display: block;
    width: 80%;
    margin: 0 auto;
    height: auto;
}
.partner-list ul {
    display: flex;
    height: auto;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0;
    margin-top: 50px;
}
.partner-list li {
    width: 50%;
    height: auto;
    padding: 10px 10px 20px;
    border-left: none;
}
.partner-list li:last-child {
    border-right: none;
}
.partner-list li .text {
    position: relative;
    bottom: 0;
    text-align: center;
}
.partner-list li .icon {
    display: flex;
    margin-bottom: 22px;
    justify-content: center;
}
.partner-list li .icon img{
    margin: 0 auto;
}
.partner-list li .title {
    font-size: 16px;
}
.partner-list li .desc {
    font-size: 12px;
    padding-top: 5px;
}
.homeproducts {
    display: flex;
    padding: 20px;
    justify-content: flex-start;
    flex-direction: column;
}
.homeproducts.three-col {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.homeproducts.three-col .item {
    width: calc(50% - 8px);
    margin-bottom: 0;
}
.homeproducts .item {
    width: 100%;
    padding: 35px 25px 35px;
    margin-bottom: 20px;
}
.homeproducts .item .title {
    font-size: 28px;
}
.homeproducts .item .pic {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 50px;
    height: auto;
}
.homeproducts .item .pic img {
    max-width: 100%;
    max-height: 100%;
}
.probtn {
    gap: 12px;
}
.probtn a.cur {
    width: 50%;
}
.homehospital {
    width: calc(100% - 40px);
    margin: 0 auto 35px;
    padding: 35px 25px 30px;
}
.homehospital .pic ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.homehospital .pic li {
    width: 100%;
    height: auto;
    padding: 15px 0;
    /* height: 38px; */
}
.homeproduct-list li {
    width: 100%;
    height: auto;
}
.homehonors-list {
    padding: 0 5%;
}
.homehonors-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -14px -14px;
    flex-direction: row;
}
.homehonors-list li {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}
.homehonors-list li .wrap {
    height: 450px;
    padding: 30px 30px;
}
.homenews-list ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.homenews-list li:nth-child(1) {
    flex: unset;
    width: 100%;
    height: 516px;
}
.homenews-list li {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    padding: 20px 25px;
    margin-bottom: 20px;
}
.homenews-list li a {
    width: 100%;
    height: auto;
    padding: 25px 25px;
}
.homenews-list li .pic {
    position: relative;
    left: 0;
    right: 0;
    bottom: unset;
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.homenews-list li .text .tag span{
    margin-bottom: 8px;
}
.homeprojects-list ul {
    display: flex;
    height: auto;
    border-radius: 0;
    justify-content: flex-start;
    overflow: hidden;
    flex-direction: column;
}
.homeprojects-list li {
    flex: unset;
    width: 100%;
    height: auto;
}
.homeprojects-list li:nth-child(2) .text {
    color: #666;
}
.homeprojects-list li .text {
    display: block;
    width: 100%;
    height: auto;
    padding: 25px 25px;
}
.homeprojects-list li .text .date {
    font-size: 14px;
}
.homeprojects-list li .text .title {
    font-size: 20px;
}
.homeprojects-list li .text .desc {
    font-size: 14px;
}
.homeabout .video-box {
    width: 100%;
    height: auto;
    padding-top: 0;
}
.homeabout .video-box .left {
    position: relative;
    left: 0;
    top: 0;
    transform: unset;
    z-index: 11;
}
.homeabout .video-box .left .more a{
    margin: 0 auto;
}
.homeabout .video-box .left .title {
    font-size: 28px;
    color: #000;
    text-align: center;
}
.homeabout .video-box .text .title {
    font-size: 22px;
    padding-bottom: 8px;
}
.homeabout .video-box .text {
    position: relative;
    right: unset;
    bottom: 0;
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 1.75;
    padding: 30px 5%;
}
.homeabout .number {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.homeabout .number ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.homeabout .number li{
    width: 50%;
    margin-bottom: 15px;
}
.homeabout .number li strong {
    font-size: 28px;
}
.homeabout .number li span{
    font-size: 10px;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
}