﻿@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;
}
.more {
	background:url("more.png") repeat-y;
	color:#FFF;
	border-radius:10%;
	padding:0 5px;
}
/*-----------guide---------------------------*/
   
   .bannerList {
	width:1100px;
	float:left;
	padding:5px 0;
	display:inline;
	margin-top:618px;
}
.bannerList li {
	float:left;
	line-height:37px;
	height:37px;
	font-size:18px;
	overflow:hidden;
	margin:0 24px;
	text-align:center;
	display:inline;
	font-weight:bold;
}
.bannerList li a,.bannerList li a:hover {
	color:#fff;
}
/*------------------headline---------------------------*/		
.headline {
	width:775px;
	float:left;
	margin:210px 0 200px 265px;
}
.headline h2 a,.headline h2 a:visited {
	width:775px;
	text-align:center;
	float:left;
	line-height:70px;
	height:70px;
	font-size:37px;
	color:#003399;
}
.headline p {
	line-height:45px;
	height:90px;
	float:left;
	color:#666666;
	margin-bottom:20px;
	font-size:21px;
	overflow:hidden;
}
/*-----------news-----------*/	
.newsListBox {
	width:1100px;
	float:left;
}
.newsListBoxLeft {
	width:620px;
	float:left;
}
.headPic {
	width:610px;
	float:left;
	margin-bottom:20px;
}
.slideBox {
	width:590px;
	height:360px;
	overflow:hidden;
	position:relative;
}
.slideBox .hd {
	height:15px;
	overflow:hidden;
	position:absolute;
	right:500px;
	bottom:5px;
	z-index:1;
}
.slideBox .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox .hd ul li {
	float:left;
	margin-right:6px;
	width:12px;
	height:12px;
	line-height:14px;
	text-align:center;
	background:#D9D9D9;
	cursor:pointer;
	border-radius:50%;
}
.slideBox .hd ul li.on {
	background:#f00;
	color:#fff;
}
.slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li {
	zoom:1;
	vertical-align:middle;
}
.slideBox .bd img {
	width:590px;
	height:320px;
	display:block;
}
.slideBox .txt-bg {
	position:absolute;
	bottom:40px;
	z-index:1;
	height:50px;
	width:100%;
	background:#333;
	filter:alpha(opacity=40);
	opacity:0.4;
	overflow:hidden;
}
.slideBox .txt {
	position:absolute;
	bottom:40px;
	z-index:2;
	height:50px;
	width:100%;
	overflow:hidden;
	text-align:center;
}
.slideBox .txt li {
	height:40px;
	line-height:40px;
	position:absolute;
	width:590px;
	overflow:hidden;
}
.slideBox .txt li a {
	display:block;
	color:white;
	padding:0 0 0 10px;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	width:590px;
	height:29px;
	line-height:29px;
	overflow:hidden;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,.slideBox .next {
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-25px;
	display:block;
	width:32px;
	height:40px;
	background:url(slider-arrow.png) -110px 5px no-repeat;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.slideBox .next {
	left:auto;
	right:3%;
	background-position:8px 5px;
}
.slideBox .prev:hover,.slideBox .next:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
.slideBox .prevStop {
	display:none;
}
.slideBox .nextStop {
	display:none;
}
.newsListBoxRight {
	width:480px;
	float:right;
}
.newsListBoxRight li {
	width:480px;
	float:left;
	line-height:35px;
	font-size:15px;
	border-bottom:1px #CCCCCC  dashed;
	color:#333;
	padding-bottom:10px;
	margin-bottom:10px;
}
.newsListBoxRight li h3 {
	width:480px;
	float:left;
	font-size:18px;
}

/*------------------HDimages---------------------------*/	
.successTitle a,.successTitle a:visited {
	width:1100px;
	float:left;
	height:50px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	background:url("title.png") no-repeat scroll 370px 0;
	margin:100px 0 10px;
}
.HDimagestBox {
	width:1100px;
	float:left;
	position:relative;
	height:680px;
	margin-top:20px;
}
.w3cFocus {
	width:100%;
	position:relative;
	height:500px;
	padding:10px 0;
}
.w3cFocus .prev,.w3cFocus .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;
}
.w3cFocus .next {
	left:auto;
	right:10px;
	background-position:-46px 0;
}
.w3cFocus .prev:hover,.w3cFocus .next:hover {
	filter:alpha(opacity=100) !important;
	opacity:1 !important;
}
.w3cFocusIn {
	width:1080px;
	height:690px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
}
.w3cFocusIn .bd li {
	vertical-align:middle;
}
.w3cFocusIn .bd li img {
	width:1080px;
	height:500px;
	display:block;
}
.w3cFocusIn .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;
}
.w3cFocusIn .bd li span a,.w3cFocusIn .bd li span a:visited {
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
}
.w3cFocusIn .hd {
	width:1080px;
	height:52px;
}
.w3cFocusIn .hd ul {
	vertical-align:middle;
	display:inline-block;
	*display:inline;
	overflow:hidden;
	zoom:1;
}
.w3cFocusIn .hd ul li {
	float:left;
	display:inline;
	padding:4px 5px 0 0;
}
.w3cFocusIn .hd ul li img {
	width:260px;
	height:140px;
	border:2px solid #3499EA;
	display:block;
}
.w3cFocusIn .hd ul li.on {
	filter:alpha(opacity=100);
	opacity:1;
}
.w3cFocusIn .hd ul li.on img {
	border:2px solid #fff;
	border-bottom-width:4px;
}
/*----------------------young-------------------*/
.youngTitle a,.youngTitle a:visited {
	width:1100px;
	float:left;
	height:100px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	background:url("title.png") no-repeat scroll 0 -70px;
	margin:70px 0 10px;
}
.young {
	width:1100px;
	float:left;
}
.young li {
	border:1px #C0C0C0 solid;
	padding:10px;
	margin:5px;
	width:332px;
	float:left;
	line-height:35px;
	font-size:15px;
	color:#666;
	height:150px;
	overflow:hidden;
}
.young li h3 a,.young li h3  a:visited {
	font-size:18px;
	color:#222;
	background:url("title.png") no-repeat scroll 0 -466px;
	padding-left:30px;
}
/*----------------------changes-------------------*/
.changesTitle a,.changesTitle a:visited {
	width:1100px;
	float:left;
	height:100px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	background:url("title.png") no-repeat scroll 0 -180px;
	margin:60px 0 10px;
}
.foxBox {
	position:relative;
	width:600px;
	height:370px;
	overflow:hidden;
	font:12px/1.5 Verdana,Geneva,sans-serif;
	text-align:left;
	background:white;
	float:left;
}
.foxBox .pic img {
	width:600px;
	height:370px;
	display:block;
}
.foxBox .txt-bg {
	position:absolute;
	bottom:0;
	z-index:1;
	height:40px;
	width:100%;
	background:#333;
	filter:alpha(opacity=40);
	opacity:0.4;
	overflow:hidden;
}
.foxBox .txt {
	position:absolute;
	bottom:0;
	z-index:2;
	height:40px;
	width:100%;
	overflow:hidden;
}
.foxBox .txt li {
	height:40px;
	line-height:40px;
	position:absolute;
	width:600px;
	overflow:hidden;
}
.foxBox .txt li a {
	display:block;
	color:white;
	padding:0 0 0 10px;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	width:600px;
	height:29px;
	line-height:29px;
	overflow:hidden;
}
.foxBox .num {
	position:absolute;
	z-index:3;
	bottom:8px;
	right:8px;
}
.foxBox .num li {
	float:left;
	position:relative;
	width:18px;
	height:15px;
	line-height:15px;
	overflow:hidden;
	text-align:center;
	margin-right:1px;
	cursor:pointer;
}
.foxBox .num li a,.foxBox .num li span {
	position:absolute;
	z-index:2;
	display:block;
	color:white;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none;
}
.foxBox .num li span {
	z-index:1;
	background:black;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.foxBox .num li.on a,.foxBox .num a:hover {
	background:#f60;
}
/*---------------focus-----------*/
.focusTitle a,.focusTitle a:visited {
	width:1100px;
	float:left;
	height:100px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	background:url("title.png") no-repeat scroll 0 -270px;
	margin:60px 0 10px;
}

.focus {
	width:1100px;
	float:left;
}
.focus li {
	padding:10px;
	margin:5px;
	width:520px;
	float:left;
	line-height:35px;
	font-size:15px;
	color:#666;
}
.focus li h3{
	background:url("title.png") no-repeat scroll 0 -460px;
	padding-left:30px;
	border-bottom:2px #77BB28 solid;
	width:490px;
	}
.focus li p{ background:#EEF9E6; padding:0 20px;height:110px;
	overflow:hidden;}
.focus li h3 a,.focus li h3  a:visited {
	font-size:19px;
	color:#222;	
}
/*----------------------media---------------------*/
.mediaTitle a,.mediaTitle a:visited {
	width:1100px;
	float:left;
	height:100px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	background:url("title.png") no-repeat scroll 0 -370px;
	margin:60px 0 10px;
}
/* 本例子css */
	.scrollBox {
	width:1080px;
	padding:10px;
	position:relative;
	float:left;
}
.scrollBox .piclist {
	overflow:hidden;
	zoom:1;
}
.scrollBox .ohbox {
	overflow:hidden;
	position:relative;
	width:1030px;
	left:35px;
}
.scrollBox {
	position:relative;
	overflow:hidden;
	zoom:1;
}
.scrollBox .piclist li {
	float:left;
	display:inline;
	width:320px;
	padding:5px;
	height:320px;
}
.scrollBox .piclist li img {
	float:left;
	width:320px;
	height:240px;
}
.scrollBox .piclist li span {
	height:75px;
	line-height:29px;
	float:left;
	text-align:center;
	width:310px;
	margin-top:10px;
	padding:5px;
}
.scrollBox .piclist li span h2 {
	font-size:16px;
}
.scrollBox .pageBtn span {
	background:url("bntBg.png") no-repeat;
	display:block;
	width:37px;
	height:59px;
	position:absolute;
	top:72px;
	cursor:pointer;
	text-indent:-999em;
	overflow:hidden;
}
.scrollBox .pageBtn .prev {
	left:20px;
	background-position:-11px -84px;
}
.scrollBox .pageBtn .next {
	right:20px;
	background-position:-53px -84px;
}
.scrollBox .pageBtn .list {
	overflow:hidden;
	zoom:1;
	margin:10px 0 0 480px;
}
.scrollBox .pageBtn .list li {
	background:url("bntBg.png");
	float:left;
	display:inline;
	width:15px;
	height:15px;
	background-position:-86px -57px;
	cursor:pointer;
	margin-left:10px;
	line-height:10000px;
	overflow:hidden;
}
.scrollBox .pageBtn .list li.on {
	background-position:-114px -57px;
}

/*-----------foot_info---------------*/
  	.foot_info {
	width:1100px;
	padding:40px 0;
	text-align:center;
	line-height:27px;
	overflow:hidden;
	float:left;
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif !important;
	margin-top:420px;
	font-size:15px;
}
.foot_info p {
	width:100%;
	text-align:center;
}