.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .typelist {
	margin-top: -92px;
	position: relative;
	z-index: 10;
}

.banner .typelist ul {
	box-sizing: border-box;
	width: 100%;
	background-color: #0075c2;
	border-top: 4px solid #ffffff;
	background-image: url(../images/service_typelist_icon.png);
	background-repeat: no-repeat;
	background-position: right 60px center;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	padding-top: 28px;
	padding-bottom: 26px;
	padding-left: 30px;
}

.banner .typelist ul li a {
	font-size: 18px;
	color: #71b3df;
	line-height: 34px;
	padding: 0 30px;
	background-image: url(../images/typelist_list_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	
}

.banner .typelist ul li:last-child a {
	background-image: none;
}

.banner .typelist ul li.active a {
	color: #FFFFFF;
}

.main {
	background-color: #f6f6f6;
	padding-bottom: 120px;
	padding-top: 120px;
}

.main .service_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-left: -5px;
	margin-right: -5px;
}

.main .service_list li {
	width: calc((100% - 30px) / 3);
	margin: 0 5px;
	margin-bottom: 10px;
	height: 397px;
}

.main .service_list li:first-child img {
	display: block;
	width: 100%;
}

.main .service_list li .txt {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	padding: 0 70px;
	padding-top: 68px;
}

.main .service_list li .txt .icon {
	display: block;
	width: 74px;
	height: 74px;
	background-color: #0075c2;
	border-radius: 50%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.main .service_list li:nth-of-type(2) .txt .icon {
	background-image: url(../images/tixi_i1.png);
}

.main .service_list li:nth-of-type(3) .txt .icon {
	background-image: url(../images/tixi_i2.png);
}

.main .service_list li:nth-of-type(4) .txt .icon {
	background-image: url(../images/tixi_i3.png);
}

.main .service_list li:nth-of-type(5) .txt .icon {
	background-image: url(../images/tixi_i4.png);
}

.main .service_list li:nth-of-type(6) .txt .icon {
	background-image: url(../images/tixi_i5.png);
}

.main .service_list li .txt .icon .num {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ffbf00;
	font-family: "Dinb";
	font-size: 14px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	line-height: 30px;
}

.main .service_list li .txt h5 {
	font-size: 26px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	line-height: 58px;
	background-image: url(../images/fengcai_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top: 4px;
}

.main .service_list li .txt p.summary {
	font-size: 16px;
	color: #777777;
	line-height: 32px;
	padding-top: 22px;
}



.main #pagination {
	text-align: center;
	display: block;
	height: auto;
	margin-top: 50px;
}

.main #pagination .btn-group {
	display: inline-block;
	height: auto;
}

.main #pagination #page_center_botton {
	display: none;
}

.main #pagination .btn-group .btn {
	font-family: pingfang;
	font-size: 12px;
	color: #FFFFFF;
	padding: 10px 12px;
	background-color: #0075c2;
	margin: 0 5px;
	display: inline-block;
}

.main #pagination .btn-group a.btn {
	background-color: #ffbf00;
	color: #FFFFFF;
}

@media screen and (max-width: 1530px ) {
	
	.main .service_list li {
		height: auto;
	}
	
	.main .service_list li .txt {
		padding: 30px;
	}
	
}

@media screen and (max-width: 550px ) {
	
	.banner .typelist {
		display: none;
	}
	
	.main {
		padding-top: 20px;
		padding-bottom: 70px;
	}
	
	.main .service_list {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.main .service_list li {
		width: calc(100% - 20px);
		margin: 0 10px;
		margin-bottom: 10px;
	}
	
	.main .service_list li .txt h5 {
		font-size: 24px;
	}
	
	.main #pagination {
		margin-top: 20px;
	}
	
}