@charset "utf-8";
/* CSS Document */
html,body{-webkit-text-size-adjust:none;}
*{ margin:0; padding:0; font-size:12px;}
body{ width:960px; margin:0 auto;}
img{ border:none;}
ul,li{ list-style:none;}
a{ text-decoration:none;}
.clear{ clear:both;}

/*头部*/
.top{ width:960px; height:27px; font-size:12px;text-align:center; margin-bottom:47px;}
.top li{ float:left; width:40px; border-right:2px dotted #ccc; height:18px; padding-top:6px;}
.top li.ityi{ border:none;}
.top li a{ text-decoration:none; color:#8d8b8e; font-family:'Microsoft YaHei', '微软雅黑','Arial', 'sans-serif';}
.top li a:hover{ text-decoration:none; color:#0085c2;}
/*头部结束*/

/*导航*/
.nav {width:960px;position: relative; margin:0px auto;color:#a7a9ac; font-family:Arial, Helvetica, sans-serif;}

.navlist { padding-left:7px;overflow: hidden;}
.nav li { float: left; display:inline;/*font-size:14px;*/color:#a7a9ac;}
.nav a { text-decoration:none;
    display: block;
    width: 120px;
    text-align: center;
    font-size: 16px;color:#727272;
}
.nav a:link, .nav a:visited { color: #727272;}
.nav a.current, .nav a:hover, .nav a:active {color:727272;}
.subnav {
    position: absolute;
    top: -42px; /*二级导航向上,向下为正数*/
    left: 0;
    float: left;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    background:#b4b4b5;
	font-size:10px;
}
* html .subnav {
    margin: 0 10px 0 -10px; /* IE 6 and below */
}
.subnav p { padding: -0 10px;}
.subnav p span {display: block; background: url(.../imges_en/20091127210925311.png) repeat-x 0 -207px;font-size:10px;}
.subnav p.pointer {position: absolute;top: -1px; left: 0; background: url(../images_en/bg3.jpg) 1px 24px no-repeat; height:45px; color:#727272; }
.subnav a {display: inline;padding: 0;font-size:10px; margin-left:5px; margin-right:5px;} /*二级导航颜色控制*/
[class~="subnav"] a { text-decoration:none;padding: 0 3px;}
.subnav, .subnav a:link, .subnav a:visited {color: #fff;}
.subnav a:hover, .subnav a:active {color: #0085c2;}
.subnav a:hover, .subnav a:active {font-weight: none; background: none;}
/* subnav position and pointer position */
#subnav1 { left: 10px; /*border:2px solid #dedee0;*/ } /*二级导航位置控制*/
#subnav2 { left: 30px; /*border:2px solid #dedee0;*/ }
#subnav3 { left: 250px; /*border:2px solid #dedee0;*/ }
#subnav4 { left: 160px; /*border:2px solid #dedee0;*/ }
#subnav5 { left: 410px; /*border:2px solid #dedee0;*/ }
#subnav6 { left: 450px; /*border:2px solid #dedee0;*/}
#subnav7 {left: 735px; *left: 764px; /*border:2px solid #dedee0;*/}

#subnav1 .pointer{ left: 70px;  }
#subnav2 .pointer{ left: 170px;  }
#subnav3 .pointer{ left: 70px;  }
#subnav4 .pointer { left: 270px;  } /*二级导航三角形位置控制*/
#subnav5 .pointer { left: 70px;  }
#subnav6 .pointer  { left:250px;}
#subnav7 .pointer  { left:130px;}
#subnav1, #subnav2, #subnav3, #subnav4 {
    min-width: 110px;
}

/* Note
==========================================================*/
.disable {
    display: none;
}

/*导航结束*/

/*star footer*/
.footer{ font-family:'Microsoft YaHei', '微软雅黑','Arial', 'sans-serif'; color:#a7a9ac; text-align:center;font-size:10px; margin-bottom:20px;margin-top:93px;}
/*end footer*/