*{
	margin: 0;
	padding:0;
}
a{
	text-decoration: none;
}
.clear{
	clear: both;
}
.fl{
	float: left;
	margin-left: 40px;
}
.fr{
	float: right;
}
.header_box{
	width: 100%;
	height: 375px;
	background: url(../images/header_bg.jpg) center center no-repeat;
	min-width: 1200px;
}
.header_main{
	width: 1200px;
	margin:0 auto;
}
.header_seize{
	width: 100%;
	height: 30px;
}
.header_con{
	width: 400px;
	height: 317px;
	background: #fff;
	float: right;
	box-shadow: 0 0 30px #043d7e;
}
.header_tit{
	text-align: center;
	font-size: 26px;
	padding-top: 30px;
	font-weight: bold;
	color: #0089e8;
}
.header_menu{
	overflow: hidden;
	margin-top: 23px;
}
.header_menu li{
	float: left;
	list-style: none;
	margin-left: 50px;
	position: relative;
	padding-left: 10px;
}
.header_menu li:nth-child(1){
	margin-left: 43px;
}
.header_menu li:before{
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	background: #333333;
	left: 0px;
	top: 10px;
}
.newPrice{
	margin-left: 43px;
	color: #f24611;
	margin-top: 20px;
	font-size: 28px;
	float: left;
	font-weight: bold;
}
.oldPrice{
	float: left;
    margin-top: 33px;
    color: #6e6e6e;
    font-size: 14px;
    margin-left: 46px;
    text-decoration: line-through;
}
.buy_btn{
	width: 347px;
	line-height: 53px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	background: #ff7f39;
	margin:15px auto 0;
	border-radius: 50px;
	font-size: 18px;
}
.buy_btn:hover{
	background: #fe6816
}
.consultation{
	width: 347px;
	line-height: 53px;
	color: #969696;
	cursor: pointer;
	text-align: center;
	margin:15px auto 0;
	border-radius: 50px;
	font-size: 18px;
	box-sizing:border-box;
	border: 1px solid #969696;

}
.consultation:hover{
	background: #ff7f39;
	border: 1px solid #ff7f39;
	color: #fff;
}
.main_box{
	width: 100%;
	background: #f8f7fc;
	height: 581px;
}
.main_con{
	width: 1200px;
	margin: 0 auto;
}
.main_tit{
	font-size: 24px;
	font-weight: bold;
	padding-top: 60px;
}
.main_menu{
	width: 1040px;
	margin: 27px auto 0;
	background: url(../images/main_bg.png) center center no-repeat;
	height: 430px;
}
.main_menu p{
	line-height: 50px;
	font-weight: bold;
	font-size: 20px;
	margin-top: 50px;
	width: 273px;
	text-align: left;
}
.main_menu p span{
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: url(../images/num_bg.jpg) 0 0 no-repeat;
	font-size: 24px;
	text-align: center;
	margin-right: 23px;
}
.question_box{
	width: 1200px;
	margin:0 auto;
}
.question_tit{
	font-size: 24px;
	font-weight: bold;
	padding-top: 60px;
}
.detail_tit{
	margin-top: 30px;
	font-weight: bold;
}
.answer{
	padding:20px;
	background: #f7f7f7;
	border-radius: 5px;
}
.answer_jiao{
	margin-top: 13px;
	margin-left: 70px;
	display: block;
}
.footer_box{
	width: 100%;
	height: 360px;
	background: url(../images/footer_bg.jpg) center center no-repeat;
	min-width: 1200px;
	margin-top: 50px;
}
.footer_seize{
	width: 100%;
	height: 50px;
}
.footer_con{
	width: 1200px;
	margin:0 auto;
	height: 250px;
}
.footer_left{
	float: left;
	margin-left: 73px;
	margin-top: 55px;
}
.footer_tit{
	font-size: 30px;
	font-weight: bold;
}
.footer_contact{
	margin-top: 10px
}
.footer_contact li{
	padding-top: 8px;
	list-style: none;
	color: #666666;
}
.footer_contact li a{
	color: #666666;
	text-decoration: underline;
}
.footer_contact li a:hover{
	cursor: pointer;
	color: #0089e8
}
.footer_ewm{
	float: right;
	margin-right: 107px;
}
.ewm_box{
	float: left;
	margin-top: 55px;
	margin-left: 30px;
	width: 142px;
}
.ewm_box img{
	display: block;
	box-shadow: 0 0 5px #e0e0e0;
}
.ewm_box p{
	padding-top: 10px;
	text-align: center;
	color: #666666;
}
.copyright {
    text-align: center;
    padding-top: 36px;
    color: #555;
    font-size: 14px;
}
.record {
    text-align: center;
    padding-bottom: 20px;
    color: #555;
    font-size: 14px;
}
.record a {
    color: #555;
}