/* 0_Reset
-------------------------------------------------------------------*/
*{margin:0;padding:0;} ol, ul{list-style:none;} a img{border:none;}
body{
	line-height:normal;
	color:#333;
	font:400 12px "Microsoft YaHei", "SimSun", Arial, Tahoma, Simsun;
	/*line-height:150%;*/
	background:#ebebeb;
}


/* 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;}
/* 2_Link
-------------------------------------------------------------------*/
a:link    {color:#83705e; text-decoration:underline;}
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{
	display:block;
	background:url(../images/loading_bg.jpg) repeat-x center top;
	background-size:100%;
}
.load_main{
	position:relative;
	background:url(../images/loading_bg.jpg) no-repeat center top;
	background-size:cover;
}
.load_main img.wechat{
	position:absolute;
	left:50%;
	top:16%;
	margin-left:-11%;
	width:22%;
}
.load_text{
	position:absolute;
	left:0px;
	bottom:13%;
	width:100%;
	font-size:1.6em;
	color:#ff0000;
	text-align:center;
}
.load_text #loading_text{
	font-size:1.3em;
}
.load_line{
	position:absolute;
	left:50%;
	bottom:10%;
	margin-left:-33%;
	width:66%;
	height:6px;
	background:#000;
}
.load_line span{
	display:block;
	text-indent:-9999px;
	width:0px;
	height:6px;
	background:#ff0000;
}
#wapper{
	display:block; 
}
#header{
    position: relative;
}
.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 103; 
} 
.mobile-header .bg{height: 50px;}
.mobile-header .mobile-header-inner {
  display: table;
  width: 100%;
  position: absolute;top: 0;
  /* padding: 0.5em 0; */
}

.mobile-header .logo,
.mobile-header .mobile-menu-toggle {
  display: table-cell;
  vertical-align: middle;
}

.mobile-header .logo { 
	position: relative;
	width: 35%;height: 50px;
	z-index: 104;
	/* left: 50%; */
  /* transform: translate(-50%,-50%); */ 
	display: block;
}
.mobile-header .logo .logo-link{display: block;width: 100%; height: 100%}
.mobile-header .logo img{
	width: 100%
}
.mobile-header .mobile-menu-toggle {
	position: absolute;
    top: 0; right: 0px;
    width: 50px; height: 50px;
    display: block;
    /* background-color: #000; */
}

#toggle-nav {
  padding: 3px 5px;
  position: absolute;
  z-index: 9999;
  width: 17px;
  height: 17px;
  background: transparent;
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
  left: 50%;top: 50%;
  transform: translate(-50%, -50%)
}

#toggle-nav > span {
  background: #fff;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform-origin: center center 0;
          transform-origin: center center 0;
  -webkit-transition: all 150ms ease;
          transition: all 150ms ease;
}

#toggle-nav .top-line {
  top: 0;
}

#toggle-nav .middle-line {
  top: 50%;
  margin-top: -1px;
}

#toggle-nav .bottom-line {
  bottom: 0;
}

#toggle-nav.active .top-line {
  top: 50%;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

#toggle-nav.active .middle-line {
  opacity: 0;
}

#toggle-nav.active .bottom-line {
  top: 50%;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

.mobile-navigation {
	padding-top: 50px;    padding-bottom: 10px;
	display: none;
	position: fixed;
	z-index: 100;
	top: 0; left: 43%; /*bottom: 0;*/  right: 0;

	-webkit-overflow-scrolling: touch;
}
.mobile-nav-content{
	background: rgba(30,65,159,0.7);
} 
.mobile-navigation ul li {
  position: relative;
  z-index: 10;
}

.mobile-navigation ul li span.arrow_carrot-right{
	position: absolute;
    right: 4%; top: 50%;
    transform: translateY(-50%);
    font-size: 2em;    color: #fff;
}


.mobile-navigation ul li .sub-menu {
  display: none;
  padding-left: 20px;
}


.mobile-navigation ul li .sub-menu li{
  width: 49%; float: left;
}
.mobile-navigation ul li .sub-menu li a{
  border-bottom: 0px none;font-size: 12px;color: #616161
}

.mobile-navigation ul li.dropdown-open .expander > i:before {
  /*content: "\32";*/
}

.mobile-navigation ul li.dropdown-open .expander > i{
  -webkit-transform: rotateZ(180deg) translate3d(-2px,0px,0) ;
          transform: rotateZ(180deg) translate3d(-2px,0px,0);
}

.mobile-navigation .expander {
  font-size: 32px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: right;
  color: #000
} 

.mobile-navigation .expander i{
  display: inline-block;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
 

.mobile-navigation a {
  font-size: 16px;
  /*border-bottom: 1px solid #efefef;*/
  color: #fff;
  padding: 10px 20px;
  display: block;
  position: relative;
  line-height: 18px;
  text-decoration: none;
}

.animate-container{position: relative}
.header_container{}
/* .header_container img{width: 100%;} */

.kv,
.product_features, 
.color_selection,
.design_concept,
.download,
.specifications,
.event,
.jd{
	font-size: 0
}

.kv,
.product_features, 
.color_selection,
.design_concept,
.download,
.specifications,
.event,
.jd,
footer{
	position: relative;
	margin: auto;
	width: 100%;
}
.kv{ margin-top:50px  }
.kv img,
.product_features img, 
.color_selection img,
.design_concept img,
.download img,
.specifications img,
.event img,
.jd img{ 
	width: 100%
}


.product_features_png,
.color_selection_png,
.design_concept_png,
.specifications_png 
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
} 
.design_concept_link{
  position: absolute;top: 0;left: 0;
  width: 35%; padding-bottom: 35%;
  transform: rotate(45deg); 
}  
.design_concept_link.language{
  left: 6.9%;
  top: 33%;
}
.design_concept_link.concept{
  left: 57.6%;top: 33%;
}

 
.specifications .image{ 
  text-align: center;padding-top: 3rem;padding-bottom: 3rem;
}
.specifications .image img{}
 
.event .image{
  position: absolute; 
  width: 94%;
  left: 50%; top: 50%; transform: translate(-50%,-50%);
  cursor: pointer;
} 

footer{
	padding: 0.5em 0;
	color: #fff;
	text-align: center; 
}
footer address{
	color: #000;
	text-align: center;
    font-style: normal;font-size: 12px;
}
 

.kv{position: relative;font-size: 0;}
.kv_price{
	position: absolute;
    left: 5%; top: 51%;
    opacity: 0;
    transform: scale(2);
    width: 31% !important;
}
.kv_tmax{
    position: absolute;
    left: 36%; top: 32%;
    opacity: 0;
    transform: scale(2);
    width: 33% !important;
}


@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_1{
	position: absolute;
    left: 51.4%; top: 24.4%;
    width: 39%;
    opacity: 0;
}
.color_selection_content_2{
	position: absolute;
    left: 51.4%; top: 58.6%;
    width: 39%;
    opacity: 0;
}

 

.color_selection_content_1 img,
.color_selection_content_2 img{ 
}

.color_selection_content img{  
}



.download{
} 
.download ul{ 
	position: absolute;
	left: 50%; top: 34%; 
	transform: translateX(-50%); 
	width: 92%;
}
.download ul li{
	display: inline-block; 
	width: 49%
}
.download ul li:nth-of-type(1){
	margin-right: 1%;
}
.download ul li a{
	display: inline-block;
	font-size: 0;
	text-align: center;
}
.download ul li img{
	width: 100%; 
}
.download ul li .download_picture{
	width: 97.5%;opacity: 0;
}
.download ul li .download_picture_btn{
    width: 59%;
    margin-top:7% 
}
.download #slides ul{
	z-index:999;
	position:absolute;
	left:0px; bottom:2em;
	width:100%;
	text-align:center;
	transform: none;
}
.download #slides ul li{
	float:none;
	display:inline-block;
	margin-left: 5px;
	width: 12px;
}
.download #slides ul li a{
	display:block;
	 height: 10px; width: 10px; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -9999px; background:#FFF; border-radius:6px;
}
.download #slides ul li a.active{background-color: #ccc;}


.specifications{ 
	overflow: hidden;
}

.specifications .picture{
	position: absolute;
	left: 50%;top: 50%;
	transform: translate(-50%, -45%);
	width: 89%;
}
.specifications .picture img{opacity: 0}

 
#back-to-top{
	display:none;
	position:fixed;
	right:0px;
	bottom:7%;
	width:40px;
	z-index:999;
}
#back-to-top img{
	width:100%;
}



.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;
    }
}