@charset "utf-8";
/* CSS Document */

/*---------基础属性定义开始------------*/
html,body,div,ol,ul,li,p,span,img,a,button,select,iframe{
	margin:0;
	padding:0;
	border:none;
}
html{
	overflow-x:hidden;
	background:#ffffff;
}
body{
	font-size:20px;
	font-family:verdana,arial,tahoma,'微软雅黑','黑体','宋体';
	background: url("../images/body-bg.jpg") repeat scroll 0 0 #ffffff;
    color: #666666;
    margin: 0;
    padding: 0;
	line-height:30px;
}
ul,li{
	list-style:none;
}
button,input[type="submit"],input[type="reset"]{
	cursor:pointer;
}
input[type="text"],input[type="password"]{
	border:1px solid #CCC;
}
input[type="text"]{
	+border:none;
}
input[type="text"]{
	border:none\0;
}
small,textarea{
	font-size:12px;
}
a{
	display:inline-block;
	text-decoration:none;
	color:#666666;
}

a:hover{
	text-decoration:none;
	color:#c90000;
}
em{
	font-style:normal;
}
.hide{
	display:none;
}
.auto_height{
	min-height:10px;
	height:auto!important;
	height:10px;
}
.clear_both{
	clear:both;
}


/*字体颜色*/
.cc{
	color:#ccc;}
.bule{
	color:#1BA1E2;}
.bule2{
	color:#14477a;}
.c3{
	color:#333;
}
.c5{
	color:#555;
}
.c6{
	color:#666;
}
.c9{
	color:#999;
}
.cf{
	color:#fff;}
.red{
	color:#c90000;}
	
/*字号*/
.f8{
	font-size:8px;}
.f10{
	font-size:10px;}
.f12s{
	font-size:12px;
	font-family:'宋体';}
.f14{
	font-size:14px;}
.f14s{
	font-size:14px;
	font-family:'宋体';}
.f16{
	font-size:16px;}
.f18{
	font-size:18px;}
.f24{
	font-size:24px;}
.f30{
	font-size:30px;}
.f36{
	font-size:36px;}	



.box{
    max-width:600px;
	min-width: 300px;
	padding: 0 10px;
	margin: 0 auto 20px auto;
	border-bottom: 1px solid #eee;
}
.h1{
	line-height: 46px;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	padding: 0 10px 20px 10px;
	    font-size: 1.6rem;
}
.h3{
	color:#999;
	padding: 0 10px 20px 10px;
	border-bottom: 1px solid #eee;
}
.h3 span{
	
}
.box img{
	display: block;
	margin:0 auto;
max-width:100%;
  height:auto;
}
.box p{
	margin:20px 0;
	text-indent:2em;
	    font-size: 1rem;
}
.box .f30{
	text-indent:0;
	text-align: center;
	    font-size: 1.5rem;
    font-weight: bold;
}




































