 
/*network*/
@media screen and (max-width: 1600px) {
	.banners .t h3{ font-size:5.2em;}
}
@media screen and (max-width: 1400px) {
	.banners .t h3{ font-size:4.5em;}
	.network-t{ padding:80px 0;}
	.network-t .img{ margin-top:40px;}
}
@media screen and (max-width: 1200px) {
	.banners .t,.banners{ height:400px;}
	.banners .t h3{ font-size:3.5em;}
	.network-t{ padding:60px 0;}
	.network-t .img{ margin-top:20px;}
}
@media screen and (max-width: 1024px) {
	.banners .t,.banners{ height:320px;}
	.txibng h3{ font-size:2em;}
}
@media screen and (max-width: 850px) {
	.banners .t,.banners{ height:280px;}
	.banners .t h3{ font-size:2.4em;  line-height: 32px;}
	.network-t{ padding:40px 0;}
}
@media screen and (max-width: 450px) {
	.banners .t,.banners{ height:240px;}
	.txibng h3{ font-size:1.6em;}
	.txibng span{ margin:12px 0 8px 0;}
	.txibng h4{ line-height:20px;}
}

/*news*/
@media screen and (max-width: 1400px) {
	.news-t .boxs .box { width: calc(33.33% - 60px);  margin: 25px 30px;}
	.news-t .boxs { width: calc(100%); margin-left:0;}
}
@media screen and (max-width: 1200px){
	.news-t{ padding:70px 0;}
	.news-t .n-list{ margin:30px auto 10px auto;}
	.news-t .boxs .box .txt h3{ font-size:2em;}
	.news-t .boxs{ margin-bottom:0px;}
}
@media screen and (max-width: 1024px){
	.news-t{ padding:60px 0;}
	.news-t .boxs .box { width: calc(33.33% - 20px);  margin: 12px 10px;}
	.news-t .n-list a{ padding:10px 40px;}
	.news-t .boxs .box .txt{ margin-top:20px;}
}
@media screen and (max-width: 850px){
	.news-t .boxs .box { width: calc(50% - 20px);  margin: 12px 10px;}
}
@media screen and (max-width: 650px){
	.news-t .boxs .box .txt h3{ font-size:1.6em; }
	.news-t .boxs .box .txt h4{ font-size:1.4em; margin:0 0 10px 0;}
	.news-t .boxs .box .txt span{ padding:10px 20px; font-size:1.4em;}
	div.fy a,div.fy span.current,div.fy span.disabled{ display:inline-block; line-height:18px;}
}
@media screen and (max-width: 450px){
	.news-t .boxs .box { width: calc(100% - 20px);}
}

 