﻿.banner {
    margin-bottom: 135px;
}
.history-wrap {
	position: static;
	margin-bottom: 10px;
}

.history-wrap ul {
	width: 100%;
	background-color: #fff;
	display: flex;
	box-shadow: 0px 5px 30px -8px rgb(199 199 199);
	-webkit-box-shadow: 0px 5px 30px -8px rgb(199 199 199);
	-moz-box-shadow: 0px 5px 30px -8px rgb(199 199 199);
}
.history-wrap ul li{
	width: 25%;
}
.history-wrap ul li h3 {
	margin-top: 10px;
	font-size: 12px;
}

.history-wrap ul li p {
	line-height: 15px;
	padding: 0 5px;
	margin-top: 10px;
	font-size: 12px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	    bottom: 10px !important;
}
.create-box {
	margin-top: 15px;
	margin-bottom: 10px;
	width: 100%;
	display: inline-block;
	justify-content: space-between;
	padding: 0 15px;
	box-sizing: border-box;
}

.create-box li {
	width: 100%;
	height: 323px;
	margin-bottom: 10px;
}

.create-box li .create-box-img .tit {
	position: absolute;
	bottom: 25px;
	width: 100%;
	padding: 0 25px;
	box-sizing: border-box;
	color: #fff;
}

.create-box li .create-box-img .tit .p3 {
	font-size: 14px;
	color: #acb1cd;
	float: none;
	display: block;
	margin-top: 10px;
}
.create-box li .create-box-img:hover .tit{
	display: inline-block;
}
.technology-wrap{
	margin: 0;
}
/* 技术与服务 */
.technology {
	width: 100%;
	margin:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.technology .technology-item {
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}

.technology .technology-item img {
	width: 100%;
}

.technology .technology-item .info-wrap .title {
	font-weight: 600;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;

	display: flex;
	align-items: center;
}

.technology .technology-item .info-wrap .p1 {
	font-size: 12px;
}

.technology .technology-item .info-wrap {
	position: absolute;
	left: 25px;
	bottom: 10px;
	z-index: 1;
	width: 85%;
}

.technology .technology-item .info-wrap .title span {
	font-size: 12px;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin-left: 5px;
	text-align: center;
}
