/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
	text-decoration:none;
	list-style:none;
	border:0px;
}
table{border:0;margin:0;border-collapse:collapse;} 
ul li{float:left;}
.clear{ overflow:hidden;*zoom:1;}
.clear:after{
	content:"."; 
	display:block; 
	height:0; 
	visibility:hidden; 
	clear:both; 
	}
.left {
    float: left;
}
.right {
    float: right;
}
.pl_12{ padding-left:12px;}
.ml_1{ margin-left:1px;}
.ml_5{ margin-left:5px;}
.ml_10{ margin-left:10px;}
.ml_15{ margin-left:15px;}
.ml_20{ margin-left:20px;}
.ml_25{ margin-left:25px;}
.width_200{ width:200px;}
.width_100{ width:100px;}
.width_90{ width:90px;}
.width_110{ width:110px;}
a:hover{text-decoration:underline;}
.shadow{box-shadow:0 0px 0px #f2f2f2, 0 1px 3px #e8e8e8;}
.dashed_border{border-bottom:1px dashed #eee;}
.round_corners{
	border:1px solid #e8e8e8;
	-moz-border-radius:5px;/*Gecko browers*/
  	-webkit-border-radius:5px;/*Webkit browers*/
 	border-radius:5px;/*W3C syntax*/
}
.maxwidth{
	margin:0px auto;
	width:980px;
}

body{
	font-size:14px;
	font-family:'微软雅黑',Tahoma,Verdana,Arial,Helvetica,sans-serif;
	overflow-x:hidden;
	background:#ecece9;
}


.header{
	background:#fff; /*头部底色*/
}
.header_right{
	margin-top: 10px;
}
.header_right a{
	font-size:12px;
	/*font-family:"宋体";*/
	color:#7c7c7c;
}
.header_right .light_bar{
	font-size:10px;
	color:#b8b8b8;
}


.menus{  /*配置菜单渐变背景色*/
	height:42px;
	background:url(../../../../images/web/style210/menu_bg0.png) repeat-x;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#1064ac',endColorStr='#0d509e',gradientType='0');
	background: -moz-linear-gradient(top, #1064ac, #0d509e);
	background: -o-linear-gradient(top,#1064ac, #0d509e);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1064ac), to(#0d509e));*/ 
}
.menus ul li a{
	display:block;
	height:42px;
	line-height:42px;
	width:145px;
	font-size:16px;
	/*font-weight:bold;*/
	text-align:center;
}
.menus .active_menu,.menus ul li a:hover{   /*选中菜单的渐变色*/
	background:url(../../../../images/web/style210/menu_bg1.png) repeat-x;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#458ac5',endColorStr='#1167b4',gradientType='0');
	background: -moz-linear-gradient(top, #458ac5, #1167b4);
	background: -o-linear-gradient(top,#458ac5, #1167b4);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#458ac5), to(#1167b4)); 
	text-decoration:none;
}



.cl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.cl { zoom: 1; }
#slidesImgs li {
    display: none;
    width: 100%;
    margin-left: -50%;
    left: 50%;
    text-align: center;
}
.focus{width:96px;margin:0 auto;}
.slideshow li { position: relative; overflow: hidden; }
.slidebar{width:96px;height:16px;position: absolute; bottom: 20px;}
.slidebar li { float: left;width:16px; height:16px;cursor: pointer; background:url(../../../../images/web/style210/focus.png) no-repeat;}
.slidebar li.on { background:url(../../../../images/web/style210/focus_checked.png) no-repeat;}
.temp { margin: 0; }
.block { margin: 0;position: relative; }
#frameHlicAe { margin: 0px !important; border: 0px !important; }
.comiis_wrapad { overflow: hidden; }

.footer{
	margin-top:25px;
	height:100px;
}
.footer span{
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:12px;
	color:#8b8b8b;
	display: block;
	/*font-family:"宋体";*/
}


/* 微信弹窗 end */
#full_div{background:#000;position:absolute; left:0; top:0; z-index:10000;opacity:0.5;filter: alpha(opacity=50);}
#weinxin_div{width:300px; height:300px; margin:0 auto;  position:absolute; top:160px;; z-index:10001; display:none; background:#fff;}
#weinxin_div img{width:190px; height:190px; margin:55px;}
#weinxin_div a{position:absolute; display:block; height:33px; width:33px;z-index:10002;top:-15px; right:-15px; background:url(../../../../images/web/style210/DCode.png) no-repeat 0px -90px;}
/* 微信弹窗 end */
#full_div{background:#000;position:absolute; left:0; top:0; z-index:10000;opacity:0.5;filter: alpha(opacity=50);}
.wexin_icon{
	width:22px;
	height:16px;
	background:url(../../../../images/web/style210/DCode.png) no-repeat 0px -60px;;
	display: inline-block;}