@charset "utf-8";
/* WaWaYaYa*/
/*公用-通用单页 关于我们*/

#main_aboutUs{
 width:740px;
 height:auto;
 float:left;
 margin-left:130px!important;
 margin-left:65px;
 margin-top:15px;
 padding-bottom:30px;
}
 #main_aboutUs_tit{
  width:705px;
  height:auto;
  padding-left:35px;
  float:left;
  font-size:16px;
  font-weight:bold;
  color:#3d3d3d;
  line-height:22px;
  background:url(../images/icon_topTit.gif) left no-repeat;
 }
 #main_aboutUs_body{
  width:730px;
  height:auto;
  float:left;
  padding:15px 5px 5px 5px;
 }
  #aboutUs_body_blue{
   width:730px;
   height:auto;
   float:left;
   background-color:#ebf3f5;
  }
   #auBody_blue_top{
    width:730px;
    height:9px;
    float:left;
    background:url(../images/bg_blueTop.gif) no-repeat;
    font-size:0px;
    line-height:0px;
   }
   #auBody_blue_body{
    width:700px;
    height:auto;
    float:left;
    padding:5px 15px 5px 15px;
    font-size:12px;
    line-height:18px;
    color:#497182;
   }
   #auBody_blue_body a{
    color:#497182;
	text-decoration:underline;
   }
   #auBody_blue_body a:hover{
    color:#066386;
	text-decoration:underline;
   }
   #auBody_blue_btm{
    width:730px;
    height:9px;
    float:left;
    background:url(../images/bg_blueBtm.gif) no-repeat;
    font-size:0px;
    line-height:0px;
   }
  #aboutUs_body_item{
    width:730px;
	height:auto;
	float:left;
	border-bottom:1px dashed #e1e1e1;
	padding:15px 0 10px 0;
  }
   #auBody_item_l{
    width:90px;
	height:auto;
	float:left;
	padding-top:3px;
   }
   #auBody_item_r{
    width:635px;
	height:auto;
	float:right;
	padding-right:5px;
   }
   #auBody_item_rTit{
    width:635px;
	height:auto;
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	color:#3f3f3f;
   }
   #auBody_item_rText{
    width:635px;
	height:auto;
	float:left;
	font-size:12px;
	line-height:20px;
	color:#666666;
	word-break:normal;
   }
  
/*隐藏菜单*/
	  .btnShow{
	position:absolute;
	z-index:9999;
	   visibility:visible;
	  }
	  #topbtn{
	   position:relative;
	   width:31px;
	   height:19px;
	   left:10px;
	   top:260px;
	  }