* {
	margin: 0;
	padding: 0;
}
body{
	min-width: 1000px;
}
ul,ul li,ol,ol li {
	list-style: none;
}
button {
	outline: none;
	border: none;
	background: none;
	cursor: pointer;
}
.img img {
	display: block;
	width: 100%;
}
.alige {
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
.main {
	width: 1000px;
	margin: 0 auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.back {
	width: 100%;
	position: absolute;
	z-index: -1;
	top: 60px;
}
.back div {
	height: 778px;
	background-size: 100% 100%;
}
.back div:nth-child(1) {
	background: url(../img/back.jpg?22) center;
}
.back div:nth-child(2) {
	background: url(../img/back_01.jpg) center;
}
.back div:nth-child(3) {
	background: url(../img/back_02.jpg) center;
}
.back div:nth-child(4) {
	background: url(../img/back_03.jpg) center;
}
.back div:nth-child(5) {
	background: url(../img/back_04.jpg) center;
}

header {
	overflow: hidden;
	height: 60px;
}
.header_left img {
	width: 189px;
	height: 60px;
	float: left;
}
.header_left b {
	float: left;
	font-size: 22px;
    margin-top: 16px;
    color: #e60000;
    border-left: 1px solid #e7e7e7;
    padding-left: 20px;
}
.header_right {
	margin-top: 14px;
	font-size: 20px;
	color: #666666;
	line-height: 18px;
	font-weight: bold;
    margin-top: 23px;
}
.header_right img {
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 10px;
}
.banner {
	height: 640px;
	position: relative;
}
.banner div {
	position: absolute;
}
.banner div:nth-child(1) {
	width: 237px;
	height: 472px;
	top: 168px;
	left: 16px;
}
.banner div:nth-child(1) img {
	position: absolute;
	-webkit-animation:topDiv 2s linear infinite;
    -o-animation:topDiv 2s linear infinite;
    -moz-animation:topDiv 2s linear infinite;
    animation:topDiv 2s linear infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
.banner div:nth-child(2) {
	width: 899px;
	height: 239px;
	top: 264px;
	left: 37px;
}
.banner div:nth-child(2) img {
	position: absolute;
	-webkit-animation:topDiv 2s linear infinite;
    -o-animation:topDiv 2s linear infinite;
    -moz-animation:topDiv 2s linear infinite;
    animation:topDiv 2s linear infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
.banner div:nth-child(3) {
	width: 864px;
	height: 207px;
	top: 125px;
	left: 57px;
}
/*.banner div:nth-child(3) img {
	position: absolute;
	-webkit-animation:topDiv 2s linear infinite;
    -o-animation:topDiv 2s linear infinite;
    -moz-animation:topDiv 2s linear infinite;
    animation:topDiv 2s linear infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}*/

.title {
	width: 825px;
	margin: 0 auto;
}
.plateOne div {
	width: 911px;
	height: 529px;
	background: url(../img/jpg1.jpg);
	margin: 38px auto 40px;
}

.plateTwo div {
	width: 929px;
	height: 271px;
	background: url(../img/jpg2.jpg);
	margin: 38px auto 40px;
}

.plateTree div {
	width: 951px;
	height: 660px;
	background: url(../img/jpg3.jpg);
	margin: 38px auto 40px;
}

.plateFour ul {
	overflow: hidden;
	margin: 50px auto;
}
.plateFour ul li {
	float: left;
	margin: 0 11px;
}

.plateFive div {
	width: 1000px;
	height: 448px;
	background: url(../img/png12.png);
	margin: 38px auto 40px;
	overflow: hidden;
}
.plateFive div ul {
	overflow: hidden;
}
.plateFive div ul li {
	width: 273px;
	height: 52px;
	float: left;
	margin:  375px 30px 0;
	text-align: center;
	line-height: 52px;
	font-size: 22px;
	color: #333333;
	background: -moz-linear-gradient(top, #ffe58b 0%, #fcfeb3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe58b),color-stop(100%,#fcfeb3));
    background: -webkit-linear-gradient(top, #ffe58b 0%, #fcfeb3 100%);
    background: -o-linear-gradient(top, #ffe58b 0%, #fcfeb3 100%);
    background: -ms-linear-gradient(top, #ffe58b 0%, #fcfeb3 100%);
    background: linear-gradient(to top, #ffe58b 0%, #fcfeb3 100%);
    cursor: pointer;
}
.plateFive div ul li a {
	text-decoration: none;
	color: #333333;
}

.plateSix {
	width: 100%;
	background: #41044f;
	margin-top: 70px;
}

.floatLeft {
	width: 150px;
	height: 295px;
	background: url(../img/jpg6.jpg);
	position: fixed;
	left: 0;
	top: 200px;
}
.floatLeft ul {
	width: 123px;
	margin: 50px auto 0;
}
.floatLeft ul li {
	width: 123px;
	height: 44px;
	cursor: pointer;
	background: -moz-linear-gradient(top, #ff7340 0%, #ff8e3e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7340),color-stop(100%,#ff8e3e));
    background: -webkit-linear-gradient(top, #ff7340 0%, #ff8e3e 100%);
    background: -o-linear-gradient(top, #ff7340 0%, #ff8e3e 100%);
    background: -ms-linear-gradient(top, #ff7340 0%, #ff8e3e 100%);
    background: linear-gradient(to top, #ff7340 0%, #ff8e3e 100%);
    font-size: 22px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    border-radius: 1px;
}

.floatRight {
	width: 141px;
	height: 303px;
	background: url(../img/jpg7.jpg);
	position: fixed;
	right: 0;
	top: 200px;
}
.floatRight ul {
	width: 121px;
	margin: 61px auto 0;
}
.floatRight ul li {
	border-radius: 5px;
	width: 121px;
	height: 36px;
	margin-bottom: 10px;
	cursor: pointer;
	background: -moz-linear-gradient(top, #fff697 0%, #ffe58c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff697),color-stop(100%,#ffe58c));
    background: -webkit-linear-gradient(top, #fff697 0%, #ffe58c 100%);
    background: -o-linear-gradient(top, #fff697 0%, #ffe58c 100%);
    background: -ms-linear-gradient(top, #fff697 0%, #ffe58c 100%);
    background: linear-gradient(to top, #fff697 0%, #ffe58c 100%);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #000;
    overflow: hidden;
}

@-webkit-keyframes  topDiv {
    0%{
	   top: 10px;
    }
    50%{
        top: 0px;
    }
    100%{
        top: 10px;
    }
}
@-o-keyframes topDiv {
    0%{
	   top: 10px;
    }
    50%{
        top: 0px;
    }
    100%{
        top: 10px;
    }
}
@-moz-keyframes topDiv {
    0%{
	   top: 10px;
    }
    50%{
        top: 0px;
    }
    100%{
        top: 10px;
    }
}
@keyframes topDiv {
    0%{
	   top: 10px;
    }
    50%{
        top: 0px;
    }
    100%{
        top: 10px;
    }
}












