@charset "utf-8";
.service_system_banner {
	position: relative;
}

.service_system_banner_title {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.service_system_banner_e {
	font-size: 3.75rem;
	font-weight: bold;
}

.service_system_banner_txt {
	margin-top: 1.5rem;
	font-size: 2.5rem;
}

.service_system {
	height: 53.25rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.service_system_left,
.service_system_right {
	width: 50%;
	float: left;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
}

.service_system_left {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.service_system_right {
	-webkit-justify-content: center;
	justify-content: center;
	color: #fff;
}

.service_system_img_con {
	float: right;
}

.service_system_img {
	width: 11.3125rem;
	height: 33.6875rem;
	float: left;
	margin-right: 1.25rem;
}

.service_system_img:nth-child(2n) {
	margin-top: 4.375rem;
}

.service_system_img:last-child {
	margin-right: 0;
}

.service_system_line {
	float: left;
	position: relative;
	margin-right: 1.875rem;
	top: 1rem;
}

.service_system_title {
	float: left;
}

.service_system_title2 {
	font-size: 2.875rem;
	font-weight: bold;
	padding-bottom: 1.875rem;
}

.service_system_title3 {
	font-size: 1.875rem;
}

.service_system_title4 {
	font-size: 1.125rem;
	padding-bottom: 2.5rem;
	overflow: hidden;
}

.service_system_nav_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 5.125rem;
}

.service_system_nav_inner img {
	width: 5.1875rem;
	height: 5.1875rem;
	margin-right: 1.875rem;
}

.service_system_title5 {
	font-size: 1.625rem;
	margin-bottom: 1.25rem;
}

.service_system_title6 {
	font-size: 0.875rem;
}

.service_system_right2 {
	color: #0e0e0e;
}


/*响应式适配*/

@media (min-width: 320px) and (max-width: 1200px) {
	.service_system_banner_e{
		font-size: 1.75rem;
	}
	.service_system_banner_txt{
		margin-top: 0.3rem;
		font-size: 15px;
	}
	.service_system_left,
	.service_system_right{
		width: 100%;
		display: block;
	}
	.service_system_content{
		background-position: center center;
		background-size: cover;
	}
	.service_system_content{
		padding-bottom: 30px;
	}
	.service_system{
		height: auto;
		overflow: hidden;
		padding-bottom: 70px;
		width: 100%;
	}
	.service_system_left{
		display: block;
	}
	.service_system_img_con{
		margin-top: 50px;
		width: calc(100% - 60px);
		float: left;
		margin-left: 30px;
	}
	.service_system_img{
		width: 22.75%;
		margin-right: 3%;
		height: auto;
	}
	.service_system_img:last-child{
		margin-right: 0;
	}
	.service_system_title2{
		font-size: 23px;
		padding-bottom: 5px;
	}
	.service_system_title3{
		font-size: 20px;
	}
	.service_system_line{
		margin: auto;
		top:0;
		margin-top: 30px;
		width: 40px;
		margin-right: 10px;
		display: none;
	}
	.service_system_title{
		float: none;
		width: calc(100% - 80px);
		margin: auto;
		margin-top: 50px;
		overflow: hidden;
		margin-left:40px ;
	}
	.service_system_img:nth-child(2n){
		margin-top: 0;
	}
	.service_system_img:nth-child(2n - 1){
		margin-top: 30px;
	}
	.service_system_nav_inner {
	    margin-top: 44px;
	}
	.service_system_title4{
		font-size: 12px;
		padding-bottom: 10px;
	}
	.service_system_title5{
		margin-bottom: 0.1rem;
		font-size: 15px;
	}
	.service_system_title6{
		font-size: 10px;
	}
	.service_system_nav_inner img{
		margin-right: 1rem;
		width: 42px;
		height: 42px;
	}
	.service_system_right{
		padding:0;
	}
	.service_system_title_con2{
		padding-bottom: 75px;
		margin-top: 75px;
	}
	.service_system_title99{
		margin-top: 65px;
	}
}

@media (min-width: 991.98px) {}

@media (min-width: 1199.98px) {}

@media (min-width: 1334px) {}

@media (min-width: 1680px) {}

@media (min-width: 1860px) {}

@media (min-width: 1900px) {}