/* CSS Document */

body,
div, 
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input, textarea {
	padding: 0px; 
	margin: 0px;
}
body {
	behavior: url(csshover.htc);
	/*background: #fff url(../images/bx_bg.gif) repeat-x center top;*/
	background-color: #fff;
	font-family: "微软雅黑", "\5b8b\4f53", "新宋体", "宋体", "黑体";
	font-family: "Microsoft YaHei", "\5b8b\4f53" !important;
	/*font-family: "新宋体", "宋体", "黑体";*/
	
	
}
a:focus, input, select, textarea {
	outline: 0px;
}

textarea {
	resize: none;
	overflow: auto;
}
ul, ol, li{
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}


/*定义超链接*/
a {
	text-decoration: none;
	outline:none;
	}
.lefts{ float:left;}
.rights{ float:right;}
img{ border:none;}

#main_con{ min-width:320px; width:100%; height:100%; overflow-x:hidden;}
/*头部*/

.header{
	width:100%;
	height:70px;
	clear:both;}
.header a{ display:block; width:320px; height:70px; margin:0 auto;}	
	
/*头部end*/

/*导航栏*/
.nav{
	width:100%;
	height:36px; background:#143567;
	clear:both; display:block; display:-webkit-box; -webkit-box-orient:horizontal; -webkit-box-align:center;}
.nav a{  display:block; height:36px; line-height:36px; -webkit-box-flex:1; text-align:center; font-size:12px; color:#ffffff; font-weight:bold; }
.nav a:active{  background:#d50000;}
.nav .on_nav{ background:#d50000;}
/*导航栏end*/


/*广告条*/
    .banner{ width:100%; min-height:167px; max-height:334px; overflow:hidden; }
	.slideBox{ position:relative; overflow:hidden; margin:0 auto; width:100%; min-height:167px; max-height:334px;/* 设置焦点图最大宽度 */ }
	.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:-8px; left:0; z-index:1; width:100%; }
	.slideBox .hd ul{ width:100%; height:28px; text-align:center; }
	.slideBox .hd li{ display:inline-block; width:10px; height:10px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#143567; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
	.slideBox .hd li.on{ background:#d50000;  }
	.slideBox .bd{ position:relative; z-index:0; }
	.slideBox .bd li{ position:relative; text-align:center;  }
	.slideBox .bd li img{ background:url(../images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */

	
/*广告条end*/




/*底部*/

.bottom{width:100%; height:150px; overflow:hidden; background:#f3f1f2; text-align:center; font-size:12px; color:#969696; clear:both; padding-top:20px;}
.bottom .b_notes{ display:block; width:320px; line-height:22px; margin:0 auto;}
.bottom .b_notes a{font-size:12px; color:#969696;}
.address{ display:block; width:230px; line-height:22px; margin:0 auto;}
/*底部end*/


.copyright{
	width:100%; min-width:320px;
	height:60px; background:#292929; position:fixed; bottom:0; z-index:9999; display:block; display:-webkit-box; -webkit-box-orient:horizontal; -webkit-box-align:center; 
	clear:both;}
.copyright a{ display:block;  -webkit-box-flex:1; font-size:12px; color:#767676; text-align:center; border-left:1px solid #000000; border-right:1px solid #3c3b39;}
.copyright a img{ display:block; margin:0 auto;}
.copyright .boder_r{ border-right:none;}
.copyright .boder_l{ border-left:none;}
