@charset "utf-8";
.title{text-align:center; position: relative; padding-top: 50px;}
.title h2{ 
	color: #333333; 
	font-size: 24px; 
	position: relative; 
	line-height: 50px;
	font-weight: bold;
}
.title h2:before{ content: ''; position: absolute; width: 50px; height: 3px; 
	background: #00923f; 
	bottom: 0px; left: 50%; margin-left: -25px; 
}
.title p{ color: #a1a1a1; line-height: 35px; font-size: 14px;}

.title2{text-align:center; position: relative; padding-top: 50px;}
.title2 h2{ 
	color: #333333; 
	font-size: 24px; 
	position: relative; 
	line-height: 50px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}
.title2 h2:before{ content: ''; position: absolute; width: 50px; height: 3px; 
	background: #00923f; 
	bottom: 0px; left: 50%; margin-left: -25px; 
}
.title2 p{ color: #666666; line-height: 35px; font-size: 12px;}
.title2 img{ width: 100%; }


.header{
	font-size: 0;
	background: #fff;
}
.header .logo{
	margin: 10px 0;
	width: 
}
.header .logo a{
	display: inline-block;
	vertical-align: top;
}
.header .logo a img{
	height: 57px;
}

.header .logo a:nth-child(1){
	padding-right: 30px;
	margin-right: 30px;
}

.header .right{
	
}
.header .right .nav{
	
}
.header .right .nav>.yiji{
	
}
.header .right .nav>.yiji>li{
	margin-right: 20px;
}
.header .right .nav>.yiji>li:last-child{
	margin-right: 0;
}
.header .right .nav>.yiji>li>a{
	font-size: 16px;
	color: #333333;
	display: block;
	height: 80px;
	line-height: 80px;
	padding: 0 4px;
	position: relative;
}
/*.header .right .nav>.yiji>li>a:hover,
.header .right .nav>.yiji>li>a.active{	
	color: #d7474c;
}
.header .right .nav>.yiji>li>a:hover:before,
.header .right .nav>.yiji>li>a.active:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: #d7474c;
	top: 0;
	left: 0;
}*/



.footer{
	background: #292a35;
	padding-top: 30px;
}
.footer_a{
	padding-bottom: 30px;
	border-bottom: 1px solid #3f404a;
}
.footer_a ul{
	
}
.footer_a li:nth-child(1){
	width: 12%;
}
.footer_a li:nth-child(2){
	width: 12%;
}
.footer_a li:nth-child(3){
	width: 12%;
}
.footer_a li:nth-child(4){
	width: 12%;
}
.footer_a li:nth-child(5){
	width: 12%;
}
.footer_a li:nth-child(6){
	width: 30%;
}
.footer_a li:nth-child(7){
	width: 10%;
}
.footer_a li h3{
	padding: 10px 0;
	margin-bottom: 0px;
}
.footer_a li h3 a{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
}
.footer_a li p{
	line-height: 30px;	
	font-size: 14px;
	color: #cccccc;
}
.footer_a li p a{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #cccccc;
}
.footer_a li .contact{
	width: 290px;
}
.footer_a li .ewm{
}
.footer_a li .ewm img{
	width: 100%;
}
.footer_a li .ewm p{
	text-align: center;
}
.footer_b{
	padding: 20px 0;
}
.footer_b p{
	font-size: 14px;
	color: #cbe1fa;
	line-height: 20px;
	text-align: center;
}
.footer_b a{
	font-size: 14px;
	color: #cbe1fa;
	line-height: 20px;
}

@media screen and (max-width:1060px) {
	.header .logo a:nth-child(1){ border:none; }
	.header .logo a:nth-child(2){ display: none; }
	.header .right .nav>.yiji>li{
		margin-right: 10px;
	}
}
@media screen and (max-width:840px) {
	.header .menu{
		top: 0px;
		right: 10px;
		background: #1e115e;
		padding: 10px;
		margin: 20px 0;
		display: block!important;
	}
	.header .menu span{
		display: block;
		height: 3px;
		width: 22px;
		background: #ffffff;
		margin-bottom: 4px;
	}
	.header .menu span:last-child{
		margin-bottom: 0;
	}


	.header .right .nav{
		position: fixed;
		width: 180px;
		top: 0;
		left: -100%;
		bottom: 0;
		background: #ffffff;
		z-index: 11;
		overflow-y: scroll;
	}
	.header .right .nav .yiji{
		width: 100%;
	}
	.header .right .nav .yiji>li{
		width: 100%;
		background: none;
		text-align: center;
		margin-right: 0px;
	}
	.header .right .nav .yiji>li>a{
		color: #333333;
		font-size:14px;
		line-height: 40px;
		background: none;
		height: 40px;
	}
	.header .right .nav .yiji>li>a p{
		display: none;
	}
}

@media screen and (max-width:767px) {
	.header .logo h1{ border:none; width: 80%;}
	.header .logo img{
		height: 60px;
	}

	.header .menu{
		top: 0px;
		right: 10px;
		background: #1e115e;
		padding: 10px;
		margin: 20px 0;
		display: block!important;
	}
	.header .menu span{
		display: block;
		height: 3px;
		width: 22px;
		background: #ffffff;
		margin-bottom: 4px;
	}
	.header .menu span:last-child{
		margin-bottom: 0;
	}


	.header .right .nav{
		position: fixed;
		width: 180px;
		top: 0;
		left: -100%;
		bottom: 0;
		background: #ffffff;
		z-index: 11;
		overflow-y: scroll;
	}
	.header .right .nav .yiji{
		width: 100%;
	}
	.header .right .nav .yiji>li{
		width: 100%;
		background: none;
		text-align: center;
		margin-right: 0px;
	}
	.header .right .nav .yiji>li>a{
		color: #333333;
		font-size:14px;
		line-height: 40px;
		background: none;
		height: 40px;
	}
	.header .right .nav .yiji>li>a p{
		display: none;
	}
	
	.footer .footer_a{ display: none; }

}


/*分页*/
.pagination-wrapper{ 
  	margin: 40px 0 20px 0;
  	text-align: center;
} 
.pagination{  
  	font-size: 0;
} 
.pagination li{
	display: inline-block;
	vertical-align: top;
}
.pagination li a{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	margin-right: 8px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #dfdfdf; 
  	color: #999; 
  	text-decoration: none; 
  	border-radius: 4px;
  	box-sizing: border-box;
  	transition: all .3s;
  	background: #f7f7f7;
} 
.pagination li:last-child{
	margin-right: 0;
}
.pagination li a:hover{ 
  	background:#0066cc; 
  	color:#fff; 
  	border-color: #0066cc;
} 
.pagination li.active a { 
  	background: #0066cc; 
  	color: #fff;
  	border-color: #0066cc;
} 
.pagination .pageinfo{
	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #555555; 
  	color: #555555; 
  	box-sizing: border-box;
}
/*分页*/