@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
body { font-size:12px; color:#999; font-family:"微软雅黑";}
fieldset, img { border:0; }  /*在ie6下面，只要给插入图片加了链接，就会出现小边框*/
img{display:block;}
body,html{width:100%;}
ol, ul { list-style:none; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
em { font-style:normal; }
input, button, select, textarea { outline:none; }
textarea { resize:none; }
a { color: #666; text-decoration:none; }
a:hover { text-decoration:none; }
.clearfix:before,.clearfix:after{
	display:table;
	content:"";}
.clearfix:after{
	clear:both;}
.clearfix{zoom:1;}
/*header*/
.header{ width:100%; background:#fff url(../img/header_bg.png) repeat-x 0 79px; position:fixed;
	top: 0; left: 0; z-index:100; border-bottom:1px solid #f0f0f0; box-sizing:border-box; height:60px; line-height:60px;}
.header-in{ width:100%; height:60px;line-height:60px; margin:0 auto;
	box-sizing: border-box;}
/*logo优化*/
.logo{
	width:271px;
	height:60px;
	background:url(../images/logo.png) no-repeat;
	float:left;
	overflow:hidden;
	margin-right:40px;
	box-sizing:border-box;
}
.logo a{
	width:271px;
	height:0;
	padding-top:60px;
	box-sizing:border-box;
	display:block;
	text-indent:-2000em;
	overflow:hidden;
}
.login{
	float:right;
	text-align:center;
	margin-right:60px;
	font-size:16px;
}
.login a{
	display:inline;
	padding:0;
}
.login a:hover{
	color:#00B58A;
}
.login b{
	color:#666;
}
/*导航开始*/
.nav{ float:left;}
.nav ul{}
.nav li{ float:left; font-size:16px;}
.nav li a{ padding:0 20px; display:inline-block;}
.nav a:hover{ color:#393939; text-decoration:none;}
.nav a.current{ color:#00B58A;}
.nav a.current:hover{ color:#00B58A;}

/*主题部分开始*/
.main{
	width:100%;
	height:auto;
	margin-top: 80px;
}
.tu_01 ,.tu_02,.tu_03{
	margin:0 auto;
}
.tu_01 img,.tu_02 img,.tu_03 img{
	display: block;
	width:100%;
}
/*结尾部分*/
/*copyright-wrap*/
.copyright-wrap{ width: 100%; height: 80px; text-align:center; background:#EEEEF0;}
.copyright{ width: 1000px; height: 55px; margin: 0 auto; text-align:center; padding-top: 25px; color: #999;}
.copyright p{font-size: 14px; color:black;}
.copyright p span{  color:#BD1426;  font-weight:bold;  }
.sss{ width:824px;height:361px; background:url(../images/index-01.gif) no-repeat; position:absolute; left:342px; top:400px; overflow:hidden;}

