﻿@charset "utf-8";
/* CSS Document */
/* KISSY CSS Reset */
body,h1,h2,h3,h4,h5,h6,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,span,i,ul,a,em,img,textarea,select{margin:0;padding:0;}
*{padding:0; margin:0; list-style:none;font-family: Arial, Helvetica, sans-serif;}

h1,h2,h3,h4,h5,h6,button,input,select,textarea {font-size:100%;}
label,input,select {vertical-align:middle;}
address,cite,em {font-style:normal;}
fieldset{cursor:pointer;}
img{border:none;}
ul,ol {list-style:none;}
table {border-collapse:collapse; border-spacing:0;}
sub {vertical-align:text-bottom;}
sup {position:relative;top:-1px;left:2px;font:11px/normal tahoma;vertical-align:text-top;}
small {font-size:12px;}
legend {color:#333;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
body{   
-webkit-text-size-adjust:none;  
}  
/* color */
      
/* default color */
a{text-decoration:none;}
a:focus {
  outline:none;
  -moz-outline:none;
}
ul,li{padding:0; margin:0;}
/*-------------------------------
  end: reset */

body{behavior:url("csshover.htc");}

/*清除浮动*/
.clearfix:before,.clearfix:after{content:"."; display:block; visibility:hidden; height:0; line-height:0; font-size:0;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.clear{clear:both;}
#top{
	width:100%;
	height:150px;
	background-image:url(../images/top-bg.jpeg);
	background-repeat:repeat-x;
	
}
#top-main{
	width:1200px;
	margin:0 auto;
	height:150px;
}
.logo{
	width:1200px;
	height:90px;
}
.logo a{
	width:276px;
	height:77px;
}

.suckerdiv{
	width:1200px;
	height:50px;
	position: absolute; 
	 z-index: 99; 
}
	
.suckerdiv ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 1200px; /* Width of Menu Items */
    height:50px;
}
	
.suckerdiv ul li{
	margin:0;
    padding:0;
    position: relative;
    float:left;
    width:160px;
    text-align:center;
	line-height:50px;
}
.nav1{
	width:160px !important;
}
.suckerdiv ul li.shu{
	width:1px !important;
	height:24px;
	background-color:#788aaa;
	margin-top:0px;
	
}	
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 0px; /* Parent menu width - 1*/
position: absolute;
width: 150px; /*sub menu width*/
height:auto;
top: 0;
display: none;
background-image:url(../images/erji.png) !important;
background-repeat:no-repeat !important;
position: absolute; 
	 z-index: 99; 
}
.suckerdiv ul li ul li{
	color:#fff !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12px !important;
	
}
.suckerdiv ul li ul li a{

	color:#fff !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12px !important;
	
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 146px; /* Parent menu width - 1*/
top:0px;
background-image:none !important;


}
.suckerdiv ul li ul li ul .nav-top{
	width:140px !important;
	height:1px !important;
	background-image:url(../images/nav-top.png) !important;
	background-repeat:no-repeat !important;
	line-height:1px !important; overflow:hidden;
}
.suckerdiv ul li ul li ul li.xu{
	width:140px !important;
	height:1px !important;
	background-image:url(../images/xu.png) !important;
	background-repeat:no-repeat !important;
	line-height:1px !important; overflow:hidden;
	
}
.suckerdiv ul li ul li ul li.xu a{
	display:block;
	width:140px !important;
	height:1px !important;
}
.suckerdiv ul li ul li ul li{
	width:140px;
	height:20px !important;
    background-image:url(../images/nav-main.png) !important;
	background-repeat:repeat-y !important;
	line-height:20px !important;
	text-align:left !important;
	
}
.suckerdiv ul li ul li ul li a{
   padding-left:22px;
}

/* menu links style */
.suckerdiv ul li a{
display: block;
color: black;
text-decoration: none;

border-bottom: 0;
color:#111111;
font-family:"微软雅黑";
font-size:16px;
}

.suckerdiv ul li a:visited{

}

.suckerdiv ul li a:hover{
	background-image:url(../images/nava.jpeg);
	background-repeat:repeat-x;
}
.nava{
	
    background-image:url(../images/nava.jpeg);
	background-repeat:repeat-x;
}
.suckerdiv ul li ul li a:hover{
	background-image:none !important;
	color:#263c98 !important;
	
}

.suckerdiv .subfolderstyle{

}


	


#bottom{
	width:100%;
	height:104px;
	background-image:url(../images/bottom-bg.jpeg);
	background-repeat:repeat-x;
	position:absolute;
	margin-top:20px;
	
}
.bottom-main{
	width:983px;
	height:84px;
	margin:0 auto;
	color:#424040;
	font-family:"微软雅黑";
	font-size:12px;
	padding-top:20px;
	text-align:center;
}
.bottom-main a{
	color:#424040;
}
.bottom-main a:hover
{
	color:#263c98;
}


