* {
	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;
}

.banner {
	width: 100%;
	height: 623px;
	background: url(../img/banner.jpg) center no-repeat;
	overflow: hidden;
}
.banner ul {
	margin-top: 505px;
}
.banner ul li {
	float: left;
	color: #c9a866;
	margin-left: 215px;
	height: 36px;
	overflow: hidden;
}
.banner ul li:first-child {
	margin-left: 99px;
}
.banner ul li:last-child {
	margin-left: 213px;
}
.banner ul li .digit-container {
	font-size: 34px;
	width: 22px;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}
.banner ul li sup {
	font-size: 30px;
	line-height: 22px;
	margin-left: 5px;
}
.banner ul li span{
	display: inline-block;
	background-image: -webkit-gradient(linear,0 0,0 bottom,from(#c9a866),to(#c9a866));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 22px;
	height: 36px;
	font-size: 34px;
	line-height: 36px;
	font-weight: bold;
}

.plate1 {
	width: 100%;
	height: 541px;
	background: url(../img/jpg1.jpg) center no-repeat;
	overflow: hidden;
}
.plate1 ul {
	width: 1200px;
	margin: 300px auto 0;
	overflow: hidden;
}
.plate1 ul li {
    color: #fff;
    width: 280px;
    padding: 0 35px;
    float: left;
    margin: 0 30px;
    line-height: 38px;
    font-size: 18px;
}
.plate1 ul li:last-child {
	margin-right: 0;
}

.plate2 {
	width: 100%;
	height: 715px;
	background: url(../img/jpg2.jpg) center no-repeat;
	overflow: hidden;
}
.plate2 ul {
	width: 665px;
	margin: 275px auto 0;
}
.plate2 ul li b {
	border: 1.5px solid #d3b883;
	display: block;
}
.plate2 ul li p {
	width: 270px;
	font-size: 18px;
	line-height: 26px;
	margin-top: 22px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.plate3 {
	width: 100%;
	height: 400px;
	background: url(../img/jpg3.jpg) center no-repeat;
	overflow: hidden;
}

.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;
}
