@charset "utf-8";
/*-----------Notice------------------------------
	   Filename:  Main.css
	Description:  Reset/HomePage/NewsCenter/PhotoPage/List/Details/Bordlives CSS
		 Update:  2011-8-26 by meiy76(meiy76@163.com)
		       l_$:  layout      exp: l_topbar, l_page, l_top, l_cont, l_foot...
		      t_$:  top          exp: t_logo,t_nav,t_menu,t_topbar
	     cont_$:  content    exp: cont_main, cont_movie, cont_lives
		    ad_$:  advert
		  foot_$:  foot         exp: foot_menu, foot_info
		      *_$:  For TNND IE
		 *html $:  For TNND IE6
	   *+html $:  For TNND IE7
------------------------------------------------*/
/*-----------Reset-----------------------------*/
body {
	background: url("by.jpg") repeat-x scroll center top #fff;
	color: #000;
	line-height: 1.5;
	font: 12px "Microsoft YaHei","Trebuchet MS", "Verdana", "Helvetica", "Tahoma", "\5b8b\4f53", "sans-serif";
}

body, p, blockquote, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend {
	margin: 0;
	padding: 0;
}

h2, h3, h4, h5, h6 {
	font-size: 15px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea, button, select {
	font-family: "Verdana";
	vertical-align: middle;
}

label {
	vertical-align: middle
}

legend {
	color: #333;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

ul,ol {
	list-style: none;
}

img {
	border: 0;
}

a,a:visited {
	color: #032A42;
	text-decoration: none;
}

a:hover {
	color: #1E50A2;
	text-decoration: underline;
}

a:active {
	color: #933;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.floatl {
	float: left;
	font-weight: bolder;
}

.floatr {
	float: right;
}

.red {
	color: #990000;
}

.a_bold, .a_bold:visited {
	font-weight: bold;
}

.a_red, .a_red:visited {
	color: #BA2636;
}

.a_blue, .a_blue:visited {
	color: #00549b;
}
/*---------------------------------------------*/
/*-----------Layout---------------------------*/
.l_page {
	margin: 0 auto;
	width: 1100px;
	clear: both;
}

.top {
	width: 340px;
	float: left;
	padding: 20px 0 0 760px;
}

.top li {
	float: left;
	line-height: 33px;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	padding: 0 15px;
	margin: 0 10px 18px 0;
	position: relative;
}

.top  li:before {
	content: "";
	position: absolute;
	top: 16px;
	left: 0;
	display: block;
	width: 4px;
	height: 4px;
	background-color: #3399CC;
}

.banner {
	width: 950px;
	float: left;
	margin: 0 0 30px;
	padding: 0 0 0 150px;
}

.banner li {
	float: left;
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	height: 60px;
	padding: 0 26px;
}

.banner li a,.banner li a:visited {
	color: #FFF;
}

/*-------------------------news--------------------------*/
.newsBox {
	width: 1100px;
	float: left;
	height: 450px;
	margin-top: 321px;
}

.newsBoxLeft {
	width: 480px;
	padding-left: 30px;
	float: left;
}

.newsBoxLeft ul {
	width: 400px;
	padding-left: 50px;
	float: left;
	margin-top: 52px;
}

.newsBoxLeft li {
	width: 400px;
	line-height: 59px;
	font-size: 21px;
	height: 59px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	float: left;
}

.newsBoxRight {
	width:590px;
	height:400px; 
	float: left;
	padding:120px 0 0 0; 
	}
.newsHeadline{
	width:460px;
	height:200px;
	float: left;
	font-size:15px;
	line-height:33px;
	}
.newsHeadline h2 a,.newsHeadline h2 a:visited{
	font-size:21px;
	line-height:35px;}

.newsHeadline .more,.newsBoxRight li .more{
	width:52px;
	height:18px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url("title.png") no-repeat scroll 0 -900px; margin-top:10px;
	}	
.newsBoxRight ul{width:590px;float: left; margin-top:8spx;}
.newsBoxRight li{width:270px;float: left; padding:0 16px 0 7px; font-size:18px; font-weight:bold; line-height:31px;}
.newsBoxRight li a{ color:#616161;}

/*------------------------pic-------------------*/

.picTitle a,.picTitle a:visited {
	width: 1100px;
	float: left;
	height: 160px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url("title.png") no-repeat scroll 0 -382px;
	margin: 30px 0;
}
.nkwzBox{width:1100px;float:left;overflow:hidden;}
#demo li:nth-of-type(1) img { transform: translate(-210px); }
#demo li:nth-of-type(2) img { transform: translate(-180px); }
#demo li:nth-of-type(3) img { transform: translate(-380px); }
#demo li:nth-of-type(4) img { transform: translate(-450px); }
#demo li:nth-of-type(5) img { transform: translate(-320px); }
#demo { width: 1160px; height: 512px; margin: 60px auto 0 auto; }
#demo img { width: 820px; height: 512px; max-width: 820px; }
#demo li { float: left; position: relative; width: 82px; height: 100%; overflow: hidden; cursor: pointer; transition: 0.5s; transform-origin: bottom; filter: alpha(opacity=50); opacity: 0.5;}
#demo li img { transition: 1.2s; }
#demo li a { display: block; }
#demo li div { position: absolute; bottom: 0; left: 0; width: 100%; background: #000; line-height: 32px; filter: alpha(opacity=90); opacity: 0.9; text-indent: 2em; }
#demo li div a { color: #FFF; text-decoration: none; }
#demo li div a:hover { color: #F00; text-decoration: none; }
#demo li.active { cursor: pointer; transform: scale(1.02, 1.08); z-index: 3; width: 820px; filter: alpha(opacity=100); opacity: 1; }
#demo li.active img { transform: translate(0px); }
#demo li:nth-of-type(1) { transform-origin: bottom left; }
#demo li:nth-of-type(5) { transform-origin: bottom right; }

/*----------------------whjj-------------------*/
.whjjTitle a,.whjjTitle a:visited {
	width: 1100px;
	float: left;
	height: 160px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url("title.png") no-repeat scroll 0 -554px;
	margin: 40px 0 30px;
}

.cultureBox {
	width: 1100px;
	float: left;
	background: url("title.png") no-repeat scroll 0 360px;
	height: 700px;
}

.cultureBoxLeft {
	width: 650px;
	float: left;
}

.cultureBoxLeft li {
	width: 300px;
	float: left;
	padding: 10px;
}

.cultureBoxLeft img {
	width: 300px;
	height: 300px;
	border-radius: 10px;
	border:#FF6699 2px solid;
}

.cultureBoxRight {
	width: 450px;
	float: right;
}

.cultureBoxRight li {
	width: 420px;
	padding-left:15px;
	float: left;
	line-height: 63px;
	height:63px;
	font-size: 18px;
	overflow: hidden;
	position: relative;
	border-bottom:#CBCBCB 1px solid;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}

.cultureBoxRight li:before {
	content: "";
	position: absolute;
	top: 28px;
	left: 0;
	display: block;
	width: 4px;
	height: 4px;
	background-color: #FF6699;
}

/*-------ydyl-------------*/
.ydylTitle a,.ydylTitle a:visited {
	width: 1100px;
	float: left;
	height: 130px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url("title.png") no-repeat scroll 0 -740px;
	margin: 60px 0 10px;
}

.imagestBox {
	width: 1100px;
	float: left;
	position: relative;
	height: 880px;
}

.w2cFocus {
	width: 100%;
	position: relative;
	height: 500px;
	padding: 10px 0;
}

.w2cFocus .prev,.w2cFocus .next {
	position: absolute;
	display: block;
	left: 10px;
	top: 250px;
	width: 46px;
	height: 62px;
	background: url("focusAdvBg.png") no-repeat;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.w2cFocus .next {
	left: auto;
	right: 10px;
	background-position: -46px 0;
}

.w2cFocus .prev:hover,.w2cFocus .next:hover {
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

.w2cFocusIn {
	width: 1080px;
	height: 940px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.w2cFocusIn .bd li {
	vertical-align: middle;
}

.w2cFocusIn .bd li img {
	width: 1080px;
	height: 750px;
	display: block;
}

.w2cFocusIn .bd li span {
	width: 1080px;
	height: 21px;
	display: block;
	position: absolute;
	bottom: 0;
	background: #000000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	line-height: 21px;
	padding: 5px 10px;
}

.w2cFocusIn .bd li span a,.w2cFocusIn .bd li span a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}

.w2cFocusIn .hd {
	width: 1080px;
	height: 52px;
}

.w2cFocusIn .hd ul {
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	overflow: hidden;
	zoom: 1;
}

.w2cFocusIn .hd ul li {
	float: left;
	display: inline;
	padding: 4px 5px 0 0;
}

.w2cFocusIn .hd ul li img {
	width: 126px;
	height: 95px;
	border: 2px solid #3499EA;
	display: block;
}

.w2cFocusIn .hd ul li.on {
	filter: alpha(opacity=100);
	opacity: 1;
}

.w2cFocusIn .hd ul li.on img {
	border: 2px solid #fff;
	border-bottom-width: 4px;
}
	
	


/*-----------foot_info---------------*/
.foot_info {
	width: 1100px;
	padding: 10px 0;
	text-align: center;
	line-height: 27px;
	overflow: hidden;
	float: left;
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif !important;
	color: #fff;
	font-size: 15px;
	background: #919091;
}

.foot_info p {
	width: 100%;
	text-align: center;
}

.foot_info a, .foot_info a:visited {
	color: #ffcc00;
}	
