@charset "gb2312";
@import url(qq.css);

/*------全局定义-------------------- */

*{
	padding:0px;
	margin:0px;
}
html{
	background:#FFF;
    }
	
body{
	font:12px "微软雅黑",Verdana,Arial,Tahoma;
	background:#f0f0f0;	
    }
		
img{
	border:none;
    }
   
a{
    color:#333;
	text-decoration:none;
   }

a:hover{
	text-decoration: none;
	color:#FF0000;
   }
	
ul{
	list-style:none;
   }
   
input,select,button{
    font:12px Verdana,Arial,Tahoma;
    vertical-align:middle;
   }

select{
  border:none;}

.clear{
    clear:both;
    height:0px; 
	overflow: hidden;
	}

/*---------------------头部-------------------*/

.header{
	width:100%;
	height:100%;
	overflow:hidden;
   /* background:url(img/header.gif);*/
	border-top:3px solid #ff0000;
    }	
	
/*------顶部------*/	
 
	
.header_top{height:111px; background-color:#ffffff;position:relative; overflow:hidden;}
.header_top .logo{width:1308px;height:112px; background:url(img/logo2.jpg) no-repeat;position:absolute; left:50%;  margin-left:-621px;}
.header_top .logo .min_nav{float:right; width:136px;;height:23px; line-height:23px;margin-right:215px; color:#999999; text-align:center; background:url(img/1_05.gif) no-repeat;}
.header_top .logo .min_nav a{margin:0 10px; color:#fff}
.header_top .logo .min_nav a:hover{color:#FF0000;}

/* ----- 导航 ------*/

#nav{
	width:100%;
	height:50px;
	overflow:hidden;
	background:url(img/nav.gif) repeat-x;
   }

#navMenu {
	width:980px;
	overflow:hidden;
	height:100%;
	margin:0 auto;
    }
	   
#navMenu ul li {
	float:left;	
	display:block;	
    }
	
#navMenu ul li a {
    height:100%;
	line-height:50px;
	display:block;
	float:left;
	padding:0px 32px 0px 32px;
	color: #FFF;
	font-size:14px;
	font-weight: bold;
	background: url(img/navMenu_1.gif) no-repeat left;	

    }
	
#navMenu ul li a:hover {
    color: #FF0000;
	background: url(img/navMenu_2.gif) repeat-x;	
    }
	
#navMenu ul .home a{
   background:none;    	
    }
	
/*--- 导航下拉菜单 ---*/

.dropMenu {
	position:absolute;
	top: 0;
	z-index:100;
	width: 150px;
	visibility: hidden; 
	margin-top: -1px;
	padding-top:10px;
	padding-bottom:10px;	
	border:1px solid #CCCCCC;
	border-top:none;
	background:rgba(255, 255, 255, 0.9) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
	filter:Alpha(opacity=90);
	background:#fff;/*实现IE背景透明*/
}

.dropMenu li {
	display:block;
}
.dropMenu a {
	display: block;
	height:25px;
    line-height:25px;
    padding-left:10px;
}

* html .dropMenu a {
	width: 100%;
	color:#333;
	background-color:rgba(255, 255, 255, 0.9) none repeat scroll 0 0 !important;
}

.dropMenu a:hover {
	color:red;
	text-decoration: underline;
	color:#FFFFFF;
	background-color:#353533;
	text-decoration: none;  
}


    

/*-------底部--------*/

.footer{
   width:100%;
   height:165px;
   overflow:hidden;
   background:#555;
  }
  
.footer .navMenu{
   width:100%;
   overflow:hidden;
   background:#dedede;
   background:url(img/1_88.gif) repeat-x bottom;
   }
  
.footer .navMenu ul{
   width:830px;
   margin:0 auto;
   overflow:hidden;
   padding:18px 0px 18px 130px;
   }


.footer .navMenu ul li{
   float:left;
   display:block;
   }
   
.footer .navMenu ul li a{
   font-size:12px;
   color:#f0f0f0;   
   border-left:1px solid #ccc;
   padding:0px 20px;
   }
   
.footer .navMenu ul .home a{
   border-left: none;
   }
  
.footer .bottom{
   width:980px;
   height:100%;
   overflow:hidden;
   margin:0 auto;
   padding:15px 0;
   text-align:center;
   }
  
.footer .bottom p{
   color:#f0f0f0;
   line-height:24px;
   }
  
  
/*留言*/
.contact-xmtj{width:690px; margin-top:10px; background:url(img/jobbg.png) top right no-repeat}
.contact-xmtj a:hover{ color:#F00}
.name2{width:323px;height:21px; line-height:21px; border:1px #e2e2e2 solid;font-family:"Microsoft YaHei"; }
.con{width:583px;height:161px; border:1px #e2e2e2 solid;font-family:"Microsoft YaHei"; }
.button1{width:64px;height:21px; text-align:center; line-height:21px; cOLOR:#FFF;font-family:"Microsoft YaHei"; background:url(img/xmtj_11.jpg) no-repeat;border:none;margin-right:20px; float:left;cursor:pointer;}
.button2{width:64px;height:21px; text-align:center; line-height:21px; cOLOR:#FFF;font-family:"Microsoft YaHei"; background:url(img/xmtj_13.jpg) no-repeat;float:left; border:none; cursor:pointer;}

.article