
ul,li{
	padding:0;
	margin:0;
	list-style:none;
}
.ellipsis{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.ellipsis2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.swiper-button-prev-news,.swiper-button-next-news{
	position: absolute;
	width: 44px;
	height: 44px;
	margin: 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
	cursor: pointer;
	top: 0;
}
.swiper-button-prev-news{
	background-image: url(../../img/prev.png) !important;
	left:0;
}
.swiper-button-next-news{
	background-image: url(../../img/next.png) !important;
	right:0;
}
.banner_nav {
    position: relative
}
.banner-img {
    width: 100%;
}
.banner_nav p {
    position: absolute;
    top: 233px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.product-pagination {
    position: absolute;
    left: 88% ;
    bottom: 0px;
    width: 71px;
    text-align: center;
    background: #fff;
    height: 30px;
    line-height: 30px;
}
.product-info-box .product-pagination{
	right: 50%;
	left: auto;
}
.product-info-box{
	margin-top: 40px;
	position: relative;
}
.product-info-main{
	display: flex;
}
.product-info-img{
	width: 50%;
	/* height: ; */
}
.product-info-img img{
	width: 100%;
}
.product-info-block{
	flex: 1;
	padding-left: 30px;
}
.product-title-text{
	position: relative;
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
}
.product-title-text::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 26px;
	height: 4px;
	display: block;
	background-color: #E51D30;
}
.product-info-text{
	line-height: 1.8em;
	font-size: 14px;
	color: #666666;
}
.product-button-box{
	position: absolute;
	bottom: 0;
	left: calc(50% + 30px);
	width: 100px;
	height: 44px;
}

.characteristic-box{
	margin-top: 30px;
}
.characteristic-slide-title{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
}
.characteristic-slide-title::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 26px;
	height: 4px;
	display: block;
	background-color: #E51D30;
}
.characteristic-box .swiper-slide img{
	width: 100%;
}

.characteristic-button-box{
	width: 100px;
	margin: 0 auto;
	position: relative;
	height: 44px;
	margin-top: 40px;
}
.characteristic-button-box .swiper-button-next{
	background-image: url(../../img/next.png) !important;
	right:0;
	position: absolute;
	width: 44px;
	height: 44px;
	margin: 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
	cursor: pointer;
	top: 0;
}
.characteristic-button-box .swiper-button-prev{
	background-image: url(../../img/prev.png) !important;
	left:0;
	position: absolute;
	width: 44px;
	height: 44px;
	margin: 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
	cursor: pointer;
	top: 0;
}

.advantage-box{
	display: flex;
	margin-top: 40px;
}
.advantage-left{
	width: 50%;
	height: 467px;
}
.advantage-left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.advantage-right{
	flex: 1;
	padding-left: 30px;
	overflow-y: auto;
	height: 467px;
}

.advantage-right-main li{
	margin-top: 40px;
}
.advantage-right-main li:first-child{
	margin-top: 0;
}
.advantage-right-title{
	line-height: 1.1em;
	padding-left: 10px;
	border-left: 4px solid #E51D30;
	font-size: 20px;
	font-weight: bold;
}

.advantage-right-info{
	height: 2.9em;
	font-size: 16px;
	color: #666;
	margin-top: 15px;
}
.advantage-right-main2{
	display: flex;
	flex-direction:column;
	justify-content: center;
	height: 100%;
}
.advantage-right-main2 .advantage-right-info{
	height: auto;
}

.scene-block-box{
	background: url(../../img/productService/framework.png) no-repeat center;
	background-size: cover;
}
.scene-block-box .common-title .red-line{
	background-color: #fff;
}
.scene-block-box .common-title .title-en{
	color: #fff;
}
.scene-block-box .common-title .title-en span:nth-child(2){
	color: #fff;
}

.scene-block-main{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.scene-block-main li{
	background-color: #fff;
	height: 400px;
	width: 330px;
	padding: 20px;
	background: no-repeat bottom center;
	background-size: cover;
}
.scene-block-main .scene-block-item1{
	background-image: url(../../img/carbon-account/intelligent-bg1.jpg);
}
.scene-block-main .scene-block-item2{
	background-image: url(../../img/carbon-account/intelligent-bg2.jpg);
}
.scene-block-main .scene-block-item3{
	background-image: url(../../img/carbon-account/intelligent-bg3.jpg);
}
.scene-block-info{
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	line-height: 1.5em;
}