﻿@charset "utf-8";
/* CSS Document */

.banner {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.wrapper {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.content {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.small2 {
	transform: scale(0.6, 0.6);
	-webkit-transform: scale(0.6, 0.6);
}

.small3 {
	transform: scale(0.65, 0.65);
	-webkit-transform: scale(0.65, 0.65);
}

.small4 {
	transform: scale(0.7, 0.7);
	-webkit-transform: scale(0.7, 0.7);
}

.small5 {
	transform: scale(0.75, 0.75);
	-webkit-transform: scale(0.75, 0.75);
}

.small6 {
	transform: scale(0.8, 0.8);
	-webkit-transform: scale(0.8, 0.8);
}

.small7 {
	transform: scale(0.85, 0.85);
	-webkit-transform: scale(0.85, 0.85);
}

.small8 {
	transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
}

.small9 {
	transform: scale(0.95, 0.95);
	-webkit-transform: scale(0.95, 0.95);
}


.product_list {
	position: relative;
	height: 100%;
}

.product_box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -9999px;
}

.bg_box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
}

.bg_main {
	width: 1000px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	background-position: center center;
	background-repeat: no-repeat;
}

.bg_box img {
	position: absolute;
	top: 50%;
	left: 50%;
}

.product_box .content {
	width: 1000px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	z-index: 5;
	transform-origin: center center;
	-webkit-transform-origin: center center;
}

.product_box .main_box {
	position: relative;
	height: 100%;
	left: -9999px;
	top: 50%;
}

.product_list .show {
	left: 0;
}

.product_list .show .main_box {
	left: 0;
}

.product_box h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	background-size: 100% 100%;
}

.product_box h2 span {
	position: absolute;
}

.btn_product {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	transition: transform .3s;
	-webkit-transition: transform .3s;
}

.btn_product:hover {
	text-decoration: none;
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
}

.product_box.show h2 {
	animation: tt_effect .6s .3s linear both;
	-webkit-animation: tt_effect .6s .3s linear both;
}

.product_box.show .btn_product {
	animation: opacity .5s 1s linear both;
	-webkit-animation: opacity .5s 1s linear both;
}


.product_btns {
	position: absolute;
	width: 100%;
	bottom: 35px;
	z-index: 6;
	transition: bottom .3s;
	-webkit-transition: bottom .3s;
	z-index: 10;
}

.product_btns.show {
	bottom: 100px;
}

.product_btns .content {
	width: 1000px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -500px;
}

.product_btns .btns_area {
	margin: 0 auto;
	border-bottom: 3px solid #92a0b4;
	border-color: rgba(255, 255, 255, 0.2);
	+zoom: 1;
}

.product_btns .btns_box {
	position: absolute;
	width: 100%;
	height: 84px;
	top: 3px;
	font-size: 0;
	line-height: 0;
}

.product_btns .btns_box a {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	position: relative;
}

.product_btns .btns_box a span {
	display: block;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 50%;
}

.product_btns .btns_box a:hover,
.product_btns .btns_box a.cur {
	background: url(about:blank);
}

.product_btns .ic_line {
	position: absolute;
	height: 3px;
	background: #fff;
	left: 0;
	bottom: 0;
	transition: left .3s;
	-webkit-transition: left .3s;
}


/*big size*/
.big_view .btn_product {
	margin-left: -75px;
	width: 148px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}

.big_view .product_btns .btns_area {
	width: 371px;
	_width: 373px;
	height: 84px;
}

.big_view .product_btns .btns_box {
	height: 84px;
}

.big_view .product_btns .btns_box a {
	width: 70px;
	height: 84px;
	margin: 0 15px;
}

.big_view .product_btns .btns_box a span {
	height: 68px;
	background-image: url(../images/ic_spr.png);
}

.big_view .product_btns .btns_box a:hover span,
.big_view .product_btns .btns_box a.cur span {
	_height: 69px;
}

.big_view .product_btns .ic_line {
	width: 70px;
}

.big_view .product_btns .btns_box .btn_ipr {
	margin: 0 15px 0 0;
}

.big_view .product_btns .btns_box .btn_xav {
	margin: 0 0 0 15px;
}

.big_view .ic_shoulei {
	background-position: 0 0;
	width: 61px;
	margin-left: -30px;
}

.big_view a:hover .ic_shoulei,
.big_view a.cur .ic_shoulei {
	background-position: 0 -108px;
}

.big_view .ic_xnet {
	background-position: -106px 0;
	width: 65px;
	margin-left: -32px;
}

.big_view a:hover .ic_xnet,
.big_view a.cur .ic_xnet {
	background-position: -106px -108px;
}

.big_view .ic_member {
	background-position: -224px 0;
	width: 60px;
	margin-left: -30px;
}

.big_view a:hover .ic_member,
.big_view a.cur .ic_member {
	background-position: -224px -108px;
}

.big_view .ic_xav {
	background-position: -406px 0;
	width: 58px;
	margin-left: -30px;
}

.big_view a:hover .ic_xav,
.big_view a.cur .ic_xav {
	background-position: -406px -108px;
}

/*mid size*/
.mid_view .btn_product {
	margin-left: -60px;
	width: 118px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}

.mid_view .product_btns .btns_area {
	width: 298px;
	_width: 299px;
	height: 68px;
}

.mid_view .product_btns .btns_box {
	height: 68px;
}

.mid_view .product_btns .btns_box a {
	width: 56px;
	height: 68px;
	margin: 0 12px;
}

.mid_view .product_btns .btns_box a span {
	height: 55px;
	background-image: url(../images/ic_spr01.png);
}

.mid_view .product_btns .btns_box a:hover span,
.mid_view .product_btns .btns_box a.cur span {
	_height: 56px;
}

.mid_view .product_btns .ic_line {
	width: 56px;
}

.mid_view .product_btns .btns_box .btn_ipr {
	margin: 0 12px 0 0;
}

.mid_view .product_btns .btns_box .btn_xav {
	margin: 0 0 0 12px;
}

.mid_view .ic_shoulei {
	background-position: 0 0;
	width: 61px;
	margin-left: -24px;
}

.mid_view a:hover .ic_shoulei,
.mid_view a.cur .ic_shoulei {
	background-position: 0 -92px;
}

.mid_view .ic_xnet {
	background-position: -98px 0;
	width: 65px;
	margin-left: -22px;
}

.mid_view a:hover .ic_xnet,
.mid_view a.cur .ic_xnet {
	background-position: -98px -92px;
}

.mid_view .ic_member {
	background-position: -196px 0;
	width: 60px;
	margin-left: -21px;
}

.mid_view a:hover .ic_member,
.mid_view a.cur .ic_member {
	background-position: -196px -92px;
}

.mid_view .ic_xav {
	background-position: -348px 0;
	width: 58px;
	margin-left: -24px;
}

.mid_view a:hover .ic_xav,
.mid_view a.cur .ic_xav {
	background-position: -348px -92px;
}


/*small size*/
.small_view .btn_product {
	margin-left: -48px;
	width: 94px;
	height: 26px;
	line-height: 26px;
	font-size: 11px;
}

.small_view .product_btns .btns_area {
	width: 244px;
	_width: 244px;
	height: 54px;
}

.small_view .product_btns .btns_box {
	height: 54px;
}

.small_view .product_btns .btns_box a {
	width: 45px;
	height: 54px;
	margin: 0 10px;
}

.small_view .product_btns .btns_box a span {
	height: 44px;
	background-image: url(../images/ic_spr02.png);
}

.small_view .product_btns .btns_box a:hover span,
.small_view .product_btns .btns_box a.cur span {
	_height: 45px;
}

.small_view .product_btns .ic_line {
	width: 45px;
}

.small_view .product_btns .btns_box .btn_ipr {
	margin: 0 10px 0 0;
}

.small_view .product_btns .btns_box .btn_xav {
	margin: 0 0 0 10px;
}

.small_view .ic_shoulei {
	background-position: 0 0;
	width: 45px;
	margin-left: -22px;
}

.small_view a:hover .ic_shoulei,
.small_view a.cur .ic_shoulei {
	background-position: 0 -76px;
}

.small_view .ic_xnet {
	background-position: -78px 0;
	width: 45px;
	margin-left: -20px;
}

.small_view a:hover .ic_xnet,
.small_view a.cur .ic_xnet {
	background-position: -78px -76px;
}

.small_view .ic_member {
	background-position: -158px 0;
	width: 45px;
	margin-left: -22px;
}

.small_view a:hover .ic_member,
.small_view a.cur .ic_member {
	background-position: -158px -76px;
}

.small_view .ic_xav {
	background-position: -287px 0;
	width: 45px;
	margin-left: -18px;
}

.small_view a:hover .ic_xav,
.small_view a.cur .ic_xav {
	background-position: -287px -76px;
}



@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes swing {

	20%,
	40%,
	60%,
	80%,
	100% {
		transform-origin: top center;
	}

	20% {
		transform: rotate(15deg);
	}

	40% {
		transform: rotate(-10deg);
	}

	60% {
		transform: rotate(5deg);
	}

	80% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@-webkit-keyframes swing {

	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transform-origin: top center;
	}

	20% {
		-webkit-transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
	}

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

@keyframes flash {

	0%,
	66.66% {
		opacity: 0;
	}

	33.33%,
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes flash {

	0%,
	66.66% {
		opacity: 0;
	}

	33.33%,
	100% {
		opacity: 1;
	}
}

@keyframes tada {
	0% {
		transform: scale(1);
	}

	10%,
	20% {
		transform: scale(0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale(1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		transform: scale(1.1) rotate(-3deg);
	}

	100% {
		transform: scale(1) rotate(0);
	}
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
	}
}

@keyframes rotateX {
	0% {
		transform: perspective(400px) rotateX(90deg);
	}

	40% {
		transform: perspective(400px) rotateX(-30deg);
	}

	70% {
		transform: perspective(400px) rotateX(30deg);
	}

	100% {
		transform: perspective(400px) rotateX(0deg);
	}
}

@-webkit-keyframes rotateX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-30deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(30deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
	}
}

@keyframes rotateY {
	0% {
		transform: perspective(400px) rotateY(90deg);
	}

	40% {
		transform: perspective(400px) rotateY(-20deg);
	}

	70% {
		transform: perspective(400px) rotateY(20deg);
	}

	100% {
		transform: perspective(400px) rotateY(0deg);
	}
}

@-webkit-keyframes rotateY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(20deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-20px);
	}

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

@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-20px);
	}

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

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		transform: translateY(30px);
	}

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

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

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}

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

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


@keyframes opacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes opacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes tt_effect {
	0% {
		transform: translateY(-20px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes tt_effect {
	0% {
		-webkit-transform: translateY(-20px);
		opacity: 0;
	}

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

@keyframes bg_effect {
	0% {
		transform: scale(1, 1);
	}

	100% {
		transform: scale(1.05, 1.05);
	}
}

@-webkit-keyframes bg_effect {
	0% {
		-webkit-transform: scale(1, 1);
	}

	100% {
		-webkit-transform: scale(1.05, 1.05);
	}
}