* {
	margin: 0;
	padding: 0;
}
body{
	min-width: 1000px;
}
.main {
	width: 1000px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
a {
	text-decoration: none;
}
ul,ul li,ol,ol li {
	list-style: none;
}
button {
	outline: none;
	border: none;
	cursor: pointer;
}
.alige {
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
.img img {
	display: block;
	width: 100%;
}

.banner {
	width: 100%;
	background: url(../img/jpg01.jpg) no-repeat center;
	height: 660px;
}
.plateOne {
	width: 100%;
	background: url(../img/jpg02.jpg) no-repeat center;
	height: 700px;
}
.platetwo  {
	position: relative;
}
.platetwo div ul {
	overflow: hidden;
	margin: 16px auto 18px;
}
.platetwo div ul li {
	width: 180px;
	height: 219px;
	background: url(../img/jpg04.jpg) no-repeat center;
	float: left;
	overflow: hidden;
	margin: 0 10px 18px;
}
.platetwo div ul li p {
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	margin-top: 7px;
	width: 74px;
	text-align: center;
	letter-spacing: 7px;
}
.platetwo div ul li b {
	display: block;
	width: 170px;
	height: 170px;
	margin: 7px auto 0;
	border-radius: 10px;
	overflow: hidden;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	width: 60px;
	height: 60px;
	background: url(../img/left.png);
	left: -15px;
	top: 62%;
	outline: none;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	width: 60px;
	height: 60px;
	background: url(../img/right.png);
	right: -15px;
	top: 62%;
	outline: none;
	
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	content: ''
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	content: ''
}
.plateTree {
	width: 100%;
	background: url(../img/jpg05.jpg) no-repeat center;
	height: 684px;
	overflow: hidden;
}
.plateTree ul {
	margin-top: 567px;
	overflow: hidden;
}
.plateTree ul li {
	width: 145px;
	height: 48px;
	float: left;
	background: -moz-linear-gradient(top, #ba9450 0%, #ebc778 100%);
    background: -webkit-linear-gradient(top, #ba9450 0%,#ebc778 100%);
    background: -o-linear-gradient(top, #ba9450 0%,#ebc778 100%);
    background: -ms-linear-gradient(top, #ba9450 0%,#ebc778 100%);
    background: linear-gradient(to top, #ba9450 0%,#ebc778 100%);
    border-radius: 24px;
    overflow: hidden;
    font-size: 22px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    margin-left: 115px;
    cursor: pointer;
}
.plateTree ul li:first-child {
	margin-left: 37px;
}
.plateFour {
	width: 100%;
	background: url(../img/jpg06.jpg?11) no-repeat center;
	height: 530px;
	overflow: hidden;
}
.plateFour ul {
	margin-top: 420px;
	overflow: hidden;
}
.plateFour ul li {
	width: 150px;
	height: 36px;
	float: left;
	background: -moz-linear-gradient(top, #ba9450 0%, #ebc778 100%);
    background: -webkit-linear-gradient(top, #ba9450 0%,#ebc778 100%);
    background: -o-linear-gradient(top, #ba9450 0%,#ebc778 100%);
    background: -ms-linear-gradient(top, #ba9450 0%,#ebc778 100%);
    background: linear-gradient(to top, #ba9450 0%,#ebc778 100%);
    border-radius: 24px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    margin-left: 110px;
    cursor: pointer;
    margin-bottom: 254px;
}
.plateFour ul li:nth-child(1),.plateFour ul li:nth-child(5) {
	margin-left: 37px;
}
.plateFive {
	width: 100%;
	background: url(../img/jpg07.jpg) no-repeat center;
	height: 900px;
}

.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;
}






















