* {
	margin: 0;
	padding: 0;
}
body{
	min-width: 1000px;
}
@font-face {
	font-family: "fangzhengyasong";
	src: url("fangzhengyasong.ttf");
}
.m {
	width: 1000px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
button {
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
}
a {
	text-decoration: none;
}
ul,ul li,ol,ol li {
	list-style: none;
}
img {
	display: block;
}
.duration {
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
.zhichi {
	cursor: pointer;
}

header {
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.header_left {
	width: 270px;
	height: 44px;
	font-size: 20px;
	line-height: 44px;
}
.header_left a {
	margin: 0 13px;
}
.header_left a {
	font-size: 18px;
	color: #000;
	line-height: 49px;
}
.header_right {
	margin-top: 14px;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 18px;
}
.header_right img {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 6px;
}
.header_right b {
	font-size: 15px;
}

.banner {
	width: 100%;
	height: 625px;
	background: url(../img/banner.jpg?1234) no-repeat center;
	overflow: hidden;
}
.banner .m {
	overflow: hidden;
}
.banner .m button:first-child {
	width: 228px;
	height: 46px;
	color: #6f4a8a;
	font-size: 22px;
	border-radius: 23px;
	margin-top: 315px;
	margin-left: 167px;
	background: -moz-linear-gradient(left, #ffdb49 0%, #ffe683 100%);
    background: -webkit-linear-gradient(left, #ffdb49 0%,#ffe683 100%);
    background: -o-linear-gradient(left, #ffdb49 0%,#ffe683 100%);
    background: -ms-linear-gradient(left, #ffdb49 0%,#ffe683 100%);
    background: linear-gradient(to left, #ffdb49 0%,#ffe683 100%);
	transition: 0.5s;
}
.banner .m button:last-child {
	width: 304px;
	height: 46px;
	background: url(../img/png1.png);
	margin-top: 315px;
	margin-left: 17px;
	color: #fff;
	font-size: 22px;
	text-indent: 30px;
	text-align: left;
	transition: 0.5s;
}
.banner .m button:hover {
	-webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.banner ul {
	width: 960px;
	margin: 74px auto 0;
}
.banner ul li {
	width: 165px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	margin: 0 35px 25px;
	float: left;
	background: -moz-linear-gradient(left, #f1610a 0%, #f4890b 100%);
    background: -webkit-linear-gradient(left, #f1610a 0%,#f4890b 100%);
    background: -o-linear-gradient(left, #f1610a 0%,#f4890b 100%);
    background: -ms-linear-gradient(left, #f1610a 0%,#f4890b 100%);
    background: linear-gradient(to left, #f1610a 0%,#f4890b 100%);
    border-radius: 22px;
    transition: 0.3s;
}
.banner ul li:hover {
	transform: scale(1.1);
}
.banner ul li b {
	width: 30px;
	height: 30px;
	background: #fff;
	float: left;
	border-radius: 15px;
	margin-top: 7px;
	margin-left: 8px;
}
.banner ul li b img {
	display: block;
	width: 21px;
	height: 21px;
	margin-top: 5px;
	margin-left: 5px;
	animation: tada 2s ease-in-out 0s infinite normal;
    -webkit-animation: tada 2s ease-in-out 0s infinite normal;
    -ms-animation: tada 2s ease-in-out 0s infinite normal;
    -moz-animation: tada 2s ease-in-out 0s infinite normal;
    -o-animation: tada 2s ease-in-out 0s infinite normal;
}
@keyframes tada {
  0% {transform: scale3d(1,1,1);}
  10%,20% {transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);}
  30%,50%,70%,90% {transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);}
  40%,60%,80% {transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);}
  100% {transform: scale3d(1,1,1);}
}
@-webkit-keyframes tada {
  0% {-webkit-transform: scale3d(1,1,1);}
  10%,20% {-webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);}
  30%,50%,70%,90% {-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);}
  40%,60%,80% {-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);}
  100% {-webkit-transform: scale3d(1,1,1);}
}
@-moz-keyframes tada {
  0% {-moz-transform: scale3d(1,1,1);}
  10%,20% {-moz-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);}
  30%,50%,70%,90% {-moz-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);}
  40%,60%,80% {-moz-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);}
  100% {-moz-transform: scale3d(1,1,1);}
}
@-ms-keyframes tada {
  0% {-ms-transform: scale3d(1,1,1);}
  10%,20% {-ms-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);}
  30%,50%,70%,90% {-ms-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);}
  40%,60%,80% {-ms-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);}
  100% {-ms-transform: scale3d(1,1,1);}
}
@-o-keyframes tada {
  0% {-o-transform: scale3d(1,1,1);}
  10%,20% {-o-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);}
  30%,50%,70%,90% {-o-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);}
  40%,60%,80% {-o-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);}
  100% {-o-transform: scale3d(1,1,1);}
}
.banner ul li span {
	font-size: 22px;
	color: #fff;
	float: left;
	margin-left: 14px;
	font-weight: bold;
	cursor: pointer;
}

.plate1 {
	width: 100%;
	height: 861px;
	background: url(../img/jpg1.jpg?22) no-repeat center;
	overflow: hidden;
}
.plate1 ul {
	width: 797px;
	margin: 185px 0 0 166px;
	overflow: hidden;
}
.plate1 ul li {
	padding: 12px 0 12px 33px;
	margin-bottom: 23px;
	line-height: 30px;
	font-size: 18px;
}
.plate1 .m div {
	width: 530px;
	height: 50px;
	margin: 9px auto 0;
}
.plate1 .m div button {
	font-weight: bold;
	width: 236px;
	height: 50px;
	font-size: 20px;
	text-align: left;
	transition: 0.5s;
}
.plate1 .m div button.l {
	text-indent: 39px;
	color: #7530a9;
}
.plate1 .m div button:hover {
	-webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.plate1 .m div button.r {
	text-indent: 30px;
	color: #fff;
}

.plate2 {
	width: 100%;
	height: 894px;
	background: url(../img/jpg2.jpg) no-repeat center;
	overflow: hidden;
}
.plate2 div {
	width: 970px;
	height: 670px;
	margin: 180px auto 0;
}

.plate3 {
	width: 100%;
	height: 843px;
	background: url(../img/jpg3.jpg) no-repeat center;
	overflow: hidden;
}
.plate3 ul {
	margin-top: 210px;
	margin-left: 61px;
	overflow: hidden;
}
.plate3 ul li {
	width: 238px;
	height: 285px;
	float: left;
	margin: 0  0 40px 82px;
}
.plate3 ul li p {
	width: 200px;
	height: 129px;
	margin: 100px auto 0;
	line-height: 30px;
	font-size: 16px;
}
.plate3 ul li:nth-child(1),.plate3 ul li:nth-child(4) {
	margin-left: 0;
}
.plate3 ul li button {
	width: 184px;
	height: 35px;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	border-radius: 20px;
	background: -moz-linear-gradient(left, #f1610a 0%, #f4890b 100%);
    background: -webkit-linear-gradient(left, #f1610a 0%,#f4890b 100%);
    background: -o-linear-gradient(left, #f1610a 0%,#f4890b 100%);
    background: -ms-linear-gradient(left, #f1610a 0%,#f4890b 100%);
    background: linear-gradient(to left, #f1610a 0%,#f4890b 100%);
}
.plate3 ul li button:hover {
	-webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.plate4 {
	width: 1164px;
	height: 764px;
	background: url(../img/jpg4.jpg) no-repeat;
	overflow: hidden;
	margin: 0 auto;
}
.plate4 div {
	width: 220px;
	height: 260px;
	margin-right: 183px;
    margin-top: 301px;
}

.plate5 {
	width: 100%;
	height: 782px;
	background: url(../img/jpg5.jpg) no-repeat center;
	overflow: hidden;
}
.plate5 ul {
	padding-left: 33px;
	margin-top: 200px;
}
.plate5 ul li {
	float: left;
	width: 240px;
	height: 247px;
	margin-left: 65px;
	margin-bottom: 40px;
}
.plate5 ul li p {
	font-size: 26px;
	line-height: 36px;
	font-weight: bold;
	margin-top: 95px;
	text-align: center;
	margin-bottom: 15px;
}
.plate5 ul li button {
	width: 184px;
	height: 35px;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	border-radius: 20px;
	background: -moz-linear-gradient(left, #f1610a 0%, #f4890b 100%);
    background: -webkit-linear-gradient(left, #f1610a 0%,#f4890b 100%);
    background: -o-linear-gradient(left, #f1610a 0%,#f4890b 100%);
    background: -ms-linear-gradient(left, #f1610a 0%,#f4890b 100%);
    background: linear-gradient(to left, #f1610a 0%,#f4890b 100%);
}
.plate5 ul li button:hover {
	-webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.plate6 {
	width: 1152px;
	height: 723px;
	background: url(../img/jpg6.jpg) no-repeat;
	overflow: hidden;
	margin: 0 auto;
}
.plate6 div {
	margin-top: 215px;
}
.plate6 dl {
	width: 480px;
	height: 210px;
	margin-bottom: 44px;
}
.plate6 dl dt {
	font-size: 26px;
	font-weight: bold;
	color: #6f22a7;
	margin-left: 160px;
	line-height: 64px;
}
.plate6 dl dd {
	font-size: 16px;
	line-height: 24px;
	width: 400px;
	margin: 20px auto 0;
}
.plate6 dl dd button {
	width: 184px;
	height: 35px;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-top: 15px;
	border-radius: 20px;
	background: -moz-linear-gradient(left, #f1610a 0%, #f4890b 100%);
    background: -webkit-linear-gradient(left, #f1610a 0%,#f4890b 100%);
    background: -o-linear-gradient(left, #f1610a 0%,#f4890b 100%);
    background: -ms-linear-gradient(left, #f1610a 0%,#f4890b 100%);
    background: linear-gradient(to left, #f1610a 0%,#f4890b 100%);
}
.plate6 dl dd button:hover {
	-webkit-animation-name: rubberBand;
    animation-name: rubberBand;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.plate7 {
	width: 100%;
	height: 843px;
	background: url(../img/jpg7.jpg) no-repeat center;
	overflow: hidden;
	margin: 0 auto;
}

.copyRight,.offcnCopy{ 
	background:#444546;    
	min-width: 1200px; 
}
.offcnCopy {
	padding:45px 0 54px 0; 
	line-height:32px; 
	color:#ccc; 
	text-align:center;
}
.offcnCopy.normalPadding {
	padding-bottom: 45px;
}
.offcnCopy a {
	color:#ccc;
}
.offcnCopy a:hover {
	color:#e00;
}
.offcnCopy img {
	width: 15px;
	height: 15px;
	display: inline-block;
}

.youzhi {
    display: block;
    position: fixed;
    top: 52.8%;
    right: 0;
    transform: translateY(-248px);
    width: 60px;
    height: 60px;
    background: url(../img/floatright.jpg);
}

.LeftSideLayout {
    width: 80px;
    height: 294px;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}









