
/*导航*/

@media only screen and (max-width:750px ) {
	#header div.wrapper{
		width: auto;
		min-width:  auto;
		padding: 0px 2% !important;
	}
	
	.navMenu{
		display: none;
	}
	
	.top-but, #cover{
		display: block;
	}
	
}

/*iphone*/

@media only screen and (max-width:750px ) {
	
	.fc-content{
		width: auto !important;
		padding: 0 5%;
	}
	
	.P-banner-01{
		min-width:  auto !important;
		height: 85vh !important;
		overflow: hidden;
	}
	
	.P-banner-01 div.cp-img img{
		width: 90% !important;
	}
	
	.P-banner-01 div.text-box{
		margin-top: 30%;
	}
	
	.P-banner-02{
		min-width:  auto !important;
		background-size: cover !important;
		background-position: center  !important;
		overflow: hidden;
	}
	
	.P-banner-03 {
    height: auto !important;
    min-width: auto !important;
    padding-bottom: 80px;
    }
    
	.P-banner-03 .box {
    margin-top: 40px !important;
    display: block !important;
    }
    
	.smallBox{
		width: 50% !important;
		height: auto !important;
		display: block !important;
		float: left !important;
	}
	
	.icon-01{
	background-image: url(../img/svg/icon-pc&iphone2.svg) !important;
	}

.icon-02{
	background-image: url(../img/svg/icon-fusion2.svg) !important;
	}

.icon-03{
	background-image: url(../img/svg/icon-4g2.svg) !important;
	}

.icon-04{
	background-image: url(../img/svg/icon-mok2.svg) !important;
	}
	
	.P-banner-04{
		min-width: auto !important;
    }
	
	.P-banner-04 .R, .P-banner-04 .L{
		float: none !important;
	}
	
	.P-banner-04 .cp-img{
		width: 100% !important;
	}
	
	.P-banner-04 .cp-img img{
		height: 68px !important;
	}
	
	.P-banner-05{
		min-width: auto !important;
		height: auto !important;
		padding-bottom: 40px !important;
		
	}
	
	.P-banner-05 .box-c{
		width: 50% !important;
		height: 168px !important;		
	}
	
	.P-banner-05 .box-c h3{
		font-size: 16px !important;
		line-height: 168px !important;
	}
	
}

/*关于我们*/
@media only screen and (max-width:750px ) {
	
	.aboutBanner{
		display: none;
	}
	
	.aboutUs{
		padding-top: 70px;
	}
	
	.aboutUs div.table .img{
		width: 100% !important;
	}
	
	.aboutUs div.table .L{
		float: none;
	}
	
	.aboutUs .table .text-box{
		padding-top: 24px;
		width: 100%;
		padding-left: 0;
	}
	
	.aboutUs .table{
		height: auto !important;
	}
	
	.aboutUs  .timeShaft{
		width: auto !important;
	}
	
}

