/* 0_reset
-------------------------------------------------------------------*/

*{margin:0;padding:0;} ol, ul{list-style:none;} a img{border:none;}
html,body{height: 100%;width: 100%}
body{ 
	color:#333;
	font:400 12px "microsoft yahei", "simsun", arial, tahoma, simsun;
	/*line-height:150%;*/
	background:#fff;
}
#wapper{
	display:none;
	background-color:#fff;
}
#header{
    position: relative;
}
/* 1_class
-------------------------------------------------------------------*/
.float-left   {float:left;}
.float-right  {float:right;}
.text-left    {text-align:left;}
.text-right   {text-align:right;}
.text-center  {text-align:center;}
.no-margin    {margin:0;}
.no-padding   {padding:0;}
.hide         {display:none !important;}
.clear        {clear:both;}
.box_img img{display:block;}
/*clearfix*/
.clearff:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearff {
	display: inline-table;
	min-height: 1%;
}
/*hides from macie \*/
* html .clearff {height: 1%;}
.clearff {display: block;}
section{font-size: 0}
/* 2_link
-------------------------------------------------------------------*/
a:link    {color:#83705e; text-decoration:none;}
a:visited {color:#83705e; text-decoration:none;}
a:hover   {color:#83705e; text-decoration:none;}
a:active  {color:#83705e; text-decoration:none;}


canvas { 
	position: absolute;
	backface-visibility: hidden; 
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden; 
	-ms-backface-visibility: hidden; 
}

#loading{
	width: 100vw;height: 100vh;
	display:block;
	background-color: #0c1a34;
	background-image: url(/uploads/image/ptpimages/loading_bg.png);
	background-repeat: no-repeat;
	background-position: center; 
	background-size: auto;
}
.load_main{
	position:relative;
	background-size:cover;
	height: 100%;
	/* min-height:780px; */
}
.load_text{
	position:absolute;
	left:0px;
	bottom: 10%;
	width:100%;
	font-size:18px;
	color:#ff0000;
	text-align:center;
}
.load_text #loading_text{
	font-size:24px;
}
.load_main img.bg {
	position:absolute;
	top: 0;
    left:0;
	width:100%;
	height:100%;
}
.load_line{
	position:absolute;
	left:319px;
	bottom: 8%;
	width:600px;
	height:6px;
	background:#000;
}
.load_line span{
	display:block;
	text-indent:-9999px;
	width:0px;
	height:6px;
	background:#ff0000;
}

/*ipad bug 0913*/
.load_main{
	width:auto;
}
.load_line {
	width:600px;
	left:50%;
	margin-left:-300px;
}
.load_main img.weichat {
    position: fixed;
	right: 150px;
    bottom:100px;
}


#wapper{
	width: 1280px;margin: auto
}
.header{
	position: relative
}
.header nav{
	position: absolute;left: 0;top: 0;height: 82px;
}
.header nav a{ 
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	margin-right:4.5em;
	padding-bottom: 0.5em;
}
.header nav a:hover{
	border-bottom: 1px solid #fff;
}
.header nav a.logo{
	margin-left: 0em;margin-right:2em;
}
.header nav a.logo:hover{
	border-bottom: 0px none;
}
.nav_jd img{
	margin-right: 0.4em;
	width: 16px;
}
footer address{
	text-align: center;
	font-size: 12px;
	line-height: 2.5;
	font-style: normal;
}


.kv{position: relative;font-size: 0;}
.kv_price{
	position: absolute;
	left: 3%;top: 46%;
	opacity: 0;
	transform: scale(2); 
}
.kv_tmax{
	position: absolute;
    left: 36%; top: 18%;
    opacity: 0;
    transform: scale(2); 
}


@keyframes kvshow {
	0% {
		opacity: 0;  transform: scale(2);
	} 

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

.kv.is_shown .kv_tmax{ 
	-webkit-animation-name: kvshow;
	animation-name: kvshow;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards; 
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
} 
.kv.is_shown .kv_price{
	-webkit-animation-name: kvshow;
	animation-name: kvshow;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.color_selection{
	position: relative;font-size: 0;
}
.color_selection_content{
	position: absolute;
	left: 50%;top: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden; 
} 

.color_selection_content_1{
	position: absolute;
    top: 28%; left: 39%;
    width: 309px; height: 214px;
}

.color_selection_content_2{
	position: absolute;
    top: 28%; left: 68%;
    width: 309px; height: 214px;
}

.color_selection_content_1 img,
.color_selection_content_2 img{
	display: none;opacity: 0;
}

.color_selection_content img{  
}
 

.details{
	position: relative
}
.details .image,
.details .text
{
	position: absolute;
	left: 10%;top: 10%;
}


.details_1 .text{
    left: 2.2%;
    top: 17.1%;
    opacity: 0;
}
.details_1 .image{
	/* transition: all 2s; */
}
.details_1 .image:nth-of-type(2){
	left: 26.6%;
    top: 22.3%;
    transform: rotate(180deg) scale(0);
    transform-origin: right bottom;
}
.details_1 .image:nth-of-type(3){
    left: 49.8%;
    top: 19.8%;
    transform: rotate(180deg) scale(0);
    transform-origin: 4.6% bottom;
}
.details_1 .image:nth-of-type(4){
    left: 24.5%;
    top: 45.9%;
    transform: rotate(180deg) scale(0);
    transform-origin: 82% top;
}
.details_1 .image:nth-of-type(5){
	left: 45.8%;
    top: 45.8%;
    transform: rotate(180deg) scale(0);
    transform-origin: 18.2% top;
}
.details_1 .image:nth-of-type(6){
	left: 43.2%;
    top: 64.3%;
    transform: rotate(180deg) scale(0) translate(-22%,77%);
    transform-origin: 11% top;
}

.details_3 .text{
    left: 2.4%;
    top: 13%;
    opacity: 0;
}
.details_3 .image{
	/* transition: all 2s; */
}
.details_3 .image:nth-of-type(2){
	left: 24.1%;
    top: 7.9%;
    transform: rotate(180deg) scale(0);
    transform-origin: 95.6% bottom;
}
.details_3 .image:nth-of-type(3){
    left: 47.3%;
    top: 10.9%;
    transform: rotate(180deg) scale(0);
    transform-origin: left bottom;
}
.details_3 .image:nth-of-type(4){
    left: 23.9%;
    top: 37.5%;
    transform: rotate(180deg) scale(0);
    transform-origin: 82% top;
}
.details_3 .image:nth-of-type(5){
	left: 47.3%;
    top: 37.6%;
    transform: rotate(180deg) scale(0);
    transform-origin: left top;
}
.details_3 .image:nth-of-type(6){
	left: 30.9%;
    top: 58.8%;
    transform: rotate(180deg) scale(0) translate(21%, 81%);
    transform-origin: 89% top;
}

.details_5 .text{
	left: 5%;
    top: 11.3%;
    opacity: 0;
}
.details_5 .image{
	/* transition: all 2s; */
}
.details_5 .image:nth-of-type(2){
    left: 26.5%;
    top: 21%;
    transform: rotate(180deg) scale(0);
    transform-origin: right bottom;
}
.details_5 .image:nth-of-type(3){
    left: 49.9%;
    top: 17.9%;
    transform: rotate(180deg) scale(0);
    transform-origin: 5% bottom;
}
.details_5 .image:nth-of-type(4){
    left: 24.5%;
    top: 48.1%;
    transform: rotate(180deg) scale(0);
    transform-origin: right top;
}
.details_5 .image:nth-of-type(5){
	left: 45.8%;
    top: 48.1%;
    transform: rotate(180deg) scale(0);
    transform-origin: 18% top;
}



.details_7 .text{
    left: 8%;
    top: 23%;
    opacity: 0;
}
.details_7 .image{
	/* transition: all 2s; */
}
.details_7 .image:nth-of-type(2){
    left: 24.1%;
    top: 17%;
    transform: rotate(180deg) scale(0);
    transform-origin: 97% bottom;
}
.details_7 .image:nth-of-type(3){
	left: 47.2%;
    top: 20.5%;
    transform: rotate(180deg) scale(0);
    transform-origin: left bottom;
}
.details_7 .image:nth-of-type(4){
    left: 24.1%;
    top: 51.5%;
    transform: rotate(180deg) scale(0);
    transform-origin: 81% top;
}
.details_7 .image:nth-of-type(5){
	left: 47.3%;
    top: 51.3%;
    transform: rotate(180deg) scale(0);
    transform-origin: left top;
}
.details.is_shown .text{
	-webkit-animation-name: details7textshow;
	animation-name: details7textshow;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 2.8s;
	animation-delay: 2.8s;
}
.details_3.is_shown .text{
	-webkit-animation-name: details7textshow;
	animation-name: details7textshow;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 3.1s;
	animation-delay: 3.1s;
}
.details.is_shown .image:nth-of-type(2){
	-webkit-animation-name: details7imageshow;
	animation-name: details7imageshow;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.details.is_shown .image:nth-of-type(3){
	-webkit-animation-name: details7imageshow;
	animation-name: details7imageshow;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.details.is_shown .image:nth-of-type(4){
	-webkit-animation-name: details7imageshow;
	animation-name: details7imageshow;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.details.is_shown .image:nth-of-type(5){
	-webkit-animation-name: details7imageshow;
	animation-name: details7imageshow;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.details.is_shown .image:nth-of-type(6){
	-webkit-animation-name: details7imageshow;
	animation-name: details7imageshow;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.details_3.is_shown .image:nth-of-type(6){
	-webkit-animation-name: details3_5imageshow;
	animation-name: details3_5imageshow;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.details_1.is_shown .image:nth-of-type(6){
	-webkit-animation-name: details1_5imageshow;
	animation-name: details1_5imageshow;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.specifications{
	position: relative;
}
.specifications .image{
	position: absolute;
	top: 15%;left: 14%;
}
.specifications .image img{display: none}

.download{
	position: relative;
}
.download .image_container{
	position: absolute;
	left: 14%;top: 28%;
}
.download .image{
	display: inline-block; 
}
.download .image:nth-of-type(1){
	margin-right: 16px;
}
.download .image a{
	display: inline-block;
	width: 448px;height: 305px;
}
.download .image a:hover{
	opacity: 0.6;
}
.download .image a img{display: none}
 
.event{
	position: relative;
}
.event .image{
	position: absolute;
	top: 20%;left: 24%;
	cursor: pointer;
}

.event .image img{display: none}

.jd{
	position: relative
}
.jd a{
	position: absolute;
	top: 23%;left: 35%;
	width: 27%;height: 21%; 
}

@keyframes details7textshow {
	0% {
		opacity: 0;  
	} 
	100% {
		opacity: 1;  
	}
}
@keyframes details7imageshow {
	0% {
		opacity: 0; 
		-webkit-transform: rotate(180deg) scale(0);
		transform: rotate(180deg) scale(0);
	}

	5% {
		opacity: 0.1; 
	}  
	100% {
		opacity: 1; 
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}
}

@keyframes details3_5imageshow {
	0% {
		opacity: 0; 
		-webkit-transform:  rotate(180deg) scale(1) translate(21%, 81%);
		transform:  rotate(180deg) scale(1) translate(21%, 81%);
	} 
	100% {
		opacity: 1; 
		-webkit-transform:  rotate(0deg) scale(1)  translate(0%, 0%);
		transform:  rotate(0deg) scale(1)  translate(0%, 0%);
	}
}

@keyframes details1_5imageshow {
	0% {
		opacity: 0; 
		-webkit-transform:  rotate(180deg) scale(0) translate(-22%,77%);
		transform:  rotate(180deg) scale(0) translate(-22%,77%);
	} 
	100% {
		opacity: 1; 
		-webkit-transform:  rotate(0deg) scale(1)  translate(0%, 0%);
		transform:  rotate(0deg) scale(1)  translate(0%, 0%);
	}
}

@-webkit-keyframes borderinout {
	0% {
		opacity: 0;
		-webkit-transform: scalex(0);
		transform: scalex(0);
		-webkit-transform-origin: left;
		transform-origin: left
	}

	5% {
		opacity: 0.3;
		-webkit-transform: scalex(0);
		transform: scalex(0);
		-webkit-transform-origin: left;
		transform-origin: left
	}

	49% {
		opacity: 1;
		-webkit-transform: scalex(1);
		transform: scalex(1);
		-webkit-transform-origin: left;
		transform-origin: left
	}

	50% {
		opacity: 1;
		-webkit-transform: scalex(1);
		transform: scalex(1);
		-webkit-transform-origin: right;
		transform-origin: right
	} 
	
	100% {
		opacity: 0;
		-webkit-transform: scalex(0);
		transform: scalex(0);
		-webkit-transform-origin: right;
		transform-origin: right
	}
}

@keyframes borderinout {
	0% {
		opacity: 0;
		-webkit-transform: scalex(0);
		transform: scalex(0);
		-webkit-transform-origin: left;
		transform-origin: left
	}

	5% {
		opacity: 1;
		-webkit-transform: scalex(0);
		transform: scalex(0);
		-webkit-transform-origin: left;
		transform-origin: left
	}

	49% {
		opacity: 1;
		-webkit-transform: scalex(1);
		transform: scalex(1);
		-webkit-transform-origin: left;
		transform-origin: left
	}

	50% {
		opacity: 1;
		-webkit-transform: scalex(1);
		transform: scalex(1);
		-webkit-transform-origin: right;
		transform-origin: right
	}

	100% {
		opacity: 1;
		-webkit-transform: scalex(0);
		transform: scalex(0);
		-webkit-transform-origin: right;
		transform-origin: right
	}
}


@-webkit-keyframes contentwrapmove {
	0% {
		opacity: 0;
		-webkit-transform: translatex(-100%);
		transform: translatex(-100%)
	}

	5% {
		opacity: 0.2;
		-webkit-transform: translatex(-100%);
		transform: translatex(-100%)
	}
	
	60%{
		opacity: 0.3;
	}

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

@keyframes contentwrapmove {
	0% {
		opacity: 0;
		-webkit-transform: translatex(-100%);
		transform: translatex(-100%)
	}

	5% {
		opacity: 0.2;
		-webkit-transform: translatex(-100%);
		transform: translatex(-100%)
	}

	60%{
		opacity: 0.3;
	}

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









.modal
{
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;

    display: none; 

    width: 100%;
    height: 100%;
}
.modal .modal-bg
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .8;
    background: #000;

    -ms-filter: 'progid:dximagetransform.microsoft.alpha(opacity=80)';
}
.modal .modal-inner
{
    position: absolute;
    z-index: 1; 
    top: 50%;
    left: 50%;

    width: 100%;
    max-width: 1024px;
    height: 100%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media screen and (min-width: 0) and (max-width: 568px)
{
    .modal .modal-inner
    {
        width: 90%;
    }
}
.modal #player
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 90%;
    padding-top: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media screen and (min-width: 0) and (max-width: 568px)
{
    .modal #player
    {
        min-width: 0;
        padding-top: 50%;
    }
}
.modal #player .video-js
{
    position: absolute;
    top: 0;
    right: 0;

    width: 100% !important;
    height: 100% !important;
}
.modal #player video
{
    position: absolute;
    top: 0;
    right: 0;

    width: 100% !important;
    height: 100% !important;
}
.modal .modal-close
{
    position: absolute;
    z-index: 10;
    top: -70px;
    right: 0;

    width: 50px;
    height: 50px;

    cursor: pointer;
    -webkit-transition: all .5s ease;
            transition: all .5s ease; 
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
@media screen and (min-width: 0) and (max-width: 568px)
{
    .modal .modal-close
    {
        top: -50px;
        right: 0;

        width: 40px;
        height: 40px;
    }
}
.modal .modal-close:hover
{
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}
.modal .modal-close:before
{
    position: absolute;
    top: 25px;
    right: 0;

    width: 100%;
    height: 2px;

    content: '';

    background: #fff;
}
@media screen and (min-width: 0) and (max-width: 568px)
{
    .modal .modal-close:before
    {
        top: 20px;
    }
}
.modal .modal-close:after
{
    position: absolute;
    top: 0;
    left: 25px;

    width: 2px;
    height: 100%;

    content: '';

    background: #fff;
}
@media screen and (min-width: 0) and (max-width: 568px)
{
    .modal .modal-close:after
    {
        left: 20px;
    }
}