@charset "utf-8";
/* CSS Document */

/*logo banner*/
.header{ width:960px;height:50px;margin-bottom:10px;}
.pagetitle{ float:left;}
.logo{ float:right;}

.banner{ width:960px; height:402px; margin-bottom:50px; background:#ac1c43;}

.team{ float:left;}
.team_nav{ float:left;}

.team_nav ul{ margin-top:15px; margin-left:24px;}
.team_nav ul li{color:#f9f7f8; line-height:22px;font-family:"微软雅黑";}
.team_nav ul li a{ font-size:12px;font-family:"微软雅黑"; color:#f9f7f8;}
.team_nav ul li a:hover{ font-size:12px;font-family:"微软雅黑"; color:#f9f7f8; text-decoration:underline;}
.team_nav img{ margin-right:10px;}

/*图片点击放大*/
* html img, 
* html .png{
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "http://www.imeetyou.net/img/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
        
    );
}


/* The group of people */
*{text-align:center;}
#gmap {display:block; width:477px; height:356px; background: url(../images/china.gif) no-repeat; position:relative;}
#gmap a {color:#000; font-family:arial, sans-serif; font-size:1.2em; font-weight:bold; text-transform:uppercase;}

/*中国*/
a#xj {display:block; width:174px; height:0; padding-top:153px; overflow:hidden; position:absolute; left:185px; top:104px;}
* html a#xj {height:153px; he\ight:0;text-indent:-9000px;background:url(../images/chinahover.png) no-repeat 0px -1000px;}/*IE6.0以下中显示*/
a#xj:hover {background:transparent url(../images/chinahover.png) no-repeat 0 0;overflow:visible;text-indent:-9000px;}
/*logo banner结束*/