@media only screen and (max-width:1280px){
	html{font-size: 90px;}
}
@media only screen and (max-width:1100px){
.pt-left,.pt-center{width:calc(50% - 0.15rem);}
.pt-center{max-width:100%;}
.pt-right{margin-top:0.4rem;width:100%;}
.pt-right .title{justify-content:center;}
}
@media only screen and (max-width:1100px) and (min-width:481px){
.link-list ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.link-list ul li{width:calc(50% - 0.15rem);}
.link-list ul li:nth-child(n+2){margin-top:0;}
.link-list ul li:nth-child(n+3){margin-top:0.2rem;}
}
@media only screen and (max-width:1060px){
.header{position:fixed;left:0;top:0;z-index:5;}
.header .logo img{height:0.5rem;}
.header .logo{padding:0.15rem 0;}
.nav,.search,.h2-link{display: none;}
.banner,.list-banner{margin-top: 0.8rem;}
.nav-menu{display: block;}
}
@media only screen and (max-width:980px){
	.main{padding: 0 0 0.3rem;}
	.main .w90{flex-wrap: wrap;width: 100%;}
	.main-left{width: 100%;padding-left: 0;}
        .main-left::before{content:none;}
	.main-right{width: 100%;}
	.m-list,.main-title h2{display: none;}
	.main-title{padding: 0.15rem 3%;}
	.content,.main-left .lm{padding: 0 3%;}
        .main-left .lm{background: #a72126;height:0.5rem;}
.main-left .lm .nav_menu{display: block;}
.main-left .lm{justify-content:space-between;}
.main-left .lm h3{font-size:0.2rem;}
.main-left>ul{padding-bottom:0;}
}
@media only screen and (max-width:880px){
.pt-left,.pt-center{width:100%;}
.pt-left{order:1;}
.pt-center{order:0;margin-bottom:0.4rem;}
.pt-right{order:2;}
.news-scroll ul li a{height:0;padding-bottom:68%;}
}
@media only screen and (max-width:480px){
.header .logo img{height:0.4rem;}
.banner,.list-banner{margin-top: 0.7rem;}
.navm-box{padding-top:0.8rem;}
.banner .swiper-pagination{bottom:0.1rem;}
.link-list ul li:nth-child(n+2){margin-top:0.2rem;}
.part{padding:0.3rem 0;}
.pt-center{margin-bottom:0.3rem;}
.pt-right{margin-top:0.3rem;}
.content h3.title{font-size: .2rem;line-height: 0.28rem;}
.content .sub-title{font-size: .18rem;}
}
@media only screen and (max-width:400px){
.header .logo img{height:0.36rem;}
.banner,.list-banner{margin-top: 0.66rem;}
.navm-box{padding-top:0.76rem;}
}