@font-face {
	font-family: 'Conv_Titillium-Thin';
	src: url('../fonts/Titillium-Thin.eot');
	src: local('☺'), url('../fonts/Titillium-Thin.woff') format('woff'), 
	url('../fonts/Titillium-Thin.ttf') format('truetype'), 
	url('../fonts/Titillium-Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'titilliumregular';
    src: url('../fonts/titillium-regular-webfont.woff2') format('woff2'),
         url('../fonts/titillium-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'LxU-Website-icom';
  src:
    url('../fonts/LxU-Website-icom.ttf?hde091') format('truetype'),
    url('../fonts/LxU-Website-icom.woff?hde091') format('woff'),
    url('../fonts/LxU-Website-icom.svg?hde091#LxU-Website-icom') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon"], [class*=" icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'LxU-Website-icom' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconwb:before {
  content: "\e903";
}
.iconwx:before {
  content: "\e904";
}
.iconbe:before {
  content: "\e905";
}
.iconvm:before {
  content: "\e906";
}
.iconfb:before {
  content: "\e907";
}
::selection {
    background: #e50012;
}
body{
	font-family: 'Conv_Titillium-Thin';
	font-size: 14px;
	color: #3a768f;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
span{
	font-family: 'titilliumregular';
}
.clear{
	clear: both;
}
.fontW{
	font-weight: bold;
}
.lxuRed{
	background-color: #C60920;
}
.offcanvas-push-body{
	position: absolute;
}
.parCanvas{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.wapper{
	position: relative;
	width: 93.8%;
	margin: 0px auto;
	clear: both;
}
#canvasAnimation{
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
#header {
	position: fixed;
	width: 100%;
	height: 79px;
	left: 0;
	top: 0;
	z-index: 99;
}
#header_1{
    z-index: 99;
	position: relative;
    width: 93.8%;
    height: 84px;
    padding-top: 47px;
    margin: 0px auto;
}
.headWaper{
	position: relative;
	width: 93.8%;
	height: 119px;
	margin:0px auto;
}

.logoRed{
	position: absolute;
	background: url(../img/logoRed_v2.png) no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	width:10.5%;
	padding-bottom: 2.07%;
	left: 0;
	top: 28px;
}
.meauRed{
	position: absolute;
	background: url('../img/navTop.png') no-repeat;
	background-size: 100% 100%;
	width:4.5%;
	padding-bottom: 1.35%;	
	right: 0px;
	top: 28px;
	transition: all 1s;
}
.meauRed:hover{
	background: url('../img/navTopHover.png') no-repeat;
	background-size: cover;
}

.logo{
	position: absolute;
	background: url(../img/logo_v2.png) no-repeat;
	background-size: cover;
	background-position: center;
	width:10.5%;
	padding-bottom: 2.07%;
	left: 0px;
	top:28px;	
}
.meau{
	position: absolute;
	background: url('../img/menu.png') no-repeat;
	background-size: cover;
	display: block;
	width:4.5%;
	padding-bottom: 1.35%;
	right: 0px;
	top:28px;
	transition: background 1s;
}
.meau:hover{
	background:url('../img/menuHover.png') no-repeat;
	background-size: cover;
}

.navTop{
	width: 100%;
	height: 60px;
	border-bottom:#ffafaf 1px solid;
}
.headWaper h3{
	position: absolute;
    font-family: 'titilliumregular';
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 24px;
    text-align: center;
    top: 28px;
    left: 50%;
    margin: 0px;
    padding: 0px;
    line-height: 31px;
	transform: translateX(-50%);    
}

.head_h3{
	position: absolute;
    font-family: 'titilliumregular';
    font-size: 2em;
    font-weight: bold;
    letter-spacing:24px;
    text-align: center;
    top: 28px;
    left: 50%;
    margin: 0px;
    padding: 0px;
    line-height: 31px;
   	transform: translateX(-50%);
}
.navImg{
	position: relative;
	background: url('../img/navTop.png') no-repeat;
	background-size: cover;
	width:81px;
	height:24px;
	margin:49px 0px 0px 50px;
}
.offcanvas nav{
	width: 100%;
	margin-bottom: 104px;
}
.offcanvas nav ul{
	width: 100%;
	text-align: left;
}
.offcanvas nav ul li{
	width: 100%;
	height: 80px;
	line-height: 80px;
	padding-left: 54px;
	border-bottom:#ffafaf 1px solid;
}
.offcanvas nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color:#e50012;
}
.offcanvas nav ul li:hover{
	background-color: #ff2929;
	padding-left: 0px;
}
.offcanvas nav ul li a:hover{
	color:#fff;
	text-align: center
}
canvas{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
}
.bigX{
	position: absolute;
	background: url('../img/bigX.png') no-repeat;
	background-size: cover;
	width: 147.81%;
	padding-bottom:147.81%;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);

}
.centerX{
	position: absolute;
	background: url('../img/centerX.png') no-repeat;
	background-size: cover;
	width: 17.5%;
	padding-bottom:17.5%;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0) rotate(80deg);

}
.roateDiv{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	-webkit-transform: rotate(-60deg)
	transform: rotate(-60deg);
	transform-origin:50% 50%;	
	animation: rotate 40s ease-in-out infinite;
}

/***news**/
.newsList{
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding:0;
	list-style: none;
}
.newsList li:nth-child(odd){
	position: relative;
	width: inherit;
	height:270px;
	background: #ccc;
	-moz-box-shadow: 0px 5px 20px 10px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 20px  10px rgba(0,0,0,0.6);
	cursor: pointer;
}
.newsList li:nth-child(even){
	position: relative;
	width: inherit;
	height:270px;
	background: #fffafa;
	-moz-box-shadow: 0px 5px 20px 10px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 20px 10px rgba(0,0,0,0.6);
	cursor: pointer;
}
.news_p_1{
	width: 100%;
	text-align: center;
	padding-top: 110px;
}
.news_p_1 p{
	font-family: 'titilliumregular';
	color: #fff;
	font-weight: bold;
    margin: 2px 0px 0px 0px;
    letter-spacing: 2px;
}

.news_tab_1{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: red;
	display: none;
}
.news_tab_1 img{
	width: 100%;
	height: 270px;
	margin-top: -1px;
	opacity: .3;
}
.news_tab_p{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}
.news_tab_p p{
	position: absolute;
	font-family:'titilliumregular'; 
	display: inline-block;
	color: #fff;
	font-weight: bold;
}
.news_tab_p>.p1{
	top: 128px;
	left: 18.18%;
	width: 165px;
	font-size: 18px;
}
.news_tab_p>.p2{
	top: 116px;
	left: 40.42%;
	width: 372px;
	font-size: 20px;
	text-align: center;
	line-height: 24px;
}
.news_tab_p>.p3{
	top: 128px;
	left: 76.04%;
	font-size: 18px;
}
.news_p_2{
	width: 100%; 
	text-align: center;
	padding-top: 110px;
}
.news_p_2 p{
	font-family: 'titilliumregular';
	color: #d2c8c8;
	font-weight: bold;
    margin: 2px 0px 0px 0px;	
}
/******newsContent*******/
.news_c_b{
	position: relative;
	width: 100%;
	/* max-height: 960px; */
	margin-bottom: 100px;
	padding: 0px;
}
.news_c_b img{
	max-width: 100%;
	height: auto;
}
.news_con_l{
	width: 12.65%;
	padding-bottom: 12.1%;
	margin-right: 4.99%;
	float: left;
}
/*******9.12***********/
.news_con_l span{
	font-family: 'titilliumregular';
    color: #e94049;
    display: block;
    margin-bottom: 38px;
    font-weight: bold;
}
.news_con_l p{
	color: #e94049;
	font-weight: bold;
}
.news_con_l hr{
	border: 1px solid #e50012;
}
.news_con_r{
	width: 64.69%;
	float: left;
}
.news_con_r span{
	display: block;
	color: #413c3c;
	margin-bottom: 6px;
	font-weight: bold;
}
.news_con_r p span,
.works_con_m p span{
	display: initial;
	font-weight: initial;
	margin-right: 5px;
}
.news_con_r img{
	
}
.new_con_r{
    text-align: center
}
.newsTime{
	color: #413c3c;
	margin-bottom: 40px;
}
.newsTitle{
	color: #413c3c;
	margin-bottom: 40px;
}
.SubtitleTitle{
	color: #413c3c;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 60px;
}
/*.newsContent{
	color: #413c3c;
	max-width: 100%;
	line-height: 34px;
	letter-spacing: 1px;
	margin-bottom: 90px;
}*/
.news_con_r p{
	max-width: 100%;
	line-height: 30px;
	font-size: 14px;
	text-align: justify;
}
.news_con_r p a{
	text-decoration:underline;
}
.news_con_r p a:hover{
	color: #e50012;
	text-decoration:none;
}
.news_con_r p:last-child a{
	text-decoration: none;
}
.newsPeporter{
	color: #413c3c;
}
.newsLink{
	color: #e50012;
	font-weight: bold;
	margin-top: 114px;
	margin-bottom: 190px;
	text-decoration: none;
}
.newsLink a:hover{
	text-decoration: none;
	color:#e50012;
}
/*******9.12***********/
.backTop{
	display: block;
	background: url("../img/backTop.png") no-repeat;
	background-size: 100% 100%;
	width: 2%;
	padding-bottom: 3.72%;
	margin:0px auto;
	cursor: pointer;
}
.news_other,
.works_other{
	width: 100%;
	margin:150px auto;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
.news_other li,
.works_other li{
	position: relative;
	display: block;
	width: 23.63%;
	margin-right:1.4%;
	float: left;
	border-bottom: solid 5px #e50012;
}
.news_other li p,
.works_other li p{
	position: absolute;
	display: block;
	width: 80%;
	height: 100%;
	top: 46%;
	left: 10%;
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-align: center;
	display: none;
}
#nes_t{
	margin-top:38px;
}
#nes_date{
	margin-top:26px;
	margin-bottom: 38px;
}
/***works**/
.worksList,
.newsList{
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding:0;
	list-style: none;
}
.worksList li,
.newsList li{
	position: relative;
	width: inherit;
	height:270px;
	-moz-box-shadow: 0px 5px 20px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 20px  10px rgba(0,0,0,0.3);
	cursor: pointer;
	transition: background-color 0.4s ease;
}
.worksList li:nth-child(odd),
.newsList li:nth-child(odd){
	background-color: #474242;
}
.worksList li:nth-child(even),
.newsList li:nth-child(even){
	background-color: #413c3c;
}
.worksList li:hover,
.newsList li:hover{
	background-color: #ff2929;
}
.worksList li .textbox,
.newsList li .textbox{
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 80%;
	width: 100%;
	top: 10%;
}
.worksList li .textbox p,
.newsList li .textbox p{
	width: 80%;
	text-align: center;
}
.worksList li:nth-child(odd) >.textbox > p,
.newsList li:nth-child(odd) >.textbox > p{
	color: #a3a2a2;	
}
.worksList li:nth-child(even) >.textbox > p,
.newsList li:nth-child(even) >.textbox > p{
	color: #a3a2a2;	
}
.worksList li .textbox .title,
.newsList li .textbox .title{
	font-weight: bold;
    letter-spacing: 2px;
}
.worksList li .textbox .des,
.newsList li .textbox .des{
	display: none;
}
/******worksContent*******/
.works_c_b{
	position: relative;
	width: 100%;
	/* max-height: 960px; */
	margin-bottom: 100px;
	padding: 0px;
}
.works_c_b img{
	max-width: 100%;
	height: auto;
}
.works_con_l{
	width: 14.53%;
	padding-bottom: 9.59%;
	margin-right: 2.99%;
	float: left;

}
.works_con_l span{
	font-family: 'titilliumregular';
    color: #e94049;
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
}
.works_con_l p{
	color: #e94049;
	font-weight: bold;
	margin: 0px;
}
.works_con_l hr{
	margin-top: 30px;
	border: 1px solid #e50012;
}
.works_con_m{
	width: 81.66%;
	float: left;	
}
.works_con_m span{
	font-family: 'titilliumregular';
	display: block;
	color: #413c3c;
	margin-bottom: 6px;
	font-weight: bold;
}
.works_con_m a{
	text-decoration: underline;
	color: #e50012;
}
.works_con_m a:hover{
	color: #e50012;
}
.worksP{
	width: 65.6%;
	margin-bottom: 40px;
	line-height: 34px;
}
.works_con_n{
	width: 100%;
	padding-top:110px;
	clear: both;
}
.works_con_r{
	width:  81.66%;
	padding-left: 17.5%;
	margin-top: 107px;
}
.works_con_r span{
	display: block;
	font-family: 'titilliumregular';
	font-weight: bold;
	color: #413c3c;
	margin:90px 0px 40px 0px;
}
.r_p_0{
	width: 44.76%;
	line-height: 28px;
	font-size:16px;
}
.r_p_1{
	width: 57.03%;
	line-height: 28px;
	font-size:16px;
}

.worksLink{
	color: #e50012;
	font-weight: bold;
	margin-top: 114px;
	margin-bottom: 190px;
}
.worksLink a:hover{
	color: #e50012;
}
#nes_t{
	margin-top:38px;
}
#nes_date{
	margin-top:26px;
	margin-bottom: 38px;
}

/********about******/
.unslider{overflow:auto;margin:0;padding:0}.unslider-wrap{position:relative}.unslider-wrap.unslider-carousel>li{float:left}.unslider-vertical>ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}.unslider-arrow.next{left:auto;right:20px}
.unslider-nav ol {
  margin-top: 10px;
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #ada8a8;
  border-radius:8px;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #e50012;
  cursor: default;
}
.unslider{
	position: relative;
	max-width: 1803px;
	margin: 0px auto;	
}
.baner{
	width: 100%;
}
.banner ul{
	position: relative;
	width: 100%;
	padding-bottom: 38%;
}
.banner ul li{
	width: 100%;
	height: auto;
}
.unslider-nav{
	z-index: 999;
}

.banner ul li img{
	max-width: 100%;
	height: auto;
}
/*.aboutContent{
	width: 100%;
	margin: 0px auto;
	padding-top: 160px;
}
.about_c_c{
	background: url(../img/about_c.png) no-repeat;
	background-size: cover;
	width:62.4%;
	padding-bottom: 29.33%;
}*/
.about_c_m{
	background: url(../img/about_clients_v2.png) no-repeat;
	background-size: contain;
	width:70%;
	padding-bottom: 34%;
	margin: 15px auto 0 auto;
}
.about_awards{
	background: url(../img/about_awards.jpg) no-repeat;
	background-size: contain;
	width:70%;
	padding-bottom: 40%;
	margin: -20px auto 50px auto;
}
/******contact********/
.mapContent{
	position: relative;
    width: 100%;
    height:1800px;
    margin-top:-200px;
    top: 0px;
    left: 0px;
}
.map0{
	position: absolute;
	background: url('../img/map0.png') no-repeat;
	background-size: 100% 100%;
	width:26.26%;
	padding-bottom:26.26%;
	left: 10.42%;
	top: 17.07%;
}
.map1{
	position: absolute;
	background: url("../img/map1.png") no-repeat;
	background-size: 100% 100%;
	width: 57.92%;
	padding-bottom: 72.4%;
	right: 0px;
	top: 12.07%;
}
.contact_p{
	position: absolute;
	width: 28.75%;
	padding-bottom: 30.48%;
	left: 4.17%;
	top: 60.47%;
}

.c_ardress{
	position: absolute;
	background: url('../img/address.png') no-repeat;
	background-size: 100%;
	width: 47.28%;
	padding-bottom: 13.71%;
	left: 0;
	top: 1%;
}

.c_xx{
	position: absolute;
	width: 47.65%;
	height:100%;
	right: 0%;
	top: 0%;
}
.c_xx p{
	font-family: 'Conv_Titillium-Thin';
	font-size: 15px;
	color: #413c3c;
	margin:0px 0px 4.42% 0px;
	padding:0px 2em 0px 0px;
}
.c_xx_p1{
	margin:14.87% 0px 0px 0px
}
.c_xx_p2{
	display: block;
	background: url('../img/c_xx_dw.png') no-repeat;
	background-size: 100%;	
	width: 93.25%;
	padding-bottom:7.46%;
	margin-top: 15.27%;
}
.c_xx_p3{
	margin: 61% 0px 0px 0px;
}
.c_xx_p4{
	display: block;
	background: url('../img/c_xx_xq.png') no-repeat;
	background-size: 100%;	
	width: 93.25%;
	padding-bottom:7.46%;
	margin-top: 15.27%;	
}
/********play*********/
.paly_content,
.lab_content,
.about_content{
	position: relative;
	margin-top: 136px;
	width: 100%;
}
.playLogo{
	position: absolute;
	background: url('../img/playLogo.png') no-repeat;
	background-size: 100%;
	width:8.7%;
	padding-bottom:13.57%;
	left:89.21%;
    top:-148px;
}
.play_c,
.lab_c,
.about_c{
	position: relative;
	width: 18.93%;
	float: left;
}
.play_c p,
.lab_c p{
	font-family: 'titilliumregular';
	font-size: 1em;
	padding: 0px;	
}
.about_c p{
    font-family: 'titilliumregular';
	font-size: 1em;
	padding: 0px;
	margin-top:0;
}
.tilte_play_0,
.tilte_lab_0,
.tilte_about_0{
	color: #e50012;
	margin:0;
}
.tilte_play,
.tilte_lab,
.tilte_about{
	color: #e50012;
	font-weight: bold;
	margin:44px 0px 44px 0px ;
}
.tilte_play_1,
.tilte_lab_1,
.tilte_about_1{
	border: 1px #e50012 solid;
	width: 81.56%;
}
.play_l,
.lab_l,
.about_l{
	position: relative;
	float: left;
	width:81.07%;
}
.about_what_we_do{
    background: url('../img/what_we_do.png') no-repeat;
    background-size: contain;
	width:70%;
    padding-bottom: 32.5%;
    margin: 23px auto 0 auto;
}
.play_l p,
.lab_l p,
.about_l p{
	font-family: 'Conv_Titillium-Thin';
	font-size: 1em;
	color: #413c3c;
/*     margin:0px; */
	padding: 0px;
/*     line-height: 26px; */
	letter-spacing: 1px;
	margin-bottom: 44px;
}
.con_play0,
.con_lab0,
.con_about0{
/*	width:47.33%;    */
/*     height: 120px; */
	font-weight: 700;
}
.con_play1,
.con_lab1,
.con_about1{
/*	width:63.97%;    */
/*     height: 158px;  */
}
.con_play2,
.con_lab2,
.con_about2{
	font-family: 'Conv_Titillium-Thin';
	font-size: 1em;
	color: #413c3c;
	font-weight: 700;
	margin:100px 0px 0px 0px;
	width: 50%;
	height: 86px;
}
.play_p0,
.lab_p0,
.about_p0{
	display: block;

	width: 18.56%;
	padding-bottom: 1.3%;
	margin-top: 54px;
}
.lab_p0{
	background: url('../img/lab_p.png') no-repeat;
	background-size: 100% 100%;
}
.play_p0{
	background: url('../img/play_p0.png') no-repeat;
	background-size: 100% 100%;
}
.play_p1,
.lab_p1,
.about_p1{
	display: block;
	background: url('../img/play_p1.png') no-repeat;
	background-size: 100% 100%;
	width:11.1%;
	padding-bottom: 1.33%;
	margin-bottom: 109px;
}


/********lab*********/
/*.lab_content{
	width: 100%;
	margin-top: 159px;
	margin-bottom: 275px;
}
.lab_c{
	background: url('../img/lab_c.png') no-repeat;
	background-size: 100% 100%;
	width: 100%;
	padding-bottom:18%;
}
.lab_p{
	display: block;
	background: url('../img/lab_p.png') no-repeat;
	background-size: 100% 100%;
	width: 14.36%;
	padding-bottom: 1.01%;
	margin-left: 18.9%;
	margin-top: 2%;
}*/


/*********footer********/

.footer{
	position: relative;
	width: 100%;
	height: 160px;
	background: inherit;
}
.footer ul{
	position: relative;
	list-style-type: none;
	width: 275px;
	height: 95px;
	padding-top: 56px;
	margin: 0px auto;
}
.footer ul li{
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: left;
	margin-right: 8%;
}
.footer ul li span{
	font-size: 2.2em;
	color:inherit;
}
.footer ul li span a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.footer p{
	clear: both;
	min-width: 4%;
	padding: 0;
	font-size: 13px;
	text-align: center;
}
.footer > .red{
	color: #e50012;
}
.footer > .gray{
	color: #6e6969;
}

.info_0{
	position: absolute;
	background: url('../img/info_0.png') no-repeat;
	background-size: 100%;
	width: 19.74%;
	padding-bottom: 28.23%;
	left:20%;
	top:19.26%;
	z-index: 99;
}
.info_1{
	position: absolute;
	background: url('../img/info_1.png') no-repeat;
	background-size: 100%;
	width: 14.48%;
	padding-bottom: 1.3%;
	left:55.57%;
	top:47.41%;
	z-index: 99;
}

@media screen and (max-width: 960px){      
	.logo{
		float: left;
		background: url(../img/logo_v2.png) no-repeat;
		background-size: cover;
		background-position-y: 52.5%;
        background-position-x: -20px;
        width: 120px;
		height:25px;
		padding-bottom: 0px;
	}
	.meau{
		float: right;
		background: url('../img/menu.png') no-repeat;
		background-size: cover;
		display: block;
		width:55px;
		height:16px;
		padding-bottom: 0px;
	}
	.meauRed{
		float: right;
		display: block;
		background: url('../img/navTop.png') no-repeat;
		background-size: 100% 100%;
		width:55px;
		height:16px;
		padding-bottom: 0px;
		margin-top: 2px;
	}
	.logoRed{
		float: left;
		background: url(../img/logoRed_v2.png) no-repeat;
		background-size: cover;
		background-position-y: 52.5%;
        background-position-x: -20px;
		cursor: pointer;
		width: 120px;
		height:25px;
		padding-bottom: 0px;
	}
	#head_h3{
	    font-size: 1.4em;
	    left: 50%;
	    line-height: 12px;
	    letter-spacing: 14px;
	    transform: translateX(-50%);
	}
	.info_0 {
	    position: absolute;
	    background: url('../img/info_0.png') no-repeat;
	    background-size: 100%;
	    width:160px;
		height:230px; 
		left: 7%;
    	top: 26.26%;
	    z-index: 99;
	}	
	.info_1 {
	    position: absolute;
	    background: url('../img/info_1.png') no-repeat;
	    background-size: 100%;
	   	width:139px;
	    height:12px;
	    left: 55.57%;
	    top: 47.41%;
	    z-index: 99;
	}	
}
@media screen and (max-width:800px){
	.bigX{
		position: absolute;
		background: url('../img/bigX.png') no-repeat;
		background-size: cover;
		width:1419px;
		height: 1420px;
		left: 50%;
		top: 50%;
		transform: translate3d(-50%,-50%,0);

	}
	.centerX{
		position: absolute;
		background: url('../img/centerX.png') no-repeat;
		background-size: cover;
		width:168px;
		height: 168px;
		left: 50%;
		top: 50%;
		transform: translate3d(-50%,-50%,0) rotate(80deg);

	}	
}