@media only screen and (max-width:1440px) {
	.section {
		padding-top: 0;
		overflow: hidden;
	}
}

@media only screen and (max-width:768px) {
	.section {
		padding-top: 0;
		overflow: auto;
		height: auto !important;
	}
	.section.banner{ overflow:visible }
	.section .fp-tableCell {
		height: auto !important;
	}
	
	/* .yc_tion{
		margin-bottom:40px;
	} */
	/* .hover_img{
		margin-bottom: 40px;
	} */
}





/*  首页遮罩样式   (未启用样式) */
	.search-key{width: 80%;height: 50px;background:rgba(0,0,0,.4);border-radius: 50px;font-size: 24px;font-family: "NeuzeitGro", "Helvetica Neue", "Helvetica", sans-serif;padding: 0 70px 0 30px;font-weight: 700;color: #fff;border: 3px solid #fff;}
	.sub_btn {background: none;border: none;font-size: 24px;font-weight: bold;color: #eee;position: relative;left: -75px;}
	#search-screen{width: 26%;height: 10%;position: fixed;top: 35%;left: 50%;z-index: 999;margin-left: -13%;display: none;}
	.shadows22{display:none;position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.3);z-index:99;}
/*  首页遮罩样式  end */