/* 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:#000;
}


/* 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;}


#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;
	background-color:#000;
}
#header{
    position: relative;
}
.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 103;
  background: #ffffff;
}

.mobile-header .mobile-header-inner {
  display: table;
  width: 100%;
  padding: 0.5em 0;
}

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

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

#toggle-nav {
  padding: 3px 5px;
  position: absolute;
  z-index: 9999;
  width: 24px;
  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: 51px;    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(255,255,255,0.7);
} 
.mobile-navigation ul li {
  position: relative;
  z-index: 10;
}

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


.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: #000;
  padding: 10px 10px;
  display: block;
  position: relative;
  line-height: 18px;
  text-decoration: none;
}


.header,
.overall_view,
.color_selection,
.download,
.specifications,
.event{
	font-size: 0
}

.header,
.overall_view,
.color_selection,
.download,
.specifications,
.event,
footer{
	position: relative;
	margin: auto;
	width: 100%;
}
.header{ margin-top:51px  }
.header img,
.overall_view img,
.color_selection img,
.download img,
.specifications img,
.event img{ 
	width: 100%
}
 

footer{
	padding: 0.5em 0;
	color: #fff;
	text-align: center; 
}
footer address{
	text-align: center;
    font-style: normal;font-size: 12px;
}
 
/* .overall_view .spritespin{
	float: left: 
	position: absolute !importa;
	left: 0;top: 0;
}
 */

.color_selection{
	/* height: 650px; */
	overflow: hidden; 
	background-image: url('../images/color_selection_bg.jpg');background-position: top center; background-repeat: no-repeat;  background-size: 100% auto;
}
.color_selection ul {
/* 	position: absolute;
    left: 50%; top: 10%; */
    font-size: 0;
    width: 89%;
    margin: auto;margin-top: 18%;
    transform: translateX(145%);
    transition: all 0.4s;
}
.color_selection ul li{ 
	display: inline-block;
	position: relative;
	font-size: 12px;
	cursor: pointer;
	width: 46%
}
.color_selection ul li img{
	display: none;
	/* position: absolute; */
	left: 0;top: 0;
}
.color_selection .normal{
	display: block;
}
.color_selection ul li.current .normal{
	/* display: none */
}
.color_selection ul li.current .highlighted{
	/* display: block */
}
.color_selection ul li.current article{
	/* display: block */
}
.color_selection ul li article{
	color: #fff;
	position: absolute;
	bottom: 0;
	display: none;
}
.color_selection .color_selection_1{

}
.color_selection ul li.color_selection_1 article{

}
.color_selection .color_selection_2{

}
.color_selection ul li.color_selection_2 article{

}
.color_selection .color_selection_3{

}
.color_selection ul li.color_selection_3 article{

}
.color_selection .color_selection_4{

}
.color_selection ul li.color_selection_4 article{

}

.download{
}
.download #slides{ 
    overflow: hidden;
    position: absolute;
    top: 17.5%;
    width: 89%;
    left: 50%;
    transform: translateX(-50.1%);
}
.download ul{ 
	position: absolute;
	left: 50%; top: 70%; 
	transform: translateX(-50%); 
	width: 92%;
}
.download ul li{
	display: inline-block; 
	width: 33.333%
}
.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%;
}
.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%;
}
.event{
 
}


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

