/* 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(../img/loading_sp.png) no-repeat center top;
	background-size:100%;
}
.load_main{
	position:relative;
	background:url(../img/loading_sp.png) 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-color: rgba(0,0,0,0.4);
}

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

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

.mobile-header .logo { 
	position: relative;
	width: 110px;
	z-index: 104;
	left: 15%;
	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;
    margin-top: -0.5em;
}

#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 {
  width: 100%;
  height: 100%;
	padding-top: 51px;    
  padding-bottom: 10px;
	display: none;
	position: fixed;
	z-index: 100;
	top: 0; left: 0; /*bottom: 0;*/

	-webkit-overflow-scrolling: touch;
  background-color: rgb(11,30,47,0.9);
}
.mobile-nav-content{
	/* background: rgba(255,255,255,0.7); */
} 
.mobile-navigation ul li {
  position: relative;
  z-index: 10;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(242,242,242,0.15);
}

.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;
  color: #fff;
  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 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;
    background-color: #000;
}
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{
	overflow: hidden;
}
.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: 80%
}
.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{
    height: 300px;
}

.bannertext{
	height: 300px;
	padding: 20px 15px;
}

.bannertext h4{
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.carousel{
    background-image: url("../img/02/02_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.color_img{
    width:100%;
}

.color_img img{
    width: 100%;
}

.select_img{
    margin-top: -20px;
    position: absolute;
    margin-left: 10%;
}

.select_img div{
    float: left;
    margin-left: 5px;
    cursor: pointer;
    width: 40px;
}

.select_text{
    position: absolute;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    right: 18%;
    margin-top: -38px;
}

.pccol-1{
    width: 35%;
    background-color: rgba(255,255,255,0.6);

}

.pccol-2{
    width: 65%;
    background-color: rgba(0,0,0,0.2);
}

.pccol-3{
    width: 35%;
    background-color: rgba(255,255,255,0.6);

}

.pccol-4{
    width: 65%;
    background-color: rgba(0,0,0,0.2);
}

.pccol{
    float: left;
    height: 35px;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    line-height: 35px;
    text-align: left;
    padding-left: 10px;
    font-size: 12px;

}


.specifcationtext{
    width: 100%;
    height: 860px;
    margin: auto;
    text-align: center;
    font-weight: 500;
    background-color: rgba(0,0,0,0.05);
    padding: 15px;
}

.download_svg{
    width: 47px!important;
    position: absolute;
    right: 0;
    bottom: 0;
}

#demo{
  height: 550px;
}
.vedio_part{
  background-image: url(../img/bg-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* padding: 45px 0; */
  /* margin-bottom: 55px; */
  justify-content: center;
  -webkit-justify-content: center;
  height: 400px;
}
.play {
  background: url(../img/vedio_view.jpg) no-repeat center;
  background-size: 100% 100%;
  height: 250px;
    float: unset;
    position: relative;
    display: block;
    width: 100%;
}
/* .play {
  background: url(../img/vedio_view.jpg) no-repeat center;
  height: 100%;
  float: unset;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.vedio_playicon{
  background-image: url('../img/vedio_play.png');
  position: absolute;
  top: 35%;
  left: 40%;
  background-size: 100% 100%;
  background-color: unset;
  border: unset;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.modal-close img{
width: 100%;
}
.modal-close {
  position: absolute;
  width: 4%;
  margin-top: 2%;
  margin-right: 2%;
  z-index: 1111;
  right: 0;
}
.modal-dialog{
  margin-top: 15.5rem!important;
}
@media (min-width: 576px){

.modal-dialog {
  max-width: 720px!important;
  margin: 16.75rem auto!important;
}
}
