@charset "utf-8";
/*分页*/

.pageing_box{
	width: 100%;
	
}
.pageing{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.pageing span{
	display: inline-block;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #eaeaea;
	cursor: pointer;
	color: #5e5e5e;
	margin-right: 10px;
}
.pageing span:hover{
	background: #89c5c2;
	color: #fff;
}
.pageing .boldcor{
	background: #89c5c2;
	color: #fff;
}
.search_page{
	width: 60px;
	background-color: rgba(0,0,0,0);
	border: 1px solid #c6c6c6;
	display: inline-block;
	height: 30px;
	box-size: border-box;
	color: #fff;
	position: relative;
    top: 1px;
	top: -6px\9;
    margin-left: 35px;
    padding-left: 10px;
}
.pageing .go{
	background: #c6c6c6;
	color: #fff;
	margin-left: -4px;
	position: relative;
	top: 1px;
}
.pageing .total{
	background: rgba(0,0,0,0);
}


/*底部css*/
.footer_box{
	width: 100%;
	background: #e6e6e6;
	padding-top: 34px;
	padding-bottom: 22px;
	border-bottom: 1px solid #c2c2c2;
}
.footer{
	width: 1200px;
	margin: 0 auto;
}
.ul1_title{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 25px;
}
.ul1{
	width: 312px;
	/*border-right: 1px solid #c2c2c2;*/
}
.ul1 ul li a{
	color: #939393;
	display: inline-block;
	margin-bottom: 10px;
	width: 35%;
    float: left;
}
.ul1 ul li a:hover{color: #89c5c2;}

.ul2{
	width: 535px;
	text-align: center;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	height: 180px;
}
.footer_img{
	margin-bottom: 20px;
}
.joinus_box div{
	display: inline-block;
	height: 33px;
	line-height: 33px;
}
.joinus_box .arrow{
	width: 33px;
	height: 33px;
	/*background: #333;
	transform: rotate(45deg);*/
	background: url(../images/index/footer.png) center no-repeat;
	background-size: 33px;
	color: #fff;
	font-size: 12px;
	position: relative;
	top: 9px;
	left: -11px;
}
.contact{
	width: 246px;
	background: #fff;
	color: #767676;
	text-align: center;
	font-size: 15px;
}
.join_btn{
	width: 116px;
	height: 37px;
	background: #89c5c2;
	line-height: 37px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	margin-left: -3px;
	cursor: pointer;
}

.ul3{
	width: 350px;
}
.ul3 img{
	display: block;
	width: 60px;
	height: 58px;
}
.ul3_box1{
	height: 58px;
	margin-bottom: 35px;
}
.ul3 p{
	font-size: 15px;
	color: #9d9d9d;
	margin-right: 12px;
}
.ul4{width: 350px;}
.ul4 .title{padding-top: 45px; text-align: right; font-size: 22px;}
.ul4 .title i{color: #77c7c3;}
.ul4 .title em{color: #666;font-weight: bold;font-family: Arial;}
.ul4 dl{padding-left: 20px; line-height: 28px; font-size: 16px;color: #666;margin-top: 20px;}
.ul4 dt{padding-left: 22px;background: url(../images/icon/icon_7.png) left center no-repeat;}
.ul4 dd{width: 260px;}











.footer_btm{
	width: 100%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: #e6e6e6;
	color: #939393;
}
.footer_btm a{padding-left: 11px;color: #939393;}
.footer_btm a:hover{color: #89c5c2;}