@charset "utf-8";
/* 内页大图 */
.page-bg{
	height: 260px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 6.5%;
	position: relative;
}
.page-bg .cate-title{
	text-align: center;
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
}
.page-bg .mbx{
	text-align: center;
	margin-top: 22px;
}
.page-bg .mbx .box{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #ffffff;
	padding-left: 30px;
	background: url(../images/home.png) no-repeat left center;
}
.page-bg .mbx .box a{
	color: #ffffff;
	transition: all .3s;
}
.page-bg .mbx .box a:hover{
	color: #24aae1;
}
@media screen and (max-width:750px) {
	.page-bg{
		height: 240px;
		padding-top: 0;
	}
	.page-bg .cate-title{
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
	}
	.page-bg .mbx{
		margin-top: 0;
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		text-align: left;
		background: rgba(0,0,0,.4);
		padding: 0 15px;
	}
	.page-bg .mbx .box{
		font-size: 14px;
		padding: 10px 0;
		background: none;
	}
}
/* 内页大图 */

/* 二级分类 */
.cate-list{
	font-size: 0;
	background: #f5f5f5;
}
.cate-list .list{
	text-align: center;
}
.cate-list .list .item{
	display: inline-block;
	vertical-align: top;
	padding: 33px 0;
	position: relative;
}
.cate-list .list .item::after{
	content: '|';
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	-o-transform: translate(50%,-50%);
	-moz-transform: translate(50%,-50%);
	-webkit-transform: translate(50%,-50%);
}
.cate-list .list .item:last-child::after{
	display: none;
}
.cate-list .list .item a{
	display: block;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 24px;
	padding: 0 25px;
	transition: all .3s;
}
.cate-list .list .item.active a,
.cate-list .list .item:hover a{
	color: #24aae1;
}
@media (min-width:751px) and (max-width:1024px) {
	.cate-list .list .item a{
		font-size: 16px;
	}
}
@media screen and (max-width:750px) {
	.cate-list .list{
		text-align: left;
		overflow-y: scroll;
		white-space: nowrap;
	}
	.cate-list .list .item{
		padding: 10px 0;
		margin-right: 25px;
	}
	.cate-list .list .item:last-child{
		margin-right: 0;
	}
	.cate-list .list .item a{
		font-size: 14px;
		line-height: 20px;
		padding: 5px 0;
		font-weight: normal;
	}
	.cate-list .list .item::after{
		display: none;
	}
}
/* 二级分类 */

/* 公司简介内页1 */
.company-info1{
	padding: 80px 0;
}
.company-info1 .cate-title{
	text-align: center;
}
.company-info1 .cate-title .title{
	font-size: 30px;
	color: #202020;
	letter-spacing: 2px;
	line-height: 100%;
}
.company-info1 .cate-title .desc{
	font-size: 14px;
	color: #888888;
	font-family: 华文细黑;
	margin-top: 20px;
	line-height: 100%;
}
.company-info1 .list{
	text-align: center;
	font-size: 0;
	margin-top: 70px;
	margin-bottom: 60px;
}
.company-info1 .list .item{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding-top: 1.5px;
	padding-bottom: 1.5px;
	padding-right: 125px;
	margin-right: 125px;
	border-right: 1px solid #dddddd;
}
.company-info1 .list .item:last-child{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.company-info1 .list .item .num{
	font-size: 42px;
	color: #24aae1;
	font-weight: bold;
	line-height: 100%;
}
.company-info1 .list .item .num span{
	font-size: 36px;
	font-weight: normal;
	line-height: 100%;
}
.company-info1 .list .item .title{
	font-size: 18px;
	color: #888888;
	line-height: 100%;
	margin-top: 15px;
}

@media (min-width: 1024px) and (max-width: 1199px){
	.company-info1 .list .item{
		padding-right: 90px;
		margin-right: 90px;
	}
}
@media (min-width: 751px) and (max-width: 1023px){
	.company-info1 .list .item{
		padding-right: 50px;
		margin-right: 50px;
	}
	.company-info1 .list .item .num{
		font-size: 34px;
	}
	.company-info1 .list .item .num span{
		font-size: 28px;
	}
	.company-info1 .list .item .title{
		font-size: 15px;
	}
}
@media screen and (max-width:750px) {
	.company-info1 .cate-title .title{
		font-size: 24px;
	}
	.company-info1 .cate-title .desc{
		font-size: 12px;
	}
	.company-info1 .list{
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.company-info1 .list .item{
		padding: 15px 0;
		margin: 0;
		width: 50%;
	}
	.company-info1 .list .item:nth-child(1),
	.company-info1 .list .item:nth-child(2){
		border-bottom: 1px solid #dddddd;
	}
	.company-info1 .list .item:nth-child(2n){
		border-right: none;
	}
	.company-info1 .list .item .num{
		font-size: 28px;
	}
	.company-info1 .list .item .num span{
		font-size: 20px;
	}
	.company-info1 .list .item .title{
		font-size: 13px;
		margin-top: 8px;
	}
}

.company-info1 .company-singlepage{
	max-width: 1230px;
	margin: 0 auto;
	font-size: 18px;
	color: #555555;
	line-height: 50px;
}
@media (min-width:1080px) and (max-width:1319px) {
	.company-info1 .company-singlepage{
		font-size: 16px;
		line-height: 40px;
	}
}
@media (min-width:751px) and (max-width:1079px) {
	.company-info1 .company-singlepage{
		font-size: 15px;
		line-height: 35px;
	}
}
@media screen and (max-width:750px) {
	.company-info1 .company-singlepage{
		font-size: 14px;
		line-height: 30px;
	}
}

.company-info1 .img-list{
	text-align: center;
	font-size: 0;
	max-width: 1290px;
	margin: 60px auto 0;
	transition: all .3s;
}
.company-info1 .img-list .item{
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 300px;
	overflow: hidden;
	position: relative;
	margin-right: 30px;
	cursor: pointer;
	border-radius: 100%;
	transition: all .3s;
}
.company-info1 .img-list .item:last-child{
	margin-right: 0;
}
.company-info1 .img-list .item .pic{
	
}
.company-info1 .img-list .item .pic .icon{
	
}
.company-info1 .img-list .item .c-mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1,1,1,.45);
	transition: all .3s;
}
.company-info1 .img-list .item .c-mask .box{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	height: 26px;
	overflow: hidden;
	transition: all .3s;
}
.company-info1 .img-list .item .c-mask .title{
	font-size: 20px;
	color: #ffffff;
	transition: all .3s;
}
.company-info1 .img-list .item .c-mask .desc{
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 0 40px;
	margin-top: 20px;
	transition: all .3s;
}
.company-info1 .img-list .item:hover .c-mask{
	background: rgba(36,170,225,.85);
}
.company-info1 .img-list .item:hover .c-mask .box{
	height: auto;
}
@media (min-width:1080px) and (max-width:1319px) {
	.company-info1 .img-list{
		max-width: 1050px;
	}
	.company-info1 .img-list .item{
		width: 240px;
		height: 240px;
	}
	.company-info1 .img-list .item .c-mask .title{
		font-size: 18px;
	}
	.company-info1 .img-list .item .c-mask .desc{
		font-size: 14px;
		line-height: 24px;
		padding: 0 30px;
		margin-top: 10px;
	}
}
@media (min-width:751px) and (max-width:1079px) {
	.company-info1 .img-list{
		max-width: 100%;
		margin: 30px auto 0;
	}
	.company-info1 .img-list .item{
		width: 165px;
		height: 165px;
		margin-right: 20px;
	}
	.company-info1 .img-list .item .c-mask .title{
		font-size: 14px;
	}
	.company-info1 .img-list .item .c-mask .desc{
		font-size: 12px;
		line-height: 16px;
		padding: 0 20px;
		margin-top: 4px;
	}
}
@media screen and (max-width:750px) {
	.company-info1{
		padding: 40px 0;
	}
	.company-info1 .img-list{
		max-width: 100%;
		margin: 20px auto 0;
	}
	.company-info1 .img-list .item{
		width: 48.5%;
		height: 0;
		padding-bottom: 48.5%;
		margin-right: 3%;
		margin-top: 15px;
	}
	.company-info1 .img-list .item:nth-child(2n){
		margin-right: 0;
	}
	.company-info1 .img-list .item .c-mask .title{
		font-size: 14px;
	}
	.company-info1 .img-list .item .c-mask .desc{
		font-size: 12px;
		line-height: 16px;
		padding: 0 20px;
		margin-top: 4px;
	}
}


/* 公司简介内页1 */
/* 公司简介内页2 */
.company-info2{
	padding: 60px 0 75px;
	background: #f7f8fa;
}
.company-info2 .cate-title{
	text-align: center;
}
.company-info2 .cate-title .title{
	font-size: 30px;
	color: #202020;
	letter-spacing: 2px;
	line-height: 100%;
}
.company-info2 .cate-title .desc{
	font-size: 14px;
	color: #888888;
	font-family: 华文细黑;
	margin-top: 20px;
	line-height: 100%;
}
.company-info2 .content{
	padding-left: 115px;
	margin-top: 60px;
	transition: all .3s;
}
.company-info2 .content .pic{
	width: 550px;
	height: 360px;
	position: relative;
	overflow: hidden;
	transition: all .3s;
}
.company-info2 .content .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.company-info2 .content .list{
	width: 600px;
	transition: all .3s;
}
.company-info2 .content .list .item{
	padding-left: 90px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: left 12px center;
	background-repeat: no-repeat;
	margin-bottom: 60px;
	transition: all .3s;
}
.company-info2 .content .list .item:last-child{
	margin-bottom: 0;
}
.company-info2 .content .list .item:nth-child(1){
	background-image: url(../images/icon14.png);
}
.company-info2 .content .list .item:nth-child(2){
	background-image: url(../images/icon7.png);
}
.company-info2 .content .list .item:nth-child(3){
	background-image: url(../images/icon8.png);
}
.company-info2 .content .list .item .title{
	font-size: 20px;
	color: #000000;
	letter-spacing: 2px;
	line-height: 100%;
}
.company-info2 .content .list .item .desc{
	font-size: 14px;
	color: #888888;
	line-height: 25px;
	margin-top: 5px;
}
@media (min-width:1024px) and (max-width:1299px) {
	.company-info2 .content{
		padding-left: 0;
	}
	.company-info2 .content .pic{
		width: 450px;
		height: 300px;
	}
	.company-info2 .content .list{
		width: 500px;
	}
	.company-info2 .content .list .item{
		padding-left: 80px;
		margin-bottom: 20px;
	}
}
@media (min-width:751px) and (max-width:1023px) {
	.company-info2 .content{
		padding-left: 0;
	}
	.company-info2 .content .pic{
		width: 450px;
		height: 300px;
		float: none;
		margin: 0 auto;
	}
	.company-info2 .content .list{
		width: 500px;
		float: none;
		margin: 30px auto 0;
	}
	.company-info2 .content .list .item{
		padding-left: 80px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:750px) {
	.company-info2 .content{
		padding-left: 0;
		margin-top: 30px;
	}
	.company-info2 .content .pic{
		width: 100%;
		height: 240px;
		float: none;
		margin: 0 auto;
	}
	.company-info2 .content .list{
		width: 100%;
		float: none;
		margin: 20px auto 0;
	}
	.company-info2 .content .list .item{
		padding-left: 60px;
		margin-bottom: 20px;
		background-position: left 3px top;
	}
}
/* 公司简介内页2 */

/* 团队介绍内页1 */
.tuandui-info1{
	padding: 80px 0;
}
.tuandui-info1 .cate-title{
	text-align: center;
}
.tuandui-info1 .cate-title .title{
	font-size: 30px;
	color: #202020;
	letter-spacing: 2px;
	line-height: 100%;
}
.tuandui-info1 .cate-title .desc{
	font-size: 14px;
	color: #888888;
	font-family: 华文细黑;
	margin-top: 20px;
	line-height: 100%;
}
.tuandui-info1 .tuandui-singlepage{
	max-width: 1200px;
	margin: 65px auto 0;
	font-size: 18px;
	color: #555555;
	line-height: 50px;
	text-indent: 36px;
}
.tuandui-info1 .list{
	font-size: 0;
	margin-top: 100px;
	text-align: center;
}
.tuandui-info1 .list .item{
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 320px;
	border: 1px solid #eeeeee;
	background: #f0f2f3;
	text-align: center;
	margin-right: 10px;
	padding: 37px 20px 34px;
}
.tuandui-info1 .list .item:last-child{
	margin-right: 0;
}
.tuandui-info1 .list .item .icon{
	width: 100px;
	height: 100px;
}
.tuandui-info1 .list .item .title{
	font-size: 22px;
	color: #000000;
	line-height: 100%;
	margin-top: 15px;
}
.tuandui-info1 .list .item .en_title{
	font-size: 18px;
	color: #777777;
	line-height: 100%;
	margin-top: 12px;
}
.tuandui-info1 .list .item .desc{
	font-size: 14px;
	color: #555555;
	line-height: 30px;
	margin-top: 20px;
	text-align: left;
	height: 150px;
	overflow: hidden;
}
@media (min-width:1024px) and (max-width:1340px) {
	.tuandui-info1 .tuandui-singlepage{
		margin: 50px auto 0;
		font-size: 16px;
		line-height: 40px;
		text-indent: 32px;
	}
	.tuandui-info1 .list{
		margin-top: 60px;
	}
	.tuandui-info1 .list .item{
		width: 241px;
		padding: 24px 15px 30px;
	}
	.tuandui-info1 .list .item .icon{
		width: 90px;
		height: 90px;
	}
	.tuandui-info1 .list .item .title{
		font-size: 20px;
		margin-top: 12px;
	}
	.tuandui-info1 .list .item .en_title{
		font-size: 16px;
		margin-top: 10px;
	}
	.tuandui-info1 .list .item .desc{
		font-size: 14px;
		line-height: 26px;
		margin-top: 15px;
		height: 182px;
	}
}
@media (min-width:751px) and (max-width:1023px) {
	.tuandui-info1{
		padding: 55px 0;
	}
	.tuandui-info1 .tuandui-singlepage{
		margin: 50px auto 0;
		font-size: 16px;
		line-height: 40px;
		text-indent: 32px;
	}
	.tuandui-info1 .list{
		margin-top: 30px;
	}
	.tuandui-info1 .list .item{
		width: 47%;
		margin-right: 6%;
		margin-top: 30px;
		padding: 24px 30px 30px;
	}
	.tuandui-info1 .list .item:nth-child(2n){
		margin-right: 0;
	}
	.tuandui-info1 .list .item .icon{
		width: 90px;
		height: 90px;
	}
	.tuandui-info1 .list .item .title{
		font-size: 20px;
		margin-top: 12px;
	}
	.tuandui-info1 .list .item .en_title{
		font-size: 16px;
		margin-top: 10px;
	}
	.tuandui-info1 .list .item .desc{
		font-size: 14px;
		line-height: 26px;
		margin-top: 15px;
		height: 130px;
	}
}

@media screen and (max-width:750px) {
	.tuandui-info1{
		padding: 40px 0;
	}
	.tuandui-info1 .cate-title .title{
		font-size: 28px;
	}
	.tuandui-info1 .cate-title .desc{
		font-size: 12px;
	}
	.tuandui-info1 .tuandui-singlepage{
		margin: 30px auto 0;
		font-size: 14px;
		line-height: 30px;
		text-indent: 28px;
	}
	.tuandui-info1 .list{
		margin-top: 0;
	}
	.tuandui-info1 .list .item{
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
		padding: 24px 15px 30px;
	}
	.tuandui-info1 .list .item .icon{
		width: 90px;
		height: 90px;
	}
	.tuandui-info1 .list .item .title{
		font-size: 20px;
		margin-top: 12px;
	}
	.tuandui-info1 .list .item .en_title{
		font-size: 16px;
		margin-top: 10px;
	}
	.tuandui-info1 .list .item .desc{
		font-size: 14px;
		line-height: 26px;
		margin-top: 15px;
		height: 130px;
	}
}

.tuandui-info2{
	padding-top: 20px;
	padding-bottom: 150px;
}
.tuandui-info2 .cate-title{
	padding-left: 20px;
	border-left: 3px solid #24aae1;
	padding-bottom: 2px;
}
.tuandui-info2 .cate-title .title{
	font-size: 30px;
	color: #555555;
	line-height: 100%;
}
.tuandui-info2 .cate-title .desc{
	font-size: 24px;
	color: #cccccc;
	line-height: 100%;
	margin-top: 10px;
	font-weight: lighter;
}

.tuandui-info2 .tuandui-box{
	position: relative;
	font-size: 0;
}
.tuandui-info2 .tuandui-box .item{
	position: absolute;
	background: #24aae1;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 126px;
	text-align: right;
	border-radius: 12px;
	left: 20px;
	top: 48px;
	max-width: 465px;
}
.tuandui-info2 .tuandui-box .item:nth-child(2){
	top: 330px;
	left: 65px;
}
.tuandui-info2 .tuandui-box .item:nth-child(3){	
	padding-left: 126px;
	padding-right: 20px;
	text-align: left;
	left: auto;
	right: 0;
	top: 0;
}
.tuandui-info2 .tuandui-box .item:nth-child(4){	
	padding-left: 126px;
	padding-right: 20px;
	text-align: left;
	left: auto;
	right: 30px;
	top: 350px;
}

.tuandui-info2 .tuandui-box .item .content{
	
}
.tuandui-info2 .tuandui-box .item .content .title{
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
}
.tuandui-info2 .tuandui-box .item .content .desc{
	font-size: 14px;
	color: #ffffff;
	line-height: 22px;
	margin-top: 12px;
}
.tuandui-info2 .tuandui-box .item .pic{
	width: 100px;
	height: 100px;
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.tuandui-info2 .tuandui-box .item:nth-child(3) .pic{
	right: auto;
	left: 13px;
}
.tuandui-info2 .tuandui-box .item:nth-child(4) .pic{
	right: auto;
	left: 13px;
}
.tuandui-info2 .tuandui-box .item .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.tuandui-info2 .tuandui-box .tuidui-bg{
	width: 448px;
	height: 448px;
	margin: 0 auto;
	background: url(../picture/tuandui-bg.png) no-repeat center;
	position: relative;
}
.tuandui-info2 .tuandui-box .tuidui-bg .a-box{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.tuandui-info2 .tuandui-box .tuidui-bg img{
	
}
.tuandui-info2 .tuandui-box .tuidui-bg .content{
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	margin-top: 30px;
	padding: 0 45px;
}
@media screen and (max-width:1439px) {
	.tuandui-info2{
		padding-bottom: 60px;
	}
	.tuandui-info2 .tuandui-box{
		margin-top: 40px;
	}
	.tuandui-info2 .tuandui-box .tuidui-bg{
		display: none;
	}
	.tuandui-info2 .tuandui-box .item{
		position: relative;
		left: initial!important;
		top: initial!important;
		right: initial!important;
		max-width: 100%;
		margin-top: 20px;
		padding-left: 100px!important;
		padding-right: 20px!important;
		text-align: left;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.tuandui-info2 .tuandui-box .item .pic{
		right: auto!important;
		left: 13px!important;
		width: 70px;
		height: 70px;
	}
}
/* 团队介绍内页1 */

/* 联系我们内页 */
.contact-info1{
	padding: 80px 0;
}
.contact-info1 .cate-title{
	text-align: center;
}
.contact-info1 .cate-title .title{
	font-size: 30px;
	color: #202020;
	letter-spacing: 2px;
	line-height: 100%;
}
.contact-info1 .cate-title .desc{
	font-size: 14px;
	color: #888888;
	font-family: 华文细黑;
	margin-top: 20px;
	line-height: 100%;
}
.contact-info1 .list{
	margin-top: 80px;
}
.contact-info1 .list .item{
	width: 32%;
	height: 0;
	padding-bottom: 19.5%;
	overflow: hidden;
	position: relative;
	margin-right: 2%;
	margin-top: 25px;
}
.contact-info1 .list .item .icon{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.contact-info1 .list .item .content{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 10;
	padding: 15px;
}
.contact-info1 .list .item .content .title{
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 3px;
}
.contact-info1 .list .item .content p{
	font-size: 14px;
	color: #ffffff;
	line-height: 25px;
}
@media screen and (min-width:751px) {
	.contact-info1 .list .item:nth-child(3n){
		margin-right: 0;
	}
	.contact-info1 .list .item:nth-child(1),
	.contact-info1 .list .item:nth-child(2),
	.contact-info1 .list .item:nth-child(3){
		margin-top: 0;
	}
}
@media (min-width:751px) and (max-width:1023px) {
	.contact-info1{
		padding: 40px 0;
	}
	.contact-info1 .list{
		margin-top: 40px;
	}
	.contact-info1 .list .item .content{
		padding: 10px;
	}
	.contact-info1 .list .item .content .title{
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 6px;
	}
	.contact-info1 .list .item .content p{
		font-size: 12px;
		line-height: 18px;
	}
}
@media screen and (max-width:750px) {
	.contact-info1{
		padding: 40px 0;
	}
	.contact-info1 .list{
		margin-top: 40px;
	}
	.contact-info1 .list .item{
		width: 100%;
		padding-bottom: 55%;
		margin-right: 0;
	}
	.contact-info1 .list .item:nth-child(1){
		margin-top: 0;
	}
	.contact-info1 .list .item .content{
		padding: 10px;
	}
	.contact-info1 .list .item .content .title{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 6px;
	}
	.contact-info1 .list .item .content p{
		font-size: 12px;
		line-height: 22px;
	}
}
/* 联系我们内页 */

/* 人才招聘内页1 */
.job-info1{
	padding: 80px 0;
}
.job-info1 .cate-title{
	text-align: center;
}
.job-info1 .cate-title .title{
	font-size: 30px;
	color: #202020;
	letter-spacing: 2px;
	line-height: 100%;
}
.job-info1 .cate-title .desc{
	font-size: 14px;
	color: #888888;
	font-family: 华文细黑;
	margin-top: 20px;
	line-height: 100%;
}
.job-info1 .list{
	margin-top: 70px;
	font-size: 0;
	text-align: center;
}
.job-info1 .list .item{
	display: inline-block;
	vertical-align: top;
	width: 22%;
	height: 180px;
	background: #f3f8fc;
	margin-right: 4%;
	margin-top: 40px;
	padding-top: 43px;
}
.job-info1 .list .item:last-child{
	margin-right: 0;
}
.job-info1 .list .item .pic{
	width: 60px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.job-info1 .list .item .icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.job-info1 .list .item .title{
	font-size: 16px;
	text-align: center;
	color: #444444;
	line-height: 20px;
	margin-top: 14px;
}

@media screen and (min-width:751px) {
	.job-info1 .list .item:nth-child(4n){
		margin-right: 0;
	}
	.job-info1 .list .item:nth-child(1),
	.job-info1 .list .item:nth-child(2),
	.job-info1 .list .item:nth-child(3),
	.job-info1 .list .item:nth-child(4){
		margin-top: 0;
	}
}
@media screen and (max-width:750px) {
	.job-info1{
		padding: 40px 0;
	}
	.job-info1 .list{
		margin-top: 30px;
	}
	.job-info1 .list .item{
		width: 49%;
		margin-right: 2%;
		margin-top: 15px;
	}
	.job-info1 .list .item:nth-child(2n){
		margin-right: 0;
	}
	.job-info1 .list .item:nth-child(1),
	.job-info1 .list .item:nth-child(2){
		margin-top: 0;
	}
	.job-info1 .list .item .title{
		font-size: 14px;
	}
}

.job-info2{
	background: #f3f8fc;
	padding-top: 55px;
	padding-bottom: 55px;
}
.job-info2 .cate-title{
	font-size: 30px;
	color: #202020;
	letter-spacing: 2px;
	text-align: center;
	line-height: 100%;
	margin-bottom: 55px;
}
.job-info2 .list-1{
	text-align: center;
	font-size: 0;
	margin-bottom: 45px;
}
.job-info2 .list-1 .item{
	display: inline-block;
	vertical-align: top;
	width: 12.8%;
	height: 0;
	position: relative;
	margin-right: 4.64%;
	border-radius: 100%;
	overflow: hidden;
	padding-bottom: 12.8%;
}
.job-info2 .list-1 .item:last-child{
	margin-right: 0;
}
.job-info2 .list-1 .item .pic{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.job-info2 .list-1 .item .title{
	font-size: 18px;
	color: #ffffff;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
@media (min-width:751px) and (max-width:1023px) {
	.job-info2 .list-1 .item .title{
		font-size: 14px;
	}
}
@media screen and (max-width:750px) {
	.job-info2 .cate-title{
		font-size: 24px;
		margin-bottom: 35px;
	}
	.job-info2 .list-1 .item{
		width: 32%;
		padding-bottom: 32%;
		margin-right: 2%;
		margin-top: 15px;
	}
	.job-info2 .list-1 .item:nth-child(3n){
		margin-right: 0;
	}
	.job-info2 .list-1 .item .title{
		font-size: 12px;
	}
}

.job-info2 .list-2{
	text-align: center;
	font-size: 0;
	max-width: 790px;
	margin: 0 auto;
}
.job-info2 .list-2 .item{
	display: inline-block;
	vertical-align: top;
	width: 10.8%;
	margin-right: 18.9%;
}
.job-info2 .list-2 .item:last-child{
	margin-right: 0;
}
.job-info2 .list-2 .item .pic{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}
.job-info2 .list-2 .item .pic .icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.job-info2 .list-2 .item .title{
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
}
@media screen and (max-width:750px) {
	.job-info2 .list-2 .item{
		margin-right: 2%;
		width: 23.5%;
	}
	.job-info2 .list-2 .item .pic .icon{
		width: 60%;
	}
	.job-info2 .list-2 .item .title{
		font-size: 14px;
		margin-top: 0;
	}
}

.job-info3{
	padding: 75px 0 110px;
}
.job-info3 .item{
	width: 48%;
	margin-right: 4%;
}
.job-info3 .item:nth-child(2n){
	margin-right: 0;
}
.job-info3 .item .title{
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 8px;
}
.job-info3 .item .title_1{
	font-size: 16px;
	color: #25aae1;
	line-height: 30px;
	margin-bottom: 5px;
}
.job-info3 .item .desc{
	font-size: 14px;
	color: #888888;
	line-height: 22px;
}
@media screen and (max-width:750px) {
	.job-info3 .item{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}
/* 人才招聘内页1 */


/* 发展历程内页 */
.history-info{
	padding: 80px 0;
}
.history-info .cate-title{
	text-align: center;
	margin-bottom: 203px;
}
.history-info .cate-title .title{
	font-size: 30px;
	color: #202020;
	letter-spacing: 2px;
	line-height: 100%;
}
.history-info .cate-title .desc{
	font-size: 14px;
	color: #888888;
	font-family: 华文细黑;
	margin-top: 20px;
	line-height: 100%;
}

.historyScroll-top{ 
	margin:133px auto;
	width: 100%;
	position:relative;
	padding: 80px 0;
	font-size: 0;
}
.historyScroll-top::before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 100%;
	background: #dbdde1;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.historyScroll-top .icon{
	width: 119px;
	height: 133px;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.historyScroll-top .icon-bottom{
	bottom: auto;
	top: 100%;
}
.historyScroll-top .hd{
	height:100%;
	width: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.historyScroll-top .hd .prev,
.historyScroll-top .hd .next{
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	cursor:pointer;
	background-position: center;
	background-repeat: no-repeat;
}
.historyScroll-top .hd .prev{
	background-image: url(../images/history-prev.png);
	top: 11px;
	left: 50%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.historyScroll-top .hd .next{
	background-image: url(../images/history-next.png);
	bottom: 11px;
	left: 50%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.historyScroll-top .hd .prevStop{
	cursor: no-drop;
	background-image: url(../images/history-prev-stop.png);
}
.historyScroll-top .hd .nextStop{
	cursor: no-drop;
	background-image: url(../images/history-next-stop.png);			
}
.historyScroll-top .bd{
	overflow: hidden;
	height: 830px;
}
.historyScroll-top .bd ul{
	overflow:hidden;
	zoom:1;
}
.historyScroll-top .bd ul li{
	zoom:1;
	margin-bottom: 50px;
}
.historyScroll-top .bd ul li .content{
	width: 50%;
	min-height: 38px;
	float: right;
	position: relative;
}
.historyScroll-top .bd ul li:nth-child(2n) .content{
	float: left;
}
.historyScroll-top .bd ul li .content .time{
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);			
	width: 116px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	color: #eeeeee;
	font-family: 华文细黑;
	background: #30353e;
}
.historyScroll-top .bd ul li:nth-child(2n) .content .time{
	background: #22ac38;
	right: 0;
	left: auto;
	transform: translate(50%,0);
	-ms-transform: translate(50%,0);
	-o-transform: translate(50%,0);
	-moz-transform: translate(50%,0);
	-webkit-transform: translate(50%,0);
}
.historyScroll-top .bd ul li .content .time::before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 126px;
	height: 1px;
	background: #dddddd;
	top: 50%;
	left:calc(100% + 10px);
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.historyScroll-top .bd ul li .content .time::after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	background: #dddddd;
	border-radius: 100%;
	top: 50%;
	left:calc(100% + 136px);
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}

.historyScroll-top .bd ul li:nth-child(2n) .content .time::before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 126px;
	height: 1px;
	background: #dddddd;
	top: 50%;
	left: auto;
	right:calc(100% + 10px);
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.historyScroll-top .bd ul li:nth-child(2n) .content .time::after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	background: #dddddd;
	border-radius: 100%;
	top: 50%;
	left: auto;
	right:calc(100% + 136px);
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.historyScroll-top .bd ul li:nth-child(3n) .content .time{
	background: #7f7f7f;
}
.historyScroll-top .bd ul li:nth-child(4n) .content .time{
	background: #2ea8e2;
}
.historyScroll-top .bd ul li .content .desc{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	font-size: 18px;
	color: #555555;
	line-height: 38px;
	font-family: 华文细黑;
	padding-left: 219px;
}
.historyScroll-top .bd ul li:nth-child(2n) .content .desc{
	padding-left: 0;
	padding-right: 219px;
	text-align: right;
}
@media (min-width:751px) and (max-width:767px) {
	.historyScroll-top .bd ul li .content .desc{
		font-size: 16px;
		line-height: 20px;
		padding-left: 138px;
	}
	.historyScroll-top .bd ul li .content .time::before{
		width: 60px;
	}
	.historyScroll-top .bd ul li .content .time::after{
		left: calc(100% + 60px);
	}
	.historyScroll-top .bd ul li:nth-child(2n) .content .desc{
		padding-right: 138px;
	}
	.historyScroll-top .bd ul li:nth-child(2n) .content .time::before{
		width: 60px;
	}
	.historyScroll-top .bd ul li:nth-child(2n) .content .time::after{
		right: calc(100% + 60px);
	}
}
@media screen and (max-width:750px) {
	.historyScroll-top .bd ul li .content .time{
		font-size: 12px;
		width: 70px;
	}
	.historyScroll-top .bd ul li .content .desc{
		font-size: 12px;
		line-height: 14px;
		padding-left: 80px;
	}
	.historyScroll-top .bd ul li .content .time::before{
		width: 25px;
		left: calc(100% + 5px);
	}
	.historyScroll-top .bd ul li .content .time::after{
		left: calc(100% + 25px);
	}
	.historyScroll-top .bd ul li:nth-child(2n) .content .desc{
		padding-right: 80px;
	}
	.historyScroll-top .bd ul li:nth-child(2n) .content .time::before{
		width: 25px;
		right: calc(100% + 5px);
	}
	.historyScroll-top .bd ul li:nth-child(2n) .content .time::after{
		right: calc(100% + 25px);
	}
}
/* 发展历程内页 */



















/* 解决方案列表 */
.solution-list{
	padding: 70px 0 150px;
}
.solution-list .list{
	
}
.solution-list .list li{
	width: 705px;
	padding: 50px 15px;
	background: #f5f5f5;
}
.solution-list .list li:nth-child(3n){
	background: #ffffff;
}
.solution-list .list li:nth-child(4n+2){
	background: #ffffff;
}
.solution-list .list li .pic{
	width: 230px;
	height: 170px;
	overflow: hidden;
	position: relative;
	margin-right: 15px;
}
.solution-list .list li .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all .3s;
}
.solution-list .list li .pic:hover img{
	transform: translate(-50%,-50%) scale(1.2);
	-ms-transform: translate(-50%,-50%) scale(1.2);
	-o-transform: translate(-50%,-50%) scale(1.2);
	-moz-transform: translate(-50%,-50%) scale(1.2);
	-webkit-transform: translate(-50%,-50%) scale(1.2);
}
.solution-list .list li .content{
	width: 430px;
}
.solution-list .list li .content .title{
	margin-bottom: 15px;
	font-size: 0;
}
.solution-list .list li .content .title a{
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	color: #212527;
	font-weight: bold;
	transition: all .3s;
}
.solution-list .list li .content .title a:hover{
	color: #24aae1;
}
.solution-list .list li .content .desc{
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 22px;
}
.solution-list .list li .content .more{
	width: 164px;
	height: 42px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #666666;
	border: 1px solid #dddddd;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	background: #ffffff;
	transition: all .3s;
}
.solution-list .list li .content .more:hover{
	border: 1px solid #24aae1;	
	background: #24aae1;
	color: #ffffff;
}
@media (min-width:751px) and (max-width:1439px) {
	.solution-list .list li{
		width: 50%;
		padding: 30px 15px;
	}
	.solution-list .list li .pic{
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.solution-list .list li .content{
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width:750px) {
	.solution-list{
		padding: 40px 0 70px;
	}
	.solution-list .list li{
		width: 100%;
		padding: 20px 15px;
	}
	.solution-list .list li:nth-child(2n){
		background: #ffffff;
	}
	.solution-list .list li:nth-child(2n+1){
		background: #f5f5f5;
	}
	.solution-list .list li .pic{
		display: none;
	}
	.solution-list .list li .content{
		width: 100%;
	}
	.solution-list .list li .content .title{
		margin-bottom: 10px;
	}
	.solution-list .list li .content .title a{
		font-size: 18px;
	}
	.solution-list .list li .content .desc{
		font-size: 14px;
		line-height: 25px;
		height: auto;
		margin-bottom: 12px;
	}
	.solution-list .list li .content .more{
		width: 120px;
		height: 32px;
		line-height: 30px;
		font-size: 14px;
	}
}
/* 解决方案列表 */

/* 单页 */
.singlepage {
	min-height: 600px;
    padding: 30px 0px;
	line-height: 2;
	color: #5A5A5A;
	font-size: 14px;
}
/* 单页 */

/* 解决方案内页 */
.solution-info{
	padding: 50px 0;
}
.article-info{
	font-size: 14px;
	line-height: 1.6;
	color: #cccccc;
	text-align: center;
}
.solution-info .solution-title{
	font-size: 24px;
	line-height: 36px;
	word-wrap: break-word;
	word-break: normal;
	margin-bottom: 8px;
	text-align: center;
	font-weight: bold;
}

/* 解决方案内页新做 */
.solution-info1{
	
}
.solution-info1 .list{
	margin-top: 80px;
}
.solution-info1 .list .item{
	margin-top: 80px;
}
.solution-info1 .list .item:first-child{
	margin-top: 0;
}
.solution-info1 .list .item .content{
	width: 55%;
	float: left;
}
.solution-info1 .list .item .content .title{
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
}
.solution-info1 .list .item .content .desc{
	font-size: 14px;
	color: #7a7a7a;
	line-height: 25px;
}
.solution-info1 .list .item .pic{
	width: 40%;
	float: right;
	border: 1px solid #d3d3d3;
	padding: 15px;
}
.solution-info1 .list .item:nth-child(2n) .content{
	float: right;
}
.solution-info1 .list .item:nth-child(2n) .pic{
	float: left;
}

@media screen and (max-width: 750px) {
	.solution-info1 .list .item .content{
		width: 100%;
	}
	.solution-info1 .list .item .pic{
		width: 100%;
	}
}
/* 解决方案内页新做 */

/* 解决方案内页 */

/* 客户案例列表 */
.case-box{
	padding: 50px 0;
}
.case-list{
	font-size: 0;
}
.case-list li{
	
}
.case-list li .pic{
	display: block;
	height: 206px;
	padding: 15px;
	border: 1px solid #dddddd;
}
.case-list li .pic a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.case-list li .pic img{
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
.case-list li h2.title{
	padding: 10px;
}
.case-list li h2.title a{
	font-size: 15px;
	color: #333333;
	display: block;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 客户案例列表 */

/*上一页/下一页*/
.turn {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px 15px;
	margin-bottom: 50px;
}

.turn p {
	font-size: 12px;
	line-height: 30px;
	color: #333333;
	overflow: hidden;
}

.turn p span{
	display: inline-block;
	vertical-align: middle;
}
.turn p a {
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.turn p a:hover {
	color: #39424b;
	text-decoration: none;
}
/*上一页/下一页*/

/* 新闻列表页 */
.news-list{
	padding: 30px 0;
}
.news{
	padding: 0 15px;
}
.news li{
	padding: 30px 0;
	border-bottom: 1px solid #c7c7c7;
}
.news li .pic{
	
}
.news li .pic a{
	display: block;
	width: 100%;
	height: 100%;
}
.news li .pic img{
	border: 1px solid #c7c7c7;
	min-height: 110px;
}
.news li .content h2{
	
}
.news li .content h2 a{
	display: inline-block;
	max-width: 100%;
	font-size: 18px;
	color: #24aae1;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news li .content p{
	font-size: 14px;
	color: #525252;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin: 10px 0 20px;
}
.news li .content .more{
	display: inline-block;
	width: 100px;
	height: 30px;
	background: #646464;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border-radius: 5px;
	transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}
.news li .content .more:hover{
	background: #24aae1;
}
@media screen and (max-width: 750px){
	.news{
		padding: 0;
	}
	.news li div{
		margin-bottom: 20px;
	}
	.news li h2 a{
		font-size: 16px;
	}
}
/* 新闻列表页 */

/* 分页 */
.pagination-wrapper{ 
  	margin: 20px 0;
} 
.pagination{  
	text-align: center;
	font-size: 0;
} 
.pagination li{
	display: inline-block;
	vertical-align: top;
  	margin-right: 8px; 
}
.pagination li:last-child{
	margin-right: 0;
}
.pagination li a,
.pagination li span{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #dfdfdf; 
  	color: #999;
  	border-radius: 4px;
  	transition: all .3s;
  	background: #f7f7f7;
} 
.pagination li.active span,
.pagination li.disabled span,
.pagination li a:hover{ 
  	background: #24aae1; 
  	color: #fff;
  	border-color: #24aae1;
}
/* 分页 */