﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
th,
td,
p {
	margin: 0;
	padding: 0;
	font-family: ????????????
}

input,
button,
select,
textarea {
	outline: none
}

li {
	list-style: none
}

img {
	border: none
}

textarea {
	resize: none
}

body {
	color: #666;
	background: #fff;
	word-break: break-all;
	word-wrap: break-word;
}

body,
input,
textarea {
	font-size: 14px;
	font-family: ????????????;
	color: #666;
}

a {
	color: #0e1013;
	text-decoration: none;
	outline: none
}


/*reset end*/

img {
	width: auto;
	max-width: 100%;
}

.page-content {
	min-width: 1200px;
}

.bannerbox {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 500px;
	margin-top: 130px;
}

.banner {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.page-title {
	text-align: center;
}

.page-title .main {
	font-size: 32px;
	color: #333;
}

.page-title .small {
	font-size: 18px;
	color: #888;
	margin-top: 12px;
	line-height: 180%;
}

.first-main {
	padding-top: 50px;
	background-color: #559df6;
}
.first-main .main{
	color: #fff;
}

.first-content {
	text-align: center;
	margin-top: 60px;
}
.first-content .first-float{
	width: 1200px;
	margin: 0 auto;
	
}
.first-content .first-float:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.first-content .first-float li{
	width: 24%;
	float: left;
}
.first-content .first-float li:nth-child(2){
	width: 52%;
	padding-top: 20px;
}
.first-content .first-float li:nth-child(1){
	text-align: left;
}
.first-content .first-float li>div{
	margin-bottom: 35px;
}
.first-content .first-float li>div>div{
	margin-right: 25px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
.first-content p{
	font-size: 14px;
	color: #fff;
	text-align: left;
	padding-top: 20px;
}
.first-main .first-float img{
	position: relative;
	top: 4px;
	margin-right: 10px;
}
.first-main .left-text p{
	margin-left: 32px;
}

.first-main .right-text p{
	margin-left: 35px;
}

/*--------------------*/

.third-main {
	padding: 50px 0;
	background-color: #fafafa;
}
.third-main .main{
	/*color: #fff;*/
}

.third-main .small {
	font-size: 20px;
	/*color: #fff;*/
	margin-top: 25px;
}
.third-content {
	width: 1200px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding-top: 50px;
}

.third-content:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

/*------------------*/

.jfxt-main{
	background-color: #fff;
	padding-top: 50px;
}
.jfxt-main .third-content{
	text-align: center;
	width: 1200px;
}
.jfxt-main .third-content:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.jfxt-main .third-content .list{
	float: left;
	height: 220px;
	width: 230px;
	margin-right: 12.5px;
	background-color: #fff;
}
/*-------------------*/

.xtys-main{
	padding: 50px 0;
}
.xtys-main .third-content{
	width: 1200px;
}
.xtys-main .third-content:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.xtys-main .third-content .list{
	float: left;
	height: 275px;
	width: 230px;
	margin-right: 12.5px;
	background-color: #fff;
	border: solid 1px #f3f3f8;
	box-sizing: border-box;
	padding: 10px;
}
.xtys-main .third-content .list:nth-last-child(1){
	margin-right: 0;
}
.xtys-main .third-content .list div{
	font-size: 20px;
	color: #333;
}
.xtys-main .third-content .list p{
	font-size: 14px;
	color: #888;
	padding: 20px 10px;
	text-align: left;
}
.xtys-main .third-content .list div:nth-child(1){
	height: 100px;
}
.xtys-main .third-content .list div:nth-child(1) img{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.xtys-main .third-content .list div:nth-child(2){
	margin-top: 30px;
}
.xtys-main .bg-1{
	background-color: #2489ff;
}
.xtys-main .bg-2{
	background-color: #61dc98;
}
.xtys-main .bg-3{
	background-color: #f95f60;
}
.xtys-main .bg-4{
	background-color: #2a406e;
}
.xtys-main .bg-5{
	background-color: #ffc424;
}

/*-----------------*/

.form-main {
	margin-bottom: 80px;
	padding-top: 60px;
}

.form-content {
	width: 580px;
	margin: 25px auto 0 auto;
	border-top: 1px solid #ccc;
}

.form-group {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #ccc
}

.form-group:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

.form-group .left {
	float: left;
	border-right: solid 1px #ccc;
	width: 179px;
	height: 48px;
	height: 48px;
	font-size: 18px;
	color: #666;
	text-align: center;
	line-height: 48px;
}

.form-group .right {
	float: right;
	width: 398px;
	height: 48px;
}

.form-ipt {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 18px;
}

.form-main .form-tips {
	text-align: center;
	font-size: 24px;
	color: #333;
}
.form-main .form-tip2{
	display: inline-block;
	background-color: #f5f5f5;
	font-size: 20px;
	color: #333;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin-top: 20px;
}

.form-btn {
	width: 100%;
	border: 0;
	background-color: #3396f2;
	height: 52px;
	font-size: 20px;
	color: #fff;
	margin-top: 35px;
	cursor: pointer;
}

.form-remarks {
	font-size: 32px;
	color: #6b6b6b;
	text-align: center;
	margin-top: 25px;
	line-height: 1.5;
}

.form-main .tips {
	color: #e94b4b;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #ababab;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ababab;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ababab;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ababab;
}