@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;
}
/*--------------------banner-------------------------*/
.l_page {
	margin: 0 auto;
	width: 1400px;
	clear: both;
}

.profile_right {
	width: 260px;
	float: left;
	height: 900px;
	position: fixed;
	top: 28px;
	background: url("banner_bg.png") no-repeat scroll center top;
	padding-top: 120px;
}

.profile_right_cnt {
	width: 150px;
	height: auto;
	float: left;
}

.profile_right_cnt p {
	width: 150px;
	color: #fff;
	float: left;
	margin: 6px 0;
	height: 35px;
	font-size: 20px;
	font-weight: bold;
}

.profile_right_cnt p.sec {
	position: relative;
	height: 35px;
	margin: 4px 0;
}

.profile_right_cnt p.sec:hover {
}

.profile_right_cnt a.sec {
	width: 120px;
	color: #fff;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 30px;
	margin: 2px 0;
	background: url("title.png") no-repeat scroll 2px 0;
	border: 1px solid transparent;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.08);
	box-shadow: 0 3px 3px rgba(0,0,0,.08);
	font-size: 20px;
	font-weight: bold;
	height: 31px;
}

.profile_right_cnt a.sec:hover {
	color: #925116;
	cursor: pointer;
	background: url("title.png") no-repeat scroll 0 0;
	height: 31px;
}

.white {
	width: 150px;
	border: 1px solid transparent;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.08);
	box-shadow: 0 3px 3px rgba(0,0,0,.08);
	background: url("title.png") no-repeat scroll 0 0;
}

.white a,.white a:visited {
	color: #fff;
	padding-left: 30px;
}

.white a:hover {
	color: #925116;
	cursor: pointer;
}

.profile_right_cnt div.profile_right_cnt_first {
	width: 100%;
	float: left;
	font-weight: bold;
	background: url(../images/profile_menu_bg.png) 0 -6px no-repeat;
	padding-left: 12px;
	height: 12px;
	margin-bottom: 10px;
}

.profile_right_cnt .floatnav_a_cur a.sec {
	color: #925116;
	height: 33px;
	background: url("title.png") no-repeat scroll 0 -36px;
}

/*--------------------left-------------------------*/
.profile_left {
	width: 1100px;
	margin-left: 300px;
	margin-top: 15px;
	float: left;
}

.profile_left .panel-default>.panel-heading {
	color: #fff
}

/*--------------------news and ad-------------------------*/
.wlywTitle a,.wlywTitle a:visited {
	width: 1100px;
	float: left;
	height: 150px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url("title.png") no-repeat scroll 0 -84px;
	margin: 50px 0 10px;
}

.news {
	width: 780px;
	float: left;
}

.news h2 a,.news h2 a:visited {
	width: 780px;
	text-align: center;
	float: left;
	line-height: 80px;
	height: 80px;
	font-size: 37px;
	color: #032A65;
	margin-top: 10px;
}

.headline {
	line-height: 29px;
	float: left;
	color: #666666;
	margin-bottom: 25px;
	font-size: 15px;
	width: 780px;
	text-align: center;
}

.headline .more,.dfRightBox p .more,.mtjjRight p .more{
	color: #fff;
	font-weight: bold;
	background: #B81716;
	padding: 2px 3px;
	margin-left: 10px;
	border-radius: 6px;
} 
/*-----------headpic-----------*/	
.headPic {
	width: 780px;
	float: left;
}

.slideBox {
	width: 770px;
	height: 528px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 360px;
	bottom: 20px;
	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: 770px;
	height: 480px;
	display: block;
}

.slideBox .txt-bg {
	position: absolute;
	bottom: 48px;
	z-index: 1;
	height: 50px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}

.slideBox .txt {
	position: absolute;
	bottom: 48px;
	z-index: 2;
	height: 50px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.slideBox .txt li {
	height: 40px;
	line-height: 40px;
	position: absolute;
	width: 1055px;
	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: 770px;
	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;
}	

/*---------------adBox----------------------*/
.adBox {
	width: 270px;
	margin-left: 33px;
	float: left;
}

.adBox li {
	margin-bottom: 10px;
}

/*-------------------dfdtBox-------------*/
.dfdtTitle a,.dfdtTitle a:visited {
	width: 1100px;
	float: left;
	height: 170px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url("title.png") no-repeat scroll 0 -240px;
	margin: 30px 0 0 0;
}

.dfPic {
	width: 390px;
	float: left;
}

.dfPic li {
	float: left;
	width: 390px;
	margin: 15px 0;
}

.dfPic li img {
	float: left;
	width: 380px;
	height: 220px;
}

.dfRightBox {
	width: 600px;
	float: left;
	margin-left: 40px;
}

.dfRightBox h3 {
	width: 600px;
	float: left;
	line-height: 41px;
	height: 41px;
	font-size: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 2px 0;
}

.dfRightBox p {
	color: #999;
	line-height: 37px;
	font-size: 17px;
	margin: 15px 0 30px;
	float: left;
}

.dfRightBox li {
	height: 55px;
	line-height: 55px;
	padding: 0 10px 0 15px;
	overflow: hidden;
	width: 570px;
	margin: 0 5px;
	position: relative;
	float: left;
	font-size: 19px;
}

.dfRightBox li:before {
	content: "";
	position: absolute;
	top: 26px;
	left: 0;
	display: block;
	width: 4px;
	height: 4px;
	background-color: #D36526;
}	

/*-----------------pic zhejiang-------*/

.picTitle a,.picTitle a:visited {
	width: 1100px;
	float: left;
	height: 190px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url("title.png") no-repeat scroll 126px -395px;
	margin: 0 0 60px 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;
}

/*-----------------mtjj-----------------*/

.mtjjTitle a,.mtjjTitle a:visited {
	width: 1100px;
	float: left;
	height: 160px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url("title.png") no-repeat scroll 0 -582px;
	margin: 30px 0 20px;
}

.mtjjLeft {
	width: 610px;
	float: left;
}

.mtjjLeft li {
	width: 580px;
	float: left;
	line-height: 37px;
	height: 150px;
	font-size: 17px;
	margin: 0 0 30px 0;
	background: url("title.png") no-repeat scroll 0 -828px;
	padding: 0 0 0 30px;
}

.mtjjLeft li h3 {
	width: 580px;
	float: left;
	line-height: 41px;
	height: 41px;
	font-size: 24px;
	overflow: hidden;
	padding: 2px 0;
	font-weight: normal;
}

.mtjjLeft li h3 a {
	color: #333;
}

.mtjjLeft li p {
	color: #999;
}

.mtjjRight {
	width: 450px;
	float: left;
	margin-left: 40px;
}

.mtjjRight img {
	width: 350px;
	height: 240px;
	float: left;
}

.mtjjRight h3 {
	width: 350px;
	float: left;
	line-height: 41px;
	height: 82px;
	font-size: 21px;
	padding: 18px 0 0 70px;
}

.mtjjRight p {
	width: 350px;
	color: #999;
	line-height: 37px;
	font-size: 17px;
	margin: 15px 0 30px;
	padding: 0 0 0 70px;
	float: left;
}

/*-----------------wlzx-----------------*/

.wlzxTitle a,.wlzxTitle a:visited {
	width: 1100px;
	float: left;
	height: 160px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url("title.png") no-repeat scroll 0 -1040px;
	margin: 30px 0 20px;
}

.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: 260px;
	background: url("title.png") no-repeat scroll 0 -1318px;
	margin-right: 4px;
	padding: 35px;
	height: 300px;
}

.scrollBox .piclist li h3{
	float: left;
	font-size: 21px;	
	text-align:center;
	line-height:41px;
	margin:50px 0 10px;
}

.scrollBox .piclist li p {
	font-size: 15px;
	color: #999;
	line-height:33px;
}

.scrollBox .pageBtn span {
	background: url("bntBg.png") no-repeat;
	display: block;
	width: 37px;
	height: 59px;
	position: absolute;
	top: 140px;
	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:10px 0;text-align:center;line-height:33px;overflow:hidden;float:left;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif !important;margin-top:320px; font-size:16px; color:#999;}
	.foot_info p {width:100%;text-align:center;}
	.foot_info a, .foot_info a:visited {color:#ffcc00;}	