.home-banner-wrapper {
	overflow:hidden;
    padding-bottom: 5%;
    background-color: #000000;
    color: #ffffff;
	position:relative;
}
.home-banner-wrapper .video{ width:100%;}
.home-banner-wrapper .swiper-container {
    --swiper-theme-color: #868686;
	display:none
}
.home-banner-wrapper .core-box {
    position: relative;
    width: 100%;
}
.home-banner-wrapper .infos {
    position: absolute;
    top: 40%;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	max-width:1745px;
}
.home-banner-wrapper .infos .title {
    font-size: 100px;
    font-weight: bold;
    margin: 0;
}
.home-banner-wrapper .infos > div {
    margin: 10px 0;
}
.home-banner-wrapper .infos .sub-title {
    font-size: 26px;
    margin: 0;
}
.home-banner-wrapper .infos .play-btn {
    padding: 7px 20px 7px 50px;
    border: 2px solid #ffffff;
    border-radius: 20px;
    position: relative;
    text-align: center;
    margin-top: 20px;
	cursor:pointer;
}
.home-banner-wrapper .infos .play-btn img {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 8px;
    top: 5px;
}

.home-banner-wrapper .content-box {
    padding: 5% 0 3% 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	position:relative;
	z-index:5
}
.home-banner-wrapper .content-box .left {
    font-size: 18px;
    max-width: 600px;
}
.home-banner-wrapper .content-box .left .title {
    font-size: 40px;
	line-height:45px;
    font-weight: bold;
    font-family: var(--font-AlibabaSans);
    margin-bottom: 10px;
    width: 415px;
}

.home-banner-wrapper .item-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	position:relative;
	z-index:5
}
.home-banner-wrapper .item-box .item {
    position: relative;
    width: 32%;
	color:#fff;
}
.home-banner-wrapper .item-box .item a{
	color:#fff;
}
.home-banner-wrapper .item-box .item .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 3;
    font-size: 34px;
}

.home-banner-wrapper .item-box .item .info .title{ line-height:40px;
	    font-family: var(--font-AlibabaSans);
	        text-transform: uppercase;
    width: 38%;
}
.home-banner-wrapper .item-box .item .info .sub-title {
    font-size: 26px;
    margin-top: 15px;
	letter-spacing:4px;
}
.home-banner-wrapper .item-box .item .detail {
    position: absolute;
    bottom: 6%;
    width: 100%;
    text-align: center;
    font-size: 15px;
	font-weight:normal;
    z-index: 4;
}

.about-wrapper {
    padding: 3% 0;
}
.about-wrapper .content {
    font-weight: bold;
    text-align: center;
	font-size:18px;
    margin: 5% auto;
        max-width: 800px;
    text-align: center;
}
.about-wrapper .sub-content {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
	 font-family: var(--font-AlibabaSans)
}
.about-wrapper .item-box {
    display: flex;
    flex-direction: row;
}
.about-wrapper .item-box .item {
    width: 50%;
}
.about-wrapper .item-box .left {
    background: #EFEFEF;
}
.about-wrapper .item-box .left .blank-btn {
    margin-left: 8%;
	margin-bottom:10%;
	position: relative;
    bottom: 10%;
}
.about-wrapper .item-box .left .info-box {
    padding: 10% 28% 30% 8%;
}
.about-wrapper .item-box .left .info .title {
    font-family: var(--font-AlibabaSans);
    font-weight: bold;
	line-height:60px;
    font-size: 50px;
    margin-bottom: 5%;
	text-transform:uppercase;
}
.about-wrapper .item-box .left .info .detail {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.about-wrapper .item-box .right {
    background: url('../images/index.jpg') ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
	font-size:20px;
    text-align: center;
    background-size: contain;
}
.about-wrapper .item-box .right .image {
    width: 20%;
    padding: 20% 0;
	 font-family: var(--font-AlibabaSans)
}

.service-wrapper {
    padding-top: 4%;
	overflow:hidden;
}
.service-wrapper .item a{ color:#fff;}
.service-wrapper .item {
    color: #ffffff;
    position: relative;
}
.service-wrapper .item .content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
}
.service-wrapper .item:nth-child(1) .content {
    right: 0;
}
.service-wrapper .item:nth-child(1) .content .info {
    padding-left: 0;
    padding-right: 2%;
    padding-top: 8%;
    text-align: end;
}
.service-wrapper .item .content .blank {
    display: block;
    width: 1px;
    height: 35%;
    background-color: #ffffff;
}
.service-wrapper .item .content .info {
    height: 27%;
    padding-left: 2%;
    padding-top: 8%;
	font-size:18px;
}
.service-wrapper .item .content .info .title {
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 20px;
	display:block
}

.service-wrapper .item .content .info .title b{
    font-family: var(--font-AlibabaSans);
	display:block;
	line-height:40px;
	}

.content-wrapper {
    padding: 7.5% 0;
    background-color: #EFEFEF;
}
.content-wrapper .item-box {
    display:  flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-wrapper .item-box .left-item {
    width: 72%;
    padding: 1%;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
}
.content-wrapper .item-box .left-item .image {
    width: 100%;
}
.content-wrapper .item-box .left-item .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 3.5%;
}
.content-wrapper .item-box .left-item .content-box {
    flex: 0 45%;
    max-width: 880px;
}
.content-wrapper .item-box .left-item .content-box:first-child {
    border-bottom: 1px solid #E4E4E4;
	margin-bottom:5%;
	padding-bottom:5%;
}
.content-wrapper .item-box .left-item .content-box .title {
    font-size: 20px;
    font-weight: bold;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
	color:#000
}
.content-wrapper .item-box .left-item .content-box .detail {
    color: #848484;
    font-size: 14px;
    margin: 20px 0;
	height:44px;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.content-wrapper .item-box .left-item .content-box .date {
    font-weight: bold;
	color:#000
}
.content-wrapper .item-box .news-item {
    width: 24%;
    padding: 1%;
    background-color: #ffffff;
}
.content-wrapper .item-box .news-item .news-title {
    font-weight: bold;
    margin: 20px 0;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
	color:#000
}
.content-wrapper .item-box .news-item .date {
    color: #848484;
}
.content-wrapper .btn {
    text-align: center;
    margin-top: 5%;
}



@media (max-width:1366px) {
	.home-banner-wrapper .item-box .item .info .title{ width:50%;}
	.service-wrapper .item:nth-child(1) .content .info{padding-right: 30%;}
    .service-wrapper .item .content .blank{ display:none}
    .service-wrapper .item img{width: 150%;margin-left: -25%;}
}
@media (max-width:1024px) {
    .service-wrapper .item:nth-child(1) .content .info{ padding-right:5%}
    .service-wrapper .item .content .info { padding-left:5%}
	.home-banner-wrapper .infos{ top:45%; width:96%;}
	.home-banner-wrapper .infos .title{
		font-size:80px;}
    .about-wrapper .item-box .right .image {
        width: 30%;
    }
    .about-wrapper .item-box .left .info-box {
        padding: 10% 5% 5% 8%;
    }
    .service-wrapper .item .content {
        width: 70%;
    }
    .service-wrapper .item .content .blank {
        height: 30%;
    }
    .service-wrapper .item .content .info {
        height: 40%;
    }
    .content-wrapper .item-box > div {
        width: 100% !important;
        margin-bottom: 20px;
    }
	.content-wrapper .item-box .news-item{ display:none}
	.home-banner-wrapper .video,.swiper-pagination{ display:none}
	.home-banner-wrapper .swiper-container{ display:block; margin-top:90px;}
	.home-banner-wrapper .item-box .item .info .title{ width:auto}
}
@media (max-width:768px) {
        .about-wrapper .item-box .right{ padding:50% 0;}
    .about-wrapper .item-box .left .blank-btn{ position:static}
    .content-wrapper .item-box .left-item{ padding:2.5%; margin-bottom:0}
    .content-wrapper .item-box .news-item{ padding:2.5%}
	.home-banner-wrapper .infos .title{
		font-size:50px;}
	.home-banner-wrapper .infos .sub-title{
		font-size:18px;
		}	
	.home-banner-wrapper .infos > div{ margin:0;}	
	.about-wrapper .item-box .item {
        width: 100%;
    }
    .about-wrapper .item-box {
        flex-wrap: wrap;
    }
    .about-wrapper .item-box .left {
		padding-bottom:15%;
    }
    .about-wrapper .content{ font-size:18px;}
    .about-wrapper .item-box .right .image {
        width: 30%;
    }
	.home-banner-wrapper .content-box{ padding:7.5% 0;}
	.home-banner-wrapper .content-box .left .title{ font-size:30px; line-height:35px;}
	.home-banner-wrapper .content-box .left{ font-size:15px;}
	.home-banner-wrapper .content-box .white-btn{ display:block}
	.home-banner-wrapper .item-box .item{ width:100%; margin-bottom:20px;}
	
	.about-wrapper .content{ margin:7.5% 0;}
	
	
    .service-wrapper .item .content {
        width: 90% !important;
    }
    .service-wrapper .item .content .blank {
        height: 20% !important;
    }
    .service-wrapper .item .content .info {
        height: 50% !important;
    }
    .content-wrapper .item-box .left-item {
        flex-direction: column;
    }
    .content-wrapper .item-box .left-item .content-box {
        padding-bottom: 20px;
        margin: 10px 0;
    }
	
	
	.service-wrapper .item .content {
        width: 90% !important;
        align-items: flex-start;
    }
    .service-wrapper .item .content .blank {
        height: 20% !important;
        margin-left: 15%;
    }
    .service-wrapper .item .content .info {
        padding-left: 5%;
        height: 70% !important;
    }
    .service-wrapper .item:nth-child(2) .content {
        align-items: flex-end;
    }
    .service-wrapper .item:nth-child(2) .content .info {
        padding-right: 5%;
    }
    .service-wrapper .item:nth-child(2) .content .blank {
        margin-right: 15%;
    }
	.service-wrapper .item .content .info .title{ font-size:26px;}
	.service-wrapper .item .content .info .title b{ line-height:35px;}
	.service-wrapper .item .content .info{ font-size:16px;}
	.service-wrapper .item img{ width:150%; margin-left:-25%;}
	.content-wrapper .item-box .news-item{ display:block}
	.content-wrapper{ padding:10% 0;}
	
}

@media (max-width:480px) {
   	.home-banner-wrapper .infos .title{
		font-size:26px;}
	.home-banner-wrapper .infos .sub-title{
		font-size:14px;
		}	
	.home-banner-wrapper .infos .play-btn{ font-size:14px;}	
	.home-banner-wrapper .content-box{flex-wrap: wrap;}
	.home-banner-wrapper .content-box .left .title{ font-size:24px; line-height:30px; padding-right:15%;width:auto;}
	.home-banner-wrapper .item-box .item .info{ font-size:26px;}
	.home-banner-wrapper .item-box .item .detail{ font-size:13px;}
	.home-banner-wrapper .item-box .item .info .title{ line-height:35px;}
	.about-wrapper .content{ font-size:16px;}
	.about-wrapper .item-box .left .info .title{ font-size:32px; line-height:40px;}
	.about-wrapper .item-box .left .info .detail{ font-size:15px;}
	.about-wrapper .item-box .left .info-box{ padding:10% 10% 20% 10%;}
	.about-wrapper .item-box .right{ font-size:15px;}
	.about-wrapper .sub-content{ font-size:13px;}
	.about-wrapper .item-box .left .blank-btn{ text-align:center;max-width:60px;}

	.service-wrapper .item .content .info .title{ font-size:22px;}
	.service-wrapper .item .content .info .title b{ line-height:30px;}
	.service-wrapper .item .content .info{ font-size:14px;}
	
	.content-wrapper .item-box .left-item .content-box .title,.content-wrapper .item-box .news-item .news-title{ font-size:16px; height:auto;}
	.content-wrapper .item-box .left-item .content-box .date,.content-wrapper .item-box .news-item .date{ font-size:13px;}

}
@media (max-width:376px) {
   /* .home-banner-wrapper .content-box {
        flex-wrap: wrap;
    }
    .home-banner-wrapper .content-box .right {
        margin-top: 20px;
    }
    .service-wrapper .item .content .blank {
        height: 0% !important;
    }
    .service-wrapper .item .content .info {
        padding-top: 0% !important;
    }*/
}