html,
body {
	width: 100%;
	height: auto;
	overflow-x: hidden;
	background-color: #fff;
	border: 0;
	margin: 0;
	font-family: "microsoft yahei", '微软雅黑';
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	-webkit-pointer-events:none;
	-webkit-user-select: none;
	user-select: none;
	pointer-events:none;
}
img.pview,img.picview{
	-webkit-pointer-events:auto;
	pointer-events:auto;
}
.wow {

	-ms-transform: translate3d(0, 0, 0);
	/* IE 9 */
	-moz-transform: translate3d(0, 0, 0);
	/* Firefox */
	-webkit-transform: translate3d(0, 0, 0);
	/* Safari 和 Chrome */
	-o-transform: translate3d(0, 0, 0);
	/* Opera */

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;

}

.onefull {
	width: 100%;
	position: absolute;
	height: 100vh;
	z-index: 3;
	display: none;
}

.onefull .logo {
	width: 74%;
	overflow: hidden;
	margin: 50vw auto 30px;
	display: block;
}

.onefull .logo img {
	width: 100%;
	display: block;
}

.onefull ul.cd {
	width: 42%;
	margin: 8vw auto 0;
}

.onefull ul.cd a {
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 20px 0;
}

.onefull ul.cd a img {
	width: 100%;
	display: block;
}

.downjt {
	width: 10%;
	height: 50px;
	left: 50%;
	margin-left: -5%;
	position: absolute;
	bottom: 50px;
	background: url(../images/jt.png) no-repeat center;
	background-size: 100% auto;
	animation: nextBtn 1.5s ease-in-out infinite alternate;
	display: block;
	z-index: 3;
}

.xhead {
	width: 100%;
	overflow: hidden;
}

#slider-home {
	margin-bottom: 0;
}

.am-slider-default {
	box-shadow: none;
}

.header {
	width: 100%;
	height: 80px;
	display: block;
	position: absolute;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.header a.logo {
	width: 35.5%;
	height: 80px;
	display: block;
	float: left;
	background: url('../images/logo_1.png') no-repeat center;
	background-size: 100% auto;
	margin-left: 8%;
}

.header .ico {
	width: 8%;
	height: 80px;
	display: block;
	float: right;
	background: url('../images/ico.png') no-repeat center;
	background-size: 100% auto;
	margin-right: 8%;
}

.header.show {
	display: block;
	position: fixed;
	z-index: 4;
	background-color: #fff;
	top: 0;
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.06);
}

.header.show a.logo {
	background: url('../images/logo_2.png') no-repeat center;
	background-size: 100% auto;
}

.header.show .ico {
	background: url('../images/ico1.png') no-repeat center;
	background-size: 100% auto;
}


.banner {
	width: 100%;
	overflow: hidden;
}

.banner img {
	display: block;
	width: 100%;
}

.rs_01 {
	right: 4%;
	width: 16%;
	margin-top: 120px;
	display: block;
	overflow: hidden;
	position: absolute;
}

.rs_01 img {
	display: block;
	width: 100%;
}

.thepage,
.thebody {
	width: 100%;
	overflow: hidden;
}

.addjt {
	width: 100%;
	height: 17vw;
	margin-top: -17vw;
	display: block;
	position: relative;
}

.addjt .downjt {
	bottom: auto;
}

.hdbg {
	width: 100%;
	height: 170vw;
	padding: 20vw 0 0;
	background: url('../images/page2_02.jpg') no-repeat center bottom;
	background-size: 100% auto;
}

.rs_03 {
	width: 80%;
	margin: 20vw 10%;
	display: block;
}

.rs_03 img {
	width: 100%;
	display: block;
	margin: 10vw 0;
}

.pd10 {
	padding-bottom: 10vw;
}

.pt10 {
	padding-top: 10vw;
}

.ditu {
	width: 100%;
	height: 203vw;
	display: block;
	background: url('../images/page2_09.jpg') no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
}

.ditu img {
	display: block;
	width: 100%;
	margin-top: 17vw;
}

.menu {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 5;
	background: rgba(0, 0, 0, 0.88);
	top: 0;
	padding-top: 55vw;
}

.menu span {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	background: url('../images/cha.png') no-repeat center;
	background-size: 50% 50%;
}

.menu a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin: 20px 0;
}

.ico2 {
	width: 5vw;
	height: 5vw;
	display: block;
	position: absolute;
	margin-top: -30vw;
	margin-left: 66vw;
	background: url('../images/shou.png') no-repeat center;
	background-size:100% 100%;
	animation: myss 3s infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	-webkit-animation: myss 3s infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	z-index: 2;
}


.pviewbox {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 5;
	background: url('../images/cha.png') no-repeat rgba(0, 0, 0, 0.9);
	background-size: 30px 30px;
	background-position: center 150vw;
	top: 0;
}

.pviewbox img {
	width: 100%;
	display: none;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.zzmflex{ width: 100%; height: 590px; overflow-x:scroll;}
.zzmflex ul{ white-space: nowrap;}
.zzmflex ul li{ width: auto; height: 570px; display: inline-block; margin-right: 18px;}
.zzmflex ul li img{ display: block; height: 100%; width: auto; margin: 0;}

.zzmdot{ width:100%; height:30rpx;}
.zzmdot li{ width:10px; height:10px; display:inline-block; margin:2px; border-radius:5px; background:#bfbfbf;}
.zzmdot li.hover{ background-color:#434343;}

.bodybuwei{ width:100%; height:12vw; display:block; overflow:hidden;}

.page3_h{ width: 80%; height: 150px; margin: 10px auto 50px; overflow-x:scroll;}
.page3_h ul{ white-space: nowrap;}
.page3_h ul li{ width: auto; height: 130px; display: inline-block;}
.page3_h ul li img{ display: block; height: 100%; width: auto; margin: 0;}

.banner .t1{ height: 15px; width: auto; display: block; margin: 20px 10% 10px;}

.txt{ font-size: 14px; font-weight: bold; margin-top: -30px; height: 32px; width: 100%; line-height: 32px; text-align: center; }

.bgfa{background-color: #fafafa; width: 100%; overflow: hidden;}

#slider-huan-1 .am-slides img{ margin: 0;}

.zzmlx_box{ width: 100%; overflow: hidden; margin: 0 0 30px;}
.zzmlx_box .lx_main{
width: 90vw; 
height:168vw; 
display: block; 
background: url('../images/page4_3.jpg') no-repeat center;
background-size: 100% 100%;
margin: 0 5vw 20px;
}
.zzmlx_box .lx_main img{ 
display: block; 
position: absolute; 
width: 80vw; 
height:149.4vw;
opacity: 0;
transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s;
}

.zzmlx_box .lx_main img.show{
	opacity: 1;
}

.zzmlx_box ul{ width: 90%; overflow: hidden; margin: 0 5%;}
.zzmlx_box ul li{ width:45%; overflow: hidden; float: left; margin:10px 2.5%;
transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s;}
.zzmlx_box ul li.h{ width: 95%;}
.zzmlx_box ul li img{ display: block; width: 100%;}
.zzmlx_box ul li.show{box-shadow: 2px 2px 4px 2px #f1f1f1;}

.zzmxian{ width: 100%; height: 1px; background-color: #bbb;}

.checkoutbox{
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 5;
	top: 0;
	background-color: #fff;
	padding: 20px 10%;
}

.checkoutbox span {
	width: 50px;
	height: 50px;
	display: block;
	position: relative;
	margin-left: 68vw;
	background: url('../images/cha1.png') no-repeat center;
	background-size: 50% 50%;
}

.ico3{ 
	width: 5vw; height: 5vw; 
	background: url('../images/shou.png') no-repeat center;
	background-size: auto 100%;
	position: absolute;
	display: block;
	margin-left: 36vw;
	margin-top: -15vw;
	animation: myss 4s infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	-webkit-animation: myss 4s infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	z-index: 2;
}

.picview{
	transition:all 1s; -o-transition:all 1s; -webkit-transition:all 1s; -moz-transition:all 0.1s;
	opacity: 1;
}
.tm100{
	opacity: 0;
}

@-webkit-keyframes nextBtn {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes nextBtn {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}


@keyframes myss {
	0% {
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		transform: scale(2);
		/*放大1.1倍*/
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(2);
	}

}

@-webkit-keyframes myss

/*Safari and Chrome*/
	{
	0% {
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		transform: scale(2);
		/*放大1.1倍*/
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(2);
	}
}

/*load*/
.main {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 5;
	background:url(../images/load_lmn.gif) no-repeat center #fff;
	background-size:60% auto;
	top: 0;
}

.loadEffect {
	width: 100px;
	height: 100px;
	display: block;
	position: relative;
	margin-left: -50px;
	margin-top: -50px;
	left: 50%;
	top: 50%;
}

.la-cube-transition,
.la-cube-transition>div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-transform: translate3d(0, 0, 0);
	/* IE 9 */
	-moz-transform: translate3d(0, 0, 0);
	/* Firefox */
	-webkit-transform: translate3d(0, 0, 0);
	/* Safari 和 Chrome */
	-o-transform: translate3d(0, 0, 0);
	/* Opera */
}

.la-cube-transition {
	display: block;
	font-size: 0;
	color: #fff;
}

.la-cube-transition.la-dark {
	color: #333;
}

.la-cube-transition>div {
	display: inline-block;
	float: none;
	background-color: #cecece;
	border: 0 solid #cecece;
}

.la-cube-transition {
	width: 32px;
	height: 32px;
}

.la-cube-transition>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	margin-left: -7px;
	border-radius: 0;
	-webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
	-moz-animation: cube-transition 1.6s 0s infinite ease-in-out;
	-o-animation: cube-transition 1.6s 0s infinite ease-in-out;
	animation: cube-transition 1.6s 0s infinite ease-in-out;
}

.la-cube-transition>div:last-child {
	-webkit-animation-delay: -.8s;
	-moz-animation-delay: -.8s;
	-o-animation-delay: -.8s;
	animation-delay: -.8s;
}

.la-cube-transition.la-3x {
	width: 100px;
	height: 100px;
}

.la-cube-transition.la-3x>div {
	width: 50px;
	height: 50px;
	margin-top: -21px;
	margin-left: -21px;
}

/*
 * Animation
 */
@-webkit-keyframes cube-transition {
	25% {
		top: 0;
		left: 100%;
		-webkit-transform: scale(.5) rotate(-90deg);
		transform: scale(.5) rotate(-90deg);
	}

	50% {
		top: 100%;
		left: 100%;
		-webkit-transform: scale(1) rotate(-180deg);
		transform: scale(1) rotate(-180deg);
	}

	75% {
		top: 100%;
		left: 0;
		-webkit-transform: scale(.5) rotate(-270deg);
		transform: scale(.5) rotate(-270deg);
	}

	100% {
		top: 0;
		left: 0;
		-webkit-transform: scale(1) rotate(-360deg);
		transform: scale(1) rotate(-360deg);
	}
}

@keyframes cube-transition {
	25% {
		top: 0;
		left: 100%;
		-webkit-transform: scale(.5) rotate(-90deg);
		-moz-transform: scale(.5) rotate(-90deg);
		-o-transform: scale(.5) rotate(-90deg);
		transform: scale(.5) rotate(-90deg);
	}

	50% {
		top: 100%;
		left: 100%;
		-webkit-transform: scale(1) rotate(-180deg);
		-moz-transform: scale(1) rotate(-180deg);
		-o-transform: scale(1) rotate(-180deg);
		transform: scale(1) rotate(-180deg);
	}

	75% {
		top: 100%;
		left: 0;
		-webkit-transform: scale(.5) rotate(-270deg);
		-moz-transform: scale(.5) rotate(-270deg);
		-o-transform: scale(.5) rotate(-270deg);
		transform: scale(.5) rotate(-270deg);
	}

	100% {
		top: 0;
		left: 0;
		-webkit-transform: scale(1) rotate(-360deg);
		-moz-transform: scale(1) rotate(-360deg);
		-o-transform: scale(1) rotate(-360deg);
		transform: scale(1) rotate(-360deg);
	}
}
