html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font:inherit;
	vertical-align: baseline;
	box-sizing: border-box;
    font-weight: normal;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html { 
	font-size: 62.5%; 
}
body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	min-width:320px;
	font-family:PingFangSC-Regular,'Microsoft Yahei', sans-serif;
    overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color: #FFFFFF;
	text-decoration: none;
}
/*公共类*/
.tittle{
	font-size:2.4rem;
	line-height:2.6rem;
}
.bgBlack{
	background-color: rgba(8,10,14,0.4);
}
.allHeight{height: 100%;}
.pullLeft{float: left;}
.pullRight{float: right;}
.boxFlex{
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;    
}
.boxFlex-col{
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
}
.boxFlex-ros{
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: center;
    justify-content: space-around;
    -webkit-box-align: center;	
    flex-wrap: wrap;
}
.boxFlex-line{
    -webkit-justify-content: space-around;
    -ms-flex-pack: center;
    justify-content: space-around;
    -webkit-box-align: center;	
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	

}
.Bcolor{
	background-color: #FFAF22;
}
.Color{
	color: #FFAF22 !important;
}
.center{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.bgFixed{
	background-repeat: no-repeat;
    background-position:center 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
	background-size:cover;	
	color: #FFFFFF;
}
.boxShadow{	
	-webkit-box-shadow:0 4px 4px rgba(2,2,2,0.5); 
	-moz-box-shadow:0 4px 4px rgba(2,2,2,0.5); 
	-ms-box-shadow:0 4px 4px rgba(2,2,2,0.5); 
	-o-box-shadow:0 4px 4px rgba(2,2,2,0.5); 
	box-shadow:0 4px 4px rgba(2,2,2,0.5); 
}
.boxShadowIn{	
	-webkit-box-shadow:inset 0 -20px 30px rgba(2,2,2,0.3); 
	-moz-box-shadow:inset 0 -20px 30px rgba(2,2,2,0.3);
	-ms-box-shadow:inset 0 -20px 30px rgba(2,2,2,0.3);
	-o-box-shadow:inset 0 -20px 30px rgba(2,2,2,0.3);
	box-shadow:inset 0 -20px 30px rgba(2,2,2,0.3);
}
.textShadow{	
	-webkit-text-shadow:0 2px 2px rgba(2,2,2,0.5); 
	-moz-text-shadow:0 2px 2px rgba(2,2,2,0.5); 
	-ms-text-shadow:0 2px 2px rgba(2,2,2,0.5); 
	-o-text-shadow:0 2px 2px rgba(2,2,2,0.5); 
	text-shadow:0 2px 2px rgba(2,2,2,0.5); 
}
.swiper-container{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:-1;
}
.swiper-wrapper{
	position:relative;
	width:100%;
	height:100%;
}
.swiper-slide{	
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10;
	transform:scale(1.04,1.04);
}
.swiper-text img{
	width:80%;
	position:absolute;
	z-index:80;
	left:50%;
	bottom:14%;
	transform:-webkit-translate(-50%,0);
	transform:translate(-50%,0);
	opacity:0;
}
.swiper-text img.active{ 
    -webkit-transition:all 0.2s linear;  
    -moz-transition:all 0.2s linear;  
    -ms-transition:all 0.2s linear;  
    -o-transition:all 0.2s linear;  
    transition:all 0.2s linear;  
	opacity:1;
}
.swiper-slide:nth-of-type(1){
	z-index:15;
}
.swiper-slide:nth-of-type(2){
	z-index:12;
}
.swiper-slide.active{
	-webkit-animation: slideMove 8000ms linear;
	-moz-animation: slideMove 8000ms linear;
	-ms-animation: slideMove 8000ms linear;
	-o-animation: slideMove 8000ms linear;
	animation: slideMove 8000ms linear;
}
@-webkit-keyframes slideMove{
	from{
		opacity: 1;
		-webkit-transform: scale(1.04,1.04);
	}
	95%{
		opacity: 1;
		-webkit-transform: scale(1,1);		
	}
	to{
		opacity: 0;
		-webkit-transform: scale(1,1);	
	}
}
@-moz-keyframes slideMove{
	from{
		opacity: 1;
		-moz-transform: scale(1.04,1.04);
	}
	95%{
		opacity: 1;
		-moz-transform: scale(1,1);		
	}
	to{
		opacity: 0;
		-moz-transform: scale(1,1);	
	}
}
@-ms-keyframes slideMove{
	from{
		opacity: 1;
		-ms-transform: scale(1.04,1.04);
	}
	95%{
		opacity: 1;
		-ms-transform: scale(1,1);		
	}
	to{
		opacity: 0;
		-ms-transform: scale(1,1);	
	}
}
@keyframes slideMove{
	from{
		opacity: 1;
		transform: scale(1.04,1.04);
	}
	95%{
		opacity: 1;
		transform: scale(1,1);		
	}
	to{
		opacity: 0;
		transform: scale(1,1);	
	}
}
.swiper-slide{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.swiper-pagination{
	position:absolute;
	right: 10px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
     -ms-transform: translate(0,-50%);
      -o-transform: translate(0,-50%);
         transform: translate(0,-50%);
    text-align:center;
    z-index: 80;
}
.swiper-pagination span{
	display:block;
	margin:40px 0;
	width:8px;
	height:8px;
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background:rgba(187,187,187,0.5);
}
.swiper-pagination span.active{
	background:#ffAF22;
}
.product .swiper-slide.img1{
	background-image: url(../img/image/mobile-product-banner-1.jpg);
}
.product .swiper-slide.img2{
	background-image: url(../img/image/mobile-product-banner-2.jpg);
	background-position:38% 60%;
}
.product .swiper-slide.img3{
	background-image: url(../img/image/mobile-product-banner-3.jpg);
}
.industry .swiper-slide.img1{
	background-image: url(../img/image/mobile-industry-banner-1.jpg?v=20170718);
	background-position:right center;
}
.industry .swiper-slide.img2{
	background-image: url(../img/image/mobile-industry-banner-2.jpg?v=20170718);
}
.industry .swiper-slide.img3{
	background-image: url(../img/image/mobile-industry-banner-3.jpg?v=20170718);
}
.industry .swiper-slide.img4{
	background-image: url(../img/image/mobile-industry-banner-4.jpg?v=20170718);
	background-position:30% 0;
}
/*导航*/
.header{
	width: 100%;
	position: relative;
    background-color: #59606a;
    z-index: 10;
    background-position: 25%;
}
.header .bgBlack{
}
.home .header{	
	background-image: url(../img/image/mobile-background.jpg?v=20170718);
}
.header .icon{	
	position: relative;
	z-index: 10;
}
.nav{
	height: 68px;
	padding: 0 8px;
	overflow: hidden;
}
.scrollNav{
	width:100%;
	height:0;
	overflow:hidden;
	position:fixed;
	top:0;
	left:0;
	z-index:120;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.scrollNav.active{
	height:60px;
}
.scrollNav .icon img{
	margin-top:12px
}
.scrollNav.hide{
	background-color:transparent;
}
.scrollNav.hide .icon{
    visibility: hidden;
}
.scrollNav.hide .list a{
    visibility: hidden;
}
.icon img{	
	height: 38px;
	margin-top: 10px;
}

.list{
	line-height: 32px;
	text-align: right;
	color: #FFFFFF;
	font-size: 16px;
}
.list a{
	display: inline-block;
	height: 56px;
	line-height: 68px;
	letter-spacing: 2px;
	margin-right:90px;
	position: relative;
	z-index: 10;
	display: none;
}
.list a span{
	content: "";
	position: absolute;
	left:-8px;
	top: 0;
	height: 0;
	width: 88px;
	background: #FFFFFF;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.list a.active span{
	height: 3px;
}

.navshow{
	display: inline-block;
    *display: inline;
	zoom: 1; 
	width: 45px;
	height: 40px;
	padding: 10px;
	cursor: pointer;
	vertical-align: middle;
	position: relative;
	z-index: 110;	
	padding-top: 20px;
}
.navshow .one,.navshow .two,.navshow .three{
	width: 25px;
	height: 2px;
	background: #FFFFFF;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
}
.navshow .two{
	margin: 6px 0;
}
.navshow i{
	width:25px;
	height:25px;
	font-size:24px;
	margin-right:10px;
	display:none;
}
.navshow.hide .one{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 2px 0;
	-moz-transform-origin: 2px 0;
	-ms-transform-origin: 2px 0;
	-o-transform-origin: 2px 0;
	transform-origin: 2px 0;
}
.navshow.hide .three{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;	
	-o-transform-origin: 0 100%;	
	transform-origin: 0 100%;
}
.navshow.hide .two{
	opacity: 0;
}
.navBlack{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	background: rgba(0,0,0,0.9);                 
	display: none;
	z-index: 100;
	overflow-y:auto;
}
.navBlack .center{
	padding-left:15px;
	padding-right: 15px;
	overflow: hidden;
	text-align: center;
	margin-bottom:36px;
}
.list-two{
	width:154px;
	text-align: center;
	vertical-align: top;
    margin: 0 20px\9;
	display: inline-block;
    *display: inline;
	zoom: 1; 
   margin-top:32px;
}
.footer .list-two{
    margin-bottom:0px;
} 
.list-two h3{
	font-size: 1.6rem;
	letter-spacing: 2px;
	margin: 24px 0px;
	color:#fff;
	white-space:nowrap;
}
.list-two a{
	display: block;
	line-height: 25px;
	font-size: 1.2rem;
	letter-spacing: 2px;
	white-space:nowrap;
}
.list-two a:active{
	color: #FFAF22;
}
.navBlack .part{
	width:196px;
	height:60px;
	display:inline-block;
	*display:inline;
	zoom:1;
	color:#fff;
    margin: 10px 0;
}
.navBlack .part i{
	font-size: 36px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: 2px solid #eaeaea;
	-webkit-border-radius: 50%;	
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	margin-right: 17px;
}
.navBlack .part p{
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	padding: 10px 0;
	white-space:nowrap;
}
.navbody{
	min-height:350px;
	height: -webkit-calc(100vh - 108px);
	height: -moz-calc(100vh - 108px);
	height: -ms-calc(100vh - 108px);
	height: -o-calc(100vh - 108px);
	height: calc(100vh - 108px);
	text-align: center;
	position: relative;
	z-index: 10;
}
.navbody .boxFlex{
	padding-top:9%;
}
.tolink{
	display:none;
}
.product .tolink{
	display:none;
    padding-top:25%;
}
.navbody4{
	height: 260px;
}
.navbody h1{
	font-size:3rem;
	margin-bottom:24px;
	line-height:3.6rem;
}
.navbody h1 em{
	display:inline-block;
	width:20px;
}
.navbody h2{
	margin-bottom: 18px;
    box-sizing: content-box;
    margin-top: 100px;
}
.navbody h2 img{
	width:98%;
	max-width:500px;
}
.home .navbody h3{
	display:none;
}
.navbody h3,.navbody h4{
	font-size: 1.6rem;
	line-height:20px;
	margin: 0 15px 48px;
	letter-spacing: 4px;
}
.navbody a{
	display: inline-block;
	width: 165px;
	height: 45px;
	margin:10px;
	line-height: 45px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	background-color: #FFAF22;
	background-color: #222;
	background-color: rgba(2,2,2,0.7);
}
.navbody .yellow{
	background-color:#ffAf22;
	color:#FFFFFF;	
}


.industry .navbody .for-help{
	margin-top:50px;
}
.league .navbody .league-text{
	margin-top:50px;
}
.navbody .tolink a{
	background-color: #222;
	background-color: rgba(2,2,2,0.7);
	margin-bottom:10px;
}
.navbody a:active,.navbody a.active{
	background-color:#000;
	color:#ffAf22 !important;
}
.ask-help{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:100;
	background:rgba(0,0,0,0.9);
	display:none;
}
.ask-help .content{
	width:80%;
	text-align:center;
	padding-bottom:20px;
	color:#FFFFFF;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);	
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.ask-help .content img{
	width:50%;
	margin:30px auto 20px;
}
.ask-help .content p{
	font-size:1.2rem;
	line-height:1.4rem;
}
.ask-help .content .close{
	position:absolute;
	right:10px;
	top:10px;
	font-size:25px;	
	cursor:pointer;
}
.ask-link .part{
	width:240px;
	height:60px;
	color:#fff;
    margin: 40px auto;
}
.ask-link .part i{
	font-size: 36px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: 2px solid #eaeaea;
	-webkit-border-radius: 50%;	
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	margin-right: 17px;
}
.ask-link .part p{
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	padding: 10px 0;
	white-space:nowrap;
}
/* 视频播放 */
.video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;  
	overflow: hidden; 
}
.totalVideo{
	display:none;
	position:fixed;
	left:0;
	top:0;
	z-index:130;
	width:100%;
	height:100vh;
	background:rgba(0,0,0,0.9);
}
.video video{
	display:none;
    object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width:auto;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.video .w{
	height:auto;
	width:100%;
}
.totalVideo .play{
	display:block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    text-align: center;
}
.totalVideo .play i{
	display:inline-block;
	position: absolute;
	left:50%;
	bottom:-58px;
	z-index:100;
	width:40px;
	height:40px;
	margin-left:-20px;
	text-align:center;
	line-height:36px;
	color:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:2px solid #fff;
    cursor: pointer;
}
.totalVideo .play iframe{
	width:96vw;
	height:54vw;
}
.videoTop{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:140;
	background-color:#222;
	background-color:rgba(2,2,2,0.9);	
	text-align:center;
}
.videoTop a{
	display:inline-block;
	width:130px;
	height:40px;
	color:#fff;
	line-height:40px;
	margin-right:160px;
	font-size:14px;
	letter-spacing: 2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.home-part-one{
	letter-spacing: 1px;
	color: #FFFFFF;		
	position:relative;
}
.home-part-one h2{
	padding:8px 8px 0;
	line-height: 24px;
	font-size: 1.6rem;
	text-align: center;
}
.home-part-one h2 i {
    position: absolute;
    right: 100px;
    top: 1px;
    font-size: 30px;
    display:none;
}
.home-part-one .center{
	padding-bottom: 54px;
	overflow: hidden;
	text-align: center;
}
.home-part-one li{
	width: 270px;
	display: inline-block;
    *display: inline;
	zoom: 1; 
}
.home-part-one h3{
	height:64px;
	font-size: 68px;
	padding-top: 15px;
}
.home-part-one h4{
	font-size: 18px;
	padding: 20px 0;
	letter-spacing: 2px;
}
.home-part-one p{
	font-size: 14px;
	text-align: center;
	line-height: 18px;
	letter-spacing: 1px;
}
.home-part-two{
	background-image: url(../img/image/mobile-home-part.jpg);
	background-color: #59606a;
	text-align: center;
}
.home-part-two .bgBlack{
	background-color: rgba(8,10,14,0.7);
	padding-bottom: 100px;
}
.home-part-two li{
	width: 165px;
	display: inline-block;
    *display: inline;
	zoom: 1; 
	margin-top:45px;
}
.home-part-two h3{
	padding-top: 24px;
	letter-spacing: 3px;
}
.home-part-two h4{
	font-size: 2.2rem;
	padding-bottom: 16px;
}
.home-part-two p{
	font-size: 1.6rem;
	line-height: 25px;
	letter-spacing: 1px;
}
.leaveWord{
	background: #222222;
	text-align: center;
	color: #FFFFFF;
    position: relative;
	padding-bottom:36px;	
}
.leaveWord .part{
	padding: 0 3rem;
	font-size: 1.4rem;
	line-height: 25px;
	position:relative;
	margin-top:36px;	
	display: inline-block;
    *display: inline;
	zoom: 1; 
}
.leaveWord .part p{
	width:255px;
}
.leaveWord .part::before,.leaveWord .part::after{
	width:75px;
	position:absolute;
	top:38%;
	font-size:7.0rem;
	color:#a1a1a1;
    font-family:PingFangSC-Regular,Georgia;
}
.leaveWord .part::before{
	content:"“";
	left:0;
	text-align:left;
}
.leaveWord .part::after{
	content:"”";
	right:0;
	text-align:right;
}
.leaveWord h5{
	margin-top: 16px;
	margin-right: 20px;
	text-align: right;
	letter-spacing: 1px;
}
.cwrap{  
    width: 100px;  
    height: 100px;  
    position: relative; 
    margin:24px auto 8px;
}
.circle,.percent,.bottom{  
    position: absolute;  
    top:0px;  
    left:0px;  
    width: 100px;  
    height: 100px; 
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%; 
    border-radius: 50%; 
    z-index: 2;  
}
.circle{   
    clip:rect(0,100px,100px,50px);  
}  
.clip-auto{  
    clip:rect(auto, auto, auto, auto);  
}  
.percent{   
    border:9px solid #F8AB29; 
    -webkit-transition:transform linear;  
    -moz-transition:transform linear;  
    -ms-transition:transform linear;  
    -o-transition:transform linear;  
    transition:transform linear;  
} 
.left{  
    clip: rect(0,50px,100px,0);  
}  
.right{   
    clip: rect(0,100px,100px,50px);  
}
.bottom{
	left: 5px;
	top: 5px;
	height: 90px;
	width: 90px;
	border: 4px solid #FFFFFF;
	z-index: 1;
}  
.nowidth{  
    width:0;  
}  
.Cnum{  
    position: absolute;   
    width: 80px;  
    height: 80px;  
    line-height: 80px;   
    font-size: 20px;  
    left: 10px;  
    top: 10px;  
    z-index: 3; 
}
.home-part-three{
	color: #222222;
	text-align: center;
}
.home-part-three .bgBlack{
	background: #f0f0f0;
	padding-bottom: 30px;
}
.home-part-three h3{
	padding:64px 0 64px;
	letter-spacing: 5px;	
}
.home-part-three ul{
	padding-bottom: 30px;
	overflow: hidden;
    flex-wrap: wrap;
}
.home-part-three li{
	float: left; 
	display: inline-block;
	width: 50%;
}
.home-part-three li img{
	width:100%;
	margin: -20% 0;	
}
.home-part-four1{
/* 	background-image: url(../img/image/share-bg.jpg);
	background-size: 100% 100%; */
	background-image: url(../img/image/mobile-carflow.jpg);
	text-align: center;	
}
.home-part-four1 .bgBlack{
	padding-top:24px;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
}
.home-part-four1 .part{
	margin-bottom:24px;
	width: 160px;
	display: inline-block;
    *display: inline;
	zoom: 1; 
}
.home-part-four1 .part img{
	width:120px;
	height: 120px;
}
.home-part-four1 .part h5{
	font-size: 1.4rem;
	letter-spacing: 2px;
	margin: 8px 0;
}
.home-part-four1 .part p{
	color: #222222;
	font-size: 1.2rem;
	line-height: 18px;
	text-align: justify;
}
.footer{
	background: #222;
	text-align: center;
}
.footer .center{
	overflow: hidden;
    padding-bottom: 20px;
}
.footer .center .list-two h3{
	font-size:1.6rem;
	margin:0 0 18px;	
}
.footer .center .list-two a{
	font-size:1.3rem;
	line-height: 24px;	
}
.share{
	padding: 40px 0;
}
.share span{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%; 
    border-radius: 50%; 
	color: #FFFFFF;
	margin-right: 50px;
	cursor: pointer;
	position: relative;
}
.share span.active{
	color: #222;
}
.share span.active .shareimg{
	height: 100px;
}

.shareimg{
	position: absolute;
	bottom: 44px;
	left: -24px;
	z-index: 10;
	width: 88px;
	height: 0;
	overflow: hidden;
	transition: height 0.2s linear;
}
.shareimg::after{
	content: " ";
	width: 16px;
	height: 16px;
	position: absolute;
	top: 80px;
	left: 36px;
	background: #FFFFFF;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.shareimg img{
	background: #FFFFFF;
	float: left;
	width: 88px;
	height: 88px;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.share span i{
	font-size: 25px;
}
.company{
	font-size: 1rem;
	line-height:18px;
	padding:5px 8px;
	color: #624822;
	text-align:center;
}
/*产品服务*/
.product .header{
}
.product .header .bgBlack{	
	background-color: rgba(0,0,0,0.3);
}
.product-part-one{
	color:#ffffff;
	position:relative;
}
.product-part-one ul{
	text-align:center;
}
.product-part-one li{
	display: inline-block;
	*display: inline;
	zoom:1;
	margin:20px 50px 32px;
    padding-right: 20px;
}
.product-part-one li div{
	margin-bottom: 20px;
}
.product-part-one li div i{
	width:72px;
	height:72px;
	text-align:center;
	line-height:72px;
	font-size: 72px;
}
.product-part-one li  p{
	font-size: 20px;	
	letter-spacing: 4px;
}
.product-part-one h2 {
    padding: 8px 8px 0;
    line-height: 24px;
    font-size: 1.6rem;
    text-align: center;
}
.product-part-one h2 i{
	position:absolute;
	right:100px;
	top:1px;
	font-size:30px;
	display:none;
}
.product-part-two{
	color: #FFFFFF;
	text-align: center;
	padding: 64px 0;
	background: #222222;
    position: relative;
}
.product-part-two h2{
	padding-bottom: 24px;
	letter-spacing: 4px;
}
.product-part-two p{
	line-height: 25px;
	letter-spacing: 1px;
	font-size:1.4rem;
	margin:0 8px;
}

.product-part-three{
/* 	background-image: url(../img/image/bgAddress.jpg);
	background-size: cover; */
	text-align: center;
	font-size: 16px;
}
.product-part-three .bgBlack{
/* 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8ffffff,endColorstr=#c8ffffff);
	background-color: rgba(255,255,255,0.8); */
	filter:none;
	background-color:#f0f0f0;
	padding:36px 0;
}
.product-part-three h3{
	text-align: center;
	margin-bottom:36px;
}
.product-part-three h3 span{
	font-size: 15px;
	vertical-align: super;
}
.item{
	margin: 0 auto;
	width: 290px;
	overflow: hidden;
	display: inline-table;
	*display: inline;
	zoom:1;
    vertical-align: top;
    margin:18px auto; 
}
.item i{
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 80px;
	height:80px;
	*width: 50px;
	*height:50px;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 50px;
	padding: 14px;
	color:#fff;
    vertical-align: top;
}
.item p{
	display: table-cell;
	*display: inline;
	zoom:1;
	width: 175px;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	text-align: justify;
}
.item p span{
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
	font-size: 20px;
}
.item-center{
	display: inline-block;
	width:98%;
	max-width: 440px;	
}
.item-center img{
	width:100%;
	float:left;
}
.part-bottom{
	margin:45px 0 40px;
}
.product-part-three .part-top .item:first-child span,
.product-part-three .part-center .item:first-child span{
	text-align:right;
}

.product-part-three a{
	display: block;
	margin: 0 auto;
	width: 140px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	letter-spacing: 3px;
	font-size: 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.product-part-three a:active{
	background:#222;
	color:#FFAF22;
}
.product-part-four{
    background-color: #59606a;
	text-align: center;
	font-size: 16px;
	color:#ffffff;
}
.product-part-four .bgBlack {
    background-color: rgba(255,255,255,0.5);
    padding: 36px 0;
}
.product-part-four.type1{
	background-image: url(../img/image/mobile-product-banner-1.jpg);
}
.product-part-four.type2{
	background-image: url(../img/image/mobile-product-banner-2.jpg);
}
.product-part-four.type3{
	background-image: url(../img/image/mobile-product-banner-3.jpg);
}
.product-part-four h2{
	letter-spacing: 3px;
}
.product-part-four .center{
	text-align: center;
}
.product-part-four .part{
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 130px;
	margin-top:36px;
}
.product-part-four i{
	display: inline-block;
	width: 80px;
	height: 80px;
	color: #FFFFFF;
	text-align: center;
	line-height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 50px;
	margin-bottom: 15px;
	background: #222222;	
}
.product-part-four h3{
	font-size: 1.6rem;
    white-space: nowrap;
    text-shadow: 0 2px 2px #222;    
}
/*行业方案*/
.industry .header{
}
.industry .header .bgBlack{
	background-color: rgba(8,10,14,0.5);
}
.industry .navbody h1 em{
	display:block;
	height:1px;
	width:100%;
}
.industry .navbody h3{
    letter-spacing: 1px;
    font-family: Arial regular;
}
.industry-text img{
	width:100%;
	max-width:400px;
	
}
.industry-part-one{
	text-align: center;
	color:#fff;
	position:relative;
}
.industry-part-one h2{
	padding-top:8px;
	line-height: 24px;
	font-size: 1.6rem;
	text-align: center;	
}
.industry-part-one h2 i {
    position: absolute;
    right: 100px;
    top: 1px;
    font-size: 30px;
    display:none;
}
.industry-part-one ul{
	padding:16px 0 24px;
}
.industry-part-one li{
	margin-top:8px;
	display: inline-block;
	*display: inline;
	zoom:1;
	width:130px;
    cursor: pointer;
}
.industry-part-one li i{
	font-size: 45px;	
    display: inline-block;
    text-align: center;
}
.industry-part-one p{
	line-height: 30px;
	font-size: 1.4rem;
	letter-spacing: 4px;
}
.industry-part-two{
	text-align: center;
	letter-spacing: 2px;
    z-index: 1;
	color: #FFFFFF;
}
#industry-1{
	background-image: url(../img/image/mobile-industry-banner-1.jpg?v=20170718);	
}
#industry-2{
	background-image: url(../img/image/mobile-industry-banner-2.jpg?v=20170718);	
}
#industry-3{
	background-image: url(../img/image/mobile-industry-banner-3.jpg?v=20170718);	
}
#industry-4{
	background-image: url(../img/image/mobile-industry-banner-4.jpg?v=20170718);	
}
.industry-part-two .bgBlack{
	background-color: rgba(0,0,0,0.5);
	padding: 64px 0;
}
.industry-part-two h4{
	font-size: 1.6rem;
	line-height:24px;
	margin: 24px 8px 0;
}

.industry-part-two h4 em{
	display:inline;
}
.industry-part-two h4 em:after{
	content:" , ";
}
.industry-part-two a{
	font-size: 1.6rem;
	display: inline-block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius:2px;	
	-moz-border-radius:2px;
	border-radius:2px;
	margin-top: 36px;
}
.industry-part-two a:active{
	background:#222;
	color:#FFAF22;
}
.industry-part{
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 218px;
	margin-right: 15px;
	margin-leftt: 15px;
	margin-top: 36px;
}
.industry-part i{
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	-webkit-border-radius:50%;	
	-moz-border-radius:50%;	
	border-radius:50%;	
	background:#222;
	font-size:50px;
}
.industry-part h5{
	font-size: 1.8rem;
	margin:15px 0 24px;	
}
.industry-part p{
	font-size: 16px;
	line-height: 25px;
	text-align: left;
}
.industry .leaveWord{
	background-color:#fff;
	color:#222;
}
.industry-info{
	background: rgba(0,0,0,0.9);
	position: fixed;
	left: 0;
	top: 0;
	right:0;
	bottom:0;
	z-index: 100;
	overflow-y:auto;
	display: none;
}
.industry-info .center{
    padding-top: 40px;
    position: relative;
}
.industry-info i{
    padding: 10px;
    position: fixed;
    right: 25px;
    top: 22px;
    z-index:120;
    cursor: pointer;
    color: #FFFFFF;	
    font-size:24px;
}
.industry-info .partIn{
	position:relative;
}
.industry-info .top{
	width:40px;
	display: inline-block;	
	*display:inline;
	zoom:1;
	margin-right:20px;
}
.industry-info .part{
	width: 260px;
	display: inline-block;	
	*display:inline;
	zoom:1;
	text-align: center;
	display:none;
    vertical-align: top;
}
.industry-info .part div{
	color: #FFFFFF;
	line-height: 20px;
	text-align:justify;
	font-size: 13px;
}
.industry-info  .partIn .Color{
	text-align: center;
	font-size: 16px;
}
.industry-info  .one{
    visibility: hidden;  
	height:20px;
	line-height:20px;
	margin-bottom:40px;
}
.industry-info  .two{
	height:20px;
	margin-bottom:40px;
}
.industry-info .three{
	height:45px;
	margin-bottom:40px;
}
.industry-info .four{
	height:20px;
	margin-bottom:40px;
}
.industry-info .five{
	height:45px;
	margin-bottom:40px;
}
.industry-info .select{
	position:absolute;
	left:60px;
	top:20px;
	z-index:100;
	height:30px;
	width: 260px;
	line-height:30px;	
	text-align:center;
}
.industry-info .select select{
	background:transparent;
	border:0;
	outline:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;	
}
.industry-info .select::after{
	content:"\e682";
	font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position:absolute;
	left:50%;
	top:1px;
	z-index:110;
	margin-left:3.5em;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
	font-size:18px;
	color:#FFAF22;
}

/*联系我们*/
.contact .header{
	background: url(../img/image/mobile-contact.jpg) center no-repeat;
	background-size: cover;
}
.contact-part-one{
	text-align: center;
	color: #222222;	
    font-size: 1.2rem;
    line-height: 18px;
    padding: 9px 18px;
}
.contact-part-two{
	margin: 0 auto;
	padding: 24px 0 15px;
	text-align: center;
	color:#222;
}
.contact-part-two h3{
	letter-spacing: 2px;
}
.map{
	margin:24px auto;
}
.map .part{
	display:inline-block;
    *display: inline;
	zoom: 1; 
	width:300px;
    vertical-align: top;
    margin: 0 20px 15px;
}
.map h4{
	font-size:1.6rem;
}
.map .mapAddress{
	width:300px;
	height:200px;
	margin:24px auto 15px;
	background:#EFEFEF;
}
.map .mapAddress .anchorBL{
	display:none;
}
.map p{
	text-align:left;
	font-size:1.2rem;
	line-height:1.4rem;	
}
.address{
	text-align:center;
}
.address .part{
	width:210px;
	display:inline-block;
    *display: inline;
	*width:auto;
	zoom: 1; 
	margin-top: 24px;
	margin-right:36px;
}
.address .part i{
	font-size: 36px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: 2px solid #eaeaea;
	-webkit-border-radius:50%;	
	-moz-border-radius:50%;	
	border-radius: 50%;	
	float: left;
	margin-right: 17px;
	background:#fff;
}
.address .part p{
	font-size: 16px;
	text-align: left;
	line-height: 20px;
	padding: 10px 0;
}
/*关于我们*/
.about .header{
	background: url(../img/image/mobile-about.jpg?v=20170720) center no-repeat;
	background-size: cover;
}
.about-part-one{
	text-align: center;
	color: #222222;
	font-size: 1.2rem;
	line-height:18px;
	padding: 9px 10px;
}
.about-part-one em::after{
	content:" , ";
}
.about-part-two{
	margin: 0 auto;
	padding:30px 18px 15px;
	text-align: center;
}
.about-part-two h3{
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.about-part-two p{
	text-align: justify;
	line-height: 24px;
	font-size: 1.2rem;
	padding-bottom: 24px;
}
/*法律文档*/
.law .header{
	background: url(../img/image/mobile-law.jpg) center no-repeat;
	background-size: cover;
}
.law-part-one{
	letter-spacing: 1px;
	text-align: center;
	padding: 24px 15px;
	margin: 0 auto;	
}
.law-part-one h2{
	font-size: 1.8rem;	
}
.law-part-one h3{
	font-size: 1.4rem;
	margin: 24px 0;
}
.law-part-one p{
	letter-spacing:0;
	text-align: justify;
	font-size: 1.2rem;
	color: #222222;
	line-height: 18px;
	margin-bottom: 15px;
}
/*合作加盟*/
.league .header{
	background-image: url(../img/image/mobile-league-banner.jpg);
}
.league .header .bgBlack{
	background-color: rgba(8,10,14,0.5);
}
.league-text{
	text-akign:center;
}
.league-text img{
	width:80%;
	max-width:400px;
}
.league-part-one{
	text-align: center;
	color:#fff;
}
.league-part-one h2{
	padding:10px 8px;
	line-height: 24px;
	font-size: 1.6rem;
	text-align: center;
}
.league-part-one h2 i {
    float:right;
    font-size: 2.5rem;
    display:none;
}
.league-part-one ul{
	padding:20px 0 32px;
}
.league-part-one li{
	display: inline-block;
    *display: inline;
	zoom: 1; 
    cursor: pointer;
}
.league-part-one li i{
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #FFFFFF;
	font-size: 60px;	
}
.league-part-one p{
	font-size: 1.6rem;
	color: #FFFFFF;
	letter-spacing: 4px;
	margin-top:15px;
}
.league-part-two{
	padding: 36px 0;
	letter-spacing: 1px;
	text-align: center;
	background: #eaeaea;
}
.league-part-two h3{
	letter-spacing: 2px;
}
.league-part-two h4{
	font-size: 1.6rem;
	line-height:20px;
	margin: 24px 15px 0px;	
}
.league-part-two .part{
	display: inline-block;
    *display: inline;
	zoom: 1; 
	width: 236px;
	margin-right: 20px;
	margin-top: 24px;
}
.league-part-two .part i{
	width: 80px;
	height: 80px;
	display: inline-block;
	line-height: 80px;
	font-size: 50px;
	background-color: #222;
	color: #FFFFFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:none;
}
.league-part-two .part h5{
	font-size: 1.6rem;
	margin: 24px auto;
	letter-spacing: 2px;
}
.league-part-two .part p{
	font-size: 1.2rem;
	line-height: 20px;
	text-align: justify;
	letter-spacing: 0.5px;
}
.league-part-three{
	background-image: url(../img/image/mobile-carflow.jpg);
	background-size: cover;
	color: #FFFFFF;	
	text-align:center;
}
.league-part-three .bgBlack{
	background-color: rgba(255,255,255,0.5);
	padding: 36px 0;
}
.league-part-three h3{
	letter-spacing: 2px;
	color:#222;
}
.league-part-three ul{
	display:inline-block;
    *display: inline;
	zoom: 1; 
	margin-top:24px;
	color:#222;
}
.league-part-three li{
	text-align:left;
	font-size: 1.4rem;
	line-height: 24px;
	padding-bottom:8px;
	padding-left:2rem;
	overflow:hidden;
	text-align:justify;
}
.league-part-three li span{
	float:left;
	width: 1.6rem;
	height: 1.6rem;
	text-align: center;
	line-height: 1.6rem;
	margin-left:-2rem;
	margin-top:5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#fff;
	vertical:top;
}
.league-part-three img{
	margin-top:24px;
	width:80%;
}
/*新闻*/
.news .header{
	background: url(../img/image/mobile-new.jpg) center no-repeat;
	background-size: cover;
}
.news .wrap{
	background-color: #EAEAEA;	
}
.news-part-one{
	letter-spacing: 1px;
	padding: 24px 15px;
	margin: 0 auto;	
}
.news-part-one h2{
	margin-bottom:24px;
	text-align: center;
}
.news-part-one .part{
	background: #FFFFFF;
	padding: 20px;
	overflow: hidden;
	margin-top:8px;
}
.news-part-one .part:active{
    transition-duration: 0.5s;
	-webkit-box-shadow:0 0 20px rgba(2,2,2,0.3);
	-moz-box-shadow:0 0 20px rgba(2,2,2,0.3);
	box-shadow:0 0 20px rgba(2,2,2,0.3);
}
.news-part-one .part img{
	width: 8rem;
	margin-right: 1rem;
}
.news-part-one .part h3{
	font-size: 1.4rem;
	line-height: 24px;
	margin-bottom:15px;
}
.news-part-one .part h4{
	float:right;
	font-size: 1.0rem;
	line-height: 24px;
	color: #777;
}
.news-part-one p{
	text-align: justify;
	font-size: 1.2rem;
	color: #222222;
	line-height: 18px;
	color: #777;
    /*white-space:nowrap;
    text-overflow : ellipsis*/
}
.news-part-two{
	letter-spacing: 1px;
	padding: 24px 15px;
	margin: 0 auto;	
	text-align: center;
}
.news-part-two h2{
	font-size: 1.6rem;	
	line-height:18px;
}
.news-part-two h4{
	text-align:right;
	font-size: 12px;
	color: #777777;
	margin:20px auto 10px;
	letter-spacing: 2px;
}
.news-part-two p{
	font-size: 1.6rem;
	line-height: 24px;
	margin-top: 24px;
	text-align: justify;
	color: #222222;
}
/* 招贤纳士 */
.recruit .header{
	background: url(../img/image/mobile-recruit.jpg) center no-repeat;
	background-size: cover;
}
.recruit-part-one{
	padding: 36px 0;
	background: #FFFFFF;
}
.recruit-part-one h2{
	margin-bottom: 24px;
	text-align: center;
}
.recruit-part-one p{
	margin:0 15px;
	font-size: 1.4rem;
	line-height:1.7rem;
	color: #222222;
	text-align: center;
}
.recruit-part-one .part{
	margin-top:32px;
	line-height:24px;
}
.recruit-part-one .part span{
	display:inline-block;
}
.recruit-part-two{
	padding: 36px 0;
	background: #EAEAEA;
}
.recruit-part-two h2{
	font-size: 2rem;
	margin-bottom: 36px;
	text-align: center;
}
.recruit-part-two .part{
	padding: 20px 0 36px;
	margin: 8px 8px 0;
	color: #222222;
	overflow: hidden;
	background-color: #FFFFFF;
}
.recruit-part-two .part ol{
    list-style-type: decimal;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 12px;
}
.recruit-part-two .part:active{
    transition-duration: 0.5s;
	-webkit-box-shadow:0 0 20px rgba(2,2,2,0.3);
	-moz-box-shadow:0 0 20px rgba(2,2,2,0.3);
	box-shadow:0 0 20px rgba(2,2,2,0.3);
}
.recruit-part-two .part h3{
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
}
.recruit-part-two .part h4{
	font-size: 16px;
	text-align: center;
	margin-bottom: 22px;
}
.recruit-part-two .part div{
	width: 100%;
}
.recruit-part-two .part .pullLeft{
	margin-bottom:20px;
}
.recruit-part-two .part li{
	font-size: 14px;
	line-height: 30px;
}
/* 活动 */
.banner-activity .banner{
	position:fixed;
	width:100%;
	height:100%;
	right:0;
	bottom:0;
	margin-top:-50%;
	z-index:90;
	background:rgba(255,255,255,0.5);
	text-align:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	   -moz-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	   -moz-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-transform-origin: right bottom;
	   -moz-transform-origin: right bottom;
	    -ms-transform-origin: right bottom;
	     -o-transform-origin: right bottom;
	        transform-origin: right bottom;
	-webkit-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	transition: all 0.8s linear;
}
.banner-activity .banner.hide{
	-webkit-transform: scale(0,0);
	   -moz-transform: scale(0,0);
	    -ms-transform: scale(0,0);
	     -o-transform: scale(0,0);
	        transform: scale(0,0);
}
.banner-activity .banner .img{
	position:relative;
}
.banner-activity .banner img{
	max-width:90%;	
	max-height:90vh;
}
.banner-activity .banner .iconfont{
	position:absolute;
	right:7%;
	top:15px;
	color:#FFF;
	font-size:28px;
	cursor:pointer;
}
.banner-activity .qrcode{
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:60;
	width:90px;
	height:90px;
	overflow:hidden;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
	padding:10px;
	background:#FFF;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.4);
	   -moz-box-shadow:0 0 20px rgba(0,0,0,0.4);
	        box-shadow:0 0 20px rgba(0,0,0,0.4);
	cursor:pointer;
}
.banner-activity .qrcode img{
	width:100%;
	height:100%;
	float:left;
}
@media only screen and (max-width: 569px){	
	.league-part-two .part {
	    margin-left:20px;
	}
	.home-part-four1 .part {
    	 margin: 0 55px 24px;
    }
}

@media only screen and (max-width: 479px){	
    .navbody .boxFlex{
    	display:block !important;
    }
}
@media only screen and (min-width: 480px){	
	html { font-size: 75%; }
	.navbody{
		min-height:210px;
	}
	.recruit-part-two .part div{
		width:50%;
	}
	.swiper-text img {
	    width: 300px;
	    left:80%;
	    bottom: 14%;
	}
	.league-text img {
	    width: 38%;
	    max-width: 400px;
	}
	.league .navbody .league-text {
	    margin-top: 0;
	}
	.header{
		background-position:0;
	}
	.navbody h2 {
		margin-top:0;
	}
	 .navbody .boxFlex{
    	padding-top:0;
    }
}
@media only screen and (max-width: 423px){		
	.industry .navbody,.league .navbody{
		height: -webkit-calc(100vh - 128px);
		height: -moz-calc(100vh - 128px);
		height: -ms-calc(100vh - 128px);
		height: -o-calc(100vh - 128px);
		height: calc(100vh - 128px);
	}
	
}
@media only screen and (max-width: 352px){		
	.home .navbody,.product .navbody{
		height: -webkit-calc(100vh - 128px);
		height: -moz-calc(100vh - 128px);
		height: -ms-calc(100vh - 128px);
		height: -o-calc(100vh - 128px);
		height: calc(100vh - 128px);
	}
	
}
@media only screen and (max-width: 415px){	
	.list-two {
    	width: 60%;
    	text-align:center;
	}
	.footer .list-two{
		padding-top:10px;
	}
}
@media only screen and (max-width:485px){
	.company em{
		display:block;
		height:1px;
	}
}