.contain{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}


body{
	color: #333;
}
a{color: #333;}
#header{background-color: #fff;}
#header .contain .top{
	height: 90px;
	display: block;
	text-align: right;
	background: url(https://qncdn.chuxinxs.com/versions/1537495408229/theme/chuxinxs/images/logo.png) no-repeat left center;
	background-size: 300px;
	line-height: 90px;
}
#header .contain .top a{color: #333;}
#header .bar{
	height: 50px;
	line-height: 50px;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#a0d2f7), to(#68acdd));
	background:-moz-linear-gradient(top,#a0d2f7,#68acdd);/*火狐*/
	background: -ms-linear-gradient(top, #a0d2f7,  #68acdd);        /* IE 10 */
	background: -o-linear-gradient(top, #a0d2f7, #68acdd);  /*Opera 11.10+*/
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#a0d2f7,endColorStr=#68acdd); /*IE 6 7 8*/

}
#header .bar .nav a{
	display: inline-block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	vertical-align: bottom;
	color: #fff;
	margin-right: 20px;
	text-align: center;
}
#header .bar .nav a:hover,
#header .bar .nav a.active{
	background-color: #fff;
	color: #333;
	border-top-left-radius: 6px;-webkit-border-top-left-radius: 6px;
	border-top-right-radius: 6px;-webkit-border-top-right-radius: 6px;
	border-radius:6px;
	overflow: hidden;
	behavior: url("PIE.htc");
}
#header .cur{
	height: 45px;
	line-height: 45px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4) inset;
	-pie-box-shadow: 0 2px 5px rgba(200,200,200,0.4) inset;
	behavior: url("PIE.htc");
}
#main .left-content .title,
#main .contain > .title{
	margin: 12px 0;
}
#main .left-content{width: 880px;}
#main h3{
	line-height: 40px;
	color: #cd3632;
	font-size: 16px;
	border-bottom: 1px solid #e0e0e0;
	text-indent: 20px;
}
#main .left-content p{
	margin: 20px 0;
	line-height: 30px;
	font-size: 16px;
	text-indent: 20px;
}

#main .left-content h4{
	color: #ee4646;

}
#main .left-content p.con{
	font-size: 14px;
	color: #666;
}
#main .right-content{
	width: 280px;
	position: absolute;
	right: 0;
	top: 270px;
}
#main .right-content .box{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border:1px solid #e0e0e0;
	background-color: #fff;
	margin-bottom: 15px;
}
#main .right-content .box .title{
	background-color: #f9f9f9;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e0e0e0;
	text-indent: 20px;
}
#main .right-content .box .con{
	margin: 15px 20px;
}
#main .right-content .box p{
	line-height: 30px;
	vertical-align: middle;
}
#main .box em{color: #ff8158;}
.sure-btn{
	width: 100px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #fff;
	margin: 10px 0;
	padding: 0 45px;
	text-align: center;
	display: inline-block;
	border:1px solid #f58000;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffa505), to(#ffb83b));
	background:-moz-linear-gradient(top,#ffa505,#ffa505);/*火狐*/
	background: -ms-linear-gradient(top, #ffa505,  #ffa505);        /* IE 10 */
	background: -o-linear-gradient(top, #ffa505, #ffa505);  /*Opera 11.10+*/
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffa505,endColorStr=#ffb83b); /*IE 6 7 8*/
	border-radius: 4px;
	-webkit-border-radius:4px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	behavior: url("PIE.htc");
}
#main .box .ans{color: #999;}
#main .box .more{text-align: right;display: block;
}
#main .contain > p{margin-top: 20px;font-size: 16px;line-height: 30px;}
#main .contain  > p.ans{color: #999;}
#main .contain  > p em{color: #cb3030;}


#footer{
	margin-top: 40px;
	background-color: #181c23;
	padding: 27px 0 66px 0;
	font-size: 14px;
	color: #5f697d;
	text-align: center;
}
#footer .nav{
	text-align: center;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 10px;
}
#footer .nav > span{
	padding: 0 3px;
	border-right: 1px solid #5f697d;
	margin-right: -1px;
	height: 12px;
	line-height: 12px;
	display: inline-block;
}
#footer .nav > span > a{
	color: #5f697d;
}
#footer > p{
	line-height: 30px;
}

#footer .friend-link{
	width: 60%;
	margin: 30px auto;
	border-top: 1px solid #333;
}
#footer .friend-link h3{
	line-height: 40px;
}
#footer .friend-link .link-list{
	width: 60%;
	margin: 0 auto;
	text-align: left;
}
#footer .friend-link .link-list >a{
	display: inline-block;
	line-height: 30px;
	color: #5f697d;
	width: 13.5%;
	text-align: center;
}

@media (max-width: 767px) {
	.contain{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	#header .contain .top {
		height: 50px;
		line-height: 50px;
		padding-right: 15px;
	}

	#header .bar .nav a {
		width: 80px;
		height: 34px;
		line-height: 34px;
		margin-right: 10px;
	}

	#main .left-content {
		width: 100%;
	}

	img {
		width: 100%;
	}

	#footer {
		padding: 27px 10px 25px;
	}

	#footer .nav > span {
		height: 18px;
		line-height: 18px;
		margin-bottom: 4px;
	}

	#main .right-content {
		width: 100%;
		position: static;
	}
}