.TXT_title{ clear:both; width:96%; line-height:40px; margin:20px auto; padding:20px 0; font-size:1.2em; color:#595756; text-align:center; table-layout:fixed; word-wrap: break-word; word-break: break-all; overflow:hidden;}

.TXT_img{ clear:both; width:96%; margin:40px auto; text-align:center;}
	.TXT_img img{ max-width:100%; border:1px #ddd solid; padding:10px; background-color:#fff; box-sizing:border-box; box-shadow: 0 8px 30px rgba(0,0,0,0.2);}
	
.TXT_info{ clear:both; width:96%; min-height:200px; line-height:40px; margin:20px auto; font-size:1.2em; color:#808080; text-align:left; table-layout:fixed; word-wrap: break-word; word-break: break-all; overflow:hidden;}

.TXT_page{ clear:both; width:96%; margin:20px auto; padding:20px 0; border-top:1px #ddd solid; display:table;}
	.TXT_page_L{ float:left; width:49%; height:40px; line-height:40px; color:#999; text-align:left; table-layout:fixed; word-wrap: break-word; word-break: break-all; overflow:hidden;}
		.TXT_page_L a:link, .TXT_page_L a:visited{ color:#999; text-decoration:none;}
		.TXT_page_L a:hover{ color:#e6b52f; text-decoration:none;}
	.TXT_page_R{ float:right; width:49%; height:40px; line-height:40px; color:#999; text-align:right; table-layout:fixed; word-wrap: break-word; word-break: break-all; overflow:hidden;}
		.TXT_page_R a:link, .TXT_page_R a:visited{ color:#999; text-decoration:none;}
		.TXT_page_R a:hover{ color:#e6b52f; text-decoration:none;}
	

/*图片轮播*/
.banner_main{ clear:both; width:96%; margin:40px auto; display:table; overflow:hidden;}
	.bannerPc{ text-align:center;}
	.bannerPc ul,.bannerPc li{ margin:0; padding:0; list-style:none;}
	.bannerPc a{ display:block;}
	.bannerPc img{ max-width:100%; vertical-align:middle;}
	
	.banner-swiper .swiper-pagination-bullets{ bottom:20px !important;}
	.banner-swiper .swiper-pagination-bullet{ width:1em; height:2px; background:#fff; opacity:0.5; box-sizing:border-box; border-radius:0; -webkit-border-radius:0; vertical-align:middle;}
	.banner-swiper .swiper-pagination-bullet-active{width:1em; height:1em; border:2px solid #fff; background:none; opacity:1;border-radius:50%; -webkit-border-radius:50%;}
	.swiper-container-cube .swiper-cube-shadow{ display:none;}
	.banner-swiper .swiper-button-prev,.banner-swiper .swiper-button-next{ width:40px; height:60px; top:50%; margin-top:-30px; background:url(../images/swiper_jt.png) no-repeat; visibility:hidden;}
	.banner-swiper:hover .swiper-button-prev,.banner-swiper:hover .swiper-button-next{ filter:brightness(0%); box-shadow: 0 8px 30px rgba(0,0,0,0.2); visibility:visible;}
	.banner-swiper .swiper-button-prev{ left:50px; background-position:0 0; outline:none;}
	.banner-swiper .swiper-button-next{ right:50px; background-position:-40px 0; outline:none;}
	.banner-swiper .swiper-slide { width: 65%;}
		.swiper-slide img{ width:65vw; height:49vw; border:1px #ddd solid; padding:10px; background-color:#fff; box-sizing:border-box; box-shadow: 0 8px 30px rgba(0,0,0,0.2);}

@media screen and (min-width:1200px){
.banner_main{ width:1200px; margin:40px auto;}
	.swiper-slide img{ width:520px; height:390px;}
}

@media (min-width: 768px) and (max-width:1199px) { 
}
