* {
	margin: 0;
	padding: 0;
}
body{
	min-width: 1047px;
}
.m {
	width: 1000px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
a {
	text-decoration: none;
}
ul,ol {
	list-style: none;
}
.img img {
	width: 100%;
	display: block;
}
button {
	outline: none;
	cursor: pointer;
	background: none;
	border: none;
}
.h1 img {
	display: block;
	margin: 0 auto;
}

.banner {
	width: 100%;
	height: 743px;
	background: url(../img/back.jpg) center 100%;
	overflow: hidden;
}
.banner div img {
	margin: 135px auto 0;
	display: block;
}

.content1 {
	width: 100%;
	height: 360px;
	background: url(../img/back3.jpg) center 100%;
	overflow: hidden;
	padding-bottom: 74px;
}
.content1 div {
	position: relative;
}
.content1 div img {
	display: block;
	margin: 0 auto;
}
.content1 div b {
	display: block;
	position: absolute;
	right: 140px;
	top: 37px;
}

.content2 {
	width: 100%;
	height: 1451px;
	background: url(../img/back1.jpg) center 100%;
	overflow: hidden;
}
.content2 .content2_one {
	height: 400px;
	background: url(../img/img_04.png?22) center 100%;
	overflow: hidden;
	margin-top: 40px;
	position: relative;
}
.content2 .content2_two {
	height: 400px;
	background: url(../img/img_05.png?22) center 100%;
	overflow: hidden;
	margin-top: 40px;
	position: relative;
}
.content2 .content2_tree {
	height: 400px;
	background: url(../img/img_06.png?44) center 100%;
	overflow: hidden;
	margin-top: 40px;
	position: relative;
}
.content2 span {
	position: absolute;
	display: block;
	right: 65px;
	top: 1px;
}
.content2_tree:hover span,.content2_two:hover span,.content2_one:hover span  {
	-webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
.content2 div div {
	width: 330px;
	float: right;
	margin-right: 143px;
	margin-top: 285px;
}
.content2 a {
	line-height: 48px;
	text-align: center;
	width: 156px;
	height: 48px;
	border-radius: 30px;
	overflow: hidden;
	font-size: 24px;
	color: #fff;
}
.content2 a.l {
	background: -moz-linear-gradient(left, #ff7240 0%, #ff8a3f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7240), color-stop(100%,#ff8a3f));
    background: -webkit-linear-gradient(left, #ff7240 0%,#ff8a3f 100%);
    background: -o-linear-gradient(left, #ff7240 0%,#ff8a3f 100%);
    background: -ms-linear-gradient(left, #ff7240 0%,#ff8a3f 100%);
    background: linear-gradient(to left, #ff7240 0%,#ff8a3f 100%);
}
.content2 a.r {
	background: -moz-linear-gradient(left, #1ea5e7 0%, #0092ef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1ea5e7), color-stop(100%,#0092ef));
    background: -webkit-linear-gradient(left, #1ea5e7 0%,#0092ef 100%);
    background: -o-linear-gradient(left, #1ea5e7 0%,#0092ef 100%);
    background: -ms-linear-gradient(left, #1ea5e7 0%,#0092ef 100%);
    background: linear-gradient(to left, #1ea5e7 0%,#0092ef 100%);
}

.content3 {
	width: 100%;
	height: 997px;
	background: url(../img/back2.jpg) center 100%;
	overflow: hidden;
}
.content3 h1 {
	margin-top: 43px;
}
.content3 .m {
	margin-top: 55px;
}

.content4 {
	margin-top: 60px;
	margin-bottom: 90px;
}
.content4 ul {
	margin-top: 60px;
	margin-bottom: 35px;
	overflow: hidden;
}
.content4 ul li {
	float: left;
	margin: 0 70px;
	position: relative;
}
.content4 ul li p {
	position: absolute;
	top: 0;
	color: #ff873f;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.content5 {
	width: 100%;
	background: #0093ef;
}
.content5 img {
	display: block;
}

@-webkit-keyframes shakeIng {
	0%,to{
		-webkit-transform:translate3d(5px,0,0);
		transform:translate3d(5px,0,0)
	}
	50%{
		-webkit-transform:translate3d(-5px,0,0);
		transform:translate3d(-5px,0,0)
	}
	100%{
		-webkit-transform:translate3d(5px,0,0);
		transform:translate3d(5px,0,0)
	}
}
@keyframes shakeIng { 
	0%,to{
		-webkit-transform:translate3d(5px,0,0);
		transform:translate3d(5px,0,0)
	}
	50%{
		-webkit-transform:translate3d(-5px,0,0);
		transform:translate3d(-5px,0,0)
	}
	100%{
		-webkit-transform:translate3d(5px,0,0);
		transform:translate3d(5px,0,0)
	}
}
.shakeIng{
	-webkit-animation-name:shakeIng;
	animation-name:shakeIng
}

	








