@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	font-family:"微软雅黑";
}
.top{
	width:100%;
	height:800px;
	background-image:url(../images/timg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	overflow:hidden;
}
.topwb{
	color:white;
	font-size:60px;
	width:500px;
	margin:auto;
	text-align:center;
	margin-top:150px;
}

.nav{
	width:1200px;
	height:75px;
	margin:auto;
	/*border:2px solid #FFF;*/
	border-top:2px dashed #FFF;/*solid 实线 dashed 虚线*/
	border-bottom:2px dashed #FFF;
}
.nav ul li{
	list-style:none;
	float:left;
	width:240px;
	height:75px;
	text-align:center;
	line-height:75px;
}
.nav ul li a{
	color:#FFF;
	text-decoration:none;
	display:block;
	font-size:14px;
}
.nav ul li a:hover{
	background-color:#000;
}

.txt1{
	color:#FFF;
	font-size:24px;
	width:600px;
	margin:auto;
	text-align:center;
	margin-top:150px;
}


.txt2{
	color:#FFF;
	font-size:24px;
	width:600px;
	margin:auto;
	text-align:center;
	margin-top:20px;
}

.txt3{
	color:#FFF;
	font-size:14px;
	width:600px;
	margin:auto;
	text-align:center;
	margin-top:20px;
}


.road{
	width:1200px;
	height:492px;
	margin:auto;
	margin-top:50px;
}
.road-L{
	width:478px;
	height:492px;
	background-color:#000;
	float:left;
}

.road-R{
	width:700px;
	height:492px;
	float:right;
}
.R-up{
	width:680px;
	height:250px;
	border-left:20px solid #000;
	overflow:hidden;
}
.wb-ch{
	color:#000;
	font-size:40px;
	font-weight:bold;
	margin-left:50px;
	margin-top:100px;
}

.wb-en{
	color:#999;
	font-size:30px;
	margin-left:50px;
	font-weight:bold;
}
.R-down{
	margin-top:50px;
	line-height:40px;
}

.con{
	width:1200px;
	height:650px;
	margin:auto;
	margin-top:50px;
}

.con-L{
	width:660px;
	height:650px;
	background-color:#000;
	float:left;
}

.con-R{
	width:530px;
	height:650px;
	background-color:#000;
	float:right;
}
.text1{
	width:306px;
	margin:auto;
	text-align:center;
	font-size:30px;
	color:#FFF;
	margin-top:50px;
}



.text2{
	width:306px;
	margin:auto;
	margin-top:20px;
	color:#FFF;
	text-align:justify;  /*文本两端对齐*/
}

.text3{
	width:306px;
	margin:auto;
	margin-top:80px;
	color:#FFF;
	font-size:20px;
}


.text3 p{
	margin-bottom:10px;
}

.lx{
	width:120px;
	height:40px;
	background-color:#FFF;
	display:block;
	margin:auto;
	margin-top:50px;
	text-align:center;
	line-height:40px;
	color:#000;
	text-decoration:none;
	border-radius:5px;  /* 圆角*/
}

.rj{
	width:100%;
	height:710px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin-top:80px;
	overflow:hidden;
}

.ri-txt1{
	width:500px;
	margin:auto;
	text-align:center;
	font-size:30px;
	color:#FFF;
	margin-top:100px;
}




.ri-txt2{
	width:1000px;
	margin:auto;
	margin-top:50px;
	color:#FFF;
	text-align:justify;
	text-indent:2em; /*首行缩进 1em=16px */
}



.tp{
	width:1200px;
	height:856px;
	background-color:#fff;
	margin:auto;
	position:relative;
	margin-top:-250px;
	overflow:hidden;
}
.list{
	width:812px;
	height:350px;
	margin:auto;
	margin-top:80px;
	
}


.list-L{
	width:300px;
	height:350px;
	float:left;

}


.list-R{
	width:300px;
	height:350px;
	float:right;
	
}
.footer{
	width:100%;
	height:190px;
	background-color:#000;
}
.foot-nr{
	width:1000px;
	height:190px;
	margin:auto;
}





.nr-L{
	width:220px;
	height:190px;
	float:left;
}

.nr-R{
	width:750px;
	height:190px;
	float:right;
}

.nr-L img{
	margin:auto;
	margin-top:40px;
	display:block;
}
.nr-L p{
	color:#FFF;
	text-align:center;
}
.foot-nav{
	width:750px;
	height:95px;
	margin-top:40px;
	border-top:1px dashed #FFF;
	border-bottom:1px dashed #FFF;
}
.dh{
	width:490px;
	height:40px;
	margin:auto;
	margin-top: 26px;
}
.dh ul li{
	list-style:none;
	float:left;
	width:100px;
	height:40px;
	text-align:center;
	line-height:40px;
	margin-right:20px;
}

.dh ul li a{
	color:#FFF;
	text-decoration:none;
	display:block;
	border:1px solid #FFF;
	
	border-radius:5px;
	width:100px;
	height:40px;
	
}
.dh ul li a:hover{
	background-color:#0CF;
	color:#000;
}	
	
	
	
	
	
	
	
	
	
