/*默认样式==================================================================*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #AAAAAA;	
}
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}


/*背景样式=================================================================*/

/*字体样式=================================================================*/
.f1{
	font-family: "Times New Roman", Times, serif;
    font-size:12px;
    color:#444444;
	line-height:25px;
}

.f2{
	font-family: "微软雅黑";
    font-size:14px;
    color: #000000;
}
.f3{
	font-family: "微软雅黑";
    font-size:24px;
    color: #F70505;
}
.f4{
	font-family: "微软雅黑";
    font-size:16px;
    color: #1F4B5A;
}
.f5{
    font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999898;
	font-weight:normal;
	line-height:25px;
	}
.f6{
    font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1F4B5A;
	font-weight:normal;
	}
.f7{
    font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #444444;
	font-weight:normal;
	line-height:25px;
	}
.f8{
    font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	}	
.f9{
    font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	}
/*链接样式=================================================================*/
a.l1{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #FFFDFE;
	font-weight:normal;
}
a.l1:link {
	text-decoration: none;
}
a.l1:visited {
	color: #FFFDFE;
	text-decoration: none;
}
a.l1:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a.l1:active {
	color: #FFFDFE;
	text-decoration: none;
}



a.l2{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	font-weight:normal;
}
a.l2:link {
	text-decoration: none;
}
a.l2:visited {
	color: #ffffff;
	text-decoration: none;
}
a.l2:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a.l2:active {
	color: #ffffff;
	text-decoration: none;
}




a.l3{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1F4B5A;
	font-weight:normal;
}
a.l3:link {
	text-decoration: none;
}
a.l3:visited {
	color: #1F4B5A;
	text-decoration: none;
}
a.l3:hover {
	color: #666666;
	text-decoration: underline;
}
a.l3:active {
	color: #1F4B5A;
	text-decoration: none;
}



a.l4{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #444444;
	font-weight:normal;
}
a.l4:link {
	text-decoration: none;
}
a.l4:visited {
	color: #444444;
	text-decoration: none;
}
a.l4:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a.l4:active {
	color: #444444;
	text-decoration: none;
}



a.l5{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #1F4B5A;
	font-weight:normal;
}
a.l5:link {
	text-decoration: none;
}
a.l5:visited {
	color: #1F4B5A;
	text-decoration: none;
}
a.l5:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a.l5:active {
	color: #1F4B5A;
	text-decoration: none;
}



a.l6{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999898;
	font-weight:normal;
}
a.l6:link {
	text-decoration: none;
}
a.l6:visited {
	color: #999898;
	text-decoration: none;
}
a.l6:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a.l6:active {
	color: #999898;
	text-decoration: none;
}



a.l7{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1F4B5A;
	font-weight:normal;
}
a.l7:link {
	text-decoration: none;
}
a.l7:visited {
	color: #1F4B5A;
	text-decoration: none;
}
a.l7:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a.l7:active {
	color: #1F4B5A;
	text-decoration: none;
}



a.l8{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	font-weight:normal;
}
a.l8:link {
	text-decoration: none;
}
a.l8:visited {
	color: #666666;
	text-decoration: none;
}
a.l8:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a.l8:active {
	color: #666666;
	text-decoration: none;
}



/*边框样式================================================================*/
.bor1{
	border: 1px solid #FFFFFF;
	background-color:#355C6D;
}

.bor2{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color:#355C6D;
}
.bor3{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
/*表单样式================================================================*/
.txt1{
	border: 1px solid #FFFFFF;
	background-color:#5D7D88;
	padding-top:5px;
	padding-left:5px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	width:180px;
	height:25px;
}


/*其他样式================================================================*/
.pro_1{
width:220px;
height:200px;
float:left;
}
.photo_1{
width:220px;
height:200px;
float:left;
}
.video_1{
width:300px;
height:260px;
float:left;
}
.video_play{
	width:280px;
	height:220px;
	background-image: url(../images/video_play.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	z-index:1;
	filter:alpha(Opacity=80);
	cursor:pointer;
}
.video_play_over{
	width:280px;
	height:220px;
	background-image: url(../images/video_play.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	z-index:2;
	filter:alpha(Opacity=50);
	cursor:pointer;
}
.cur1{
cursor:pointer;
}

.dhmenu1{
position:absolute;
display:none;
cursor:pointer;
width:220px;
z-index:999;
}
.dhmenu2{
position:absolute;
display:none;
cursor:pointer;
width:160px;
z-index:999;
}
.dhmenu3{
position:absolute;
display:none;
cursor:pointer;
width:400px;
z-index:999;
}

.mk_title{
position:absolute;
width:150px;
height:26px;
background-color:#247EBC;
border:solid 1px; color:#FFFFFF;
color:#FFFFFF;
font-family:"微软雅黑";
font-size:14px;
text-align:center;
padding-top:4px;
z-index:998;
}