@charset "utf-8";
/* CSS Document */
body {
	font-family:Microsoft Yahei, Arial, Helvetica, sans-serif,宋体;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	background-color: #ffffff;
	font-size:12px;
	background-repeat:repeat-x;

}
em ,i {
	font-style: normal
}
a{ text-decoration:none;}
ul, li {
	list-style-type: none;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
 p{
        margin:0px;
        }
img{ border:0px;}	
/*头部开始*/
.header, .content, .footer {
	width: 1000px;
	margin: 0 auto;
}
/*头部开始*/
.t_bg {
	margin: auto;
	width: 100%;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
}
.header {
	margin: auto;
	width: 1000px;
	height: 83px;
	background-image: url(../images/line.png);
}
.header_left {
	float: left;
	width: 716px;
	padding-top: 5px;
}
.log {
	float: left;
	width: 73px;
	margin-right: 10px;

}
.log_p{
	float: left;
	width: 623px;
	color:#333333;
	font-size:24px;
	font-weight:bold;
	height:54px;
	line-height:24px;
	padding-top:12px;

}
.header_right {
	width: 274px;
	float: right;
	padding-top:13px;
}
.tep{
	float:left;
	width:64px;
	margin-right:10px;
	}
.tep_p{
	float:right;
	width:200px;
	color:#00a0e9;
	font-size:24px;
	font-weight:bold;
	}

/*头部结束*/
.menu{
	width:1000px;
	height:30px;
	margin:auto;
	border-bottom:#cccccc solid 1px;
	}
.menu .nav ul {
	clear: both;
	display: block;
	padding:4px 0px;
}
.menu .nav ul li {
	font-size: 14px;
	float: left;
}
.menu .nav ul li a {
	display: block;
	float: left;
	color: #333;
	width:200px;
	text-align:center;
	text-decoration:none;
	padding:0 10px;
}
.menu .nav ul .cur a, .menu .nav ul li a:hover{
	color: #00a0e9;
	text-decoration: none;
}
#select	{
	color: #00a0e9;
	text-decoration: none;
}
/*第一部分*/
#Section1{
	background-color: transparent;
    position: relative;
    width: 100%;
    color: #fff;
    height: 350px;
    min-width: 1000px;
    overflow: hidden;
	background-image:url(../images/one.jpg);
	}
/*第二部分*/
#Section2{
	position:relative;
    bottom: 0;
    z-index: 10;
    min-width: 1000px;
	margin:auto;
	width:1000px;
	padding:40px 0px;
	height:400px;
	}
#Section2 h1{
	text-align:center;
	font-weight:bold;
	color:#333333;
	}
.bg{
	float:left;
	width:500px;
	margin-right:20px;
	height:300px;
	margin-top:10px;
	}
.right{
	width:480px;
	float:right;
	padding-top:80px;
	height:220px;
    margin-top:10px;
	}
.right p{
	font:14px;
	line-height:24px;
	margin-bottom:30px;
	text-indent:20px;
	}
.right span{
	font-size:14px;
	color:#FFF;
	background-color:#00a0e9;
	height:35px;
	padding:10px;
	}
.right span a{
	color:#FFF;
	background-color:#00a0e9;
	}
/*第三部分*/
#Section3{
   position: relative;
    z-index: 9;
    min-width: 1000px;
    background-color: #f7f7f7;
	height:600px;
	}
.block{
	width:1000px;
	margin:auto;
	}
.block h1{
	text-align:center;
	font-weight:bold;
	color:#333333;
	padding:40px 0 10px 0;
	}

#Section3 p{
	width:314px;
	height:35px;
	margin-right:10px;
	font-size:20px;
	color:#FFF;
	text-align:center;
	line-height:35px;
	 background-color: #00a0e9;
	 font-weight:bold;
}
#box{
	width:314px;
	float:left;
	height:223px;
	margin-right:28px;
	margin-bottom:28px;
	}
/*第四部分*/
#Section4{
	position:relative;
    bottom: 0;
    z-index: 8;
    min-width: 1000px;
	margin:auto;
	width:1000px;
	padding:40px 0px;
	height:418px;
	}
#Section4 h1{
	text-align:center;
	font-weight:bold;
	color:#333333;
	}
/*foot*/
.foot{
	width:100%;
	margin:0;
	background-color:#666666;
	height:100px;
	}
.footer{
	width:1000px; margin:0 auto;
	background-color:#666666;
	height:100px;
	}
.footer p{
	color: #ffffff;
	font-size:14px;
	line-height:26px;
	text-align:center; 
	padding:30px 0px;
	}