@charset "utf-8";
/* CSS Document */
a{
text-decoration:none;
}

a:link{
	color:#FFF;	
	}
a:visited{
color:#999;
}
a:hover{
color:#FF0;
}
a:active{
color:#FFF;
}
.greenbox ul li:hover{
	background-color:#02775d;
	box-shadow:0 0 15px #333;
	z-index:2;
}
*{
	margin:0 auto;
	padding:0;
	list-style:none;	
}

body{
	background-color: #282828;
	
}


.top{
	max-width:1920px;
	height:140px;
	background-color:#fff;	
	margin: 0 auto;
	position:relative;	
}

.top .bigbox{
	text-align:left;	
	width:200px;
	height:100%;
	position:absolute;
	right:100px;
	top:30px;
		
}


.top .bigbox p{	
	display:inline;
	line-height:44px;
	font-family:"微软雅黑";
	text-align:center;	
}

.graybox{
	width:1920px;
	height:21px;
	background:#c8c8c8;
	}
.banner {
	width:1920px;
	height:574px;
	margin:0 auto;
	}

.greenbox{
	width:1920px;
	height:91px;
	background:#03876d;
	text-align:center;
}
.greenbox ul {
	width:1503px;
	height:91px;
	margin:0 auto;
	}
.greenbox ul li{
	float:left;
	font-size:22px;
	font-family:"微软雅黑";
	line-height:91px;
	width:150px;	
	}
.box {
	width:1920px;
	height:auto;
	background-image:url(../images/wenhuabeijin.png);
	background-repeat:no-repeat;
	padding-top:25px;
	padding-bottom:25px;
	line-height:60px;
}

.box p{
	font-size:32px;
	text-align:center;
	
	}
.box h3{
	margin-top:50px;
	font-size:45px;
	text-align:center;
	font-family:"宋体";
	color:#FC0;
	font-weight:bold;
	text-shadow:0 0 15px #333;	
	}

.title{
	width:631px;
	height:50px;
	text-align:center;
	font-size:32px;
	font-family:"微软雅黑";
	font-weight:bold;
	color:#03876d;
	background-image:url(../images/line.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	}
	
.contact{
	width:1920px;
	height:468px;
	background:#dadada;
	position:relative;
}
.contact .title2{
	width:622px;
	height:21px;
	background-image:url(../images/imge/line.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	font-size:36px;
	font-family:"微软雅黑";
	color:#03876d;
	font-variant:normal;
	text-align:center;
	line-height:32px;
	margin-top:200px auto;
	position:absolute;
	left:670px;
	top:50px;
	}
.contact .callme{
	width:100%;
	height:447px;
	margin:20px auto;
	position:absolute;
	left:100px;
	top:120px;
	}
	
.contact .callme .callme-little{
	width:600px;
	float:left;
	margin-left:20px;
}
	
.weibu{
	width:1920px;
	height:80px;
	font-size:14px;
	background-color:#03876d;	
	color:#FFF;
	text-align:center;
	line-height:80px;
	
	}

	
	
	