@charset "utf-8";
/* CSS Document */
.banner { line-height:0; background:url(bannerbg.jpg) no-repeat center top;}
	.banner img { display:block; margin:0 auto;}
.nav { position:relative; z-index:999; width:1088px; height:57px; margin:-37px auto 0; line-height:56px; font-size:18px; color:#fff; text-align:center; background:url(navbg.png) no-repeat center;}
	.nav a { margin:0 15px; color:#fff;}
.main { width:1200px; margin:20px auto 50px;}
.biaoge { overflow:hidden; height:596px; margin:0 auto 40px;}
	.tabbiao { float:left; width:124px; font-size:36px; line-height:38px;}
		.tabbiao li { height:228px; padding:35px 44px; color:#bfbfbf; background:#f1f1f1; cursor:pointer}
		.tabbiao li:hover,.tabbiao li.hover { color:#f6f2cd; background:#015293}
	.contbiao { float:right; width:1076px;}
		.contbiao .tp { line-height:0;}
			.contbiao .tp img { width:100%; height:100%;}
.left { float:left}
.right { float:right}
.newsarea { clear:both; margin:0 auto;}
.newsarea.left,.newsarea.right { clear:none; width:50%;}
	.newsarea .tp { margin-bottom:20px; line-height:0;}
	.newsarea.left .tp { text-align:left;}
	.newsarea.right .tp { text-align:right;}
.newslist { width:550px; margin:0 auto 20px;}
	.newslist li { overflow:hidden; height:38px; line-height:38px; font-size:14px; text-align:right; color:#000; }
	.newslist li a { display:block; float:left; width:440px; text-align:left; font-size:18px; color:#000; word-break:keep-all; white-space:nowrap; text-overflow:ellipsis; overflow:hidden}
	.newsarea.left .newslist { float:left;}
	.newsarea.right .newslist { float:right;}
.imglist { overflow:hidden; padding:20px 0; margin:-12px auto 0; background:#f1f1f1}
	.imglist li	{ float:left; width:263px; height:194px; margin-left:30px; line-height:0;}
		.imglist li img { width:100%; height:100%}

@media screen and (max-width:1199px){
  .banner img { width:100%;}
  .nav { display:none}
  .main { width:100%; margin:20px auto; overflow:hidden}
  .biaoge { height:auto; margin:0 auto 20px;}
  	.tabbiao { overflow:hidden; float:none; width:100%; font-size:16px; text-align:center; line-height:2em;}
		.tabbiao li { float:left; width:50%; height:auto; padding:0;}
	.contbiao { float:none; width:100%;}
		.contbiao .tp img { width:100%; height:auto;}
	.left,.right { float:none;}
	.newsarea.left,.newsarea.right { width:100%;}
		.newsarea .tp img { width:100%}
	.newsarea { width:214%}
	.newslist { width:100%;}
		.newslist li { height:2em; line-height:2em; font-size:1em;}
		.newslist li a { float:none; width:98%; margin:0 auto; font-size:1em;}
	.imglist { width:46.7%; margin:0 auto 20px 0; padding:10px 0 0;}
		.imglist li { width:47%; height:auto; margin:0 auto 10px 2%}
}