﻿@charset "utf-8";
/* 全局 */
body {background: #F1F1F1; font-family:"微软雅黑","Arial","宋体"; color: #333; font-size: 12px; min-width:320px;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,th,td {margin:0; padding:0;/* cellspacing:0; cellpadding:0;*/}
h1,h2,h3,h4,h5,h6{font-size:100%;}
input,textarea,select {margin:0; font-size:100%; font-family:"微软雅黑","Arial","宋体";}
ul,li,ol {list-style-type: none;}
img {border:0;}
/*table {border-collapse:collapse; border-spacing:0;}*/

/* 清除浮动 */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
*html .clearfix {height:1%;}
*+html .clearfix {height:1%;}
*{-webkit-appearance:none;}/*去掉苹果浏览器自带样式*/
.clrfix:before, .clrfix:after {content:""; display:table;}  
.clrfix:after {clear:both;}  
.clrfix {zoom:1;}
/* 清除浮动 适用100% */
.overflowfix {overflow:auto; zoom:1;}
.displayfix {display:inline-block; *display:inline; zoom:1; width:100%; _width: auto;}

/* 去掉A标签和按钮的虚线框 谷歌默认无虚线 */
a {blr:expression(this.onFocus=this.blur());} /* A标签：IE7 IE6  */
a:focus {outline:none;} /* A标签：FF IE8  */
input::-moz-focus-inner{border:0;} /* 按钮：FF */

/* 去掉谷歌两种文本框和下拉的阴影 */
input,textarea,select  {outline: none;}

/* 特有 */
.clr{clear:both; font-size:0; height:0; line-height:0;}
.clr10{clear:both; font-size:0; height:10px; line-height:normal;}
.clr15{clear:both; font-size:0; height:15px; line-height:normal;}
.clr20{clear:both; font-size:0; height:20px; line-height:normal;}
.clr25{clear:both; font-size:0; height:25px; line-height:normal;}
.clr30{clear:both; font-size:0; height:30px; line-height:normal;}
.fl {float: left;}
.fr {float: right;}
.va_t{vertical-align:text-top;}
.va_c{vertical-align: middle;}
.va_b{vertical-align:text-bottom;}
.w_auto {width:auto;}
.h_auto {height:auto;}
.wh_auto {width:auto; height:auto;}
.sxbl_table_over td {background:#FFFFCC !important;}/*table表格，经过td变色*/

/* 链接 */
a {text-decoration: none; color: #333;}
a:hover {text-decoration: none; color: #EA4033;}

/* 视频 */
#a1 {
    position: relative;
    z-index: 100;
	margin-top:15px;
}

/* 通用 */
.block {
	padding: 60px 10px 46px;
}
.block2 {
	padding-left:0;
	padding-right:0;
}
.index_block {
	padding: 50px 0 45px;
}
.body_bg {
	background:#FFF;
}
.mbx {
	display:none;
}

/* header */
.header_top {
	width: 100%;
	position: fixed;
	_position:static;
	top:0;
	left:0;
    z-index: 9999;
	box-shadow:0 0 3px #999;
}
.header {
	/*background:url(/images/top_bg.jpg) repeat-x #3871B6;*/
	background:#FFF;
	height:50px;
	line-height:50px;
	text-align:center;
}
.header .header_c {
	font-family:"微软雅黑","宋体";
	color:#8E2100;
	font-size:20px;
}
.header .header_l {
	float:left;
	padding: 0 38px 0 10px;
}
.header .header_l a {
	background:url(/images/common/ico_top_l.png) no-repeat center center;
	width:12px;
	height:50px;
	display:block;
}
.header .header_r {
	float: right;
	position:relative;
	/*z-index:9999;*/
}
.header .header_r2 {
	float: right;
	padding:0 10px;
	font-size:0;
	line-height:0;
}
.header .header_r .select-analog a.title {
	background:url(/images/common/ico_top_r.png) no-repeat center center; background-size:22px auto;
	width:27px;
	height:50px;
	display:block;
	padding: 0 15px;
}
.header .header_r .select-analog ul  {
	display: none;
	position: absolute;
	top:50px;
	right:0;
	width: 67px;
	line-height: 28px;
}
.header .header_r .select-analog ul a {
	background:#8E2100;
	border-top: 1px solid #AD5136;
	height: 28px;
	display:block;
	color:#FFFFFF;
	text-align:center;
}
.header .logo {
	float:left;
	padding:8px 0 0 10px;
	font-size:0;
	line-height:0;
}
.header .logo img {
    height: 35px;
}
.banner {
	font-size:0;
	line-height:0;
	border-bottom: 1px solid #e4e4e4;
}
.banner img {
	width:100%;
}

/* footer */
.footer {
	background:#FFF;
	text-align: center;
	height:35px;
	line-height:35px;
	width: 100%;
	position: fixed;
	_position:static;
	bottom:0;
	left:0;
	box-shadow:0 0 3px #999;
}

