.top{
	height:600px;
}
/* banner */
.c-banner{
	width: 100%;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	display:none;
}
.c-banner:hover .nexImg,.c-banner:hover .preImg{
	display:block;
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 10%;
}
.c-banner .preImg{
	left: 10%;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}

/* banner 结束*/







.top1{
	background-color:#f5f5f5;
	height:650px;
}
.top1 .title{
	padding-top:60px;
}

.top1 ul{
	width:1200px;
	margin: 60px auto;
	height:260px;
	margin-bottom: 70px;
}
.top1 ul li{
	width:240px;
	height:260px;
	float:left;
	transition: all .4s;
}

.top1 ul li:hover{
	margin-top:-10px;
}
.top1 ul li div{
	width:210px;
	height:260px;
	background-color:#fff;
}
.top1 ul li div img{
	display:block;
	margin: 0 auto;
	padding-top:35px;
}
.top1 ul li div:hover img{
	transform:rotateY(360deg);
	transition:.6s;
}
.top1 ul li div p{
	text-align:center;
	font-size:20px;
	color:#000;
	margin:25px 0;
}
.top1 ul li div p:hover{
	color:#cfb26a;
}
.top1 ul li div a{
	display:block;
	margin: 0 auto;
	text-align:center;
	line-height:35px;
	width:108px;
	height:35px;
	border:1px solid #898989;
	font-size:16px;
	color:#747474;
}
.top1 ul li div a:hover{
	background-color:#cfb26a;
	color:#fff;
}




.top2{
	height:755px;
}
.top2 .title{
	padding-top:60px;
}
.top2_nb{
	width:1200px;
	height:460px;
	margin: 30px auto;
	margin-bottom:0;
}
.top_l{
	float:left;
	width:370px;
	margin-left:13px;
	margin-top:10px;
}
.top_l img{
	width:370px;
}
.top_z{
	float:left;
	width: 380px;
	margin-right:30px;
}
.top_z ul{
	padding-top:50px;
}
.top_z ul li{
	height:120px;
}
.top_z ul li img{
	float:left;
	margin-right:20px;
}
.top_z ul li img:hover{
	transform:rotateY(360deg);
	transition:.6s;
}
.top_z ul li p:nth-child(2){
	font-size:18px;
	color:#000;
	padding-top:10px;
}
.top_z ul li p:nth-child(3){
	font-size:15px;
	color:#565656;
	text-align:justify;
}
.top_z ul li p:nth-child(3):hover{
	color:#cfb26a;
}

.top_r{
	float:left;
	width: 390px;
}
.top_r ul{
	padding-top:50px;
}
.top_r ul li{
	height:120px;
}
.top_r ul li img{
	float:left;
	margin-right:20px;
}
.top_r ul li img:hover{
	transform:rotateY(360deg);
	transition:.6s;
}
.top_r ul li p:nth-child(2){
	font-size:18px;
	color:#000;
	padding-top:10px;
}
.top_r ul li p:nth-child(3){
	font-size:15px;
	color:#565656;
	text-align:justify;
}
.top_r ul li p:nth-child(3):hover{
	color:#cfb26a;
}







.top3{
	height:530px;
	background-color:#0b5394;
}
.top3 .title{
	padding-top:80px;
}
.top3 .title h3{
	color:#fff;
}
.top3 .title p{
	color:#fff;
}

.top3 ul{
	width:1200px;
	margin: 70px auto;
}
.top3 ul li{
	width:240px;
	float:left;
}
.top3 ul li img{
	width:100px;
	display:block;
	margin: 0 auto;
	
}
.top3 ul li img:hover{
	transform:rotateY(360deg);
	transition:.6s;
}
.top3 ul li div{
	margin: 0 auto;
	width:220px;
	border-right:1px solid #fff;
	margin-top:20px;
}
.top3 ul li div p:nth-child(1){
	text-align:center;
	font-size:25px;
	color:#fff;
}
.top3 ul li div p:nth-child(1):hover{
	color:#cfb26a;
}
.top3 ul li div p:nth-child(2){
	text-align:center;
	font-size:18px;
	color:#fff;
}
.top3 ul li div p:nth-child(2):hover{
	color:#cfb26a;
}








.top4{
	height:755px;
	background-color:#fff;
}
.top4 .title{
	padding-top:70px;
}
.top4_nb{
	width:1200px;
	height:500px;
	margin: 45px auto;
	border:1px solid #ddd;
	background-color:#f5f5f5;
	box-shadow: 0 2px 2px  #ddd;
}
.top4_l{
	width:600px;
	float:left;
}
.top4_r{
	width:600px;
	float:left;
}
.top4_l_div{
	width:500px;
	height:130px;
	margin: 50px auto;
	margin-bottom:0;
}
.top4_l_div div:nth-child(1){
	width:160px;
	height:120px;
	float:left;
	overflow:hidden;
	margin-left:8px;
}
.top4_l_div div:nth-child(1) img{
	width:160px;
	height:120px;
	transition: all 0.6s;
}
.top4_l_div div:nth-child(1) img:hover{
	transform:scale(1.05);
}
.top4_l_div div:nth-child(2){
	float:right;
	width:280px;
}
.top4_l_div div:nth-child(2) p:nth-child(1){
	font-size:20px;
	color:#000;
	padding-top:5px;
}
.top4_l_div div:nth-child(2) p:nth-child(1):hover{
	color:#cfb26a;
}
.top4_l_div div:nth-child(2) i{
	display:block;
	width:26px;
	height:1px;
	background-color:#adadad;
	margin-top:10px;
	margin-bottom:13px;
}
.top4_l_div div:nth-child(2) p:nth-child(3){
	padding-top:3px;
	font-size:15px;
	color:#999999;
}
.top4_l_div div:nth-child(2) p:nth-child(3):hover{
	color:#cfb26a;
}


.top4_nb ul{
	width:530px;
	height:230px;
	margin: 0 auto;
	overflow:hidden;
}
.top4_nb ul li{
	height:60px;
	line-height:60px;
	border-bottom:1px dashed  #ddd;
}
.top4_nb ul li i{
	display:block;
	background:url("../images/xsjx.png") no-repeat;
	width:5px;
	height:9px;
	float:left;
	margin-top:28px;
	margin-right:15px;
}
.top4_nb ul li:hover i{
	background:url("../images/xsjxjs.png") no-repeat;
}
.top4_nb ul li p{
	font-size:17px;
	color:#999;
}
.top4_nb ul li p:hover{
	color:#cfb26a;
}



.top4_nb > a{
	clear:both;
	display:block;
	margin: 0 auto;
	width:288px;
	height:35px;
	background-color:#0b5394;
	text-align:center;
	line-height:35px;
	color:#fff;
	font-size:16px;
}
.top4_nb > a:hover{
	background-color:#cfb26a;
}



.top5{
	background-color:#f5f5f5;
	height:300px;
}
.top5 .title{
	padding-top:60px;
}
.top5 ul{
	width:1200px;
	margin: 40px auto;
}
.top5 ul li{
	float:left;
	width:240px;
}
.top5 ul li a{
	display:block;
	margin:0 auto;
	width:212px;
	height:82px;
	overflow:hidden;
}
.top5 ul li a img{
	display:block;
	margin: 0 auto;
	transition: all .6s;
}
.top5 ul li a img:hover{
	transform: scale(1.06);
}

.top6{
	height:480px;
}
.top6 .title{
	padding-top:50px;
}

.top6_nb{
	width:1140px;
	margin: 40px auto;
}
.top6_nb > a:nth-child(1){
	display:block;
	float:left;
	width:400px;
	height:249px;
	margin-right:80px;
	margin-left:60px;
	overflow:hidden;
}
.top6_nb > a:nth-child(1) img{
	width:400px;
	transition: all 0.6s;
}
.top6_nb > a:nth-child(1):hover img{
	transform:scale(1.05);
}
.top6_nb a:nth-child(2) p{
	padding-top:10px;
	width:540px;
	float:left;
	font-size:20px;
	line-height:2;
	text-align:justify;
	text-indent:2em;
	color:#000;
}
.top6_nb a:nth-child(2) p:hover{
	color:#cfb26a;
}

