@charset "utf-8";
/* CSS Document */

body{margin:0;padding:0;font-size:12px;background-color:#fff;font-family:"黑体";}
img{border:none;}
a{text-decoration:none;}
li{list-style:none;}
p,h1,h2,h3,h4,h5,h6,ul,li,img,form{margin:0;padding:0;}
h1,h2,h3,h4,h5{font-size:14px;font-weight:900;}	
.clear{clear:both;}


#MyBody{
	width:100%;
	background:#000;
	color:#FFF;
	padding-bottom:20px;}
#MyBodyBanner{
	width:1020px;
	margin:0 auto 20px;}
	
#sinaContent{
	width:980px;
	margin:0 auto;
	padding:0 20px;}
#sinaContent h3{
	font-size:28px;
	text-align:center;
	line-height:60px;}
#sinaContent h6{
	margin:0 auto 20px;
	padding:10px 5px;
	font-size:18px;
	font-weight:400;
	border:#FFF 1px solid;
	border-radius:10px;
	line-height:30px;}
#sinaContent p{
	font-size:18px;
	text-indent:36px;
	line-height:30px;
	margin-bottom:30px;}
#sinaContent p span,#sinaContent p b{
	color:#ffeb9d;}
#sinaContent p b{
	line-height:40px;}
	
	
	
@media screen and (min-width:768px) and (max-width:991px){
	img{ width:100%;}
	#MyBodyBanner{
	width:100%;
	margin:0 auto 20px;}
	
#sinaContent{
	width:92%;
	margin:0 auto;
	padding:0 4%;}
#sinaContent h3{
	font-size:28px;
	text-align:center;
	line-height:60px;}
#sinaContent h6{
	margin:0 auto 20px;
	padding:10px 5px;
	font-size:18px;
	font-weight:400;
	border:#FFF 1px solid;
	border-radius:10px;
	line-height:30px;}
#sinaContent p{
	font-size:18px;
	text-indent:36px;
	line-height:30px;
	margin-bottom:30px;}
#sinaContent p span,#sinaContent p b{
	color:#ffeb9d;}
#sinaContent p b{
	line-height:40px;}
}

@media screen and (max-width:767px){
		img{ width:100%;}
	#MyBodyBanner{
	width:100%;
	margin:0 auto 20px;}
	
#sinaContent{
	width:92%;
	margin:0 auto;
	padding:0 4%;}
#sinaContent h3{
	font-size:18px;
	text-align:center;
	line-height:40px;
	margin-bottom:20px;}
#sinaContent h6{
	margin:0 auto 20px;
	padding:10px 5px;
	font-size:14px;
	font-weight:400;
	border:#FFF 1px solid;
	border-radius:10px;
	line-height:30px;}
#sinaContent p{
	font-size:14px;
	text-indent:36px;
	line-height:30px;
	margin-bottom:30px;}
#sinaContent p span,#sinaContent p b{
	color:#ffeb9d;}
#sinaContent p b{
	line-height:40px;}
}