/* 全局禁止水平滚动 - 所有设备 */
html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

@media only screen and (max-width : 767px) {
    .page-wrapper{
      overflow:hidden;
    }
}
@media screen and (min-width:1200px) and (max-width:1399px) {
	.hero-title {
		font-size: 55px;
	}
}
@media screen and (min-width:992px) and (max-width:1199px) {
	.hero-title {
		font-size: 45px;
	}
}
@media only screen and (max-width : 1199px) {
	.mt-xl-40{
      margin-top:40px;
    }
	.mb-xl-40{
      margin-bottom:40px;
    }

}
@media only screen and (max-width:992px) {
	.atf-service-box-content br {
		display:none;
	}
}
@media only screen and (max-width:991px) {
    .mt-lg-40{
      margin-top:40px;
    }
	.mb-lg-40{
      margin-bottom:40px;
    }
	.atf-section-title  br{
		display:none;
	}
	.atf-section-content{
		margin-left:25px;
	}
	.atf-portfolio-subtitle {
		margin-bottom: 10px;
	}
	.breadcrumb-title{
		font-size:36px;
	}
	
}
@media only screen and (max-width:767px) {
	.atf-cta-title-box br {
		display:none;
	}
	.atf-footer-qr-code img {
		max-width: 280px;
	}
	.atf-funfact-item{
		margin:12px 0;
	}
	.atf-hero-content .title {
		font-size: 50px;
		letter-spacing:-1px;
	}
	.footer-md-center .logo {
		margin: 0 auto;
		width: 160px;
	}
	.footer-md-center{
		text-align:center;
	}
	
	/* 移动端汉堡菜单溢出修复 */
	.atf-hamburger {
		width: 85% ! important;
		max-width: 85vw ! important;
		right: 0 ! important;
		left: auto ! important;
		box-sizing: border-box;
		overflow-x: hidden;
	}
	
	.atf-hamburger-wrapper,
	.atf-hamburger-menu,
	.atf-hamburger-info,
	.atf-hamburger-social,
	.atf-hamburger-header {
		box-sizing: border-box;
		max-width: 100%;
		overflow-x: hidden;
	}
	
	/* 确保汉堡菜单内的图片不会溢出 */
	.atf-hamburger .atf-hamburger-logo img {
		max-width: 50% ! important;
		height: auto;
	}

	

	
	
}
@media screen and (min-width:320px) and (max-width:575px) {
	.atf-section-title .title{
		font-size:28px;
	}
	.atf-footer-qr-code img {
		max-width: 200px;
	}
	.breadcrumb-title{
		font-size:28px;
	}
	.atf-hero-content .title {
		font-size: 36px;
		letter-spacing:-1px;
	}
	.atf-funfact-item{
		border-right:none;
	}
	.atf-service-item {
		flex-wrap: wrap;
	}
	.atf-hero-thumb {
		grid-template-columns: 1fr 1fr;
	}
	
	/* 小屏幕设备汉堡菜单优化 */
	.atf-hamburger {
		width: 85% ! important;
		max-width: 85vw ! important;
		right: 0 ! important;
		left: auto ! important;
		padding: 35px 15px;
		box-sizing: border-box;
		overflow-x: hidden;
	}
	
	.atf-hamburger-wrapper,
	.atf-hamburger-menu,
	.atf-hamburger-info,
	.atf-hamburger-social,
	.atf-hamburger-header {
		box-sizing: border-box;
		max-width: 100%;
		overflow-x: hidden;
	}
	
	/* 确保汉堡菜单内的图片不会溢出 */
	.atf-hamburger img {
		max-width: 100% ! important;
		height: auto;
	}
	
	.atf-hamburger-social a {
		margin-right: 2px;
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 13px;
	}
	
	.atf-hamburger-menu ul li > a {
		font-size: 15px;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	
	.atf-hamburger-info span {
		font-size: 15px;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	
}