﻿.section-title{
	color: #000;
}
.section-title span:before{
	display: none;
}

.section_04{
	padding: 200px 0 100px 0;
	background: none;
}

.section_04 .prep-item{
	background: #fff;
	box-shadow: 0px 0px 20px #d8e8f9;
}
.section_04 .prep-title{
	height: 180px;
	padding: 18px;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	line-height: 140px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.section_04 .prep-desc{
	height: 170px;
	padding: 18px 22px;
	
	
}
.section_04 .prep-desc p{
	font-size: 1.1rem;
	line-height: 1.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.section_05{
	background: #f7fafd;
	padding: 200px 0 100px 0;	
}

.section_05 .about-info{
	min-height: 400px;
	color: #7a7b7e;
}

.section_05 .about-info h3{
	font-size: 1.38rem;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 25px;
}
.section_05 .about-info .about-content p{
	padding: 2px 0;
	line-height: 1.5rem;
}
.section_05 .about-logo{
	width: 320px;
	margin: 30px auto;
	box-shadow: 22px 22px 0px #fff;
	position: absolute;
	right: 0;
}
.section_05 .about-logo img{
	width: 100%;
}

.section_06{
	background: none;
	padding: 90px 0 50px 0;	
}
.section_06 .map-box{
	padding: 80px 0;
}
.section_06 .map-box img{
	max-width: 100%;
}

.section_06 .section-title{
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	margin-bottom: 30px;
}

.section_06 .desc-box{
	background: #f3f7fb;
	color: #bfbfbf;
	padding: 20px 24px;
	font-size: 1.08rem;
	line-height: 1.6rem;
	margin-bottom: 50px;
}

.section_06 .desc-list{
}
.section_06 .desc-list li{
	padding-left: 30px;
	margin: 40px 0;
	position: relative;
}
.section_06 .desc-list li h3{
	font-size: 1.35rem;
	color: #000;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.section_06 .desc-list li p{
	font-size: 1.1rem;
}

.section_06 .desc-list li:before{
	content: "";
	position: absolute;
	width: 22px;
	height: 18px;
	left: 0;
	top: 4px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.section_06 .desc-list li:nth-child(4n+1):before{
	background-image: url('../image/jiantou_01.png');
}
.section_06 .desc-list li:nth-child(4n+2):before{
	background-image: url('../image/jiantou_02.png');
}
.section_06 .desc-list li:nth-child(4n+3):before{
	background-image: url('../image/jiantou_03.png');
}
.section_06 .desc-list li:nth-child(4n+4):before{
	background-image: url('../image/jiantou_04.png');
}


.section_07{
	background: #f7fafd;
	padding: 50px 0 40px 0;
}
.section_07 .section-title{
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	margin-bottom: 30px;
}
.section_07 .partner-list{
	margin-top: 170px;
}
.section_07 .partner-list .partner-item{
	width: 100%;
	height: 88px;
	padding: 5px;
	box-shadow: 0 0 5px #d9dbdc;
	background: #fff;
}
.section_07 .partner-list .partner-item img{
	width: 100%;
	
	height: 100%;
}
.section_07 .partner-list>*{
	padding: 20px;
}
.section_07 .project-box{
	margin-top: 50px;
	box-shadow: 0 0 15px #f1f1f1;
	background: #fff;
	height: 470px;
}


.layui-tab-card{
	box-shadow: none;
	border: none;
}

.project-box{
	padding: 40px 42px;
}

.layui-tab-card>.layui-tab-title .layui-tab-bar{
	display: none;
}
.layui-tab-card>.layui-tab-title{
	background: none;
	height: 38px;
	border: 0;
	padding: 0 13px;
	overflow: hidden;
	margin-bottom: 30px;
}

.layui-tab-card>.layui-tab-title li{
	background: #eef2f5;
	color: #d4d9dc;
	font-size: 1.8rem;
	font-weight: 600;
	width: 38px;
	height: 38px;
	padding: 0;
	margin: 0;
	line-height: 38px;
	min-width: 38px;
	border-radius: 50%;
	margin: 0 30px;
}
.layui-tab-card>.layui-tab-title li:first-child{
	margin-left: 0;
}
.layui-tab-card>.layui-tab-title li:last-child{
	margin-right: 0;
}
.layui-tab-card>.layui-tab-title .layui-this:after{
	display: none;
}

.layui-tab-card>.layui-tab-title .layui-this{
	background: -moz-linear-gradient(330deg, #3abdb3 20%, #3d75e0 80%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(20%,#3abdb3), color-stop(80%,#3d75e0));
    background: -webkit-linear-gradient(330deg, #3abdb3 20%,#3d75e0 80%);
    background: -o-linear-gradient(330deg, #3abdb3 20%,#3d75e0 80%);
    background: -ms-linear-gradient(330deg, #3abdb3 20%,#3d75e0 80%);
	background: linear-gradient(330deg, #3abdb3 20%,#3d75e0 80%);
	color: #fff;
}

.progress .desc-list{
}
.progress .desc-list li{
	padding-left: 76px;
	margin-bottom: 40px;
	position: relative;
}
.progress .desc-list li:last-child{
	margin-bottom: 0;
}
.progress .desc-list li h3{
	font-size: 1.22rem;
	color: #000;
	margin-bottom: 7px;
	letter-spacing: 1px;
}
.progress .desc-list li p{
	font-size: 1rem;
}

.progress .desc-list li img{
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0;
	top: 3px;
	border-radius: 8px;
}