.content .top h2{font-size:24px;color:#282828;letter-spacing:1px;}
.content .top a{font-size:18px;color:#282828;}
.content .top a img{width:7px;padding:4px 5px 0 8px;}
.swiper img{width:100%;}
.swiper1,.swiper-pagination1{display:none}
.swiper2{max-width:1280px;width:100%;}
.swiper1 img,.swiper2 img{transition:transform 6s;}
.swiper1 .swiper-slide-active img,.swiper2 .swiper-slide-active img{transform:scale(1.1);}
/* .swiper2 .swiper-button-prev,.swiper2 .swiper-button-next{display:none} */
.swiper2 .swiper-button-prev{background-image: url('../images/icon/left.png');left:0%;}
.swiper2 .swiper-button-next{background-image: url('../images/icon/right.png');right:0%;}
.swiper2 .swiper-button-prev,.swiper2 .swiper-button-next{background-repeat:no-repeat;width:48px;height:48px;}
.swiper2 .swiper-button-prev::after,.swiper2 .swiper-button-next::after{display:none}
.swiper-pagination2{position:relative;margin-top: 20px;}
.swiper-pagination.swiper-pagination2 span.swiper-pagination-bullet{
	width:10px;height:10px;transform:rotate(45deg);background:#C9C9C9;border-radius:2px;opacity:1;margin:20px 10px 0;
}
.swiper-pagination.swiper-pagination2 span.swiper-pagination-bullet-active{background:#BD0019;transform:rotate(45deg) scale(1.4);}
.pageView2 .content{font-size:22px;line-height:2.1;text-align:center;position:relative;margin-top:44px;width:550px;}
.pageView2 .content img{position:absolute;bottom:8px;right:10px;width:26px;z-index:-1}
.pageView1{background:#F8F8F8;margin-top:72px;}
.pageView1 .contentM{margin-top:36px;display:none;}
.pageView1 .contentM img{width:100%;display:block}
.pageView1 .contentM .li{height:58px;overflow:hidden;transition:all .5s}
.pageView1 .contentM .li.on{height:auto}
.pageView1 .contentP{padding:60px 0 25px;text-align:center;max-width:946px;}
.pageView1 .contentP img{width:100%;display:block}
.pageView1 .contentP .li{margin-bottom:38px;display:inline-block;}
.pageView10 .content{margin-top:72px;max-width:946px;padding-bottom:40px}
.pageView10 .ul{margin-top:32px}
.pageView10 .li{font-size:16px;margin-bottom:28px}
.pageView10 .li .time{width:115px;color:#949494}
.pageView10 .li .title{flex:1;color:#282828}
.pageView10  a.bottom{color:#949494;}
.pageView10  a.bottom img{width:6px;padding:2px 0px 0px 10px;opacity:0.5;}
.pageView3{background:#F8F8F8;padding-top:20px;}
.pageView3 .content{margin-top:54px;padding-bottom:55px;max-width:946px;}
.pageView3 .content .top .top2{margin-top:14px;overflow:hidden;height:64px}
.pageView3 .content .top .top2 p{font-size:16px;color:#282828;line-height:2}
.pageView3 .content .ul{margin-top:14px;display:flex;justify-content:space-between;flex-wrap:wrap;}
.pageView3 .content .li{margin-bottom:14px;display:block;width:calc(50% - 8px);}
.pageView3 .content .li img{width:100%}
.pageView3 .content .li .info{font-size:18px;color:#282828;line-height:2.8}
.pageView3 .content .li .info img{width:15px;margin-right:10px;padding-top:2px;}

/* Adaptive */
@media screen and (max-width: 900px) {
	.content .top h2{font-size:18px;}
	.content .top a{font-size:14px;}
	.content .top a img{width:5px;padding:0 1px 0 7px;}
	.swiper2,.swiper-pagination2{display:none;}
	.swiper1,.swiper-pagination1{display:block;}
	.swiper1 .swiper-button-prev,.swiper1 .swiper-button-next{display:none}
	.swiper1 .swiper-button-prev{background-image: url('../images/icon/left.png');left:3%;}
	.swiper1 .swiper-button-next{background-image: url('../images/icon/right.png');right:3%;}
	.swiper1 .swiper-button-prev,.swiper1 .swiper-button-next{background-repeat:no-repeat;width:48px;height:48px;}
	.swiper1 .swiper-button-prev::after,.swiper1 .swiper-button-next::after{display:none}
	.swiper-pagination1{position: relative;}
	.swiper-pagination.swiper-pagination1 span.swiper-pagination-bullet{
		width:6px;height:6px;transform:rotate(45deg);background:#C9C9C9;border-radius:2px;opacity:1;margin:20px 7px 0;
	}
	.swiper-pagination.swiper-pagination1 span.swiper-pagination-bullet-active{background:#BD0019;transform:rotate(45deg) scale(1.2);}
	.pageView2 .content{font-size: 14px;line-height:1.9;margin-top:0;width:calc(100% - 40px);}
	.pageView2 .content img{width:13px;}
	.pageView1{background:#fff;margin-top:0;}
	.pageView1 .contentM{display:block;}
	.pageView1 .contentP{display:none;}
	.pageView10 .content{margin-top:58px;padding-bottom:0}
	.pageView10 .ul{margin-top:20px}
	.pageView10 .li{font-size:14px;margin-bottom:14px}
	.pageView10 .li .time{width:80px;}
	.pageView10  a.bottom{font-size:14px;}
	.pageView10  a.bottom img{width:5px;padding:1px 0px 0px 8px;}
	.pageView3{background:#fff;padding-top:0px;}
	.pageView3 .content .top .top2{height:60px}
	.pageView3 .content .top .top2 p{font-size:14px;}
	.pageView3 .content .ul{display:block;}
	.pageView3 .content .li{width:100%;}
	.pageView3 .content .li .info{font-size:14px;}
	.pageView3 .content .li .info img{width:11px;padding-top:0;}
}