﻿body{
	font-family: Arial, 宋体;
	background: #fff;
}

div.wrapper{
	width:1000px;
	margin:0 auto;
	position:relative;
}
html.mobile div.wrapper{
	width: 100%;
}

/*----------header----------*/
.header{

}
.header >.a{
	height: 80px;
	background: #f3f8fa;
}
.header >.b{
	height: 360px;
}
.header >.c{
	height: 45px;
	background: #e7e7e7;
}
.header .logo{
	display: inline-block;
	width: 241px;
	height: 62px;
	background: url(../images/logo.png);
	position: absolute;
	top: 10px;
	left: 0;
}
.header .call{
	position: absolute;
	top: 25px;
	left: 345px;
}
.header .srch{
	display: inline-block;
	width: 285px;
	height: 37px;
	background: url(../images/ip_1.png);
	position: absolute;
	top: 22px;
	right: 0;
}
.header .srch input{
	border: none;
	height: 37px;
	width: 245px;
	background: transparent;
	line-height: 37px\9;
	text-indent: 10px;
	color: #97989c;
	float: left;
}
.header .srch input:focus{
	color: #333;
}
.header .srch a{
	display: inline-block;
	width: 37px;
	height: 37px;
	background: url(../images/ico_1.png) no-repeat center;
	float: right;
}
.header .fbox{
	height: 360px;
	background: none no-repeat center;
}
.header .menu{

}
.header .menu ul{

}
.header .menu ul li{
	float: left;
}
.header .menu ul li a{
	display: inline-block;
	width: 111px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #000;
	font-size: 14px;
}
.header .menu ul li a:hover,
.header .menu ul li a.on{
	/*background: #00adef;*/
	background: url(../images/munebg.png) no-repeat center
}

/*----------mainer----------*/
.mainer{
	min-height:800px;
}

/*----------footer----------*/
.footer{
	border-top: 1px solid #d4d4d4;
	background: #ebedee;
	padding: 15px 0;
}
.footer .info{

}
.footer .info p{
	line-height: 25px;
	color: #97989c;
	font-size: 14px;
	text-align: center;
}
.footer .info p.li{
	color: #232323;
}
.footer .info p.li a{
	color: #232323;
	margin: 0 10px;
}
.footer .info p.li a:hover{
	color: #00adef;
}

/*----------common----------*/
/**/


.outer:hover{filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; }
.img1:hover{filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; }
.img1:hover{filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; }


.prev{padding: 3px 10px;background: #ddd;  text-decoration:none;margin-right: 2px;color:#333}
.page_calss div .current{padding: 3px 6px;background:#00adef;margin-right: 2px;color:#fff}
.num{padding: 3px 10px;background: #ddd;margin-right: 2px; text-decoration:none;color:#333}
.next{padding: 3px 10px;background: #ddd; text-decoration:none;color:#333}
.page_class .current{padding: 3px 6px;background:#00adef;margin-right: 2px;color:#fff}

