@media only screen and (max-width: 1199px){

a{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
html, body{
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}
#fp-nav.right {
	right: 17px;
}
#fp-nav.left {
	left: 17px;
}
.fp-slidesNav{
	height:14px;
	position: absolute;
	z-index: 4;
	left:50%;
	opacity: 1;
	text-align: center;
}
.fp-slidesNav.bottom{
	bottom: 10px;
}
.fp-slidesNav.top{
	top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul{
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li{
	display: block;
	width: 60px;
	height: 10px;
	position:relative;
	margin: 0;
	padding: 0;
}
.fp-slidesNav ul li:last-child{
	width: 10px;
}
.fp-slidesNav ul li{
	display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: url(../images/slidesNav1.png) no-repeat 0 0;
	background-size: auto 100%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
#fp-nav ul li a.active,
.fp-slidesNav ul li a.active{
	background: url(../images/slidesNav2.png) no-repeat 0 0;
	background-size: auto 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	display: none;
}
#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
}
#fp-nav ul li:hover .fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
	right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
	left: 20px;
}


.section,
.section1,
.fp-section,
#dowebok .fp-slides,
#dowebok .fp-slide,
#dowebok .fp-slidesContaine,
.fp-tableCell{
	height: auto !important;
}
.section1{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}


.section2 .fp-tableCell{
	/*vertical-align:inherit;*/
}



/*.section4{
	background: url(../images/section4_bg.jpg) no-repeat -500px center;
	background-size: auto 100%;
	padding: 80px 0;
}*/



@media only screen and (max-width: 700px){
	/*.section4{
		padding: 50px 0;
	}*/
	
	}
}
@media only screen and (max-width: 400px){
	/*.section4 .companyProfile{
		margin: 0;
		padding: 0 10px;
	}*/
	
}
/*.section5 .fp-tableCell{
	vertical-align:top;
}*/


@media only screen and (max-width: 590px){
	.section5.min .cooperationCase,
	
}
/*.section6 .fp-tableCell{
	vertical-align:inherit;
}*/
/*首页end*/





