.service_banner {
	width: 100%;
	height: 370px;
	background: url(../img/fuwu.png) 100% no-repeat;
	overflow: hidden;
	background-size:100% 100% !important;
}

.service_title {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	margin-top: 180px;
	line-height: 30px;
}

.service_title h1 {
	font-size: 32px;
	font-family: Arial Black;
	font-weight: 400;
	color: #FFFFFF;
}

.service_title span {
	font-size: 32px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 14px;
	display: block;
}

.service_nav {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
}

.service_nav p {
	height: 70px;
	line-height: 70px;
	color: #a7a7a7;
	display: block;
	float: left;
}
.service_nav p a{
	color: #a7a7a7;
}
.service_nav .service_tab {
	margin-top: 10px;
	float: right;
	list-style: none;
	width: auto;
	overflow: hidden;
}

.service_nav .service_tab li {
	display: inline-block;
	width: 60px;
	color: #414141;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	padding: 13px 0px;
	margin-left: 100px;
}

.service_nav li.sel {
	border-bottom: 5px solid #BB3E44;
}
.service_nav li.sel a{
	color: #BB3E44;
}
.service_con {
	width: 100%;
	height: 860px;
	background: #F4F5F7;
	
	overflow: hidden;
}

.service_tit {
	width: 1200px;
	height: 860px;
	margin: 0 auto;
	overflow: hidden;
}

.service_tit_lis {
	width: 1200px;
	height: auto;
	text-align: center;
	margin-top: 119px;
	margin-bottom: 50px;
}

.service_tit_lis h1 {
	font-size: 32px;
	font-family: Arial Black;
	font-weight: 400;
	color: #B63037;
}

.service_tit_lis span {
	font-size: 32px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
}

.service_tit_lr{
	width: 1180px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 79px;
	margin: 10px;
}
.service_tit_lst{
	width: 265px;
	height: auto;
}
.service_tit_lst ul{
	border: 3px solid #C02326;
	background: #FFFFFF;
	box-shadow: 5px 5px 0px #C02326;
	display: inline-block;
}
.service_tit_lst ul li{
	width: 265px;
	text-align: center;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #B63037;
	line-height: 40px;
}
.service_tit_lst p{
	width: 265px;
	font-size: 28px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #B63037;
	margin-bottom: 25px;
	text-align: center;
}