@charset "UTF-8";
.modal-head {
	*zoom: 1;
}
.modal-head:before, .modal-head:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.modal-head:after {
	clear: both;
}

.modal-foot input[type="button"], .part01 ul li, .part01 a, .part02 .nav li, .part03 .nav li, .part04 .nav li, .part05 .nav li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.part02 .imgList, .part03 .imgList, .part04 .imgList, .part05 .imgList {
	vertical-align: top;
	font-size: 0;
}

.modal-mask {
	display: none;
	z-index: 210;
	position: fixed;
	background-color: #333;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-o-opacity: 0.6;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.modal {
	display: none;
	z-index: 220;
	position: fixed;
	max-width: 900px;
	min-width: 300px;
	border: 1px solid;
	border-color: #DCDCDC;
	background: #FFF;
	font-size: 14px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.modal-head {
	background: #EEE;
	height: 32px;
	line-height: 32px;
	cursor: move;
}

.modal-tit {
	float: left;
	padding-left: 10px;
	line-height: 32px;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
}

.modal-close {
	float: right;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 18px;
	font-family: arial;
	font-weight: 700;
	color: #999;
	cursor: pointer;
}

.modal-close:hover {
	color: #666;
}

.modal-body {
	line-height: 1.6;
}

.modal-foot {
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
	font-size: 0;
}

.modal-foot input[type="button"] {
	margin-left: 5px;
	padding: 4px 8px;
	text-align: center;
	border: 1px solid;
	background: #D9EDF7;
	font-size: 12px;
	color: #FFF;
	cursor: pointer;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

.modal-foot input[type="button"].modal-foot-button {
	border-color: #bce8f1;
	color: #31708F;
}

.modal-foot input[type="button"].modal-foot-button.gray {
	border-color: #e1e1e1;
	background: #EEEEEE;
	color: #333333;
}

.modal-scale,
.modal-scale2x,
.modal-slideright,
.modal-slidetop {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	transition-property: transform, opacity;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.modal-scale {
	-o-transform: scale(0.1);
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	-o-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-scale2x {
	-o-transform: scale(2);
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	-o-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-slideright {
	-o-transform: translate(20%);
	-webkit-transform: translate(20%);
	-moz-transform: translate(20%);
	-ms-transform: translate(20%);
	transform: translate(20%);
	-o-transform: translate(cubic-bezier(0.25, 0.5, 0.5, 0.9));
	-webkit-transform: translate(cubic-bezier(0.25, 0.5, 0.5, 0.9));
	-moz-transform: translate(cubic-bezier(0.25, 0.5, 0.5, 0.9));
	-ms-transform: translate(cubic-bezier(0.25, 0.5, 0.5, 0.9));
	transform: translate(cubic-bezier(0.25, 0.5, 0.5, 0.9));
	-o-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-slidetop {
	-o-transform: translate(0, -500px);
	-webkit-transform: translate(0, -500px);
	-moz-transform: translate(0, -500px);
	-ms-transform: translate(0, -500px);
	transform: translate(0, -500px);
	-o-transform: translate(cubic-bezier(0.25, 0.5, 0.5, 0.9));
	-webkit-transform: translate(cubic-bezier(0.25, 0.5, 0.5, 0.9));
	-moz-transform: translate(cubic-bezier(0.25, 0.5, 0.5, 0.9));
	-ms-transform: translate(cubic-bezier(0.25, 0.5, 0.5, 0.9));
	transform: translate(cubic-bezier(0.25, 0.5, 0.5, 0.9));
	-o-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-scale2x.modal-animate,
.modal-scale.modal-animate {
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-o-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.modal-slideright.modal-animate {
	-o-transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-o-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.modal-slidetop.modal-animate {
	-o-transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-o-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

@font-face {
	font-family: 'fmcgfont1';
	src: url("//at.alicdn.com/t/6j8zwummdqeka9k9.eot");
	/* IE9*/
	src: url("//at.alicdn.com/t/6j8zwummdqeka9k9.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/6j8zwummdqeka9k9.woff") format("woff"), url("//at.alicdn.com/t/6j8zwummdqeka9k9.ttf") format("truetype"), url("//at.alicdn.com/t/6j8zwummdqeka9k9.svg#NotoSansHans-DemiLight") format("svg");
	/* iOS 4.1- */
}
.web-font {
	font-family: "fmcgfont1" !important;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

/* 鍔ㄧ敾*/
@-o-keyframes part01_tip {
	0% {
		-o-transform: translate(0, -50px);
		-webkit-transform: translate(0, -50px);
		-moz-transform: translate(0, -50px);
		-ms-transform: translate(0, -50px);
		transform: translate(0, -50px);
		-o-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	10% {
		-o-transform: translate(0, -45px);
		-webkit-transform: translate(0, -45px);
		-moz-transform: translate(0, -45px);
		-ms-transform: translate(0, -45px);
		transform: translate(0, -45px);
		-o-opacity: 0.9;
		-webkit-opacity: 0.9;
		-moz-opacity: 0.9;
		-ms-opacity: 0.9;
		opacity: 0.9;
		filter: alpha(opacity=90);
	}
	20% {
		-o-transform: translate(0, -40px);
		-webkit-transform: translate(0, -40px);
		-moz-transform: translate(0, -40px);
		-ms-transform: translate(0, -40px);
		transform: translate(0, -40px);
		-o-opacity: 0.8;
		-webkit-opacity: 0.8;
		-moz-opacity: 0.8;
		-ms-opacity: 0.8;
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	30% {
		-o-transform: translate(0, -35px);
		-webkit-transform: translate(0, -35px);
		-moz-transform: translate(0, -35px);
		-ms-transform: translate(0, -35px);
		transform: translate(0, -35px);
		-o-opacity: 0.7;
		-webkit-opacity: 0.7;
		-moz-opacity: 0.7;
		-ms-opacity: 0.7;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	40% {
		-o-transform: translate(0, -30px);
		-webkit-transform: translate(0, -30px);
		-moz-transform: translate(0, -30px);
		-ms-transform: translate(0, -30px);
		transform: translate(0, -30px);
		-o-opacity: 0.6;
		-webkit-opacity: 0.6;
		-moz-opacity: 0.6;
		-ms-opacity: 0.6;
		opacity: 0.6;
		filter: alpha(opacity=60);
	}
	50% {
		-o-transform: translate(0, -25px);
		-webkit-transform: translate(0, -25px);
		-moz-transform: translate(0, -25px);
		-ms-transform: translate(0, -25px);
		transform: translate(0, -25px);
		-o-opacity: 0.5;
		-webkit-opacity: 0.5;
		-moz-opacity: 0.5;
		-ms-opacity: 0.5;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	60% {
		-o-transform: translate(0, -20px);
		-webkit-transform: translate(0, -20px);
		-moz-transform: translate(0, -20px);
		-ms-transform: translate(0, -20px);
		transform: translate(0, -20px);
		-o-opacity: 0.4;
		-webkit-opacity: 0.4;
		-moz-opacity: 0.4;
		-ms-opacity: 0.4;
		opacity: 0.4;
		filter: alpha(opacity=40);
	}
	70% {
		-o-transform: translate(0, -15px);
		-webkit-transform: translate(0, -15px);
		-moz-transform: translate(0, -15px);
		-ms-transform: translate(0, -15px);
		transform: translate(0, -15px);
		-o-opacity: 0.3;
		-webkit-opacity: 0.3;
		-moz-opacity: 0.3;
		-ms-opacity: 0.3;
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	80% {
		-o-transform: translate(0, -10px);
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		transform: translate(0, -10px);
		-o-opacity: 0.2;
		-webkit-opacity: 0.2;
		-moz-opacity: 0.2;
		-ms-opacity: 0.2;
		opacity: 0.2;
		filter: alpha(opacity=20);
	}
	90% {
		-o-transform: translate(0, -5px);
		-webkit-transform: translate(0, -5px);
		-moz-transform: translate(0, -5px);
		-ms-transform: translate(0, -5px);
		transform: translate(0, -5px);
		-o-opacity: 0.2;
		-webkit-opacity: 0.2;
		-moz-opacity: 0.2;
		-ms-opacity: 0.2;
		opacity: 0.2;
		filter: alpha(opacity=20);
	}
	100% {
		-o-transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
		-moz-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		transform: translate(0, 0px);
		-o-opacity: 0.2;
		-webkit-opacity: 0.2;
		-moz-opacity: 0.2;
		-ms-opacity: 0.2;
		opacity: 0.2;
		filter: alpha(opacity=20);
	}
}
@-webkit-keyframes part01_tip {
	0% {
		-o-transform: translate(0, -50px);
		-webkit-transform: translate(0, -50px);
		-moz-transform: translate(0, -50px);
		-ms-transform: translate(0, -50px);
		transform: translate(0, -50px);
		-o-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	10% {
		-o-transform: translate(0, -45px);
		-webkit-transform: translate(0, -45px);
		-moz-transform: translate(0, -45px);
		-ms-transform: translate(0, -45px);
		transform: translate(0, -45px);
		-o-opacity: 0.9;
		-webkit-opacity: 0.9;
		-moz-opacity: 0.9;
		-ms-opacity: 0.9;
		opacity: 0.9;
		filter: alpha(opacity=90);
	}
	20% {
		-o-transform: translate(0, -40px);
		-webkit-transform: translate(0, -40px);
		-moz-transform: translate(0, -40px);
		-ms-transform: translate(0, -40px);
		transform: translate(0, -40px);
		-o-opacity: 0.8;
		-webkit-opacity: 0.8;
		-moz-opacity: 0.8;
		-ms-opacity: 0.8;
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	30% {
		-o-transform: translate(0, -35px);
		-webkit-transform: translate(0, -35px);
		-moz-transform: translate(0, -35px);
		-ms-transform: translate(0, -35px);
		transform: translate(0, -35px);
		-o-opacity: 0.7;
		-webkit-opacity: 0.7;
		-moz-opacity: 0.7;
		-ms-opacity: 0.7;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	40% {
		-o-transform: translate(0, -30px);
		-webkit-transform: translate(0, -30px);
		-moz-transform: translate(0, -30px);
		-ms-transform: translate(0, -30px);
		transform: translate(0, -30px);
		-o-opacity: 0.6;
		-webkit-opacity: 0.6;
		-moz-opacity: 0.6;
		-ms-opacity: 0.6;
		opacity: 0.6;
		filter: alpha(opacity=60);
	}
	50% {
		-o-transform: translate(0, -25px);
		-webkit-transform: translate(0, -25px);
		-moz-transform: translate(0, -25px);
		-ms-transform: translate(0, -25px);
		transform: translate(0, -25px);
		-o-opacity: 0.5;
		-webkit-opacity: 0.5;
		-moz-opacity: 0.5;
		-ms-opacity: 0.5;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	60% {
		-o-transform: translate(0, -20px);
		-webkit-transform: translate(0, -20px);
		-moz-transform: translate(0, -20px);
		-ms-transform: translate(0, -20px);
		transform: translate(0, -20px);
		-o-opacity: 0.4;
		-webkit-opacity: 0.4;
		-moz-opacity: 0.4;
		-ms-opacity: 0.4;
		opacity: 0.4;
		filter: alpha(opacity=40);
	}
	70% {
		-o-transform: translate(0, -15px);
		-webkit-transform: translate(0, -15px);
		-moz-transform: translate(0, -15px);
		-ms-transform: translate(0, -15px);
		transform: translate(0, -15px);
		-o-opacity: 0.3;
		-webkit-opacity: 0.3;
		-moz-opacity: 0.3;
		-ms-opacity: 0.3;
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	80% {
		-o-transform: translate(0, -10px);
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		transform: translate(0, -10px);
		-o-opacity: 0.2;
		-webkit-opacity: 0.2;
		-moz-opacity: 0.2;
		-ms-opacity: 0.2;
		opacity: 0.2;
		filter: alpha(opacity=20);
	}
	90% {
		-o-transform: translate(0, -5px);
		-webkit-transform: translate(0, -5px);
		-moz-transform: translate(0, -5px);
		-ms-transform: translate(0, -5px);
		transform: translate(0, -5px);
		-o-opacity: 0.2;
		-webkit-opacity: 0.2;
		-moz-opacity: 0.2;
		-ms-opacity: 0.2;
		opacity: 0.2;
		filter: alpha(opacity=20);
	}
	100% {
		-o-transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
		-moz-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		transform: translate(0, 0px);
		-o-opacity: 0.2;
		-webkit-opacity: 0.2;
		-moz-opacity: 0.2;
		-ms-opacity: 0.2;
		opacity: 0.2;
		filter: alpha(opacity=20);
	}
}
@-moz-keyframes part01_tip {
	0% {
		-o-transform: translate(0, -50px);
		-webkit-transform: translate(0, -50px);
		-moz-transform: translate(0, -50px);
		-ms-transform: translate(0, -50px);
		transform: translate(0, -50px);
		-o-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	10% {
		-o-transform: translate(0, -45px);
		-webkit-transform: translate(0, -45px);
		-moz-transform: translate(0, -45px);
		-ms-transform: translate(0, -45px);
		transform: translate(0, -45px);
		-o-opacity: 0.9;
		-webkit-opacity: 0.9;
		-moz-opacity: 0.9;
		-ms-opacity: 0.9;
		opacity: 0.9;
		filter: alpha(opacity=90);
	}
	20% {
		-o-transform: translate(0, -40px);
		-webkit-transform: translate(0, -40px);
		-moz-transform: translate(0, -40px);
		-ms-transform: translate(0, -40px);
		transform: translate(0, -40px);
		-o-opacity: 0.8;
		-webkit-opacity: 0.8;
		-moz-opacity: 0.8;
		-ms-opacity: 0.8;
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	30% {
		-o-transform: translate(0, -35px);
		-webkit-transform: translate(0, -35px);
		-moz-transform: translate(0, -35px);
		-ms-transform: translate(0, -35px);
		transform: translate(0, -35px);
		-o-opacity: 0.7;
		-webkit-opacity: 0.7;
		-moz-opacity: 0.7;
		-ms-opacity: 0.7;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	40% {
		-o-transform: translate(0, -30px);
		-webkit-transform: translate(0, -30px);
		-moz-transform: translate(0, -30px);
		-ms-transform: translate(0, -30px);
		transform: translate(0, -30px);
		-o-opacity: 0.6;
		-webkit-opacity: 0.6;
		-moz-opacity: 0.6;
		-ms-opacity: 0.6;
		opacity: 0.6;
		filter: alpha(opacity=60);
	}
	50% {
		-o-transform: translate(0, -25px);
		-webkit-transform: translate(0, -25px);
		-moz-transform: translate(0, -25px);
		-ms-transform: translate(0, -25px);
		transform: translate(0, -25px);
		-o-opacity: 0.5;
		-webkit-opacity: 0.5;
		-moz-opacity: 0.5;
		-ms-opacity: 0.5;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	60% {
		-o-transform: translate(0, -20px);
		-webkit-transform: translate(0, -20px);
		-moz-transform: translate(0, -20px);
		-ms-transform: translate(0, -20px);
		transform: translate(0, -20px);
		-o-opacity: 0.4;
		-webkit-opacity: 0.4;
		-moz-opacity: 0.4;
		-ms-opacity: 0.4;
		opacity: 0.4;
		filter: alpha(opacity=40);
	}
	70% {
		-o-transform: translate(0, -15px);
		-webkit-transform: translate(0, -15px);
		-moz-transform: translate(0, -15px);
		-ms-transform: translate(0, -15px);
		transform: translate(0, -15px);
		-o-opacity: 0.3;
		-webkit-opacity: 0.3;
		-moz-opacity: 0.3;
		-ms-opacity: 0.3;
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	80% {
		-o-transform: translate(0, -10px);
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		transform: translate(0, -10px);
		-o-opacity: 0.2;
		-webkit-opacity: 0.2;
		-moz-opacity: 0.2;
		-ms-opacity: 0.2;
		opacity: 0.2;
		filter: alpha(opacity=20);
	}
	90% {
		-o-transform: translate(0, -5px);
		-webkit-transform: translate(0, -5px);
		-moz-transform: translate(0, -5px);
		-ms-transform: translate(0, -5px);
		transform: translate(0, -5px);
		-o-opacity: 0.2;
		-webkit-opacity: 0.2;
		-moz-opacity: 0.2;
		-ms-opacity: 0.2;
		opacity: 0.2;
		filter: alpha(opacity=20);
	}
	100% {
		-o-transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
		-moz-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		transform: translate(0, 0px);
		-o-opacity: 0.2;
		-webkit-opacity: 0.2;
		-moz-opacity: 0.2;
		-ms-opacity: 0.2;
		opacity: 0.2;
		filter: alpha(opacity=20);
	}
}
@-ms-keyframes part01_tip {
	0% {
		-o-transform: translate(0, -50px);
		-webkit-transform: translate(0, -50px);
		-moz-transform: translate(0, -50px);
		-ms-transform: translate(0, -50px);
		transform: translate(0, -50px);
		-o-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	10% {
		-o-transform: translate(0, -45px);
		-webkit-transform: translate(0, -45px);
		-moz-transform: translate(0, -45px);
		-ms-transform: translate(0, -45px);
		transform: translate(0, -45px);
		-o-opacity: 0.9;
		-webkit-opacity: 0.9;
		-moz-opacity: 0.9;
		-ms-opacity: 0.9;
		opacity: 0.9;
		filter: alpha(opacity=90);
	}
	20% {
		-o-transform: translate(0, -40px);
		-webkit-transform: translate(0, -40px);
		-moz-transform: translate(0, -40px);
		-ms-transform: translate(0, -40px);
		transform: translate(0, -40px);
		-o-opacity: 0.8;
		-webkit-opacity: 0.8;
		-moz-opacity: 0.8;
		-ms-opacity: 0.8;
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	30% {
		-o-transform: translate(0, -35px);
		-webkit-transform: translate(0, -35px);
		-moz-transform: translate(0, -35px);
		-ms-transform: translate(0, -35px);
		transform: translate(0, -35px);
		-o-opacity: 0.7;
		-webkit-opacity: 0.7;
		-moz-opacity: 0.7;
		-ms-opacity: 0.7;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	40% {
		-o-transform: translate(0, -30px);
		-webkit-transform: translate(0, -30px);
		-moz-transform: translate(0, -30px);
		-ms-transform: translate(0, -30px);
		transform: translate(0, -30px);
		-o-opacity: 0.6;
		-webkit-opacity: 0.6;
		-moz-opacity: 0.6;
		-ms-opacity: 0.6;
		opacity: 0.6;
		filter: alpha(opacity=60);
	}
	50% {
		-o-transform: translate(0, -25px);
		-webkit-transform: translate(0, -25px);
		-moz-transform: translate(0, -25px);
		-ms-transform: translate(0, -25px);
		transform: translate(0, -25px);
		-o-opacity: 0.5;
		-webkit-opacity: 0.5;
		-moz-opacity: 0.5;
		-ms-opacity: 0.5;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	60% {
		-o-transform: translate(0, -20px);
		-webkit-transform: translate(0, -20px);
		-moz-transform: translate(0, -20px);
		-ms-transform: translate(0, -20px);
		transform: translate(0, -20px);
		-o-opacity: 0.4;
		-webkit-opacity: 0.4;
		-moz-opacity: 0.4;
		-ms-opacity: 0.4;
		opacity: 0.4;
		filter: alpha(opacity=40);
	}
	70% {
		-o-transform: translate(0, -15px);
		-webkit-transform: translate(0, -15px);
		-moz-transform: translate(0, -15px);
		-ms-transform: translate(0, -15px);
		transform: translate(0, -15px);
		-o-opacity: 0.3;
		-webkit-opacity: 0.3;
		-moz-opacity: 0.3;
		-ms-opacity: 0.3;
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	80% {
		-o-transform: translate(0, -10px);
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		transform: translate(0, -10px);
		-o-opacity: 0.2;
		-webkit-opacity: 0.2;
		-moz-opacity: 0.2;
		-ms-opacity: 0.2;
		opacity: 0.2;
		filter: alpha(opacity=20);
	}
	90% {
		-o-transform: translate(0, -5px);
		-webkit-transform: translate(0, -5px);
		-moz-transform: translate(0, -5px);
		-ms-transform: translate(0, -5px);
		transform: translate(0, -5px);
		-o-opacity: 0.2;
		-webkit-opacity: 0.2;
		-moz-opacity: 0.2;
		-ms-opacity: 0.2;
		opacity: 0.2;
		filter: alpha(opacity=20);
	}
	100% {
		-o-transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
		-moz-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		transform: translate(0, 0px);
		-o-opacity: 0.2;
		-webkit-opacity: 0.2;
		-moz-opacity: 0.2;
		-ms-opacity: 0.2;
		opacity: 0.2;
		filter: alpha(opacity=20);
	}
}
@keyframes part01_tip {
	0% {
		-o-transform: translate(0, -50px);
		-webkit-transform: translate(0, -50px);
		-moz-transform: translate(0, -50px);
		-ms-transform: translate(0, -50px);
		transform: translate(0, -50px);
		-o-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	10% {
		-o-transform: translate(0, -45px);
		-webkit-transform: translate(0, -45px);
		-moz-transform: translate(0, -45px);
		-ms-transform: translate(0, -45px);
		transform: translate(0, -45px);
		-o-opacity: 0.9;
		-webkit-opacity: 0.9;
		-moz-opacity: 0.9;
		-ms-opacity: 0.9;
		opacity: 0.9;
		filter: alpha(opacity=90);
	}
	20% {
		-o-transform: translate(0, -40px);
		-webkit-transform: translate(0, -40px);
		-moz-transform: translate(0, -40px);
		-ms-transform: translate(0, -40px);
		transform: translate(0, -40px);
		-o-opacity: 0.8;
		-webkit-opacity: 0.8;
		-moz-opacity: 0.8;
		-ms-opacity: 0.8;
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	30% {
		-o-transform: translate(0, -35px);
		-webkit-transform: translate(0, -35px);
		-moz-transform: translate(0, -35px);
		-ms-transform: translate(0, -35px);
		transform: translate(0, -35px);
		-o-opacity: 0.7;
		-webkit-opacity: 0.7;
		-moz-opacity: 0.7;
		-ms-opacity: 0.7;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	40% {
		-o-transform: translate(0, -30px);
		-webkit-transform: translate(0, -30px);
		-moz-transform: translate(0, -30px);
		-ms-transform: translate(0, -30px);
		transform: translate(0, -30px);
		-o-opacity: 0.6;
		-webkit-opacity: 0.6;
		-moz-opacity: 0.6;
		-ms-opacity: 0.6;
		opacity: 0.6;
		filter: alpha(opacity=60);
	}
	50% {
		-o-transform: translate(0, -25px);
		-webkit-transform: translate(0, -25px);
		-moz-transform: translate(0, -25px);
		-ms-transform: translate(0, -25px);
		transform: translate(0, -25px);
		-o-opacity: 0.5;
		-webkit-opacity: 0.5;
		-moz-opacity: 0.5;
		-ms-opacity: 0.5;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	60% {
		-o-transform: translate(0, -20px);
		-webkit-transform: translate(0, -20px);
		-moz-transform: translate(0, -20px);
		-ms-transform: translate(0, -20px);
		transform: translate(0, -20px);
		-o-opacity: 0.4;
		-webkit-opacity: 0.4;
		-moz-opacity: 0.4;
		-ms-opacity: 0.4;
		opacity: 0.4;
		filter: alpha(opacity=40);
	}
	70% {
		-o-transform: translate(0, -15px);
		-webkit-transform: translate(0, -15px);
		-moz-transform: translate(0, -15px);
		-ms-transform: translate(0, -15px);
		transform: translate(0, -15px);
		-o-opacity: 0.3;
		-webkit-opacity: 0.3;
		-moz-opacity: 0.3;
		-ms-opacity: 0.3;
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	80% {
		-o-transform: translate(0, -10px);
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		transform: translate(0, -10px);
		-o-opacity: 0.2;
		-webkit-opacity: 0.2;
		-moz-opacity: 0.2;
		-ms-opacity: 0.2;
		opacity: 0.2;
		filter: alpha(opacity=20);
	}
	90% {
		-o-transform: translate(0, -5px);
		-webkit-transform: translate(0, -5px);
		-moz-transform: translate(0, -5px);
		-ms-transform: translate(0, -5px);
		transform: translate(0, -5px);
		-o-opacity: 0.2;
		-webkit-opacity: 0.2;
		-moz-opacity: 0.2;
		-ms-opacity: 0.2;
		opacity: 0.2;
		filter: alpha(opacity=20);
	}
	100% {
		-o-transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
		-moz-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		transform: translate(0, 0px);
		-o-opacity: 0.2;
		-webkit-opacity: 0.2;
		-moz-opacity: 0.2;
		-ms-opacity: 0.2;
		opacity: 0.2;
		filter: alpha(opacity=20);
	}
}
@-o-keyframes hvr-wobble-vertical {
	50% {
		-o-transform: translateY(-8px);
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	100% {
		-o-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@-webkit-keyframes hvr-wobble-vertical {
	50% {
		-o-transform: translateY(-8px);
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	100% {
		-o-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@-moz-keyframes hvr-wobble-vertical {
	50% {
		-o-transform: translateY(-8px);
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	100% {
		-o-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@-ms-keyframes hvr-wobble-vertical {
	50% {
		-o-transform: translateY(-8px);
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	100% {
		-o-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@keyframes hvr-wobble-vertical {
	50% {
		-o-transform: translateY(-8px);
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	100% {
		-o-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@-o-keyframes cycle {
	0% {
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes cycle {
	0% {
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes cycle {
	0% {
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-ms-keyframes cycle {
	0% {
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes cycle {
	0% {
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes cycle1 {
	0% {
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
}
@-webkit-keyframes cycle1 {
	0% {
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
}
@-moz-keyframes cycle1 {
	0% {
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
}
@-ms-keyframes cycle1 {
	0% {
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
}
@keyframes cycle1 {
	0% {
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
}


body {
	min-width: auto;
}

img {
	max-width: 100%;
}

/* 鏂颁骇鍝侀〉 */
#product_cc {
	/*top: 38px;*/
	text-align: center;
	font-size: 16px;
	color: #666;
}
#product_cc > .section {
	/*background: url(../../images/v2/fmcg/product_cc_bg.png) no-repeat center top;*/
}
@media screen and (max-height: 850px) {
	#product_cc {
		font-size: 14px;
	}
}
@media screen and (max-height: 700px) {
	#product_cc {
		font-size: 12px;
	}
}

.part01 {
	background: none !important;
}
.part01 .icon,
.part01 .icon-chameleon,
.part01 .icon-chameleon-turnplate {
	width: 140px;
	height: 140px;
}
@media screen and (max-height: 850px) {
	.part01 .icon,
	.part01 .icon-chameleon,
	.part01 .icon-chameleon-turnplate {
		width: 112px;
		height: 112px;
	}
}
@media screen and (max-height: 700px) {
	.part01 .icon,
	.part01 .icon-chameleon,
	.part01 .icon-chameleon-turnplate {
		width: 100px;
		height: 100px;
	}
}
.part01 .icon {
	z-index: 1;
	position: relative;
	margin: 0 auto;
}
.part01 .icon-chameleon {
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-image: url("../../images/v2/fmcg/animation_logo_xx.png");
	-webkit-animation: cycle1 10s linear 2.2s infinite normal;
}
@media screen and (max-height: 850px) {
	.part01 .icon-chameleon {
		background-image: url("../../images/v2/fmcg/animation_logo_x.png");
	}
}
@media screen and (max-height: 700px) {
	.part01 .icon-chameleon {
		background-image: url("../../images/v2/fmcg/animation_logo.png");
	}
}
.part01 .icon-chameleon-turnplate {
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.part01 .icon-palette {
	position: absolute;
	left: -428px;
	bottom: -395px;
	background-image: url("../../images/v2/fmcg/animation_color_x.jpg");
	width: 700px;
	height: 700px;
}
@media screen and (max-height: 850px) {
	.part01 .icon-palette {
		left: -328px;
		bottom: -295px;
		width: 500px;
		height: 500px;
		background-image: url("../../images/v2/fmcg/animation_color.jpg");
	}
}
@media screen and (max-height: 700px) {
	.part01 .icon-palette {
		left: -328px;
		bottom: -295px;
		width: 500px;
		height: 500px;
		background-image: url("../../images/v2/fmcg/animation_color.jpg");
	}
}
.part01.active .icon-palette {
	-o-animation: cycle 10s linear 2.2s infinite normal;
	-webkit-animation: cycle 10s linear 2.2s infinite normal;
	-moz-animation: cycle 10s linear 2.2s infinite normal;
	-ms-animation: cycle 10s linear 2.2s infinite normal;
	animation: cycle 10s linear 2.2s infinite normal;
}
@media screen and (max-height: 850px) {
	.part01 img {
		width: 496px;
	}
}
@media screen and (max-height: 700px) {
	.part01 img {
		width: 434px;
	}
}
.part01 .desc {
	margin-top: 0px;
	letter-spacing: 3px;
}
.part01 .desc h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 40px;
	color: #FF920E;
}
@media screen and (max-height: 850px) {
	.part01 .desc h2 {
		font-size: 30px;
	}
}
@media screen and (max-height: 700px) {
	.part01 .desc h2 {
		font-size: 24px;
	}
}
@media screen and (max-height: 850px) {
	.part01 .desc {
		letter-spacing: 1px;
	}
}
.part01 ul {
	margin-top: 30px;
}
.part01 ul li {
	margin-right: 10px;
	padding-left: 38px;
	height: 32px;
	line-height: 32px;
	background: url(../../images/v2/fmcg/product_cc_icon.png) no-repeat;
}
@media screen and (max-height: 700px) {
	.part01 ul li {
		padding-left: 28px;
		height: 20px;
		line-height: 20px;
		background: url(../../images/v2/fmcg/product_cc_icon_m.png) no-repeat;
	}
}
.part01 ul .li02 {
	background-position: 0 -32px;
}
.part01 ul .li03 {
	background-position: 0 -64px;
}
.part01 ul .li04 {
	background-position: 0 -96px;
}
.part01 a {
	position: relative;
	margin-top: 60px;
	padding: 6px 30px;
	border: 1px solid #7AC0F0;
	font-size: 20px;
	color: #7AC0F0;
	-o-transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
@media screen and (max-height: 850px) {
	.part01 a {
		font-size: 16px;
	}
}
@media screen and (max-height: 700px) {
	.part01 a {
		margin-top: 30px;
		padding: 5px 20px;
		font-size: 14px;
	}
}
.part01 a:hover {
	background: #7AC0F0;
	color: #FFF;
}
.part01 .tip {
	position: absolute;
	bottom: 20px;
	left: 50%;
	display: block;
	margin-left: -12px;
	width: 24px;
	height: 18px;
	background: url(../../images/v2/fmcg/product_cc_tip.png) no-repeat;
	-o-transform: translate(0, -50px);
	-webkit-transform: translate(0, -50px);
	-moz-transform: translate(0, -50px);
	-ms-transform: translate(0, -50px);
	transform: translate(0, -50px);
	-o-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-o-animation: part01_tip 2s ease-out 1s infinite normal;
	-webkit-animation: part01_tip 2s ease-out 1s infinite normal;
	-moz-animation: part01_tip 2s ease-out 1s infinite normal;
	-ms-animation: part01_tip 2s ease-out 1s infinite normal;
	animation: part01_tip 2s ease-out 1s infinite normal;
}
@media screen and (max-height: 700px) {
	.part01 .tip {
		background: url(../../images/v2/fmcg/product_cc_tip.png) no-repeat;
		background-size: 14px 10px;
	}
}

.part02 .title, .part03 .title, .part04 .title, .part05 .title {
	position: relative;
	margin-bottom: 10px;
}
.part02 .title p, .part03 .title p, .part04 .title p, .part05 .title p {
	margin-top: 5px;
}
.part02 .product_video, .part03 .product_video, .part04 .product_video, .part05 .product_video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	padding-right: 32px;
	height: 20px;
	line-height: 20px;
	color: #F18726;
	background: url(../../images/v2/fmcg/product_cc_icon.png) no-repeat;
	background-position: 60px -135px;
}
@media screen and (max-height: 700px) {
	.part02 .product_video, .part03 .product_video, .part04 .product_video, .part05 .product_video {
		background-image: url(../../images/v2/fmcg/product_cc_icon_m.png);
		background-position: 52px -135px;
	}
}
.part02 .product_video:hover, .part03 .product_video:hover, .part04 .product_video:hover, .part05 .product_video:hover {
	color: #f78216;
}
.part02 .nav ul, .part03 .nav ul, .part04 .nav ul, .part05 .nav ul {
	margin: 10px 0;
}
.part02 .nav li, .part03 .nav li, .part04 .nav li, .part05 .nav li {
	margin: 0 15px;
	width: 32px;
	height: 32px;
	background-image: url(../../images/v2/fmcg/product_cc_icon.png);
	cursor: pointer;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
@media screen and (max-height: 700px) {
	.part02 .nav li, .part03 .nav li, .part04 .nav li, .part05 .nav li {
		margin: 0 8px;
		width: 24px;
		height: 24px;
		background-image: url(../../images/v2/fmcg/product_cc_icon_m.png);
	}
}
.part02 .nav li:hover, .part03 .nav li:hover, .part04 .nav li:hover, .part05 .nav li:hover {
	transition: all .3s ease-out;
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.part02 .nav li.on, .part03 .nav li.on, .part04 .nav li.on, .part05 .nav li.on {
	transition: all 0s ease-out;
	cursor: default;
}
.part02 .nav li a, .part03 .nav li a, .part04 .nav li a, .part05 .nav li a {
	display: block;
	width: 100%;
	height: 100%;
}
.part02 .msg, .part03 .msg, .part04 .msg, .part05 .msg {
	margin-top: 20px;
}
.part02 .msg p, .part03 .msg p, .part04 .msg p, .part05 .msg p {
	position: absolute;
	*left: 0;
	width: 100%;
	display: none;
}
.part02 .msg p.active, .part03 .msg p.active, .part04 .msg p.active, .part05 .msg p.active {
	display: block;
}
.part02 .imgList, .part03 .imgList, .part04 .imgList, .part05 .imgList {
	position: relative;
	height: 452px;
	overflow: hidden;
}
@media screen and (max-height: 850px) {
	.part02 .imgList, .part03 .imgList, .part04 .imgList, .part05 .imgList {
		height: 362px !important;
	}
}
@media screen and (max-height: 700px) {
	.part02 .imgList, .part03 .imgList, .part04 .imgList, .part05 .imgList {
		height: 316px !important;
	}
}
.part02 .imgList > li, .part03 .imgList > li, .part04 .imgList > li, .part05 .imgList > li {
	position: absolute;
	*left: 0;
	display: none;
	width: 100%;
}
.part02 .imgList > li:first-child, .part03 .imgList > li:first-child, .part04 .imgList > li:first-child, .part05 .imgList > li:first-child {
	display: block;
}
@media screen and (max-height: 850px) {
	.part02 .imgList > li > img, .part02 .imgList > li > div > img, .part03 .imgList > li > img, .part03 .imgList > li > div > img, .part04 .imgList > li > img, .part04 .imgList > li > div > img, .part05 .imgList > li > img, .part05 .imgList > li > div > img {
		width: 800px;
	}
}
@media screen and (max-height: 700px) {
	.part02 .imgList > li > img, .part02 .imgList > li > div > img, .part03 .imgList > li > img, .part03 .imgList > li > div > img, .part04 .imgList > li > img, .part04 .imgList > li > div > img, .part05 .imgList > li > img, .part05 .imgList > li > div > img {
		width: 700px;
	}
}

@media screen and (max-height: 850px) {
	html {
		background: 800px;
	}
}
@media screen and (max-height: 700px) {
	html {
		background: 700px;
	}
}

.part02 .nav .li01 {
	background-position: 0px -162px;
}
.part02 .nav .li01.on {
	background-position: 0px -282px;
}
.part02 .nav .li02 {
	background-position: 0px -202px;
}
.part02 .nav .li02.on {
	background-position: 0px -242px;
}

.part03 .nav .li01 {
	background-position: 0px -322px;
}
.part03 .nav .li01.on {
	background-position: 0px -362px;
}
.part03 .nav .li02 {
	background-position: 0px -402px;
}
.part03 .nav .li02.on {
	background-position: 0px -442px;
}
.part03 .nav .li03 {
	background-position: 0px -482px;
}
.part03 .nav .li03.on {
	background-position: 0px -522px;
}
.part03 .nav .li04 {
	background-position: 0px -562px;
}
.part03 .nav .li04.on {
	background-position: 0px -603px;
}
.part03 .nav .li05 {
	background-position: 0px -644px;
}
.part03 .nav .li05.on {
	background-position: 0px -684px;
}

.part04 .nav .li01 {
	background-position: 0px -724px;
}
.part04 .nav .li01.on {
	background-position: 0px -764px;
}
.part04 .nav .li02 {
	background-position: 0px -804px;
}
.part04 .nav .li02.on {
	background-position: 0px -844px;
}

.part05 .nav .li01 {
	background-position: 0px -884px;
}
.part05 .nav .li01.on {
	background-position: 0px -924px;
}
.part05 .nav .li02 {
	background-position: 0px -964px;
}
.part05 .nav .li02.on {
	background-position: 0px -1004px;
}

.part06 {
	background: #F5F5F5;
}
.part06 h3 {
	margin: 0 auto;
	padding: 65px 0 58px;
	width: 360px;
}

.part02 h3, .part03 h3, .part04 h3, .part05 h3, .part06 h3 {
	font-size: 40px;
	font-family: "fmcgfont1" !important;
	font-style: normal;
	font-weight: normal;
	-webkit-text-stroke-width: 0.2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 2px;
	color: #333;
}
@media screen and (max-height: 850px) {
	.part02 h3, .part03 h3, .part04 h3, .part05 h3, .part06 h3 {
		font-size: 30px;
	}
}
@media screen and (max-height: 700px) {
	.part02 h3, .part03 h3, .part04 h3, .part05 h3, .part06 h3 {
		font-size: 24px;
	}
}

.phoneOutter {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.phoneOutter .phoneContainer {
	position: absolute;
	left: 407px;
	top: 54px;
	width: 186px;
	height: 330px;
	overflow: hidden;
}
.phoneOutter .phoneContainer .phoneInner {
	position: relative;
	text-align: left;
	vertical-align: top;
	font-size: 0;
}
.phoneOutter .phoneContainer .phoneInner div {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

@media screen and (max-width: 1023px) {
	html, body {
		overflow-x: hidden !important;
		overflow-y: scroll !important;
	}

	#fp-nav {
		display: none;
	}

	section {
		overflow-x: hidden !important;
	}
}
@media screen and (max-width: 1190px) {
	nav ul li a {
		font-size: 12px;
	}
}
/* fullPage */
.fp-controlArrow.fp-prev {
	border-color: #FF0;
}

.fp-controlArrow.fp-next {
	border-color: #FF0;
}

#fp-nav ul li, .fp-slidesNav ul li {
	width: 20px;
	height: 20px;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
	background: #ff9f23;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	width: 12px;
	height: 12px;
	border: none;
	background: #e5e5e5;
}

.fp-tableCell {
	*margin-top: 100px;
}

.DemoDialog {
	display: none;
}

.noCss3 .part01 img {
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-o-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

@media screen and (max-height: 850px) {
	.phoneOutter .phoneContainer {
		left: 326px;
		top: 43px;
		width: 148px;
		height: 263px;
	}

	.phoneInner img {
		width: 148px;
	}
}
@media screen and (max-height: 700px) {
	.phoneOutter .phoneContainer {
		left: 285px;
		top: 38px;
		width: 130px;
		height: 232px;
	}

	.phoneInner img {
		width: 130px;
	}
}
.download {
	background-color: #f5f5f5;
}

.download .download-container {
	height: 598px;
}

.download h2 {
	width: 360px;
	margin: 0 auto;
	padding: 65px 0 58px;
}

.download ul {
	width: 840px;
	margin: 0 auto;
	margin-top: 85px;
}

.download ul li {
	float: left;
	width: 140px;
	margin: 0 70px;
}

.download ul li .icon {
	display: inline-block;
	width: 140px;
	height: 140px;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	-ms-transition: all .7s ease;
}

.download ul li .icon:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.download ul li.ios .icon {
	background-image: url(http://www.waiqin365.com/p/images/v2/index/ios.png);
}

.download ul li.android .icon {
	background-image: url(http://www.waiqin365.com/p/images/v2/index/android.png);
}

.download ul li.qrcode .icon {
	background-image: url(http://www.waiqin365.com/p/images/v2/index/qrcode.png);
}

.download ul li.ios:hover .icon {
	background-image: url(http://www.waiqin365.com/p/images/v2/index/ios-hover.png);
}

.download ul li.android:hover .icon {
	background-image: url(http://www.waiqin365.com/p/images/v2/index/android-hover.png);
}

.download ul li.qrcode:hover .icon {
	background-image: url(http://www.waiqin365.com/p/images/v2/index/qrcode-hover.png);
}

.download ul li p {
	font-size: 14px;
	line-height: 24px;
	color: #a39d9e;
	text-align: center;
	margin-top: 21px;
}

.download .sms {
	position: relative;
	width: 567px;
	height: 44px;
	margin: 0 auto;
}

.download .sms .sms-txt {
	position: relative;
	display: inline-block;
	background: #fff;
	border: 1px solid #fff;
	height: 34px;
	padding: 4px 10px 4px 10px;
	vertical-align: top;
	border: 1px solid #d8d8d8;
}

.download .sms .sms-txt input {
	width: 436px;
	height: 30px;
	background: #fff;
	border: none;
	color: #333;
	float: left;
	font-size: 16px;
	line-height: 30px\9;
	margin-top: 1px;
	outline: none;
	font-family: "Microsoft YaHei";
}

.download .sms .sms-btn {
	position: absolute;
	width: 108px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	letter-spacing: 1px;
	-webkit-appearance: none;
	background: #ff940a;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	left: 457px;
	outline: none;
	top: 0;
	vertical-align: top;
}

.download .sms .sms-btn:hover {
	background: #ff790a;
}

/*# sourceMappingURL=style.css.map */
