*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin: 0;
    padding: 0;
    border: 0;
}
/* 绂佺敤iPhone涓璖afari鐨勫瓧鍙疯嚜鍔ㄨ皟鏁�*/
html,body{
   -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font: 14px "Microsoft YaHei";
    min-height: 100%;
    height: 100%;
}
ul,ol{
    list-style: none;
}

/* 璁╂爣棰橀兘鑷畾涔� 閫傚簲澶氫釜绯荤粺搴旂敤 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight: normal;
}
a{
	text-decoration: none;
}
.clear{
	clear:both;
}
#header{
	background-color:#000;
	width:100%;
	height:60px;
	margin-bottom:24px;
}
.container{
	width:960px;
	margin:0 auto;
}
#header img{
	width:180px;
	height:60px;
}
#footer .container{
	height:25px;
	background:#8c8279;
	text-align:right;
	margin-bottom:20px;
}
#footer .container a,#footer .container span{
	display:inline-block;
	color:#fff;
	line-height:26px;
	margin:0 3px;
	font-size:12px;
}
.title{
	font-weight:bold;
	text-align:center;
	font-size: 28px;
	margin: 10px;
}
.sub_title{
	font-weight:bold;
	font-size: 24px;
	margin: 10px 0 10px;
}
.sub_title2{
	font-weight:bold;
	font-size: 16px;
	margin: 10px 0 10px;
}
.content{
	font-size: 16px;
}
img {
    vertical-align: middle;
}
header {
    height: 90px;
    line-height: 90px;
    background: #000;
    width: 100%;
    border-bottom: 1px solid #81dcf7;
}
footer {
    height: 75px;
    line-height: 75px;
    background: #000;
    color: #b3b3b3;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
footer a:hover, footer a:link {
    color: #b3b3b3;
}
footer a {
    font-size: 14px;
    color: #b3b3b3;
}