* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #EBEEF3;
	overflow-x: hidden;
}

.cell_content {
	position: relative;
}

.header_img {
	height: 523px;
	width: 100%;
	position: relative;
	min-width: 1200px;
}

.header_img img {
	position: absolute;
	z-index: -1;
}

.cell_content .cell_detail {
	width: 1017px;
	padding: 45px calc(50% - 545px) 169px 128px;
	background-color: #FFF;
	margin-left: calc(50% - 600px);
	margin-top: -160px;
}

.cell_content .cell_detail .cell_details p {
	font-size: 45px;
	font-family: Arial;
	font-weight: bold;
	color: #FBFBFB;
	line-height: 36px;
	margin-bottom: -37px;
}

.cell_content .cell_detail .cell_details span {
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
}

.cell_detail h3 {
	font-size: 30px;
	line-height: 30px;
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 40px;
}

.cell_detail p {
	margin-top: 50px;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}

.cell_detail .cell_img {
	position: relative;
}

.cell_detail img {
	margin-top: 50px;
}

.celll_img img {
	margin-top: 57px;
}

.cell_detail .img_text {
	width: 308px;
	height: 283px;
	background: rgba(30, 130, 200, .7);
	opacity: 4.7;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	right: 53px;
	bottom: -111px;
}

.cell_detail .img_text em,
.cell_detail .img_text span {
	text-align: center;
	color: #FFF;
	font-style: normal;
}

.cell_detail .img_text em {
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
}

.cell_detail .img_text span {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 28px;
}

.cell_detail .cell_text {
	margin-top: 157px;
}

.detail_img {
	/* display: flex;
    flex-direction: row;
    justify-content: center; */
}

.detail_img img,
.detail_img p {
	width: 401px;
	/* float: right; */
}

.detail_img p {
	width: 563px;
	text-align: justify;
	float: right;
	margin-top: 141px;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}

.detail_img img {
	/* margin-right: 2%; */
}

.cell_case {
	width: calc(1200px + (50% - 600px));
	margin-left: calc(50% - 600px);
	display: flex;
	position: relative;
}

.cell_case_img {
	position: absolute;
	width: 600px;
}

.cell_case_img img {
	width: 100%;
}

.cell_case_text {
	width: 19rem;
	height: 18.6rem;
	background-color: rgba(30, 130, 200, .7);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
}

.cell_case_list {
	width: calc(600px + (50% - 600px));
	padding: 0 calc(50% - 600px) 0 0;
	margin-left: 600px;
	background-color: #FFF;
	min-width: 600px;
}

.cell_case_list .cell_case_div {
	display: flex;

	/* height: calc(50% - 12rem); */
}

.cell_case_list ul li {
	width: 246px;
	height: 246px;
	border: 1px solid #F8F8F8;
	padding: 27px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.cell_case_list ul li p {
	margin-bottom: 40px;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}

.cell_case_div .img {
	width: 10rem;
	height: auto;
}

.case_img {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	cursor: pointer;
}

.case_img i {
	cursor: pointer;
	display: inline-block;
	width: 33px;
	height: 12px;
	background-image: url('../images/cell/right.svg');
}

.case_text {
	padding: 96px 0;
	width: 467px;
	text-align: justify;
	position: relative;
	z-index: 999;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	padding-left: 133px;
}
}

.cell_case_list span {
	font-size: 45px;
	font-family: Arial;
	font-weight: bold;
	color: #FBFBFB;
	line-height: 36px;
	margin-bottom: -37px;
}

.case_text p {
	margin-top: -4vh;
}

.sm_cell {
	margin-top: 74px;
	width: 100%;
	text-align: left;
}

.sm_cell_text {
	width: 1200px;
	margin-left: calc(50% - 600px);

}

.hr {
	width: calc(1200px + (50% - 600px));
	margin: 42px 0 42px calc(50% - 600px);
}

.sm_cell_text span {
	background-image: -webkit-linear-gradient(left, #FFF, #FBFBFB, #EBEEF3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 46px;
	font-family: Arial;
	font-weight: bold;
	color: #FBFBFB;
	line-height: 36px;
}

.ss {
	background-image: -webkit-linear-gradient(left, #FFF, #FBFBFB, #EBEEF3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 46px;
	font-family: Arial;
	font-weight: bold;
	color: #FBFBFB;
	line-height: 36px;
	position: absolute;
}

.sm_cell_text p {
	margin-top: -36px;
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	margin-bottom: 15px;
}

.sm_cell_text em {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
	font-style: normal;
}

.swiper-container {
	width: 1200px;
	height: 453px;
	margin-bottom: 42px !important;
	/* height: 100%; */
}

.swiper-slide {
	text-align: center;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	/*width: 230px;
	height: 230px;
	margin-top: 54px;*/
}

.swiper-slide h6 {
	margin: 46px 0 15px 0;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000527;
	line-height: 20px;
}

.swiper-slide span {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 18px;
}

/* .swiper-container .swiper-button-prev {
	background-image: url(../images/cell/right.svg);
	background-repeat: no-repeat;
	left: calc(50% - 772px);
	background-size: contain;
	background-position: center;
	transform: rotate(180deg);
	
	position: fixed;
	align-items: end;
}

.swiper-container .swiper-button-next {
	background-image: url(../images/cell/right.svg);
	background-repeat: no-repeat;
	right: 15%;
	background-size: contain;
	background-position: center;
	position: fixed;
	right: calc(50% - 764px);

} */
.swiper-button-next {
	right: calc(50% - 644px) !important;
	left: auto;
	top: 3550px !important;
}

.swiper-button-prev {
	left: calc(50% - 644px) !important;
	right: auto;
	top: 3550px !important;
	transform: rotate(180deg);
	s
}

.swiper-container .swiper_left {
	background: linear-gradient(to right, #EBEEF3, #FFF);
	width: calc(50% - 600px);
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: '' !important;
}

.swiper-container .swiper_right {
	background: linear-gradient(to left, #EBEEF3, #FFF);
	width: calc(50% - 600px);
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.swiper_right{
	height: 453px;
	    background: linear-gradient(to left, #EBEEF3, #FFF);
	    width: calc(50% - 620px);
	    position: absolute;
	    min-width: 0;
	    margin-top: -495px;
	    right: 0;
}
.swiper_right-2{
	height: 453px;
	    background: linear-gradient(to left, #FFF , #EBEEF3);
	    width: calc(50% - 620px);
	    position: absolute;
	    min-width: 0;
	    margin-top: -495px;
	    left: 0;
}
.code {
	display: none;
}

.code,
.code img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 1445px) {
	.header_img {
		position: relative;
	}
}
