@charset "utf-8";
body {
	background-color: #FAFAFA;
}

.biaoti {
	text-align: center;
	font-size: 24px;
	color: rgba(50, 50, 50, 1);
}

.direct {
	padding-top: 40px;
}

.direct_list {
	width: 1100px;
	margin: 0 auto;
}

.direct_title {
	width: 300px;
	height: 100px;
	line-height: 100px;
	background: rgba(20, 120, 240, 1);
	font-size: 25px;
	font-weight: 400;
	color: rgba(251, 251, 251, 1);
	padding-left: 20px;
	margin-top: 5px;
}

.direct_cont {
	padding-top: 15px;
	padding-bottom: 30px;
	width: 300px;
}

.cont {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 400;
	color: rgba(144, 144, 144, 1);
	line-height: 26px;
}

.direct_content {
	margin: 33px;
	width: 300px;
	height: 360px;
	background: rgba(240, 240, 240, 1);
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.direct_content:hover {
	box-shadow: 0px 10px 18px rgba(78, 76, 74, 0.18);
}

.border {
	width: 262px;
	height: 1px;
	background: rgba(144, 144, 144, 1);
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 30px;
	display: block;
}

.jie {
	width: 304px;
	height: 13px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	display: block;
	margin: 0 auto;
	padding-top: 10px;
}

.service_process {
	padding-top: 40px;
	padding-bottom: 60px;
}

.ban {
	width: 1000px;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	border-bottom: 2px solid rgba(235, 235, 235, 1);
}

.core_advantage {
	padding-top: 20px;
	background-color: #FAFAFA;
}

.core_content {
	width: 1100px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 60px;
}

.title {
	font-size: 23px;
	font-weight: 400;
	color: rgba(50, 50, 50, 1);
}

.bor {
	width: 420px;
	height: 1px;
	background: rgba(240, 240, 240, 1);
	margin-bottom: 30px;
	margin-top: 30px;
}

.core_left {
	width: 45%;
	margin-top: 30px;
}

.core_ui {
	font-size: 20px;
	font-weight: 400;
	color: rgba(50, 50, 50, 1);
}

.core {
	width: 365px;
	display: inline-block;
	font-weight: 400;
	color: rgba(144, 144, 144, 1);
	margin-top: 5px;
}

.core_wen {
	margin-left: 10px;
}

.core_content img {
	margin-top: 5px;
}

.borr {
	width: 1000px;
	height: 2px;
	background: rgba(235, 235, 235, 1);
	margin-top: 60px;
	/*margin: 0 auto;*/
}

.ll {
	line-height: 72px;
	font-size: 15px;
}

.innovate {
	padding-bottom: 50px;
}

.innovate_content {
	width: 1080px;
	margin: 0 auto;
	margin-top: 40px;
}

.innovate_list {
	width: 230px;
	margin: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: rgba(20, 120, 240, 1);
}

.innovate_list img {
	width: 50%;
	display: block;
	margin: 0 auto;
	margin-bottom: 6px;
}

.core_right img {
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.core_right:hover img {
	-webkit-transform: scale(1.02);
	/* for Chrome || Safari */
	-moz-transform: scale(1.02);
	/* for Firefox */
	-ms-transform: scale(1.02);
	/* for IE */
	-o-transform: scale(1.02);
	opacity: 0.8;
}

.core_right {
	overflow: hidden;
}

@media only screen and (min-width:768px) {
	.direct_list {
		width: 90%;
		margin: 0 auto;
	}
	.direct_content {
		margin: 22px;
		width: 300px;
		height: 360px;
		background: rgba(240, 240, 240, 1);
		cursor: pointer;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.direct_title {
		width: 100%;
		height: 100px;
		line-height: 100px;
		background: rgba(20, 120, 240, 1);
		font-size: 25px;
		font-weight: 400;
		color: rgba(251, 251, 251, 1);
		padding-left: 20px;
		margin-top: 5px;
	}
	.direct_cont {
		width: 100%;
	}
	.ban {
		width: 90%;
		display: block;
		margin: 0 auto;
		margin-top: 50px;
		border-bottom: 2px solid rgba(235, 235, 235, 1);
	}
	.ban img {
		width: 100%;
	}
	.core_content {
		width: 98%;
		margin: 0 auto;
		margin-top: 40px;
		margin-bottom: 60px;
	}
	.core_right img {
		width: 400px;
		margin-top: 100px;
	}
	.core_left {
		margin-left: 10px!important;
	}
	.innovate_content {
		width: 90%;
		margin: 0 auto;
		margin-top: 40px;
	}
	.innovate_list {
		width: 304px;
		margin: 20px;
		text-align: center;
		font-size: 16px;
		font-weight: 400;
		color: rgba(20, 120, 240, 1);
	}
	.core {
		width: 100%;
		display: inline-block;
		font-weight: 400;
		color: rgba(144, 144, 144, 1);
		margin-top: 5px;
	}
}

@media only screen and (min-width:1024px) {
	.direct_content {
		margin: 22px;
		width: 28%;
		height: 360px;
		background: rgba(240, 240, 240, 1);
		cursor: pointer;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.border {
		width: 90%;
		height: 1px;
		background: rgba(144, 144, 144, 1);
		margin: 0 auto;
		margin-bottom: 30px;
		margin-top: 30px;
		display: block;
	}
	.ban img {
		width: 80%;
	}
	.innovate_list {
		width: 23%;
		margin: 9px;
		text-align: center;
		font-size: 16px;
		font-weight: 400;
		color: rgba(20, 120, 240, 1);
	}
	.core_right img {
		margin-left: 0px;
	}
	.core_right img {
		width: 450px;
		margin-top: 50px;
	}
}

@media only screen and (min-width:1200px) {
	.direct_list {
		width: 1100px;
		margin: 0 auto;
	}
	.core_content {
		width: 1100px;
	}
	.innovate_content {
		width: 1080px;
		margin: 0 auto;
		margin-top: 40px;
	}
	.ban img {
		width: auto;
	}
	.border {
		width: 262px;
		height: 1px;
		background: rgba(144, 144, 144, 1);
		margin: 0 auto;
		margin-bottom: 30px;
		margin-top: 30px;
		display: block;
	}
	.direct_content {
		margin: 33px;
		width: 300px;
		height: 360px;
		background: rgba(240, 240, 240, 1);
		cursor: pointer;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.core_right img {
		margin-left: 0px;
	}
	.core {
		width: 365px;
		display: inline-block;
		font-weight: 400;
		color: rgba(144, 144, 144, 1);
		margin-top: 5px;
	}
	.core_right img {
		width: auto;
		margin-top: 0px;
	}
}