@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0}
body{font:12px"Arial";}
a{color:#fff;text-decoration:none;text-align:center;}
a:hover{color: #6FF;text-decoration:none;}
em{font-style:normal}
li{list-style:none;float:left;}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}

/*初始化*/

#top_bg{width:100%;height:97px;background: url(../images/omiga.jpg);*margin-bottom:44px;}
#top_bg #top{width:1002px;height:82px;padding-top:15px;margin: auto}
#top_bg #top #logo{width:570px;height:82px;float:left}
#top_bg #top #lang{float:right;height:12px;margin:20px 20px 0 0;}

#nav_bg{width:100%;height:44px;background:url(../images/nav_bg.png);*position:absolute;top:97px;*z-index:99999;}
#nav{width:1002px;height:44px;margin:auto}
#nav #lv1{width:1000px;height:46px;}
#nav #lv1 li{width:165px;height:44px;text-align:center;line-height:44px;font-size:16px;position:relative}
#nav #lv1 li a{display:block;width:151px;hright:44px;color: white;font-weight:bolder}
#nav #lv1 li a:hover{color: rgb(23, 229, 247);background: url(../images/hover.png)  center 0 no-repeat;}
#nav #lv1 #st{width:1px;}
#nav #lv1 li #lv2{display:none;background:url(../images/omiga.png) top center;}
#nav #lv1 li #lv2 li{width:165px;}
#nav #lv1 li:hover #lv2 {display:block;position:absolute;margin-top:-2px;overflow:hidden;width:165px;z-index:999;*left:0;}
#nav #lv1 li:hover #lv2 li{width:165px;height:28px;background:none;font-weight:normal}
#nav #lv1 li:hover #lv2 li:hover{width:165px;height:28px;}
#nav #lv1 li:hover #lv2 li a{width:165px;height:24px;font-size:12px;color:#fff;line-height:28px;font-weight:normal}
#nav #lv1 li:hover #lv2 li a:hover{width:165px;height:24px;background: #3CC;color:#FFF;line-height:28px}

 
 


#banner_bg{width:100%;height:364px;background:url(../images/banner_bg.jpg)}
#banner{width:1002px;height:364px;margin:auto}

#main{width:1002px;min-height:300px;overflow:hidden;margin:auto;margin-top:20px;position:relative}

#fig1{width:1002px;height:175px;background:;margin:auto}
#fig1 #top{width:990px;height:25px;margin:auto;}
#fig1 #top #til{float:left}
#fig1 #top #more{float:right;padding-right:15px;}
#fig1 #cont{width:990px;height:135px;margin:auto}

#line2{width:990px;height:250px;;margin:auto;margin-top: 20px;}
#line2 #fig21{width:210px;height:240px;float:left}
#line2 #fig21 #top{width:210px;height:35px;}
#line2 #fig21 #top #til{float:left}
#line2 #fig21 #top #more{float:right;padding-right:15px;}
#line2 #fig21 #cont{width:210px;height:212px;}

#line2 #fig22{width:420px;height:250px;float:left;margin-left:10px;padding-left:20px;background:url(../images/fig22_bg.png) left bottom no-repeat}
#line2 #fig22 #top{width:420px;height:35px;}
#line2 #fig22 #top #til{float:left}
#line2 #fig22 #top #more{float:right;padding-right:15px;}
#line2 #fig22 #cont{width:410px;height:212px;margin:auto}
#line2 #fig22 #cont p{line-height:1.8;padding:5px;text-align:justify;padding-top:12px;}

#line2 #fig23{width:300px;height:250px;float:left;margin-left:10px;padding-left:20px;background:url(../images/fig23.png) left  bottom no-repeat}
#line2 #fig23 #top{width:300px;height:35px;}
#line2 #fig23 #top #til{float:left}
#line2 #fig23 #top #more{float:right;padding-right:15px;}
#line2 #fig23 #cont{width:300px;height:212px;margin:auto}
#line2 #fig23 #cont ul{padding-top:20px;*padding-top:10px;}
#line2 #fig23 #cont ul li{width:280px;overflow:hidden;padding-top:5px;font-size:14px;line-height:1.8;padding-left:20px;*padding-top:0px;*margin:0;*min-height:15px;}


#footer{width:100%;text-align:center;height:80px;background:#00666b;margin-top:50px}
#footer p{color:#FFF;padding-top:30px;}
#footer a{ text-decoration:none; color:#FFF;}





#navx {
 width:180px;
    line-height: 24px; 
 list-style-type: none;
 text-align:left;
 margin-left:20px;
    /*定义整个ul菜单的行高和背景色*/
}
/*==================一级目录===================*/
#navx a {
 width: 160px; 
 display: block;
 padding-left:20px;
 /*Width(一定要)，否则下面的Li会变形*/
}
#navx li {
 width: 207px;
min-height: 27px;
text-align: center;
line-height: 27px;
background: url(images/li_bg.jpg) top center no-repeat;
margin-top: 15px;
position: relative;
} /*下面的一条白边*/
 float:left;
 /*float：left,本不应该设置，但由于在Firefox不能正常显示
 继承navx的width,限制宽度，li自动向下延伸*/
}
#navx li a:hover{
 background:#CC0000; /*一级目录onMouseOver显示的背景色*/
}
#navx a:link  {
  text-decoration:none;
}
#navx a:visited  {
 text-decoration:none;
}
#navx a {
  text-decoration:none;font-weight:bold;
}
/*==================二级目录===================*/
#navx li ul {
 list-style:none;
 text-align:left;
}
#navx li ul li{ 
 background: #EBEBEB; /*二级目录的背景色*/
 margin:0;
}
#navx li ul li:hover{ 
 background: #39F; /*二级目录的背景色*/
 margin:0;
}
#navx li ul a{
         padding-left:20px;
         width:160px;
 /* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/
}
/*下面是二级目录的链接样式*/
#navx li ul a:link  {
 color:#666; text-decoration:none;
}
#navx li ul a:visited  {
 color:#666;text-decoration:none;
}
#navx li ul a{
 color: #fff;
 text-decoration:none;
 font-weight:normal;
  ;
 /* 二级onmouseover的字体颜色、背景色*/
}
/*==============================*/
#navx li:hover ul {
 left: auto;
}
#navx li.sfhover ul {
 left: auto;
}
#content {
 clear: left; 
}
#navx ul.collapsed {
 display: none;
}
-->
#PARENT{
 width:300px;
 padding-left:20px;
}
