/*body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
table,
tbody,
p,
th,
td,
em {
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 12px;
	font-family: "Microsoft Yahei", "΢���ź�", Tahoma, Arial, Helvetica, STHeiti;
}

html,
body {
	height: 100%;
}

img,
input,
button,
a,
select,
textarea {
	margin: 0;
	padding: 0;
	resize: none;
	border: none;
	outline: none;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i,
b,
em {
	font-size: 100%;
	word-wrap: break-word;
	font-weight: normal;
	font-style: normal;
}

a:active,
a:focus {
	outline: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}*/


/* ����IE6��bug */

.banner-img{display: block;}
.element1,
.element3,
.element5,
.element7 {
	position: absolute;
	bottom: 0;
}

.element2,
.element4,
.element6,
.element8 {
	font-size: 38px;
	font-size: 3.8rem;
	position: absolute;
	font-family: 'DINNeuzeitGroteskStdBdCond';
}

.element1 {
	width: 23.95%;
	bottom: 13.2%;
	left: 23.95%;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	display: block;
}

.element1 img {
	width: 100%;
	max-width: 480px;
	display: block;
}

.element2 {
	color: #FFFFFF;
	left: 41.15%;
	bottom: 15.9%;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	display: block;
}

.element3 {
	width: 22.24%;
	bottom: 10.49%;
	left: 18.75%;
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	display: block;
}

.element3 img {
	width: 100%;
	max-width: 427px;
	display: block;
}

.element4 {
	color: #7B5A00;
	left: 41.15%;
	bottom: 18.74%;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	display: block;
}

.element5 {
	width: 23.8%;
	bottom: 11.24%;
	left: 18.75%;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	display: block;
}

.element5 img {
	width: 100%;
	max-width: 457px;
	display: block;
}

.element6 {
	color: #333;
	left: 43.23%;
	bottom: 16.79%;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	display: block;
}

.element7 {
	width: 11.46%;
	bottom: 5.97%;
	left: 23.44%;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	display: block;
}

.element7 img {
	width: 100%;
	max-width: 220px;
	display: block;
}

.element8 {
	color: #333;
	left: 35.94%;
	bottom: 15.74%;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	display: block;
}


/* slide */

.slide-main {
	/*height:690px;*/
	position: relative;
}


/*.prev,.next{display:block;width:65px;height:65px;position:absolute;z-index:222;top:267px;overflow:hidden;cursor:pointer;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);_border:1px solid none;}
.prev{left:70px;}
.next{right:70px;}*/

.prev:hover,
.next:hover,
.nav-main a:hover,
.nav-main a.cur {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.item {
	display: block;
	width: 100%;
	height: 13px;
	position: absolute;
	z-index: 124;
	bottom: 12px;
	left: 0;
	text-align: center;
}

.item a {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 11px;
	background: url(../images/point.png) no-repeat center center;
	overflow: hidden;
}

.item a.cur {
	background: url(../images/point2.png) no-repeat center center;
}

.slide-box,
.slide {
	display: block;
	width: 100%;
	/*height:690px;*/
	overflow: hidden;
}

.slide-box {
	position: relative;
}

.slide {
	display: none;
	/*height:600px;padding-top:90px;*/
	/*background:#ff6900;*/
	position: relative;
	/*position:absolute;*/
	z-index: 8;
}

.slide a {
	display: block;
	width: 100%;
	/*height:690px;*/
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.element2,
	.element4,
	.element6,
	.element8 {
		font-size: 30px;
		font-size: 3rem;
	}
}
@media only screen and (max-width: 550px) {
	.element1,
	.element3,.element5,.element7{left: 15%;}
	.element2,
	.element4,
	.element6,
	.element8 {
		font-size: 20px;
		font-size: 2rem;
		bottom: 20%;
	}
	.item{display:none;}
}