/*公共样式 start*/
.title {
	font-size: 30px;
	color: #333;
	text-align: center;
	line-height: 1;
	padding: 40px 0 22px;
}

body {
	line-height: 1.5;
	font-size: 16px;
	color: #686868;
}
p {
	word-break: break-all;
}
.sum {
	text-align: center;
	font-size: 20px;
	color: #666;
}
.bg {
	display: block;
	margin: 0 auto;
}
/* 公共样式 end*/
/* first start*/
.first-main{
	padding-bottom: 60px;
}
.first-main .sum {
	padding-top: 48px;
}
.first-main .title {
	padding-bottom: 60px;
}
/* first end*/
/* second start*/
.second-main {
	padding-bottom: 74px;
}
.second-main .bg {
	margin-top: 54px;
}
/* second end*/
/* third start*/
.third-main {
	padding-bottom: 65px;
}
.third-main .bg {
	margin-top: 48px;
}
/* third end*/
/* fourth start*/
.fourth-main {
	padding-bottom: 75px;
}
.fourth-main .title {
	padding: 60px 0 56px;
}
.fourth-main .list li {
	width: 280px;
	height: 180px;
	padding: 20px 25px 18px;
	border: solid 1px #eaeaea;
	background: #fff;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.fourth-main .list li > img {
	display: block;
	margin: 0 auto 22px;
}
/* fourth end*/
/* 表单start */
.form-main{margin-bottom:45px;}
.form-main .form-title{text-align:center;}
.form-main .form-title .title{padding: 60px 0 20px;color: #3e8fea;}
.form-main .form-title .main{font-size:24px;color:#363641;margin-bottom:10px;font-weight:bold;}
.form-main .form-title .small{font-size:18px;color:#999;line-height:30px;}
.form-main .form-title .tips{width: 283px;height: 40px;margin: 24px auto 25px;font-size:20px;color: #e94b4b;margin-bottom:25px;background-color: #f5f5f5;line-height: 40px;}
.form-main .form-title .tips span{color:#e05449;}
.form-main .form-title .icon{margin:15px 0 17px 0;}
.form-main .form-title .icon img{width:34px;height:20px;}
.form-main .form-content{width:720px;margin:0 auto;border-top:solid 1px #d1d1d1;}
.form-main .form-content .form-group{border-bottom:solid 1px #d1d1d1;}
.form-main .form-content .form-group:after{content:'';display:block;width:0;height:0;clear:both;}
.form-main .form-content .form-group .left{float:left;border-left:solid 1px #f3f3f3;width:220px;box-sizing:border-box;text-align:center;font-size:22px;color:#555;line-height:70px;}
.form-main .form-content .form-group .right{float:right;border-left:solid 1px #d1d1d1;border-right:solid 1px #f3f3f3;width:500px;box-sizing:border-box;height:70px;}
.form-main .form-content .form-group .form-ipt{width:96%;height:100%;margin:0 2%;font-size:18px;color:#555;}
.form-main .form-content .form-btn{width:100%;height:72px;color:#fff;font-size:24px;cursor:pointer;background-color: #3e8fea;margin-top:18px;}
.form-main .form-remark{text-align:center;font-size:22px;color:#e05449;margin-top:50px;}
.form-main .adv {
	width: 680px;
	padding: 12px 50px;
	margin: 30px auto 0;
	font-size: 20px;
	line-height: 37px;
	color: #333;
	background: #f4f4f4;
}
/* 表单end */