/* 主图 */
.mainPic{
/* 	display: none; */
	height: 400px;
	background: url(../upload/mainPic7.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;
}
.lianxi{
	height: 150px;
	text-shadow: 9px -3px 5px rgba(0,0,0,0.3);
	/* text-decoration: overline; */
	/* border-top: 2px solid dimgray; */
}
/* .lianxi .w {
	position: relative;
} */
/* .lianxi .w div{
	height: 30px;
	width: 155px;
	position: absolute;
	top: 80px;
	left: 525px;
	font-size: 30px;
	font-weight: 500;
	color: #000000;
	text-align: center;
	line-height: 30px;
	border-left: 5px solid dodgerblue;
} */
.offices{
	height: 110px;
}
.offices .w{
	position: relative;
}
.office1{
	height: 30px;
	width: 135px;
	position: absolute;
	top: 50px;
	left: 25px;
	font-size: 25px;
	font-weight: 500;
	color: #000000;
	text-align: center;
	line-height: 30px;
	border-left: 5px solid dodgerblue;
}
.office2{
	height: 30px;
	width: 159px;
	position: absolute;
	top: 50px;
	left: 650px;
	font-size: 25px;
	font-weight: 500;
	color: #000000;
	text-align: center;
	line-height: 30px;
	border-left: 5px solid dodgerblue;
}
.addPics{
	height: 280px;
}
.addPics .w{
	position: relative;
}
.addPic1{
	position: absolute;
	height:280px;
	width: 575px;
	left: 0;
	
}
.addPic2{
	position: absolute;
	height:280px;
	width: 575px;
	right: 0;
}
.addPics img{
	height: 100%;
	width: 100%;
}

.address{
	height: 185px;
}
.address .w{
	position: relative;
}
.add1{
	position: absolute;
	top: 25px;
	left: 20px;
	font-size: 17px;
	color: #515151;
	line-height: 30px;
}
.add1 span{
	margin-left: 10px;
}
.add-icon::before{
	content: '\e903';
	font-family: 'icomoon';
}
.tel-icon::before{
	content: '\e943';
	font-family: 'icomoon';
}

.post-icon::before{
	content: '\e922';
	font-family: 'icomoon';
}
.mail-icon::before{
	content: '\e945';
	font-family: 'icomoon';
}
.add2{
	position: absolute;
	top: 25px;
	left: 645px;
	font-size: 17px;
	color: #515151;
	line-height: 30px;
}
.add2 span{
	margin-left: 10px;
}
.maps{
	height: 450px;
}
.maps .w{
	position: relative;
}
.map1{
	position: absolute;
	top: 10px;
}
.map2{
	position: absolute;
	left: 625px;
	top: 10px;
}
