﻿.history-wrap {
	width: 100%;
	position: absolute;
	bottom: -72px;
	left: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
}

.history-wrap ul {
	width: 1000px;
	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: 250px;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
}

.history-wrap ul li:hover h3 {
	display: block;
}



.history-wrap ul li .icon-img {
	width: 57px;
	height: 51px;
	display: inline-block;
	overflow: hidden;
}

.history-wrap ul li .icon-img img {
	max-height: 100%;
	max-width: 100%;
}

.history-wrap ul li h3 {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 600;
	font-family: serif;
	display: none;
	color: #000;
}

.history-wrap ul li p {
	/*margin-top: 15px;*/
	/*font-size: 12px;*/
	/*color: #b2b2b2;*/
	/*display: none;*/
	/*margin-top: 20px;*/
	margin-top: 20px;
	font-size: 16px;
	font-family: "microsoft yahei";
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	    bottom: 100px !important;
}
/* 智能创造 */
.create-box {
	    margin-bottom: 120px;
	    width: 1120px;
	    display: flex;
	    justify-content: space-between;
	    box-sizing: border-box;
	    margin: 20px auto;
}

.create-box li {
	    width: 32.33%;
	    height: 250px;
}

.create-box li .create-box-img {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.create-box li .create-box-img:hover {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(44 47 129 / 1) 100%);
}

.create-box li .create-box-img:hover .horn {
	display: block;
}

.create-box li .create-box-img:hover .tit {
	display: flex;
	justify-content: space-between;
}

.horn {
	position: absolute;
	width: 95%;
	height: 93%;
	display: none;
}

.horn>div {
	width: 20px;
	height: 18px;
	position: absolute;
}

.horn .lt {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	left: -2px;
	top: -2px;
}

.horn .rt {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	right: -2px;
	top: -2px;
}

.horn .rb {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	right: -2px;
	bottom: -2px;
}

.horn .lb {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	left: -2px;
	bottom: -2px;
}


.create-box li .create-box-img .fuil {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: 2s;
	object-fit: cover;
}

.create-box li .create-box-img .tit {
	position: absolute;
	bottom: 25px;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	color: #fff;
	line-height: 20px;
	display: none;
}

.create-box li .create-box-img .tit .p1 {
	font-size: 16px;
	color: #d6d9e6;
}

.create-box li .create-box-img .tit .p2 {
	font-size: 12px;
	color: #acb1cd;
}

.create-box li .create-box-img .tit .p3 {
	font-size: 12px;
	color: #acb1cd;
	float: right;
	text-transform: uppercase;
}
.create-box-wrap{
	margin-top: 160px;
}
/* 技术与服务 */
.technology-wrap{
	margin-top: 60px;
}
.technology {
	width: 1120px;
	margin: 40px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.technology .technology-item {
	margin-bottom: 15px;
	position: relative;
}
.technology .technology-item .info-wrap {
	position: absolute;
	left: 25px;
	bottom: 10px;
	z-index: 1;
	width: 95%;
}

.technology .technology-item .info-wrap .title {
	font-weight: 600;
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
	font-family: 'SourceHanSansCN-Light';
	font-weight: 600;
	display: flex;
	align-items: center;
}

.technology .technology-item .info-wrap .title span {
	font-size: 13px;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin-left: 5px;
	text-align: center;
	font-family: 'SourceHanSansCN-Light';
	font-weight: 600;
}
.technology .technology-item .info-wrap .title span .iconfont{
	font-size: 12px;
}
.technology .technology-item .info-wrap .p1 {
	width: 95%;
	line-height: 20px;
	font-size: 14px;
	font-family: 'SourceHanSansCN-Light';
	font-weight: 600;
	color: #fff;
}

.technology .technology-item .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(44 47 129 / 1) 100%);
	z-index: 0;
}
