* {
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	overflow-y: auto;
}
.m {
	width: 1000px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
button {
	background: none;
	border: none;
	outline: none;
}
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;
}

.plate1 {
	width: 100%;
	height: 553px;
	background: url(../img/img_02.jpg) no-repeat center;
	overflow: hidden;
}

.plate2 {
	width: 100%;
	height: 799px;
	background: url(../img/img_03.jpg) no-repeat center;
	overflow: hidden;
}
.plate2 iframe {
	width: 782px;
	height: 440px;
	margin: 184px auto 0;
	display: block;
	border: none;
}

.plate3 {
	width: 100%;
	height: 804px;
	background: url(../img/img_04.jpg) no-repeat center;
	overflow: hidden;
}

.plate4 {
	width: 100%;
	height: 818px;
	background: url(../img/img_05.jpg) no-repeat center;
	overflow: hidden;
}

.plate5 {
	width: 100%;
	height: 1444px;
	background: url(../img/img_06.jpg) no-repeat center;
	overflow: hidden;
}

.plate6 {
	width: 100%;
	height: 873px;
	background: url(../img/img_07.jpg) no-repeat center;
	overflow: hidden;
	position: relative;
}
.plate6 ul {
	width: 962px;
	height: 111px;
	overflow: hidden;
	position: absolute;
	top: 197px;
	left: 50%;
    transform: translateX(-50%);
}
.plate6 ul li {
	width: 481px;
	height: 100%;
	cursor: pointer;
	float: left;
}
.plate6 div {
	width: 962px;
	height: 504px;
	margin: 197px auto 52px;
}
.plate6 div img {
	display: none;
}
.plate6 button {
	width: 500px;
	height: 60px;
	display: block;
	margin: 0 auto;
}

.plate7 {
	width: 100%;
	height: 1343px;
	background: url(../img/img_09.jpg) no-repeat center;
	overflow: hidden;
}
.plate7 div {
	width: 955px;
	margin: 185px auto 0;
}
.plate7 div a {
	width: 118px;
	height: 46px;
	border: 2px solid #765ac5;
	margin: 0 7px;
	font-size: 22px;
	text-align: center;
	line-height: 46px;
	color: #765ac5;
	float: left;
	border-radius: 30px;
	font-weight: bold;
}
.plate7 div a:hover {
	background: #765ac5;
	color: #fff;
}

.floatR {
	width: 159px;
	height: 187px;
	background: url(../img/png1.png);
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.floatR p {
	width: 100%;
	height: 148px;
	margin-top: 6px;
}
.floatR i {
	width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    margin: 7px 0 0 76px;
}

.floatL {
	width: 135px;
	height: 443px;
	background: url(../img/png.png);
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.floatL p {
	width: 100%;
	height: 255px;
	margin-top: 138px;
}
.floatL i {
	width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    margin: 25px auto 0;
}

.zx-side {
	display: none;
}

.copyRight,.offcnCopy{ 
	background:#444546;    
	min-width: 1200px; 
	padding-bottom: 20px;
}
.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;
}