/* CSS Document */
body {
	font-family:"微软雅黑","幼圆","Arial Black", Gadget, sans-serif;
}

/*头部*/
.header{
	width:100%;
	max-width:1200px;
	margin:0px auto;
	border-bottom:1px solid #ddd;
	position:relative;
}
.header .logo{
	width:50%;
	float:left;
	text-align:left;
	height:44px;
	margin-top:35px;
	margin-bottom:25px;
}
.header .header_r{
	width:50%;
	float:right;
}
.header .logo div , .header .logo a , .header .head_r div , .header .header_r div{
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:middle;
}
.header .logo a img{
	width:207px;
	height:44px;
	vertical-align:top;
	margin-top:3px;
}
.header .logo .line{
	width:1px;
	height:34px;
	background:url(../images/line.png) no-repeat;
	margin-left:10px;
	margin-right:10px;
}
.header .logo .l_des{
	width:250px;
	height:35px;
	line-height:35px;
	text-align:center;
	background:url(../images/icon1.png) no-repeat;
	color:#FFF;
	font-size:24px;
}
.header .nav{
	width:auto;
	text-align:right;
	height:35px;
	line-height:35px;
	margin-top:48px;
	float:left;
}
/*2015-01-04修改*/
.nav li , .nav li .nav_m{
	display:inline-block;
	*display:inline;
	zoom:1;
	height:35px;
	line-height:35px;
	text-align:center;
	cursor:pointer;
	color:#727272;
}
.nav li .nav_m{
	padding:0px 8px;
	padding-right:12px;
}
.nav li .xia{
	background:url(../images/icon19.png) no-repeat right center;
}
.nav li .er{
	width:100%;
	position:absolute;
	left:0px;
	top:35px;
	background:#FFF;
	z-index:9999;
	display:none;
}
.nav li .er li{
	width:100%;
	height:22px;
	line-height:22px;
	text-align:left;
}
.nav li .er li a{
	font-size:14px;
	color:#888;
	padding:0px;
	margin:0px;
	margin-left:10px;
}
.nav li .er li a:hover{
	color:#FE0904;
}
.nav_b li .er{
	height:170px;
	position:absolute;
	left:0px;
	top:98%;
	background:#F7F7F7;
	color:#555;
	z-index:999;
	display:none;
}
.nav_b li .er .er_b{
	width:100%;
	max-width:1200px;
	height:135px;
	margin:0px auto;
	margin-top:20px;	
}
.er .er_b .er_l{
	width:20%;
	margin-left:4%;
	float:left;
	border-right:1px solid #ddd;
	height:135px;
}

.er .er_b .er_l li{
	width:100%;
	height:25px;
	line-height:25px;
	margin-top:0px;
	background:url(../images/ico_26.gif) left center no-repeat;
}
.er .er_b .er_l li a{
	font-size:14px;
	color:#555;
	margin-left:10px;
}
.er .er_b .er_l li.now a{
	color:#0181BC;
}
.er .er_b .er_m{
	width:46%;
	float:left;
	margin-left:2%;
	margin-right:2%;
	text-align:left;
	line-height:200%;
	font-size:12px;
	height:125px;
	overflow:hidden;
}
.er .er_b .pro_e{
	width:70%;
	height:135px;
	overflow:hidden;
}
.er .er_b .pro_e li{
	width:160px;
	height:115px;
	float:left;
	border-right:1px solid #ddd;
	margin:10px 0px;
	text-align:center;
}
.er .er_b .pro_e li a{
	display:block;
	width:110px;
	height:115px;
	background:#FFF;
	margin-left:25px;
}
.er .er_b .pro_e li a img{
	width:100px;
	height:90px;
	vertical-align:top;
}
.er .er_b .pro_e li a span{
	display:block;
	width:100%;
	height:25px;
	line-height:25px;
	background:#F7F7F7;
	color:#555;
}
.er .er_b .pro_e li a:hover span{
	color:#F00;
}
.er .er_b .er_r{
	width:25%;
	float:left;
	text-align:center;
}
.er .er_b .er_r img{
	width:90%;
	height:auto;
	max-width:200px;
}
.nav_b li .er li{
	width:100%;
	height:22px;
	line-height:22px;
	text-align:left;
	font-size:14px;
	color:#888;
}
.nav_b li .er li a{
	font-size:14px;
	color:#888;
	padding:0px;
	margin:0px;
	margin-left:10px;
}
.nav_b li .er li a:hover{
	color:#FE0904;
}

/*2015-01-04修改*/
.header .nav a{
	font-size:16px;
	color:#727272;
	display:inline-block;
	*display:inline;
	zoom:1;
	margin:0px 10px;
}
.header .nav a.now{
	color:#0181BB;
	border-bottom:2px solid #F00;
}
.header .head_r{
	width:auto;
	float:right;
	text-align:right;
	margin-right:0.4%;
}
.header .head_r div{
	display:block;
}
.header .head_r .search{
	width:205px;
	height:25px;
	border:1px solid #ddd;
	margin-top:35px;
	text-align:left;
	position:relative;
}
.header .head_r .search input{
	width:178px;
	height:25px;
	border:0px;
}
.header .head_r .search a{
	display:block;
	width:27px;
	height:27px;
	text-align:center;
	line-height:25px;
	background:#717171;
	position:absolute;
	right:-1px;
	top:-1px;
	z-index:2;
}
.header .head_r .search a img{
	width:16px;
	height:16px;
	vertical-align:middle;
}
.header .head_r .lang{
	text-align:right;
	margin-top:8px;
}
.header .head_r .lang img{
	width:33px;
	height:22px;
	margin-left:10px;
}
/*底部*/
.footer{
	width:100%;
	max-width:1200px;
	margin:0px auto;
	background:#EDEDED;
	color:#555;
	text-align:left;
}
.footer .f_left{
	width:70%;
	float:left;
	border-right:1px solid #ddd;
}
.footer .f_left ul{
	width:100%;
}
.footer .f_left ul .col{
	width:22%;
	float:left;
	margin-left:3%;
}
.footer .f_left ul .col ul{
	width:100%;
	margin-bottom:20px;
}
.footer .f_left ul .col ul li{
	width:100%;
	height:22px;
	line-height:22px;
}
.footer .f_left ul .col ul li a{
	font-size:12px;
	color:#555;
}
.footer .f_left ul .col ul li a:hover{
	color:#000;
}
.footer .f_left ul .col ul li.title{
	height:40px;
	line-height:40px;
	margin-top:10px;
}
.footer .f_left ul .col ul li.title a{
	font-size:14px;
	color:#454545;
	font-weight:bold;
}
.footer .f_left .frsp{
	width:92%;
	padding:0px 1%;
	height:30px;
	text-align:center;
	margin-left:3%;
	background:#CBCBCB;
	color:#555;
	font-size:12px;
	line-height:30px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	overflow:hidden;
	margin-bottom:10px;
}
.footer .f_left .frsp span , .footer .f_left .frsp a{
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:middle;
}
.footer .f_left .frsp span{
	color:#333;
}
.footer .f_left .frsp a{
	font-size:12px;
	color:#555;
	margin:0px 5px;
}
.footer .f_left .frsp a:hover{
	color:#000;
}
.footer .f_right{
	float:right;
}
.f_right ul{
	width:90%;
	margin-left:5%;
}
.f_right ul li{
	width:100%;
	height:25px;
	line-height:25px;
	color:#555;
	font-size:12px;
}
.f_right ul li a{
	font-size:12px;
	color:#444;
}
.f_right ul li.share{
	height:60px;
	line-height:60px;
}
.f_right ul li.share img{
	width:29px;
	height:30px;
	margin-right:5px;
	vertical-align:top;
	margin-top:15px;
	-webkit-filter: grayscale(100%); 
	-webkit-filter: grayscale(1); 
	filter: grayscale(100%);
}
.f_right ul li.share img:hover{
	-webkit-filter: grayscale(0); 
	-webkit-filter: grayscale(0); 
	filter: grayscale(0);
}
.f_right ul li.f_logo{
	height:42px;
	margin:8px 0px;
}
.f_right ul li.f_logo img{
	width:118px;
	height:42px;
}
.f_right ul li.code{
	height:145px;
}
.f_right ul li.code div{
	width:102px;
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-right:10px;
}
.f_right ul li.code div img{
	width:102px;
	height:102px;
	vertical-align:top;
}
.f_right ul li.code div span{
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
}