.channel_content {
	padding: 70px 0;
	min-height: 300px;
}

.channel_content .wrap {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}

.service_concept01 .infor {
	text-align: center;
	color: #000;
}

.service_concept01 .infor .tit {
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 10px;
}

.service_concept01 .infor .con {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.service_concept01 .content {
	margin-top: 30px;
}

.fix:before,
.fix:after {
	display: table;
	clear: both;
	content: '';
}

.service_concept01 .content li {
	width: 30%;
	margin-left: 5%;
	float: left;
	position: relative;
	background: #f5f5f5;
	color: #010101;
	transition: background 0.5s ease;
}

.service_concept01 .content li:first-child {
	margin-left: 0;
}

.service_concept01 .content li.hover {
	background: #04a458;
	color: #fff;
}

.service_concept01 .content li.hover .box div {
	color: #fff;
}

.service_concept01 .content li:after {
	content: '';
	width: 150px;
	height: 150px;
	background: url(../image/service_con_3.png) no-repeat center;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}

.service_concept01 .content li .box {
	padding: 30px 35px 25px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.service_concept01 .content li .box .icon {
	width: 64px;
	height: 73px;
	margin: 0 auto 15px;
}

.service_concept01 .content li:nth-child(1) .box .icon {
	background: url(../image/icon_service_1.png);
	background-repeat: no-repeat;
}

.service_concept01 .content li:nth-child(2) .box .icon {
	background: url(../image/icon_service_2.png);
	background-repeat: no-repeat;
}

.service_concept01 .content li:nth-child(3) .box .icon {
	background: url(../image/icon_service_3.png);
	background-repeat: no-repeat;
}

.service_concept01 .content li .box .tit {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
}

.service_concept01 .content li .box .con {
	font-size: 16px;
	line-height: 30px;
}

.service_concept01 .content li.hover:after {
	opacity: 1;
	visibility: visible;
}

.service_concept01 .content li.hover .box .icon {
	background-position: 0 -73px;
}

.service_concept02 {
	margin-top: 60px;
}

.service_concept02 .infor {
	text-align: center;
	color: #000;
}

.service_concept02 .infor .tit {
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 10px;
}

.service_concept02 .infor .con {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.service_concept02 .content {
	background: url(../image/service_con_1.jpg) no-repeat;
	height: 400px;
	margin-top: 30px;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}

.service_concept02 .left {
	width: 37%;
	background: url(../image/service_con_2.png) no-repeat right top #f2f2f2;
}

.service_concept02 .left .tit {
	font-size: 24px;
	color: #031821;
	font-weight: bold;
	padding: 50px 0 25px;
	padding-left: 10%;
}

.service_concept02 .tab_t {
	font-size: 18px;
	font-weight: 600;
	height: 70px;
	line-height: 70px;
	border-top: 2px solid #e3e3e3;
	text-indent: 90px;
	position: relative;
}

.tab .tab_t {
	cursor: pointer;
}

.service_concept02 .tab_t i {
	font-size: 20px;
	position: absolute;
	right: 40px;
}

.service_concept02 .tab_t i {
	font-size: 20px;
	position: absolute;
	right: 40px;
}

.service_concept02 .tab_t.tab_t_cur {
	color: #fff;
	background: #04a458;
}

.service_concept02 .tab_c {
	position: absolute;
	width: 580px;
	height: 214px;
	background: url(../image/red80.png);
	left: 100%;
	bottom: 0;
}

.tab .tab_c {
	display: none;
}

.service_concept02 .tab_c .con {
	color: #fff;
	padding: 8% 10%;
}

.service_concept02 .tab_c .con .title {
	font-size: 20px;
}

.service_concept02 .tab_c .con .decs {
	font-size: 16px;
	line-height: 2;
}

.tab .tab_c_cur {
	display: block;
}

.service_concept03 {
	margin-top: 60px;
}

.service_concept03 .infor {
	text-align: center;
	color: #000;
}

.service_concept03 .infor .tit {
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 15px;
}

.service_concept03 .infor .con {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
}

.service_concept03 .infor .con p:last-child {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	color: #444;
	padding-top: 15px;
}

.service_concept03 .infor .con span {
	font-family: 'Hurgeosans', 'Din-Medium';
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #04a458;
}

@media only screen and (max-width: 760px) {
	.channel_content {
		padding: 25px 0;
	}

	.channel_content .wrap,
	.channel_content .mwrap {
		padding-left: 2%;
		padding-right: 2%;
		width: auto;
		padding-top: 0;
	}

	.service_concept01 .infor .tit {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.service_concept01 .infor .con {
		font-size: 14px;
		line-height: 23px;
	}

	.service_concept01 .content {
		margin-top: 15px;
	}

	.service_concept01 .content li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.service_concept01 .content li:first-child {
		margin-left: 0;
	}

	.service_concept01 .content li:last-child {
		margin-bottom: 0;
	}

	.service_concept01 .content li .box {
		padding: 30px;
	}

	.service_concept01 .content li .box .tit {
		font-size: 16px;
		line-height: 23px;
	}

	.service_concept01 .content li .box .con {
		height: auto;
		font-size: 13px;
	}

	.service_concept02 {
		margin-top: 30px;
	}

	.service_concept02 .infor .tit {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.service_concept02 .infor .con {
		font-size: 14px;
		line-height: 23px;
	}

	.service_concept02 .content {
		height: auto;
		padding: 20px 0;
		margin-top: 15px;
	}

	.service_concept02 .left {
		width: 100%;
		background: #f2f2f2;
	}

	.service_concept02 .left .tit {
		display: none;
	}

	.service_concept02 .tab_t {
		float: left;
		width: 33%;
		text-indent: 10px;
		line-height: 40px;
		height: 40px;
		text-align: center;
		border: none;
	}

	.service_concept02 .tab_t.tab_t_cur i {
		display: none;
	}

	.service_concept02 .tab_t i {
		display: none;
	}

	.service_concept02 .tab_c {
		position: relative;
		left: 0;
		width: 100%;
		border-radius: 0;
		height: 140px;
	}

	.service_concept02 .tab_c .con {
		padding: 5%;
		line-height: 25px;
	}

	.service_concept02 .tab_c .con .decs {
		font-size: 14px;
	}

	.service_concept03 {
		margin-top: 30px;
	}

	.service_concept03 .infor .tit {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.service_concept03 .infor .con {
		font-size: 14px;
		text-align: left;
		line-height: 23px;
		padding: 0 2%;
	}

	.service_concept03 .infor .con p:last-child {
		font-size: 15px;
	}

	.service_concept03 .infor .con span {
		font-size: 24px;
	}
}