
@media (max-width:1660px) {
	
}

@media (max-width:1440px) {

}


@media (max-width:1024px){
	
	
}

@media (max-width:960px){
	
	.lineKF{
		display:none;
	}
	.cebianBox{
		display: none;
	}
	.pcHead{
		display: none;
	}
	.phHead,.phNav{
		display: block;
	}
	
	.phoneBottom{
		display: flex;
		height: 2.4rem;
		width: 100%;
		background-color: #0a0a0a;
		align-items: center;
		justify-content: space-around;
		position: fixed;
		padding-bottom:constant(safe-area-inset-bottom);
		padding-bottom:env(safe-area-inset-bottom); 
		bottom: 0;
		left: 0;
		z-index: 99;
	}
	.phoneBottom a{
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.phoneBottom a img{
		display: block;
		width: 0.95rem;
		height: auto;
	}
	.phoneBottom a:nth-child(2){
		border-right: 1px solid rgba(255, 255, 255, .2);
		border-left: 1px solid rgba(255, 255, 255, .2);
	}
	.phoneBottom a span{
		font-size: 0.4rem;
		color: #fff;
	}
	
	
	body{
		padding-bottom:calc(constant(safe-area-inset-bottom) + 2.2rem);
		padding-bottom:calc(env(safe-area-inset-bottom) + 2.2rem); 
	}
	
	
	.phHead{
		height: 2rem;
		padding: 0 4%;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background-color: #fff;
		border-bottom: 1px solid #f5f5f5;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99;
	}
	.phHead a{
		display: flex;
		align-items: center;
		height: 100%;
		width: auto;
	}
	.phHead a img{
		display: block;
		height: 50%;
		width: auto;
	}
	
	.menu{
		display: block;
		width: 0.8rem;
		height: auto;
		transition: all .3s;
	}
	.rotate{
		transform: rotate(180deg);
	}
	
	.phNav{
		display: none;
		position: fixed;
		top: 2rem;
		z-index: 9999;
		left: 0;
		height: calc(100vh - 2rem);
		background-color: #000000;
		width: 100%;
	}
	.phNav>ul{
		padding: 0.4rem 4%;
		box-sizing: border-box;
		height: 100%;
		width: 100%;
	}
	.phNav>ul>li{
		display: flex;
		flex-direction: column;
	}
	.phNav>ul>li>a{
		display: block;
		flex: 1;
		color: #fff;
		line-height: 1;
		font-size: 0.6rem;
		border-bottom: 1px dashed rgba(255, 255, 255, .2);
		padding: 0.5rem 2%;
		box-sizing: border-box;
		position: relative;
	}
	
	.phNav>ul>li img{
		display: block;
		width: 0.5rem;
		height: auto;
		position: absolute;
		top: 50%;
		right: 2%;
		margin-top: -0.25rem;
		opacity: 0.6;
	}
	
	.navChildens{
		width: 100%;
		display: none;
		height: auto;
	}
	.navChildens ul li{
		display: flex;
	}
	.navChildens ul li a{
		display: flex;
		width: 100%;
		padding: 0.5rem 4%;
		height: auto;
		overflow: hidden;
		color: #fff;
		line-height: 1;
		font-size: 0.6rem;
		box-sizing: border-box;
		border-bottom: 1px dashed rgba(255, 255, 255, .2);
	}
	
	
}


@media (max-width:767px){
	
	.indexWhoBox{
		height: 17rem;
	}
	
	.whoRight{
		width: 100%;
		padding: 0 4%;
		background-color: rgba(255, 255, 255, .74);
	}
	.whoNumBox{
		align-items: flex-start;
	}
	
	.whoNumList{
		padding: 1rem 0.25rem;
	}
	
	.indexProBox{
		padding: 1.75rem 1% 2rem;
	}
	
	.indexProSwiper,.indexNewSwiper,.aboutHonorSwiper,.proDSwiper{
		width: calc(100% - 1.5rem);
	}
	
	.indexProCon{
		padding: 0.7rem ;
	}
	.indexProNext,.indexNewNext,.aboutBaseNext,.aboutHonorNext,.proDNext{
		right: 3px !important;
		width: auto !important;
	}
	.indexProPrev,.indexNewPrev,.aboutBasePrev,.aboutHonorPrev,.proDPrev{
		left: 3px !important;
		width: auto !important;
	}
	
	
	.indexFABox{
		padding: 2rem 0 2rem;
	}
	
	.indexFAItemBox{
		flex-direction: column;
	}
	
	.indexFAItem{
		width: 100%;
		margin-bottom: 0.5rem;
	}
	
	.indexNewBox{
		padding: 2rem 2% 1.05rem;
	}
	.popVideo{
		width: 94%;
	}
	.footerBox{
		padding: 2.05rem 4% 1rem;
	}
	.footerTR{
		display: none;
	}
	
	.footerTop{
		flex-direction: column;
	}
	
	.footerTC{
		width: 100%;
		flex-direction: column;
	}
	
	.footerTC div{
		width: 100%;
		align-items: flex-start;
	}
	.footerTC div ul{
		flex-direction: row;
	}
	
	.footerTC div ul li{
		padding: 0 1rem 0.5rem 0;
	}
	.footerCopy{
		flex-direction: column;
		align-items: center;
	}
	.footerTL{
		width: 100%;
		margin-bottom: 0.5rem;
	}
	
	.indexHZBox{
		padding: 2rem 4% 0.9rem;
	}
	.BannerNext{
		right: 2% !important;
	}
	.BannerPrev{
		left: 2% !important;
	}
	.neiBanner{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.neiBanner img{
		height: 8rem;
		width: auto;
	}
	
	.neiBanner .container h2{
		font-size: 1.2rem;
	}
	.neiBanner .container span{
		margin-bottom: 2rem;
	}
	.neiBanner .container{
		align-items: center;
	}
	
	.aboutXx h3{
		font-size: 0.8rem;
		margin-bottom: 1.2rem;
	}
	.aboutXxCon .whoNumBox .whoNumList .numUp{
		font-size: 1.13rem;
	}
	.aboutXxCon .whoNumBox .whoNumList .whoTxt{
		font-size: 0.35rem;
	}
	.aboutXxCon{
		padding: 2rem 0 0.9rem;
	}
	
	.aboutBaseBox{
		padding: 2rem 2%;
	}
	.aboutBaseCon{
		margin-top: 1rem;
	}
	.aboutBaseSwiper{
		width: calc(100% - 2.1rem);
	}
	.aboutHonorBox{
		padding: 2rem 2% 1.5rem;
	}
	.aboutCultrueCon{
		flex-direction: column;
	}
	.aboutCultrueList{
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.aboutCultrueBox,.contactTopBox{
		padding: 2rem 0;
	}
	.contactTopBox .container1440{
		flex-direction: column;
	}
	.contactTL{
		width: 100%;
		padding: 0;
	}
	#map{
		width: 100%;
		margin-top: 0.5rem;
	}
	
	.contactCenter{
		padding-top: 0;
	}
	.contactCenter .container1440{
		flex-direction: column;
		justify-content: flex-start;
	}
	
	.contactCList{
		width: 100%;
		margin-bottom: 0.5rem;
		padding: 1.4rem;
	}
	.contactFrom .container1440{
		padding: 1.45rem 1rem;
	}
	.inputBox{
		flex-direction: column;
	}
	.inputList{
		width: 100%;
		margin-bottom: 0.55rem;
	}
	.inputList:last-child{
		margin-bottom: 0;
	}
	
	.inputList span{
		width: 15%;
	}
	
	.proNav{
		flex-flow: row wrap; 
	}
	.proNav a{
		margin-bottom: 0.4rem;
	}
	
	
	.proConList{
		flex: 0 0 calc(100% / 2 - 0.2rem);
		margin-right: 0.4rem
	}
	
	.proConList:nth-child(3n){
		margin-right: 0.4rem;
	}
	.proConList:nth-child(2n){
		margin-right: 0;
	}
	
	.pKFLeft p{
		font-size: 0.7rem;
	}
	.productKFBox .container1600{
		flex-direction: column;
		justify-content: center;
	}
	.pKFLeft{
		margin-bottom: 0.8rem;
	}
	.pKFLeft p{
		text-align: center;
	}
	.newsListBox .container1600{
		padding-top: 0.5rem;
	}
	.newsList{
		flex: 0 0 calc(100% / 2 - 0.2rem);
		margin-right: 0.4rem;
		margin-top: 0.8rem;
	}
	
	.newsList:nth-child(3n) {
	    margin-right: 0.4rem;
	}
	.newsList:nth-child(2n) {
	    margin-right: 0;
	}
	
	.indexProCon h3{
		font-size: 0.6rem;
	}
	
	.newsDConBox .container1600{
		flex-direction: column;
	}
	.newsDLeft{
		width: 100%;
		padding-right: 0;
	}
	
	.newsDConTitle{
		font-size: 1rem;
	}
	
	.newsDShareBox{
		display: none;
	}
	.newsDRight{
		width: 100%;
		margin-top: 1rem;
	}
	.newsDConBox{
		padding: 2rem 0 0.9rem;
	}
	.proTopNav .container1440{
		flex-flow: row wrap;
		justify-content:flex-start;
	}
	.proTopNav .container1440 a{
		min-width: 3.9rem;
		margin-right: 0.4rem;
		margin-bottom: 0.4rem;
	}
	
	.indexFAItemCon{
		height: 100%;
	}
	.proAlSwiper .swiper-slide{
		width: 80%;
	}
	.proAlPrev{
		left: 0 !important;
	} 
	
	.proAlNext{
		right: 0 !important;
	}
	.indexFAItemCon p{
		display: block;
		margin: 0.5rem 0;
	}
	.indexFAItemCon a{
		display: flex;
	}
	.proTable{
		padding: 2rem 0;
	}
	
	.proTDList{
		padding: 1.5rem 1rem;
		height: auto;
		border-radius: 0.4rem;
	}
	.proTDBox .container1440{
		width: 100% !important;
		max-width: 100%;
	}
	.proTDBox{
		padding: 1.8rem 0;
	}
	
}





