/* 主图 */
.mainPic{
/* 	display: none; */
	height: 440px;
	background: url(../upload/mainPic1.jpg) no-repeat;
}
.mainPic div{
	height: 400px;
	/* background-color: rgba(0,0,100,0.3); */
}
.mainPic .w{
	position: relative;
}
@keyframes zoom{
	from{top: 0;}
	to{top: 170px;}
}
.mainPic .p1{
	position: absolute;
	top: 170px;
	font-size: 60px;
	letter-spacing: 5px;
	color: #F1F1F1;
	animation: zoom 1s ease forwards;
	animation-delay: 100ms;
}
@keyframes zoom2{
	from{top:310px ;}
	to{top: 270px;}
}
.mainPic .p2{
	position: absolute;
	top: 270px;
	font-size: 30px;
	letter-spacing: 5px;
	color: #F1F1F1;
	animation: zoom2 1s ease-in forwards;
}
/* 公司简介 */
.T-introduce{
	height: 260px;
}
.T-introduce .w {
	position: relative;
}
.T-introduce .w div{
	height: 45px;
	width: 220px;
	position: absolute;
	top: 100px;
	left: 525px;
	font-size: 45px;
	font-weight: 500;
	color: #585858;
	text-align: center;
	line-height: 45px;
	border-left: 5px solid dodgerblue;
}
.introduce{
	height: 1190px;
}
.introduce .w{
	position: relative;
	/* height: 1200px;
	border-bottom: 2px solid #f5f5f5; */
}
.icon-p1{
	position: absolute;
	top: 710px;
	left: 270px;
	font-size: 16px;
}
.icon-p2{
	position: absolute;
	top: 1060px;
	left: 770px;
	font-size: 16px;
}
.jianjie{
	position: absolute;
	left: 0;
	font-size: 17px;
	color: #000000;
	height: 340px;
	width: 525;
	line-height: 30px;
}
.pic-icon1{
	position: absolute;
	font-family: 'icomoon';
	top: 560px;
	left: 300px;
	font-size: 100px;
	text-align: center;
}
.pic-icon2{
	font-family: 'icomoon';
	position: absolute;
	top: 910px;
	left: 800px;
	font-size: 100px;
	text-align: center;
}
.officePic1{
	position: absolute;
	left: 600px;
	height: 340px;
	width: 600px;
	
}
.officePic1 img{
	width: 100%;
	height: 100%;
}
.officePic2{
	position: absolute;
	top: 510px;
	left: 600px;
	height: 340px;
	width: 500px;
	overflow: hidden;
}
.officePic2 img{
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	/* transform: rotate(180deg); */
}
.officePic2 img:hover{
	transform: scale(1.2);
}
.officePic3{
	position: absolute;
	left: 100px;
	top: 850px;
	height: 340px;
	width: 500px;
	overflow: hidden;
}
.officePic3 img{
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	/* transform: rotate(180deg); */
}
.officePic3 img:hover{
	transform: scale(1.2);
}
/* 合作伙伴 */
.T-partner{
	height: 250px;
}
.T-partner .w {
	position: relative;
}
.T-partner .w div{
	height: 45px;
	width: 220px;
	position: absolute;
	top: 140px;
	left: 525px;
	font-size: 45px;
	font-weight: 500;
	color: #585858;
	text-align: center;
	line-height: 45px;
	border-left: 5px solid dodgerblue;
}
.partners{
	height: 450px;
}
.partners .w{
	height: 450px;
	border-bottom: 2px solid #f5f5f5;
}

.partners .w ul{
	float: left;
}
.partners .w ul li{
	height: 100px;
	width: 200px;
	text-align: center;
	line-height: 100px;
	/* background-color: pink; */
	margin-top: 20px;
	margin-left: 80px;
}
/* 典型客户 */
.T-customer{
	height: 220px;
}
.T-customer .w {
	position: relative;
}
.T-customer .w div{
	height: 45px;
	width: 220px;
	position: absolute;
	top: 120px;
	left: 525px;
	font-size: 45px;
	font-weight: 500;
	color: #585858;
	text-align: center;
	line-height: 45px;
	border-left: 5px solid dodgerblue;
}
.customers{
	height: 400px;
}
.customers .w ul{
	float: left;
}
.customers .w ul li{
	height: 100px;
	width: 200px;
	text-align: center;
	line-height: 100px;
	/* background-color: pink; */
	margin-top: 20px;
	margin-left: 80px;
}