@import 'nav.css';
.nav-wrap{
	position: fixed;
}
.header{
	height: 666px;
	background-color: #b5b5b6;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header-l{
	padding: 0 45px;
}
.header-l .pic{
	width: 428px;
	height: 288px;
	margin-top: 30px;
	background: url(../img/service-bg.png) no-repeat;
}
.header-l h3{
	font-size: 44px;
	font-weight: 400;
}
.header-l p{
	font-size: 24px;
	margin-top: 15px;
}
.header-m{
	border-left:1px solid #fff;
	padding: 0 20px;
}
.infor{
	margin-bottom: 30px;
}
.infor dt{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
}
.infor dd{
	font-size: 12px;
	line-height: 20px;
}

.main{
	width: 1200px;
	margin: 0 auto;
}
.main-title{
	color: #164f9e;
	margin: 20px 0 10px;
}
.main-title span{
	font-size: 88px;
	font-weight: 200;
	padding-right: 45px;
}
.main-title strong{
	font-size: 36px;
	font-weight: 600;
}
.main-para{
	font-size: 18px;
	color: #666;
}

.main-cont{
	width: 860px;
	margin: 0 auto;
}
.cont-item{
	margin-bottom: 30px;
}
.cont-item > h4{
	font-size: 36px;
	color: #164f9e;
	font-weight: 600;
	margin: 15px 0;
}
.q-list-it span{
	display: block;
	font-size: 18px;
	line-height: 32px;
	color: #666;
	cursor: pointer;
}
.answer{
	width: 540px;
	background-color: #dcdddd;
	color: #000;
	font-size: 18px;
	line-height: 32px;
	padding: 10px;
	border-radius: 10px;
	margin: 10px 20px;
	display: none;
}
.q-text{
	display: block;
	width: 840px;
	height: 208px;
	resize: none;
	border:1px solid #dcdbdb;
	padding: 15px 10px;
	font-size: 18px;
	line-height: 32px;
	color: #666;
}
.area-btn{
	text-align: right;
	margin-top: 15px;
}
.area-btn a{
	display: inline-block;
	border:1px solid #dcdbdb;
	width: 128px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #666;
	font-size: 28px;
}
.area-btn a:hover{
	color: #fff;
	background-color: #727171;
}
