
/* Pc端小屏幕显示 */
@media screen and (min-width: 1620px) {
	.w83p { width: 1600px; }
	.three .three-wrap-box .twb-text-box .active-on { left: 30px; }
}

@media screen and (min-width: 1600px) and (max-width: 1619px) {
	.header .left { width: 18%; margin: 45px 0px 0px 0px; }
	.header .center { width: 75%; margin: 55px 0px 0px 5%; }
	.header .right { position: absolute; right: 13%; top: 20%; margin-top: 0px; }
}

@media screen and (min-width: 1450px) and (max-width: 1659px) { 
	.two .swiper-slide > a > img  { height: 360px!important; }
}

@media screen and (max-width: 1659px) {
	.header .left { width: 15%; margin: 55px 0px 0px 0px; }
	.header .center { width: 80%; margin: 55px 0px 0px 5%; }
	.header .center ul li, .header .center ul li > dl > dd { font-size: 16px; }
	.header .center ul > li > a { display: block; padding: 10px 20px 10px 20px; color: #ffffff; }
	.header .center ul > li:first-child { display: none; }
	.header .right { position: absolute; right: 13%; top: 20%; margin-top: 0px; }

	.one .swiper-pagination-switch { width: 18.5%!important; }

	.two .swiper-slide > a > img  { height: 300px!important; }

	.lr-news-box .lnb-left { height: 385px; }
	.lr-news-box .lnb-right ul li { height: 173.5px; } 
}