@charset "utf-8";
/* CSS Document */

html, body, div, span, iframe, input, select, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

i, em {
	font-style: normal;
}

a:focus {
	outline: none;
}

a.hidefocus {
	outline: none
}

input[type=text], input[type=submit], input[type=button] {
	-webkit-appearance: none;
	/*去除iPhone input默认样式}*/
}

input, button {
	outline: none;
	background: none;
}

img {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;
}

.clear {
	zoom: 1;
}

.center {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	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;
}

.title {
	text-align: center;
	position: relative;
}

.title img {
	margin: 0 auto;
}

.title h1 {
	font-size: 48px;
	font-weight: bold;
	color: #3266CC;
	margin-top: 30px;
	margin-bottom: 40px;
}

.title h1::after {
	content: '';
	width: 740px;
	height: 2px;
	background: #FD8C3E;
	position: absolute;
	top: 154px;
	left: 50%;
	transform: translate(-50%, 0%);
}

.title h1::before {
	content: '';
	width: 256px;
	height: 6px;
	background: #FD8C3E;
	position: absolute;
	top: 154px;
	left: 50%;
	transform: translate(-50%, 0%);
}

.title p {
	font-size: 32px;
	line-height: 1;
	font-weight: 400;
	color: #333333;
}

@media screen and (max-width:1024px) and (min-width:750px) {
	.center {
		width: 100%;
		padding: 0 .28rem;
	}
	.title img {
		width: .5rem;
	}
	.title h1 {
		font-size: 35px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.title h1::after {
		width: 500px;
		top: 116px;
	}
	.title h1::before {
		width: 200px;
		top: 116px;
	}
	.title p {
		font-size: 25px;
	}
}

@media screen and (max-width:750px) {
	body {
		background-color: #F6F6F6;
	}
	.center {
		width: 100%;
		padding: 0 .28rem;
	}
	.title {
		position: relative;
		display: flex;
		margin: 0 .24rem;
		height: .36rem;
	}
	.title img {
		display: none;
	}
	.title h1 {
		font-size: .375rem;
		font-weight: bold;
		color: #333333;
		margin: 0;
		padding-left: .23rem;
	}
	.title h1::after {
		content: '';
		width: .083rem;
		height: .343rem;
		background: #3266CC;
		border-radius: .0278rem;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(-0%, -50%);
	}
	.title h1::before {
		content: none;
	}
	.title p {
		font-size: .2917rem;
		color: #999999;
		margin-left: .41rem;
		margin-top: .08rem;
	}
}