/*公共样式 start*/
.title {
	font-size: 30px;
	color: #333;
	text-align: center;
	line-height: 1;
	padding: 54px 0 58px;
}
.bg-hui {
	background: #f7fbff !important;
}
body {
	line-height: 1.5;
	font-size: 16px;
	color: #686868;
}
p {
	word-break: break-all;
}
.sum {
	text-align: center;
	font-size: 16px;
	color: #686868;
}
/* 公共样式 end*/
/* first start*/
.first-main {
	padding-bottom: 60px;
}
.first-main p {
	color: #686868;
	line-height: 26px;
}

.first-main .td-wrap1 {
	width: 604px;
	margin: 0 auto;
}
.first-main .td-wrap1 > div {
	width: 176px;
	
	
}
.first-main .td-wrap1 > div img {
	display: block;
	margin: 0 auto 13px;
}
.first-main .td-wrap2 {
	width: 968px;
	margin: 27px auto 0;
}
.first-main .td-wrap2 p {
	margin-bottom: 67px;
}
.first-main .td-wrap2 .txt {
	width: 181px;
	margin-top: 44px;
}
.first-main .td-wrap2 .txt p:last-child {
	margin-bottom: 0;
}
/* first end*/
/* second start*/
.second-main {
	padding-bottom: 95px;
}
.second-main .title {
	padding: 70px 0 10px;
}
.second-main .con-wrap {
	width: 986px;
	margin: 74px auto 0;
}
.second-main .con-wrap .l-con,
.second-main .con-wrap .r-con {
	height: 300px;
	margin-top: 74px;
}
.second-main .l-con dt {
	text-align: right;
}
.second-main .con-wrap dt {
	margin-bottom: 6px;
	font-size: 20px;
	color: #0170ba;
	font-weight: 700;
	line-height: 1;
}
/* second end*/
/* third start*/
.third-main {
	padding-bottom: 102px;
}
.third-main .title {
	padding: 44px 0 10px;
}
.third-main .con-wra {
	width: 1138px;
	margin: 0 auto;
}
.third-main .txt-con {
	width: 390px;
	margin-top: 7px;
}

.third-main .con-wrap dl {
	margin-top: 26px;
}
.third-main .con-wrap dt {
	margin-bottom: 6px;
	font-size: 20px;
	color: #0170ba;
	line-height: 1;
}
.third-main .con-wrap dd {
	line-height: 28px;
}
.third-main .con-wrap dd:before {
	display: inline-block;
	content: '';
	width: 6px;
	height: 6px;
	margin-right: 12px;
	margin-top: 10px;
	vertical-align: middle;
	border-radius: 50%;
	background-color: #0170ba;
}
/* third end*/
/* fourth start*/
.fourth-main {
	text-align: center;
	padding-bottom: 70px;
}
.fourth-main .title {
	padding: 48px 0 16px;
}
.fourth-main .bg {
	margin-top: 45px;
}
/* fourth end*/
/* fitth start*/
.fifth-main {
	padding-bottom: 112px;
}
.fifth-main .title {
	padding: 60px 0 54px;
}
.fifth-main .con-wrap {
	color: #666;
}
.fifth-main dl {
	/* overflow: hidden; */
	display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex; 
}
.fifth-main dt {
	font-weight: 700;
}
/* .fifth-main dt,
.fifth-main dd {
	float: left;
} */
.fifth-main dd {
	-prefix-box-flex: 1; 
     -webkit-box-flex: 1; 
     -webkit-flex: 1; 
     -moz-box-flex: 1; 
     -ms-flex: 1; 
     flex: 1;
}
.fifth-main .l-con,
.fifth-main .r-con {
	align-self: flex-end;
}
.fifth-main .l-con,
.fifth-main .mid-con {
	margin-right: 40px;
}
/* .fifth-main .l-con dt,
.fifth-main .l-con dd {
	float: right;
} */
.fifth-main .l-con dd {
	text-align: right;
} 
.fifth-main .l-con > p {
	text-align: right;
}
.fifth-main .mid-con .txt {
	margin-bottom: 10px;
}
/* fitth end*/

/* 表单start */
.form-main{margin-bottom:45px;}
.form-main .form-title{text-align:center;}
.form-main .form-title .title{padding: 68px 0 23px;color: #5984f1;}
.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: #5984f1;margin-top:18px;}
.form-main .form-remark{text-align:center;font-size:22px;color:#e05449;margin-top:50px;}
.form-main .adv {
	font-size: 16px;
	margin-top: 26px;
	text-align: center;
}
/* 表单end */