.xl-h1 {
	font-size: 36px;
	line-height: normal;
	text-align: center;
	color: #0e8ce8;
}

.xl-h2 {
	font-size: 28px;
	line-height: 68px;
	text-align: center;
	color: #0e8ce8;
}

.xl-header {
	width: 100%;
	height: 1093px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.xl-header .main-title {
	width: 794px;
	height: 254px;
	background-image: url(../images/main-title.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	left: 50%;
	margin-left: -397px;
	top: 173px;
}

.xl-header .img01 {
	width: 430px;
	height: 98px;
	position: absolute;
	left: 50%;
	margin-left: -215px;
	bottom: 32px;
}

.main-two {
	width: 100%;
	height: 937px;
	overflow: hidden;
	background-color: #fcfdfd;
}

.main-two .content {
	width: 1200px;
	height: 937px;
	margin: 0 auto;
}

.tongdian {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 98px;
}

.tongdian li {
	width: 300px;
	height: 182px;
	float: left;
}

.tongdian li img {
	display: block;
	margin: 0 auto;
}

.tongdian li p {
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	text-align: center;
}

.check-box {
	width: 824px;
	height: 46px;
	border-top: solid 1px #000000;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 50px;
}

.check-box div {
	width: 25%;
	height: 30px;
	float: left;
	overflow: hidden;
	margin: 8px 0px;
	color: #000000;
}

.check-box label {
	display: inline-block;
	position: relative;
	height: 30px;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	font-size: 24px;
	line-height: 30px;
	color: inherit;
	float: left;
	padding-left: 5px;
}

.check-box input[type='checkbox'],
.check-box input[type='radio'] {
	width: 26px;
	height: 26px;
	border: 1px solid #000000;
	float: left;
	opacity: 0;
	margin: 2px 0;
}

.check-box label:before {
	content: '';
	position: absolute;
	left: -26px;
	top: 2px;
	width: 25px;
	height: 25px;
	border: 1px solid #000000;
}

.check-box label:after {
	content: '';
	position: absolute;
	left: -26px;
	top: 2px;
	width: 26px;
	height: 26px;
	text-align: center;
}

.check-box input[type='checkbox']:checked+label:after,
.check-box input[type='radio']:checked+label:after {
	content: "\2713";
	font-size: 26px;
	color: inherit;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
}

.form-mian {
	width: 524px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
}

.form-mian div {
	width: 522px;
	height: 50px;
	margin-bottom: 15px;
	position: relative;
	border: 1px solid #000000;
}

.form-mian input[type='text'] {
	width: 520px;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	color: #000000;
	background: rgba(255, 255, 255, 0);
	border: 0px;
}

.form-mian button {
	width: 372px;
	height: 50px;
	border-radius: 50px;
	background-color: #0025a4;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

input::placeholder {
	color: inherit;
}

.check-input input[type='text'] {
	width: 280px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0 20px;
}

.check-input button {
	border-radius: 0px;
	width: 260px;
	background: #dddddd;
	position: absolute;
	color: #0e8ce8;
	right: 0px;
	top: 0px;
}

.xl-phone {
	display: block;
	margin: 0 auto;
}

.cenret-banner {
	width: 100%;
	height: 204px;
	background-image: url(../images/center_banner.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.cenret-banner img {
	display: block;
	margin: 0 auto;
	padding: 34px 0;
}

.ten-youshi {
	padding: 120px 0;
	overflow: hidden;
	width: 100%;
}

.ten-youshi img {
	display: block;
	margin: 0 auto;
}


/*banner*/

.banner-box {
	width: 100%;
	min-width: 1200px;
	height: 411px;
	position: relative;
}
.banner-box .bottom-bg{
	width: 100%;
	background-color: #0198fc;
	height: 39px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#banner {
	width: 100%;
	height: 411px;
}

.list {
	width: 100%;
	height: 411px;
	overflow: hidden;
	position: absolute;
	left: 0px;
}

.list li {
	width: 906px;
	height: 411px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -453px;
	list-style: none;
	opacity: 0;
	transition: all 0.3s ease-out;
}

.list img {
	width: 906px;
	height: 411px;
	display: block;
}

.list .p1 {
	transform: translate3d(-734px, 0, 0) scale(0.81);
	transform-origin: 0 50%;
	opacity: 0.5;
	z-index: 2;
}

.list .p2 {
	transform: translate3d(906px, 0, 0) scale(0.81);
	transform-origin: 0 50%;
	opacity: 0.5;
	z-index: 2;
}

.list .p3 {
	transform: translate3d(0px, 0, 0) scale(1);
	z-index: 3;
	opacity: 1;
}

.btn {
	width: 34px;
	height: 62px;
	position: absolute;
	top: 50%;
	margin-top: -31px;
	cursor: pointer;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 99;
}

.prev {
	left: 50%;
	margin-left: -507px;
	background-image: url(../images/left.png);
}

.next {
	right: 50%;
	margin-right: -507px;
	background-image: url(../images/right.png);
}

.main-three{
	width: 100%;
	background-color: #0198fc;
	height: 555px;
	padding-top: 50px;
}
.main-three .content{
	width: 1200px;
	height: 555px;
	margin: 0 auto;
	overflow: hidden;
}
.main-three .xl-h1{
	color: #ffffff;
}
.main-three .check-box{
	border-top: solid 1px #ffffff;
	color: #ffffff;
}

.main-three .check-box div {
	width: 20%;
	color: #ffffff;
}

.main-three .check-box input[type='checkbox'],
.main-three .check-box input[type='radio'],
.main-three .check-box label:before,
.main-three .form-mian div{
	border: solid 1px #ffffff;
}
.main-three .form-mian input[type='text']{
	color: #ffffff;
}
.main-four{
	width: 100%;
	height: 600px;
	padding-top: 128px;
	background-image: url(../images/main_bg4.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.main-four .content{
	width: 1200px;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
}
.main-four .content img{
	display: block;
	margin: 0 auto;
}
.main-four .check-box div {
	width: 16.666%;
}