/* html {-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);} */

body {font-size:12px;-webkit-text-size-adjust:none;background:#fff;font-family:"microsoft yahei"}
a {text-decoration: none;outline:none;blr:expression(this.onFocus=this.blur());}
a:hover {text-decoration: underline}
.cp {cursor: pointer}
.clear {clear:both;}
.dblk {display: block}
.fl {float:left;display: inline;}
.fr {float:right}
.ofh {overflow: hidden;}
.pr {position: relative;}
.pa {position: absolute;}
.ti-999 {text-indent: -999em}
.tac {text-align:center}

.wrap {
    margin: 0 auto;
    width: 1002px;
}
nav {
    height: 68px;
    background: url(../images/repeat_1.jpg) repeat 0 0;
}
nav a {
    color: #000;
}
.logo {
    float: left;
    display: inline;
    margin-left: 58px;
    width: 145px;
    height: 68px;
    background: url(../images/logo_1.jpg) no-repeat 0 0;
}
nav ul {
    float: left;
    display: inline;
    padding: 26px 0 26px 100px;
    width: 640px;
    height: 16px;
}
nav ul li {
    float: left;
    display: inline;
    width: 125px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    text-align: center;
    border-right: 1px solid #8b919b;
    border-left: 1px solid #27292e;
}
nav ul li:last-child {
    border-right:none 0;
}
nav ul li:first-child {
    border-left: none 0;
}
.toolbar{ background:url(../images/toolbar.jpg) repeat-x center top; height:35px; width:100%;}

#index {
    min-height: 600px;
    _height:600px;
    background: url(../images/index_1.jpg) no-repeat center top;
}
#index article {
    padding: 80px 557px 20px 55px;
    width: 410px;
}
#index article a {color:#333; text-decoration:none; }
#index article a:hover {color:#0070FF; text-decoration:underline }

h1 {
    font-size: 24px;
    line-height: 48px;
    color: #333;
}
p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    text-indent: 28px;
}
p a {
    color: #666;
    text-decoration: underline;
}
.circle {
    padding: 10px 0 50px 55px;
    height: 143px;
}
.circle ul li {
    float: left;
    display: inline;
    margin-right: 45px;
    width: 105px;
    height: 143px;
}
.circle ul li p a {
    color: #333;
    text-indent: 0;
    text-align: center;
    text-decoration: none;
}
.circle ul li p a:hover {
    color: #000;
    text-decoration: underline;
}
footer {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #888;
    font-size: 12px;
}

.w900 {
    margin: 0 auto;
    width: 900px;
    min-height: 600px;
    _height:600px;
}

.w900 header {
    padding-top: 20px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #333;
    border-bottom: 1px solid #999;
}
.w900 article {
    padding: 20px;
}

#intro h1 {
    text-align: center;
}
.award {
    padding: 50px 0 50px 90px;
}
.award li {
    float: left;
    display: inline;
    margin-right: 65px;
    width: 117px;
}
.award li img {
    border: 1px solid #333;
}
.award li p {
    padding: 5px 0;
    text-indent: 0;
    line-height: 20px;
    text-align: center;
}

#jobs article {
    background: url(../images/mf.jpg) no-repeat 510px 60px;
    min-height: 500px;
    _height:500px;
}
#jobs article a { color:#333;}
#jobs article a:hover { color:#0070FF; text-decoration:underline}

#jobs_c article {
    min-height: 500px;
    _height:500px;
}

#jobs_c article h2{ font-size:14px; font-weight:bold; line-height:40px;}

#jobs th,#jobs td {
    height: 36px;
    line-height: 36px;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.contact-info {
    float: left;
    display: inline;
    width: 380px;
    margin-right: 25px;
}
#contact h1 {
    margin:5px 0;
    padding: 5px 10px;
    color: #f5f5f5;
    background-color: #333;
    line-height: 18px;
    font-size: 14px;
}
#contact p {
    text-indent: 10px;
}
.map {
    float: left;
    display: inline;
    width: 440px;
    height: 270px;
    background: url(../images/map.jpg) no-repeat 0 0;
    border:5px solid #5a5a5a;
}
.dev-list {
    padding-left: 50px;
    padding-top: 10px;
}
.dev-list li {
    float: left;
    display: inline;
    width: 207px;
    margin-right: 60px;
    margin-bottom: 20px;
}
.dev-list a {
	float: left;
	display: inline;
	margin-left: 10px;
	width: 90px;
	height: 20px;
	line-height: 20px;
	text-indent: 18px;
	color: #fff;
	background-color: #333;
	border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	text-decoration: none;
}
.dev-list a:hover {
    background-color: #9f0a0e;
}