@charset "gb2312";
/* 整体css */
*{margin:0; padding:0;}
body{ background:url(../images/bodybg2.jpg) no-repeat center 36px;font:normal 14px/24px "Tahoma","Arial","Microsoft YaHei","SimSun"; color:#fff;}
img, input, select, textarea{border:0;}
i, em, span, strong, img{font-style:normal; font-weight:normal; vertical-align:middle;}
ul,ol,li{list-style-type:none;}
table{border-collapse:collapse; border-spacing:0; border:0;}
input,textarea,select{font-size:inherit; *font-size:100%; outline:none;}
textarea{resize:none;}
a{color:#000; text-decoration:none;}
a:hover{text-decoration:none;}

/* 清楚浮动 */
.clearfix:after{content:"."; display:block; clear:both; height:0; visibility:hidden;}
* html .clearfix{height:1%;}
.clearfix{display:block;}
.clear{clear:both; height:0; font:0/0 Tahoma; visibility:hidden;}

/* 解决抖动 */
*html{background:url(about:blank); background-attachment:fixed;}

/* 页尾 */
#footer{padding:40px 0px 35px 0px;}
#footer a, #footer p{color:#fff;}
/*内容*/
.container{ width:1000px; margin:0px auto; position:relative;}
.con_header{ background:url(../images/con_hd.jpg) no-repeat center top; height:542px;}
.con_mid01{ background:url(../images/conmid01.jpg) no-repeat center top; height:517px; position:relative;}
.login{ position:absolute; top:160px; right:0px; width:320px; color:#fff; }
.login .text{ height:23px; line-height:23px; border:1px solid #000; width:206px;}
.login dl{ height:40px; line-height:40px;}
.login span{ color:#f00;  margin-right:10px;}
.login dl dt{ float:left; width:100px; text-align:right;}
.login dl dd{ float:left; width:210px;}
.login .button{ background:url(../images/con_btn.jpg) no-repeat center center; width:115px; height:29px; cursor:pointer; margin:20px 0px 0px 40px;}
/*fyladded-begin*/
.con_midadd{
    position:relative; background:url(../images/conmid02.jpg) no-repeat center top; height:453px;
}

.con_mid02{background:url(../images/conmid3.jpg) no-repeat center top;/* height:592px;*/padding-top:157px;height:435px; }
.vediobox{
    cursor:pointer;
    width:524px;
    height:350px;
    position:absolute;
    top:85px;
    border:2px solid red;


}
/*fyladded-end*/
.view_wrap{
	width: 932px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.view_port{
	height: 404px;
	width:740px;
	margin:0 auto;
	position: relative;
}
.view_port li{
	position: absolute;
	background:#f00;
	z-index:1;
	width: 0;
	height: 0;
	left:50%;
	top:50%;
	overflow: hidden;
}
.view_port li img{
	width: 100%; 
	height: 100%;
	border:none;
	vertical-align:top;
}
.leftBtn,
.rightBtn{
	position: absolute;
	width: 90px;
	height: 94px;
	top: 50%;
	margin-top:-47px;
	left:0;
	z-index: 100;
}
.rightBtn{
	left:auto;
	right:0;
}
.con_bottom{ background:url(../images/conmid04.jpg) no-repeat center top; height:655px; padding-top:110px;}
.toc{
	display:block;
	float:left;
	height:64px;
	padding:0px 7px;
	line-height:64px;
	text-align:center;
	color:#fff;
	font-size:24px;
}
.toc.active{
	color:#f5e828;
}
.contentdiv{ height:575px  !important; overflow:auto;  text-align:center; font-size:18px;}
.contentdiv tr{ height:35px; line-height:35px;}
.contentdiv tr td{ border-right:1px solid #fff;}
.contentdiv .title{ height:40px; line-height:40px; font-size:24px; font-weight:bold;}
.toc span{color:#f00; padding-left:5px;}
.float{ overflow:hidden;position:fixed; top:200px; right:50px;}