*{margin:0;padding:0;}
#main_body {max-width:700px;margin:0 auto;}
#top{
	height:55px;
	margin:0 auto;
}
#logo{
	display: block;
	width:100px;
	height:50px;
	line-height:58px;
	background: url(http://file.mohuanai.com/logo_r.png) no-repeat 10px 10px;
	background-size:40px;
	float:left;
	padding-left:55px;

	font-family: '楷体';
	font-size:20px;
	font-weight: 600;
}
#banner{
	position: relative;
/*	width:100%;*/
/*	background:url(http://file.mohuanai.com/img/banner.png) no-repeat center;*/
/*	background-size: 100%;*/
}
#banner img{
	width:100%;
}
#banner button{
	position: absolute;
	width:30%;
	height: 12vw;
	max-height: 85px;
	left:35%;
	bottom:12%;
	opacity: 0;
}


#goods_box1{
	background: #fff;
	border-radius: 20px 20px 0 0;
	display: block;
	position: relative;
	margin-top: -20px;
	padding:0 1rem;
}
.goods_box_title{
	height:70px;
	line-height: 60px;
	font-size: 22px;
	font-family: "黑体";
	font-weight: 600;
	text-align:center;
}
.goods_box_title .underline{
	display:inline-block;
	height:45px;
	border-bottom: 3px solid #3e52e7;
}
#goods_box1 .goods{
	width:47%;
	display: inline-block;
}
.goods{
	background: #000;
	border-radius: 20px;
	margin-bottom: 20px;
}
.right{
	margin-left:3%;
}
.goods_title{
	line-height: 20px;
	font-size: 15px;
	color:#fff;
	padding:5px 15px 15px;
}
.goods_img{
	height:100px;
	margin:15px;
	margin-bottom: 0;
}



#about_us{
	background: #343434;
	border-radius:15px;
	color:#fff;
	margin-bottom: 10px;
	margin-top: 20px;
}
#about_us .about_title{
	text-indent: 20px;
	line-height: 50px;
	font-family: 黑体;
	font-size: 18px;
}
/*#about_body img{
	display: inline-block;
	width:40%;
	margin-left: 5%;
	margin-bottom: 20px;
	border-radius: 10px;
}*/
#about_body_content{
	display: inline-block;
	font-size: 14px;
	line-height: 23px;
	padding:0 20px;
}
#about_body_content span{
	display:inline-block;
	margin-top:10px;
	margin-bottom:20px;
	font-size: 12px;
	background: #6262fd;
	border-radius: 15px;
	padding:5px 15px;
}
#about_body_content p{
	border-bottom: 1px dashed #999;
	padding-bottom: 3px;
	padding-top: 5px;
}
#about_body_content p:nth-child(1){
	padding-top: 0;	
}



.clear{
	clear: both;
}

#footer{
/*	height:35px;*/
	line-height:20px;
	background: #333;
	color:#afafaf;
	font-size:13px;
	text-align:center;
}
#footer a{
	color:#afafaf;
}


#bg_mask{
	position:fixed;
	left:0;
	top:0;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: none;
}
#bg_mask .bg_mask_bg{
	background: #000;
	opacity: 0.6;
	width: 100%;
	height: 100%;
}
#bg_mask .mask_box{
	position:absolute;
	width:80%;
	min-width:300px;
	left:10%;
	bottom:30%;
	background:#6262fd;
	border-radius: 20px;
}
.mask_title{
	color:#fff;
	font-weight: 600;
	text-indent: 20px;
	line-height: 40px;
	font-size: 18px;
}
.mask_title #bg_close{
	position:absolute;
	right:0;
	padding:0 10px;
	border:1px solid #fff;
	border-radius:20px;
	font-weight: 400;
	text-indent: 0px;
	line-height: 20px;
	font-size: 14px;
	margin-top:10px;
}
.mask_form{
	background:#fff;
	border-radius: 20px;
	padding:15px 40px 10px 20px;
}
.mask_form #contact{
	width:100%;
	height: 40px;
	text-indent: 65px;
	border:1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	padding:0 10px;
}
.mask_form #remarks{
	width:100%;
	height: 60px;
	border:1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	resize: none;
	padding:10px;
}
.mask_form .contact_bg{
	display:block;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
	width:30px;
	height:40px;
	background: url('http://file.mohuanai.com/img/contact.png') no-repeat left;
	background-size: 35px;
	padding-left:35px;
	padding-top:7px;
	position: relative;
	z-index: 1;
	margin-top:-43px;
	margin-bottom: 10px;
	text-align: right;
}
.mask_form .tip{
	margin-left:11px;
	width:100%;
	font-size: 12px;
	text-align: center;
}
#sub{
	width:100%;
	height:35px;
	background:blue;
	border:none;
	border-radius: 5px;
	color:#fff;
	font-size: 16px;
	margin:13px auto 10px 11px;
}