#wm {
	width: 100%;
	margin: 0 auto;
	overflow: hidden
}
#wm .banner {
	width: 100%;
	height: 547px;
	background: #008de1;
	margin-bottom: 85px
}
#wm .banner .mainBanner {
	position: relative;
	width: 1200px;
	height:637.5px;
	margin: 0 auto;
	background: url(../images/wm-banner.jpg) top center no-repeat;
	background-size: cover
}
#wm .wmy {
	position: absolute;
	bottom: 30px;
	width: 125px;
	margin: 0 auto;
	left: 0;
	-webkit-animation: carToRight 14s ease infinite;
	-moz-animation: carToRight 14s ease infinite;
	-ms-animation: carToRight 14s ease infinite;
	-o-animation: carToRight 14s ease infinite;
	animation: carToRight 14s ease infinite
}
#wm .wm-layout {
	width: 1200px;
	margin: 0 auto
}
#wm .wm-1 {
	padding-bottom: 126px;
	padding-top:50px;
}
#wm .wm-1 h3 {
	color: #333;
	font-size: 36px;
	line-height: 50px;
	text-align: center
}










#wm .wm-3 p {
	color: #666;
	font-size: 16px;
	line-height: 50px;
	text-align: center
}



#wm .wm-2 p {
	color: #fff;
	font-size: 16px;
	line-height:30px;
	text-align: center
}
#wm .wm-4 p {
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-align: center
}


#wm .wm-1 p {
	color: #666;
	font-size: 16px;
	line-height: 50px;
	text-align: center
}

#wm .wm-5 p {
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-align: center
}



#wm .wm-1 ul {
	margin-top: 55px
}
#wm .wm-1 ul li {
	float: left;
	width: 25%;
	padding-left: 40px;
	padding-right: 30px;
	text-align: center;
	box-sizing: border-box
}
#wm .wm-1 ul span {
	display: block
}
#wm .wm-1 ul b {
	display: block;
	margin-top: 15px;
	font-weight: 100;
	font-size: 24px;
	line-height: 33px;
	color: #333
}
#wm .wm-1 ul p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #666
}
#wm .wm-2 {
	height:650px;
	width: 100%;
	background: url(../images/wm-5.jpg) no-repeat center top;
	background-size: cover
}


#wm .wm-5 {
	height:800px;
	width: 100%;
	background: url(../images/wm-6.jpg) no-repeat center top;
	background-size: cover
}
#wm .wm-5 h3 {
	width: 100%;
	float: left;
	margin-top: 80px;
	color: #fff;
	text-align: center;
	font-size: 36px;
	line-height: 50px
}






#wm .wm-4 {
	height:800px;
	width: 100%;
	background: url(../images/wm-4.jpg) no-repeat center top;
	background-size: cover
}


#wm .wm-4 h3 {
	width: 100%;
	float: left;
	margin-top: 80px;
	color: #fff;
	text-align: center;
	font-size: 36px;
	line-height: 50px
}
#wm .wm-2 h3 {
	width: 100%;
	float: left;
	margin-top:80px;
	color: #fff;
	text-align: center;
	font-size: 36px;
	line-height: 50px
}
#wm .wm-2 .wm-2-con {
	width: 100%;
	float: left;
	margin-top:70px;
	padding-left: 40px;
	padding-right: 20px;
	box-sizing: border-box
}
#wm .wm-2 dl {
	float: left;
	height: 101px;
	overflow: hidden;
	box-sizing: border-box
}
#wm .wm-2 dl dt {
	height: 101px;
	float: left;
	margin-right: 15px
}
#wm .wm-2 dl b {
	font-size: 24px;
	line-height: 33px;
	color: #fff;
	font-weight: 100
}
#wm .wm-2 dl p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #fff
}
#wm .wm-2 .dl-1 {
	width: 365px;
	padding-right: 75px
}
#wm .wm-2 .dl-2 {
	width: 380px;
	padding-right: 70px;
	padding-left: 58px;
	border-left: 1px solid #646c6b;
	border-right: 1px solid #646c6b
}
#wm .wm-2 .dl-3 {
	width: 390px;
	padding-left: 63px
}
#wm .wm-3 {
	padding-bottom: 60px
}
#wm .wm-3 h3 {
	margin-top:100px;
	color: #072732;
	text-align: center;
	font-size: 36px;
	line-height: 50px
}
#wm .wm-3 ul {
	margin: 32px -12px 0
}
#wm .wm-3 ul li {
	float: left;
	width: 25%;
	margin-top: 22px;
	padding: 0 12px;
	box-sizing: border-box
}
#wm .wm-3 ul p {
	height: 33px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	line-height: 33px;
	color: #666;
	font-size: 16px
}
@-webkit-keyframes carToRight {
0% {
left:0;
-webkit-transform:rotateY(0)
}
50% {
left:90%;
-webkit-transform:rotateY(0)
}
50.1% {
left:90%;
-webkit-transform:rotateY(180deg)
}
100% {
left:0;
-webkit-transform:rotateY(180deg)
}
}
@-moz-keyframes carToRight {
0% {
left:0;
-moz-transform:rotateY(0)
}
50% {
left:90%;
-moz-transform:rotateY(0)
}
50.1% {
left:90%;
-moz-transform:rotateY(180deg)
}
100% {
left:0;
-moz-transform:rotateY(180deg)
}
}
@-o-keyframes carToRight {
0% {
left:0;
-o-transform:rotateY(0)
}
50% {
left:90%;
-o-transform:rotateY(0)
}
50.1% {
left:90%;
-o-transform:rotateY(180deg)
}
100% {
left:0;
-o-transform:rotateY(180deg)
}
}
@keyframes carToRight {
0% {
left:0;
transform:rotateY(0)
}
50% {
left:90%;
transform:rotateY(0)
}
50.1% {
left:90%;
transform:rotateY(180deg)
}
100% {
left:0;
transform:rotateY(180deg)
}
}
