* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
}

img {
	border: none;
}

body {
	font-size: 14px;
	max-width: 1920px;
	min-width: 1000px;
}
.header {
	width: 100%;
	height: 770px;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
.header-inner{
	width: 1000px;
	height: 350px;
	position: relative;
	margin: 0 auto;
	margin-top: 130px;
}
.header-title{
	display: inline-block;
	margin-left: 200px;
}

.hammer{
	position: absolute;
	left: 5px;
	bottom: 45px;
}
.question{
	position: absolute;
	bottom: 70px;
	left: 270px;
}
.main{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0;
}

.part{
	width: 100%;
	background: #eeeeee;
	margin-bottom: 50px;
	overflow: hidden;
}

.part-inner{
	width: 960px;
	display: inline-block;
	padding: 60px 20px 50px 20px;
}

.avatar{
	float: left;
	width: 185px;
	height: 230px;
	background: gray;
}
.avatar img{
	width: 185px;
	height: 230px;
}

.question-detail{
	float: right;
	width: 680px;
	overflow: hidden;
}
.question-category a{
	color: #666666;
}
.question-title{
	margin: 15px 0 0;
	display: inline-block;
}

.answer{
	display: inline-block;
}
.question-title p,
.answer p{
	float: right;
	display: inline;
	line-height: 30px;
	text-align: justify;
	width: 600px;
	overflow: hidden;
}
.question-title img,
.answer img{
	float: left;
	margin-right: 15px;
}

.counsel{
	text-align: center;
	overflow: hidden;
	margin-top: 80px;
}

.counsel-con{
	width: 100%;
	display: inline-block;
	margin-top: 50px;
	position: relative;
}
.counsel-con img{
	vertical-align: middle;
}
.counsel a{
	display: block;
	width: 100px;
	height: 30px;
	position: absolute;
	bottom: 12px;
	right: 40px;
}
.left{
	float: left;
	color:#ccc;
}
.right{
	float: right;
	color:#ccc;
}

.main-down{
	width: 100%;
	padding: 50px 0;
	background: url(../img/bg.png) center no-repeat;
	overflow: hidden;
}

.main-down-inner{
	width: 1000px;
	margin: 0 auto;
}

.more-link{
	width: 100%;
	background: #04204c;
	padding: 15px 0;
	text-align: center;
}

.more-link a{
	color: white;
}

.rights{
	width: 100%;
	padding: 40px 0;
	display: inline-block;
	color: white;
}

.a-pic{
	border: 1px solid #346fcf;
	text-align: center;
	padding: 10px 8px;
}

.a-detail{
	width: 800px;
	margin: 0px 30px;
	overflow: hidden;
}
.a-detail p{
	width: 700px;
	line-height: 35px;
	margin-top: 15px;
	text-align: justify;
}

.a-detail h2 a{
	color: white;
}
.a-detail h2 a:hover{
	text-decoration: underline;
}