@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 #050C32;
	color:#fff;
	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:#222;
	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:1300px;
	clear:both;
}
.top {
	width:1300px;
	float:left;
}
.top h1 a,.top h1 a:visited {
	width:447px;
	height:60px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	background:url(title.png) no-repeat scroll 0 19px;
	margin:0 auto 20px;
	float:left;
}
.top ul {
	width:840px;
	float:right;
}
.top  li {
	width:140px;
	float:left;
	text-align:center;
	font-size:18px;
	height:60px;
	line-height:60px;
}
.top a,.top a:visited {
	color:#fff;
}
/*------------------newsBox-------------------*/
.newsTitle a,.newsTitle a:visited {
	width:1300px;
	height:120px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	background:url(title.png) no-repeat scroll 0 -80px;
	margin:10px 0 50px;
	float:left;
	border-bottom:1px solid #FFF;
}
.newsBox {
	border-bottom:1px solid #FFF;
	width:1300px;
	float:left;
	margin-top:800px;
	padding-bottom:10px;
}
.newsBoxLeft {
	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;
}
.newsBoxRight {
	width:660px;
	float:right;
}
.newsBoxRight h2 a,.newsBoxRight h2 a:visited {
	width:620px;
	text-align:center;
	float:left;
	line-height:47px;
	height:94px;
	font-size:30px;
	color:#fff;
}
.headline {
	line-height:41px;
	float:left;
	margin:25px 0;
	font-size:19px;
	width:600px;
	color:#fff;
}
.headline .more,.aboutBox .more {
	color:#fff;
	font-weight:bold;
	background:#4BB4FF;
	padding:5px 8px;
	border-radius:6px;
	padding:2px 5px;
	margin-left:10px;
}
/*---------interview--------------*/
.interviewTitle a,.interviewTitle a:visited {
	width:1300px;
	height:120px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	background:url(title.png) no-repeat scroll 0 -215px;
	margin:100px 0 30px;
	float:left;
}
.multipleColumn {
	overflow:hidden;
	position:relative;
	width:1300px;
}
.multipleColumn .hd {
	overflow:hidden;
	height:60px;
	padding:0 10px;
	position:absolute;
	top:300px;
	width:1260px;
	z-index:1;
}
.multipleColumn .hd .prev,.multipleColumn .hd .next {
	display:block;
	width:34px;
	height:60px;
	float:right;
	margin-left:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	background:url("arrow.png") no-repeat;
}
.multipleColumn .hd .next {
	background-position:0 -63px;
	margin-left:1180px;
}
.multipleColumn .hd ul {
	float:right;
	overflow:hidden;
	zoom:1;
	margin-top:10px;
	zoom:1;
}
.multipleColumn .hd ul li {
	float:left;
	width:9px;
	height:9px;
	overflow:hidden;
	margin-right:5px;
	text-indent:-999px;
	cursor:pointer;
	background:url("icoCircle.gif") 0 -9px no-repeat;
}
.multipleColumn .hd ul li.on {
	background-position:0 0;
}
.multipleColumn .bd {
	padding:10px;
	overflow:hidden;
	background:url("title.png") no-repeat scroll 180px -810px;
}
.multipleColumn .bd ul {
	overflow:hidden;
	zoom:1;
	width:433px;
	float:left;
	_display:inline;
}
.multipleColumn .bd ul li {
	margin:0 8px;
	width:425px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
	height:360px;
}
.multipleColumn .bd ul li .pic {
	text-align:center;
}
.multipleColumn .bd ul li .pic img {
	width:200px;
	height:200px;
	display:block;
	border:5px solid #5D97FF;
	border-radius:50%;
	margin:10px 100px;
}
.multipleColumn .bd ul li .pic a:hover img {
	border-color:#FC0;
}
.multipleColumn .bd ul li .title {
	line-height:37px;
	width:425px;
	text-align:center;
	font-size:16px;
}
.multipleColumn .bd ul li h2 a,.multipleColumn .bd ul li h2 a:visited {
	color:#fff;
	font-size:24px;
}
/*----------------------about-------------------*/
.aboutTitle a,.aboutTitle a:visited {
	width:1300px;
	float:left;
	height:130px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	background:url("title.png") no-repeat scroll 0 -335px;
	margin:140px 0 15px;
}
.aboutBox {
	width:1100px;
	float:left;
	font-size:21px;
	line-height:47px;
	padding:20px 100px;
}
/*----------------case-------------------*/
.caseTitle a,.caseTitle a:visited {
	width:1300px;
	float:left;
	height:130px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	background:url("title.png") no-repeat scroll 0 -455px;
	margin:140px 0 15px;
}
.slideTxtBox {
	width:1300px;
	float:left;
}
.slideTxtBox .hd {
	height:182px;
	padding:0 10px 0 20px;
	position:relative;
}
.slideTxtBox .hd ul {
	float:left;
	position:absolute;
	left:20px;
	top:-1px;
	height:182px;
}
.slideTxtBox .hd ul li {
	float:left;
	margin:10px;
	width:277px;
	height:182px;
	cursor:pointer;
	background:url(banner_bg.png);
}
.slideTxtBox .hd ul li.on {
	width:277px
	height:182px;
	border:2px #fff solid;
	background:none;
	background:url(banner_bg_w.png);
}
.slideTxtBox .bd ul {
	padding:15px;
	zoom:1;
	width:620px;
	float:left;
}
.slideTxtBox .bd li {
	height:49px;
	line-height:49px;
	font-size:21px;
	overflow:hidden;
	padding:0 5px 0 15px;
	background:url("title.png") no-repeat scroll 0 -1615px;
}
.slideTxtBox .bd li a,.slideTxtBox .bd li a {
	color:#fff;
}
.boxBox {
	width:1300px;
	float:left;
	margin-top:50px;
}
.boxBox h3 a,.boxBox h3 a:visited {
	font-size:24px;
	color:#fff;
	line-height:45px;
}
.boxBox h4 a,.boxBox h4 a:visited {
	color:#fff;
	line-height:45px;
	width:125px;
	height:41px;
	line-height:41px;
	background:url("title.png") no-repeat scroll -698px -1619px;
	padding:10px 20px;
	font-size:18px;
}
.boxBox img {
	width:560px;
	height:298px;
	margin:30px 0 0 20px;
}
/*----------------------global-------------------*/
.globalTitle a,.globalTitle a:visited {
	width:1300px;
	float:left;
	height:130px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	background:url("title.png") no-repeat scroll 0 -575px;
	margin:80px 0 10px;
}
.picScroll-left {
	width:1300px;
	overflow:hidden;
	position:relative;
}
.picScroll-left .hd {
	overflow:hidden;
	height:60px;
	padding:0 10px;
	position:absolute;
	top:120px;
	width:1260px;
	z-index:1;
}
.picScroll-left .hd .prev,.picScroll-left .hd .next {
	display:block;
	width:34px;
	height:60px;
	float:right;
	margin-left:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	background:url("arrow.png") no-repeat;
}
.picScroll-left .hd .next {
	background-position:0 -63px;
	margin-left:1180px;
}
.picScroll-left .hd .prevStop {
	background-position:-60px 0;
}
.picScroll-left .hd .nextStop {
	background-position:-60px -50px;
}
.picScroll-left .bd {
	padding:30px 45px;
}
.picScroll-left .bd ul {
	overflow:hidden;
	zoom:1;
}
.picScroll-left .bd ul li {
	margin:0 8px;
	float:left;
	_display:inline;
	overflow:hidden;
	padding:15px 10px;
	background:#fff;
}
.picScroll-left .bd ul li .pic a:hover img {
	border-color:#999;
}
.picScroll-left img {
	width:260px;
	height:180px;
	float:left;
}
.picScroll-left .bd ul li .title {
	line-height:33px;
	width:260px;
	float:left;
	font-size:18px;
	height:290px;
	overflow:hidden;
	text-align:center;
}
.picScroll-left .bd ul li .title h3 {
	line-height:37px;
	width:260px;
	float:left;
	font-size:18px;
}
.picScroll-left .bd ul li .title P {
	color:#666;
}
/*-----------foot_info---------------*/
.foot_info {
	width:1300px;
	padding:10px 0;
	text-align:center;
	line-height:27px;
	overflow:hidden;
	float:left;
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif !important;
	margin-top:40px;
	color:#FFF;
	font-size:15px;
}
.foot_info p {
	width:100%;
	text-align:center;
}
.foot_info a,.foot_info a:visited {
	color:#ffcc00;
}
