@charset "utf-8";

.index-banner {
	width: 100%;
	position: relative;
}

.index-banner .into {
	position: absolute;
	left: 210px;
	bottom: 30%;
}

.module-title {
	border-bottom: #ccc solid 1px;
	padding-bottom: 10px;
	position: relative;
	z-index: 1;
	width: 100%;
}

.module-title::after {
	content: ' ';
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 10px;
	height: 3px;
	background-color: #F39F19;
	z-index: ;
}

.module-title h3 {
	margin: 0px;
	line-height: 38px;
	font-size: 32px;
	font-weight: normal;
	color: #fff;
}

.module-title span {
	lin-height: 16px;
	font-size: 16px;
	padding-left: 3px;
	font-weight: normal;
	color: #CCCCCC;
}

/* 概况 */

.introduce {
	padding: 75px 15px;
	position: relative;
}

.introduce::before {
	content: ' ';
	position: absolute;
	left: 00px;
	top: -30px;
	width: calc(50% + 60px);
	height: 100%;
	background-color: #F7F7F7;
	z-index: -1;
}

@media only screen and (max-width: 641px) {
	.introduce::before{
		display: none;
	}
}

.introduce .module-title h3 {
	color: #666;
}



.introduce-left {
	padding: 15px 0px;
	position: relative;
}


.introduce-left .name {
	line-height: 2em;
	font-size: 36px;
	font-weight: normal;
	color: #333333;
}

.introduce-left .des {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-bottom: 15px;

overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;  
}


.introduce-right {
	width: 100%;
	height: 400px;
	background-image: url("../images/index/index_12.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
}

.introduce-right div {
	width: 140px;
	color: #fff;
	padding: 0px 15px;
	border-left: solid 1px rgba(255, 255, 255, .2);
}

.introduce-right div>h3 {
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	margin: 0px;
}

.introduce-right div>span {
	width: 100%;
	font-size: 20px;
	font-family: fantasy;
}

.introduce-right div>span i {
	font-style: normal;
	font-size: 0.7em;
}


.introduce-right div:first-child {
	padding-top: 300px;
}

.introduce-right div:nth-child(2) {
	padding-top: 200px;
}

.introduce-right div:nth-child(3) {
	padding-top: 100px;
}

/* 业绩 */

.performance {
	background: #1458B0;
	padding: 30px 0px 60px;
}

.performance-title {
	position: relative;
}

.performance-title .des {
	position: absolute;
	text-align: right;
	top: -18px;
	right: 10px;
	color: #FFFFFF;

}

@media only screen and (max-width: 641px) {
	.performance-title{
		padding: 0px 10px;
	}
	.performance-title .des {
		display: none;
	}
}


.performance-title .des img {
	display: block;
}

.performance-title .des span {
	opacity: 0.5;
}

.performance-content {
	margin-top: 30px;
	background: #f1f1f1;
	position: relative;
	z-index: 1;
	left: 60px;
	top: 60px;
}

.performance-content ul {
	padding: 15px 30px 30px 30px;
	background: #fff;
	position: relative;
	left: -60px;
	top: -60px;
}



.performance-content li {
	padding: 0px 10px;
	margin-top: 10px;
}

.performance-content li img {
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.performance-content .card {
	position: relative;
	overflow: hidden;
}

.performance-content .card:hover .info {
	top: 0px;
}

.performance-content .card .info {
	transition: all .4s;
	position: absolute;
	top: 1000px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 15px 15px 0px;
	overflow: hidden;
	background-color: #1458B0;
	background-image: url('../images/site/sl-logo.png');
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;

}

.performance-content .card .info .des {
	text-align: left;
}

.performance-content .card .info .more {
	width: 84px;
	height: 84px;
	line-height: 84px;
	text-align: center;
	background: #CEB07C;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	font-weight: 400;
	right: -15px;
	bottom: -15px;
}

.performance-content>.more {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

@media only screen and (max-width: 641px) {
	.performance-content {
		left: 0px;
		top: 0px;
		margin-bottom: 15px;
	}
	.performance-content ul {
		padding: 10px;
		left: 0px;
		top: 0px;
	}
	
	.performance-content ul li img{
		height: 240px;
	}
	
	.performance-content>.more {
		position: relative;
		text-align: center;
	}
}

/* 资质 */
.aptitude {
	padding: 45px 0px;
}
.aptitude .content{
	background-image: url('../images/index/index_13.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 500px;
}

.aptitude .content>div{
	border-left: solid #eee 1px;
	width:300px;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0px 15px;
}

.aptitude .content>div img{
	width: 100%;
}

.aptitude .content .tips{
	background-image: url('../images/index/index_14.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	align-items: flex-start;
	padding-top: 15px;
	width: 270px;
	flex: initial;
}

@media only screen and (max-width: 641px) {
	.aptitude {
		padding: 10px 0px;
	}
	.aptitude .content{
		display: block;
		height: auto;
	}
	.aptitude .content>div{
		width: 100% !important;
	}

}

/* 留言板 */

.connection{
	padding: 30px 0px 0px;
	position: relative;
	color: #fff;
}

.connection .content{
	background:#374A62;
	padding: 30px 0px;
}

.connection .about{
	position: absolute;
	left: 10px;
	top: -30px;
	background: #1458B0;
	width: 40vw;
	padding: 45px 15px 30px;
}

.connection .about .item{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 10px;
}

.connection .about .item .info{
	padding-left: 10px;
}

.connection .about .item h5{
	font-weight: 400;
	margin: 0px;
}

.connection .about .item p{
	margin: 0px;
	font-weight: 700;
}

.connection .board{
	width: 50vw;
	float: right;
	margin-right: 30px;
}

.connection .board h3{
	font-size: 24px;
	margin: 15px 0px;
}

.connection .board h3 span{
	padding-left: 15px;
	font-size: 0.7em;
}

.connection .board input[type=text],
.connection .board textarea{
	background-color: transparent;
}

.connection .board .yzm{
	height: 38px;
}


@media only screen and (max-width: 641px) {
	.connection {
		padding: 0px 0px;
	}
	.connection .about{
		position: relative;
		width: 100%;
		left: 0px;
		top: 0px;
	}
	.connection .board{
		width: 100%;
		margin: 0px;
		padding: 15px;
	}

}
