@charset "utf-8";
@import url("global.css");
/*
Project:������Ӣͨ�н�����ѯ���޹�˾
Version:1.0
Author:Tracy Tsang
Email:tracy.2@163.com
Blog:http://www.tracy2.cn/blog
*/

#content{
   background: url(img/content-bg.gif) no-repeat;
   }
#content h2{text-indent:-100000px;}

/*------welcome------*/
.welcome{
  width:394px; 
  height:120px;
  margin-right:15px;
  float:left;
  }
.welcome p{
  margin:55px 10px 0 10px;
  color:#012952;
  font-weight:bold;
  text-indent:2em;
  }
.welcome a{color:#012952;}
  /*------textNews------*/
  .textNews{
    width:394px;
	height:135px;
	padding:15px 0 15px 15px;
	position:relative;
	float:left;
	}
.textNews img{
   border:1px  solid #7d7b7b;
   float:left;
   margin:5px;
   }
.textNews h3{margin:2px 0 3px 0;}
.textNews h3 a{color:#012952;}
.textNews p{margin-right:25px;}
.textNews p a{color:#595b5d;}
.textNews li{margin-left:19px; list-style:disc;}
.textNews li a{color:#3c3737;}
.textNews .more { left:290px; top:133px;}
.textNews .more a{ color:#012952;}
.textNews .more a:hover{ color:#012900;}

  /*------picNews------*/
.picNews{padding-top:20px;  margin-top:0; *margin-top:-120px; _margin-top:-120px;}

  /*------qualifications------*/
.qualifications{padding:0 0 0 150px;}
.qualifications li{float:left; padding-right:15px; *padding-right:8px; _padding-right:8px;}
.qualifications li img{
        padding:2px;
		float:left;
        position:absolute;
        top:-10px;
        left:-20px;   
		}
li.pic1 img{  top:-280px;left:-100px;  }
li.pic2 img{  top:-70px;left:-80px;  }
li.pic3 img{  top:-70px;left:-80px;  }
li.pic4 img{  top:-190px;left:-120px;  }
li.pic5 img{  top:-120px;left:-120px;  }
li.pic6 img{  top:-140px;left:-210px;  }
.qualifications li  a{
        display:block;
        float:left;
        width:72px;
        height:72px;
        line-height:100px;
        overflow:hidden;
        position:relative;
        z-index:1;     
		border:1px solid #afbeca;
		}
.qualifications li  a:hover{
        overflow:visible;
        z-index:1000;
		}




   /*------link------*/
.link{height:130px; padding:30px 0 0 0; width:200px; float:left; }
.link li{padding:0 0 5px 10px; *padding:0; _padding:0; background:url(img/arrow1.gif) no-repeat 0 3px;}
.link a{color:#3c3737;}
