/* CSS Document */
@CHARSET "gb2312";
html,body{
	margin: 0;
    padding: 0;
    width: 100%;
}
body {
    /*background: none repeat scroll 0 0 #f1f5fa;*/
    color: #2D2D2D;
    font-family: "MicroSoft YaHei","微软雅黑",arial;
    font-size: 12px;
    line-height: 22px;
	position:relative;
}
div, ul, ol, li, h1, h2, h3, h4, form, input, textarea, blockquote, p {
    margin: 0;
    padding: 0;
}
table, td, tr, th {
    font-size: 12px;
}
ol, ul {
    list-style: none outside none;
}
li {
    list-style-type: none;
}
img {
    border: 0 none;
    vertical-align: middle;
}
address, cite, code, em, th, i {
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
}
a {
    color: #00437A;
    text-decoration: none;
	outline:none;
}

.clear{
	clear:both;
}
.fL{
	float:left;
	overflow:hidden;
}

.fR{
	float:right;
	overflow:hidden;
}

.yahei{
	font-family:"MicroSoft YaHei","微软雅黑";
}

.bold{
	font-weight:bold;
}
.clear{
	clear:both;
}
.clear_more{
	clear:both;
	overflow:hidden
}
.center{
	text-align:center;
}
.ellipsis{
	white-space:nowrap;
	text-overflow: ellipsis;
}
.red{
	color:#e43527;
}
.bkh_16{
	height: 16px;
	width: 100%;
}
.bkh_20{
	height: 20px;
	width: 100%;
}
.bkh_27{
	height: 27px;
	width: 100%;
}
.bkh_30{
	height: 30px;
	width: 100%;
}
/*header start*/
.width{
	width:1000px;
	margin: 0px auto;
	}
.header{
	width:100%;
	}
/*web-nav*/
.web-nav{
		width:100%;
		background-color:#ffffff;
		color:#383838;
}
.web-nav-main{
	height:57px;
	margin:0px auto;
	}
.web-nav-main a,.web-nav-main div,.web-nav-main div a{
	color:#383838;
	line-height:57px;
	font-family: simsun,"微软雅黑",arial;
	font-size: 12px;
	padding: 0px 2px;
}
.web-nav-main div a{
	padding:0px 10px;
}
.web-nav-main  .lslogo{
	width: 124px;
	height: 57px;
	/*background: url(../images/lslogo.png) 0px 5px scroll no-repeat;*/
	display: block;
	float: left;
	margin-right: 25px;
}
.lslogo img{
	width : 100%;
	height : auto;
	margin : 9px auto;
}
/*web-nav end*/
/*header end*/
/*banner*/
.banner{
	width: 100%;
	height: 315px;
	background: url(../images/banner.png) center center scroll no-repeat;
}
.banner .bannerTxt{
	width: 1000px;
	height: 315px;
	margin: 0px auto;
	background: url(../images/bannerText.png) center center scroll no-repeat;
}
/*banner end*/
/*nav st*/
.nav{
	height:74px; 
	border-bottom:#00c2c4 solid 1px; 
	overflow:hidden;
	position: relative;
}
.nav .inner
{
   margin:0px auto;
   overflow:hidden;
   position: relative;
}
.nav .inner a
{
    font-size:18px;
	display:block; 
	height:100%; 
	line-height:74px;
	outline: medium none ; 
	text-align: center;
	width: 90px;
    color: #0b989a;
    margin-right: 60px;
}
.nav .inner a:link{ 
	text-decoration:none; 
	color:#0b989a;
	}
.nav .inner a:visited{ 
	text-decoration:none; 
	color:#0b989a;
	}
.nav .inner a:hover{ 
	text-decoration:none; 
	background-color:#0b989a;
	color:#ffffff;
	}
.nav .inner a.join{
	width: 148px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	color: #ffffff;
	margin: 12px auto;
	background: url(../images/icons.png) 0px -158px scroll no-repeat;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: alpha(opacity=80);
	}
.nav .inner a.join:hover{
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	filter: alpha(opacity=100);
	}
.nav .inner a.active{
	text-decoration:none; 
	background-color:#0b989a;
	color:#ffffff;
}
/*nav end*/
/*页面主体 st*/
.container{
	overflow: hidden;
	clear: both;
	margin:35px auto 0px;
}
.content{
	width:680px;
	overflow: hidden;
	float: left;
}
.content2{
	width:704px;
	overflow: hidden;
	float: left;
}
.contGroup{
	width: 661px;
	border: 1px solid #e0e0e0;
	padding: 0px 0px 0px 17px;
	margin: 0px 0px 17px 0px;
	
}
.right{
	width: 290px;
	float: right;
}
/*页面主体 end*/
/*footer.shtml st*/
.footer{
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	background-color: #31b2b4;
	margin: 42px 0px 0px 0px;
}
/*footer.shtml end*/
/*index.shtml st*/
.titleGroup{
	width: 644px;
	height: 40px;
	margin: 17px 0px;
}
.titleGroup .borderL{
	width: 10px;
	height: 26px;
	margin:7px 0px;
	background-color:#0b989a;
}
.titleGroup .title{
	font-size: 24px;
	color: #31b2b4;
	line-height: 40px;
	width: 119px;
	text-align: center;
}
.titleGroup .borderB{
	width: 515px;
	height: 0px;
	border-bottom:2px solid #0b989a;
	padding: 2px 0px 19px 0px;	
	position: relative;
	z-index: 3;
}
.titleGroup .borderB a{
	color:#006e70;
	font-family: simsun;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 4;
}
.titleGroup .borderB a:hover{
	text-decoration: underline;
}
.detailP{
	width: 644px;
	color: #333333;
	line-height: 25px;
	font-size: 14px;
	text-indent: 2em;
	margin:0px 0px 20px 0px;
	letter-spacing:0.3px;
}
.shedule{
	width: 644px;
	margin:0px 0px 40px 0px;
}
.shedule tr{
	width: 100%;
	height: 84px;
}
.shedule tr td{
	clear: both;
	overflow: hidden;
}
.shedule tr .td1{
	width:306px;
}
.shedule tr .td2{
	width:48px;
	background: url(../images/icons.png) 14px -590px scroll no-repeat;
}
.shedule tr .td3{
	width:290px;
}
.shedule tr td .tag{
	color: #ffffff;
	font-size: 18px;
	width: 187px;
	height: 67px;
	line-height: 67px;
}
.shedule tr td .tagL{
	float: right;
	background: url(../images/icons.png) 0px 0px scroll no-repeat;	
	text-indent: 21px;
}
.shedule tr td .tagR{
	text-indent: 50px;
	float: left;
	background: url(../images/icons.png) 0px -88px scroll no-repeat;	
}
.shedule tr td .textR{
	color: #666666;
	font-size: 16px;
	text-align: left;
	line-height: 84px;
}
.shedule tr td .textL{
	color: #666666;
	font-size: 16px;
	text-align: right;
	line-height: 84px;
}
.guestGroup{
	clear: both;
	overflow: hidden;
}
.picGroup{
	width: 208px;
	float: left;
	margin: 0px 0px 45px 0px;
}
.picGroup .pic{
	width: 126px;
	height: 126px;
	margin: 9px auto;
}
/*ie9+ st*/
.picGroup .pic img{
    -webkit-transition: all ease .3s;  
    transition: all ease .3s;
    border-radius: 50px;
    }
.picGroup .pic img:hover {  
    -webkit-transform: scale(1.05);  
    transform: scale(1.05);  
    box-shadow: 0px 0px 8px rgba(0,0,0,.5);  
    border-radius: 50%;
}
/*ie9+ end*/
.picGroup a{
	display: block;
	text-align: center;
	color: #333333;
	line-height: 26px;
	font-size: 16px;
}
.picGroup a:hover{
	color: #31b2b4;
}
.picGroup p{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
}
/*index.shtml end*/
/*right.shtml st*/
.basicGroup{
	width: 274px;
	background-color: #f6f6f6;
	padding: 20px 0px 30px 16px;
}
.basicGroup .titler{
	height: 20px;
	border-left: 4px solid #0b989a;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-indent: 8px;
	line-height: 20px;
}
.basicGroup .conter{
	color: #e47d01;
	font-size: 18px;
	line-height: 58px;
	margin: 0px 0px 23px 0px;
}
.basicGroup .conter2{
	margin: 15px 0px 10px 0px;	
}
.basicGroup .conter img,.basicGroup .conter2 img{
	margin: 0 5px 0;
	border: 1px solid #e0e0e0;
}
.basicGroup .conter span{
	color: #333333;
}
.basicGroup .conter a{
	text-decoration: underline;
	color: #e47d01;
}
.basicGroup .listyle{
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	background: url(../images/icons.png) 0px -698px scroll no-repeat;
	padding-left: 11px;
	margin:12px 0px 0px 0px;
	color: #31B2B4;
}
.basicGroup .listyle:hover{
	text-decoration: underline;
}
.basicGroup .linormal{
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	padding-left: 11px;
}
.basicGroup .linormal span{
	width: 65px;
	height: 25px;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	font-family: simsun;
	padding: 6px 8px;
	background: url(../images/icons.png) 0px -219px scroll no-repeat;
	margin: 0px 0px 1px 10px;
}
.moreGroup .mTitle{
	border-bottom: 2px solid #31b2b4;
	height: 24px;
	margin:35px 0px 0px 0px;
}
.moreGroup .mTitle p{
	height: 24px;
	width: 63px;
	text-align: center;
	line-height: 24px;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 2px;
	background: url(../images/icons.png) 0px -257px scroll no-repeat;
}
.time{
	height: 56px;
	padding: 0px 0px 0px 70px;
	background: url(../images/icons.png) 0px -295px scroll no-repeat;
	margin: 22px 0px 0px 0px;
}
.time p{
	font-size: 15px;
	color: #666666;
	letter-spacing: 0.5px;
	line-height: 28px;
}
.djtime{
	height: 56px;
	padding: 0px 0px 0px 70px;
	background: url(../images/icons.png) 7px -381px scroll no-repeat;
	margin: 22px 0px 0px 0px;
	overflow: hidden;
	clear: both;
}
.djtime div{
	float: left;
	width: 19px;
	color: #fa481c;
	font-size: 24px;
	line-height: 42px;
	text-indent: 8px;
}
.djtime div.clock{
	width: 56px;
	height: 100%;
	background: url(../images/icons.png) 0px -472px scroll no-repeat;
}
.djtime .clock .num{
	color: #fa481c;
	font-size: 30px;
	letter-spacing: 0.5px;
	line-height: 29px;
	height: 29px;
	margin: 6px 0px 0px 0px;
}
.djtime .clock .nFlag{
	width: 100%;
	height: 14px;
}
.djtime .clock .dayflag{
	background: url(../images/icons.png) 23px -539px scroll no-repeat;
}
.djtime .clock .hourflag{
	background: url(../images/icons.png) -54px -539px scroll no-repeat;
}
.djtime .clock .minuteflag{
	background: url(../images/icons.png) -129px -539px scroll no-repeat;
}
.mapGroup p{
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	margin: 15px 0px 10px 0px;
}
.map{
	width: 100%;
	height: 346px;
}
.contactGroup{
	width: 288px;
	border: 1px solid #e0e0e0;
	margin: 35px 0px 0px 0px;
	overflow: hidden;
	clear: both;
}
.contactGroup .contactTit{
	height: 40px;
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	text-indent: 11px;
	background-color: #f6f6f6;
	letter-spacing: 1px;
	border-bottom: 1px solid #e0e0e0;
}
.contactGroup .t{
	margin: 12px 0px 0px 0px;
}
.contactGroup p{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	text-indent: 11px;
	letter-spacing: 1px;
}
.contactGroup p span{
	font-size: 18px;
	font-style: italic;
	color: #666666;
	letter-spacing: 1px;
}
.erweima{
	float: left;
	width: 50%;
	margin:22px 0px 0px 0px;
	text-align: center;
}
.erweima p{
	text-align: center;
	line-height: 36px;
	color: #666666;
	font-size: 16px;
}
/*right.shtml end*/
/*shedule.shtml st*/
.tb_shedule{
	width: 679px;
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	float: left;
}
.tb_shedule tr td,.tb_shedule tr th{
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.tb_shedule tr td{
	height: 59px;
}
.tb_shedule tr th{
	height: 54px;
	line-height: 54px;
	background-color: #f6f6f6;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.tb_shedule tr td.tdL{
	text-indent: 26px;
	color: #666666;
	font-size: 16px;
}
.tb_shedule tr td.tdR{
	text-indent: 50px;
	color: #333333;
	font-size: 16px;
}
.tb_shedule tr .w1{
	width: 292px;
	text-indent: 25px;
	
}
.tb_shedule tr .w2{
	width: 388px;
	text-indent: 45px;
}
/*shedule.shtml end*/
/*regist.shtml st*/
.ticket{
	width: 678px;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.ticket tr td,.ticket tr th{
	border-bottom: 1px solid #e0e0e0;
}
.ticket tr th{
	height: 40px;
	line-height: 40px;
	background-color: #f6f6f6;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-indent: 9px;
	text-align: left;
}
.ticket tr.trh2 td{
	border-bottom: 1px dashed #e0e0e0;
	height: 43px;
	line-height: 43px;
	font-size: 16px;
	color: #666666;
}
.ticket tr td.tdw1{
	width: 338px;
}
.ticket tr td.tdw2{
	width: 212px;
}
.ticket tr.trh1 td.tdw1{
	text-indent: 14px;
}
.ticket tr.trh2 td.tdw1{
	text-indent: 13px;
}
.ticket tr.trh2 td.tdw2{
	text-indent: 38px;
}
.ticket tr.trh3 td{
	height: 53px;
	line-height: 53px;
	font-size: 16px;
	color: #666666;
}
.ticket tr td.tdw3{
	text-align: center;
}
.ticket tr.trh3 td.tdw1{
	text-indent: 14px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.ticket tr.trh3 td.tdw3 select{
	height: 24px;
}
.registP{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 26px;
	margin: 50px 0px 22px 0px;
}
.registTb{
	margin: 0px 0px 36px 0px;
}
.registTb tr td{
	padding: 9px 0px;
}
.registTb tr td.rtr1{
	width: 144px;
	text-align: right;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
}
.registTb tr td.rtr2{
	text-indent: 10px;
	font-size: 16px;
	color: #666666;
}
.registTb tr td.rtr2 input{
	height: 36px;
	border: 1px solid #e0e0e0;
	width: 414px;
	padding: 0px 0px 0px 10px;
	line-height: 36px;
	font-size: 16px;
	color: #666666;
}
.registBtnGroup{
	width: 100%;
	height: 48px;
}
.registBtn{
	font-size: 18px;
	color: #ffffff;
	margin: 0px auto;
	width: 150px;
	height: 48px;
	background: url(../images/icons.png) 0px -741px scroll no-repeat;
	border:0px;
	display: block;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: alpha(opacity = 80);
	outline:0 none !important; blr:expression(this.onFocus=this.blur()); 
}
.registBtn:hover{
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	filter: alpha(opacity = 100);
	cursor: pointer;
}
.fee{
	width: 678px;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
.fee tr{
	width: 100%;
}
.fee tr td{
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.fee tr.trh1 td{
	height: 40px;
	background-color: #f6f6f6;
	font-size: 14px;
	color: #333333;
	line-height: 40px;
	text-align: center;
}
.fee tr.trh2 td,.fee tr.trh3 td{
	height: 47px;
	font-size: 14px;
	color: #666666;
	line-height: 47px;
	text-align: center;
}
.fee tr td.tdw1{
	width: 201px;
}
.fee tr td.tdw2{
	width: 239px;
}
.feeP{
	margin: 81px 0px 8px 0px;
	font-size: 14px;
	color: #333333;
	line-height: 26px;
}
.righstTip{
	margin: 6px 0px;
	font-size: 14px;
	color: #666666;
}
/*live.shtml st*/
.listGroup{
	width: 310px;
	border:1px solid #EAEAEA;
	margin: 0px 20px 30px 0px;
	padding: 10px;
	overflow: hidden;
}
.listGroup .listPic{
	width: 100%;
	height: 111px;
}
.listGroup .listPic .listPicL{
	width: 98px;
	height: 98px;
	display: block;
	margin: 0px 19px 13px 0px;
	float: left;
}
.listGroup .listPic .listPicL img{
	width: 100%;
	height: 100%;
}
.listGroup .listPic .listPicR{
	width: 193px;
	height: 111px;
	display: block;
	float: right;
}
.listGroup .listPic .listPicR a{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 30px;
	margin: 19px 0px 0px 0px;
	display: block;
}
.listGroup .listPic .listPicR a:hover{
	text-decoration: underline;
}
.listGroup .listPic .listPicR p{
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}
.listGroup .picIntro{
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.listGroup .picdetail{
	width: 100%;
	height: 120px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	word-wrap: normal;
	overflow: hidden;
}
.moveTb
{
    display:none;
	width: 200px;	
	background-color: #f6f6f6;
	clear: both;
	position:fixed;
	 bottom:2px; 
	 right:2px; 
	border: 1px solid #e0e0e0;
	z-index: 5;
}
.moveTb .contactTit{
	height: 40px;
	color: #666666;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	text-indent: 5px;
	background-color: #f6f6f6;
	letter-spacing: 1px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom:10px;
	position: relative;
}
.moveTb .contactTit .close{
	width: 23px;
	height: 23px;
	position: absolute;
	top:8px;
	right: 12px;
	cursor: pointer;
}
.moveRegistTb{
	margin: 0px auto 10px auto;
	width:185px;

}
.moveRegistTb tr td{
	padding: 9px 0px;
}
.moveRegistTb tr td.rtr1{
	width: auto;
	text-align: right;
	font-size: 12px;
	color: #333333;
	line-height: 24px;
}
.moveRegistTb tr td.rtr2{
	text-indent: 10px;
	font-size: 12px;
	color: #666666;
}
.moveRegistTb tr td.rtr2 input{
	height: 24px;
	border: 1px solid #e0e0e0;
	width: 124px;
	padding: 0px 0px 0px 4px;
	line-height: 24px;
	font-size: 12px;
	color: #666666;
}
.moveTb .registBtn{
	font-weight: bold;	
	font-size: 14px;
	color: #ffffff;
	margin: 0px auto;
	width: 66px;
	height: 26px;
	background: url(../images/icons.png) 0px -220px scroll no-repeat;
	border:0px;
	display: block;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: alpha(opacity = 80);
	outline:0 none !important; blr:expression(this.onFocus=this.blur()); 
}
.moveTb .registBtn:hover{
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	filter: alpha(opacity = 100);
	cursor: pointer;
}
.wxshare
{
   background-color: #f6f6f6;
    text-align:center;
    width: 110px;	
	clear: both;
	position: absolute;
	
    left: 50%;
	top: 482px;
    margin-left: -620px;

}
.wx_img{margin-top:4px;}
.wx_nr
{
    text-align:center;
    width: 110px;	
    margin-top:5px;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
}
.wxclose
{
    float: right;
    background: url(../images/wxclose2.jpg) no-repeat center;
    cursor: pointer;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0;
}
.wxclose:hover{
	background:url(../images/wxclose.jpg) no-repeat center
}

/*交通指引st*/
.guide{
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	width: 621px;
	overflow: hidden;
}
.guide P{
	color: #666666;
	text-indent: 34px;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
}
.guide P.bottom_line{
	padding-bottom: 10px;
	border-bottom: 1px dashed #e0e0e0;
}
img.img_guide{
	width: 100%;
}
.guide .bold{
	color: #333333;
}
.guide .destplane{
	background: url(../images/iplane.jpg) 0 6px scroll no-repeat;
}
.guide .desttrain{
	background: url(../images/itrain.jpg) 0 6px scroll no-repeat;
}
.margin-left{
	margin-left: 23px;
}
/*交通指引end*/
/*现场直播页面 st*/
.wrap{
	width: 1000px;
}
.wrap .contGroup{
	width: 981px;
}
.wrap .contGroup .titleGroup{
	width: 964px;
}
.wrap .contGroup .titleGroup .borderB{
	width: 835px;
}
.wrap .contGroup .titleGroup .borderBSpecial{
	width: 785px;	
}
.wrap .contGroup .titleGroup .titleSpecial{
	width: 169px;
}
.liveGroup{
	overflow: hidden;
}
.live_show{
	width: 490px;
	margin: 0 0 20px 0;
	height: 130px;
}
.showimg {
	border: 1px solid #eaeaea;
	float: left;
	height: 120px;
	overflow: hidden;
	padding: 1px;
	width: 180px;
	margin-top: 5px;
}
.showimg:hover{
	box-shadow: 1px 0px 2px #666;
}
.showintro {
	width: 270px;
	padding-right: 25px;
	height: 130px;
}
.showintro h2 {
	color: #2d2d2d;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 24px;
	padding-bottom: 6px;
}
.showintro h2:hover{
	text-decoration: underline;
}
.showintro p {
	color: #333333;
	font-family: "songti","宋体";
	font-size: 12px;
	line-height: 26px;
}
/*现场直播页面 end*/
/*图片轮播 st*/
	.img_tag{
		border: solid 1px #ededed;
		width: 962px;
		min-height: 640px;
		overflow: visible;
		margin: 31px 0px 50px 0px;
		position: relative;
	}
	.img_tag a.hand{
		display: block;
		height: 100px;
		width: 70px;
		position: absolute;
		top: 280px;
	}
	.img_tag a.hand:hover{
		opacity: 0.8;
		-webkit-opacity: 0.8;
		-moz-opacity: 0.8;
		filter:alpha(opacity = 80);
	}
	.img_tag a.Lhand{
		margin: 0px;
		background: url(../images/arr_bg.png) 0px 0px no-repeat scroll;
		left: 0px;
		z-index: 1;
	}
	.img_tag a.Rhand{
		margin: 0px;
		background: url(../images/arr_bg.png) -80px 0px no-repeat scroll;
		right: 0px;
		z-index: 2;
	}
	.img_tag .picturn{
		float:left;
		overflow:hidden;
		width:100%;
		position:relative;
		height:640px;
		display:inline;
	}
	.img_tag .picturn ul.picturn_img{
		width: 100%;
		height:560px;
	}
	.img_tag .picturn ul.picturn_img li{
		overflow:hidden;
		float:left;
		display:inline;
		width:962px;
		height:auto;
		margin:0px;
		display: none;
	}
	.img_tag .picturn ul.picturn_img li.active{
		display: block;
	}
	.img_tag .picturn ul.picturn_intro li.active{
		display: block;
	}
	.img_tag .picturn ul.picturn_img li a{
		display:block;
		width:100%;
		height: 100%;
		text-align: center;
	}
	.img_tag .picturn img{
		width:auto;
		max-width: 100%;
		height:auto;
		margin: 0 auto;
	}
	.tagPage{
		margin:0px 24px 0px 0px; 
	}
	.picturn_intro{
		width: 100%;
		height: 80px;
	}
	.picturn_intro li{
		height: 100%;
		width: 100%;
		display:none;
		overflow: hidden;
	}
	.picturn_intro li .count{
		width: 120px;
		height: 60px;
		margin: 10px 0px;
		border-right: 1px solid #eaeaea;
		overflow: hidden;
		text-align: center;
		font-size: 36px;
		line-height: 60px;
		color: #cccccc;
		font-family: Arial, Helvetica, sans-serif;
	}
	.picturn_intro li .count span{
		color: #666666;
	}
	.picturn_intro li p{
		height: 60px;
		width: 801px;
		overflow: hidden;
		font-size: 18px;
		line-height: 30px;
		color: #666666;
		margin: 10px 20px;
	}
/*图片轮播 end*/