/* -------------------------------------------------
 * css reset
 * -------------------------------------------------
*/
html{
    height:100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	-webkit-font-smoothing:antialiased;
}
body{
	margin:0;
	padding:0;
	background-color:#fff;
	min-height:100%;
	height:auto !important;
	height:100%;
	text-align:center;
	color:#404040;
	background: #ededed;
    font:12px/1.5 Helvetica,arial;
}
h1,h2,h3,h4,h5,h6,p,figure,form{
    margin:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
img{
	border:0;
    vertical-align:middle;
    -ms-interpolation-mode: bicubic;
}
a{
	text-decoration:none;
	color:#29B4F0;
}
a:focus {
    outline: thin dotted;
}
a:hover{
    color:#017CB9;
	text-decoration:underline;
}
/* hn */
h1{
	font-size:16px;
	line-height:36px;
}
h2{
	font-size:14px;
	line-height:30px;
}
h3{
	line-height:24px;
}
h3,h4,h5,h6{
	font-size:12px;
}
/* ul ol dl */
ul,li,ol{
    margin: 0;
	padding:0;
	list-style: none outside none;
}
ul.has-style li,ol li{
	margin-left:25px;
}
ul.has-style li{
    list-style:disc;
}
ol li{
	list-style:decimal;
}
ul.inline-style li{
	float:left;
	display:inline;
}
dl{
    margin-bottom: 18px;
}
dt{
    font-weight: bold;
}
dd{
    margin:0 0 0 9px;
	padding:0;
}
svg:not(:root) {
    overflow: hidden;
}
/* clearfix */
.clearfix:before, .clearfix:after {
    content:"";
    display:table;
}
.clearfix:after{
	clear:both;
	overflow:hidden;
}
.clearfix{
    zoom:1;
}
/* -------------------------------------------------
 * form
 * -------------------------------------------------
*/
button,input,select,textarea{
    font-size:100%;
    font-family:tahoma;
    margin: 0;
	outline: 0 none;
    vertical-align: baseline;
    *vertical-align: middle;
}
textarea{
    overflow: auto;
    vertical-align: top; 
	resize:none;
}

 .b_about_s{margin-left:5px; float:left}

button,input{
    line-height: normal;
}
button,
html input[type="button"], 
input[type="reset"],
input[type="submit"],
.submit-btn{
    -webkit-appearance: button; 
    cursor: pointer; 
    *overflow: visible;
}
button[disabled],
input[disabled],
.disable{
    cursor: default;
}
input[type="checkbox"],
input[type="radio"],
.form-radio,
.form-checkbox{
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}
fieldset{
    border: 1px solid #c0c0c0;
    margin: 0 2px 18px;
    padding: 0.35em 0.625em 0.75em;
}
legend{
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
button::-moz-focus-inner,
input::-moz-focus-inner{
    border: 0;
    padding: 0;
}
/* -------------------------------------------------
 * css3 & html5
 * -------------------------------------------------
*/
/* html5 */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{
    display: block;
}
audio,canvas,video{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]){
    display: none;
    height: 0;
}
input[type="search"]{
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
:-moz-placeholder{
  color: #999;
}
::-webkit-input-placeholder{
  color: #999;
}
/* -------------------------------------------------
 * 非常见标签
 * -------------------------------------------------
*/
abbr[title]{
    border-bottom: 1px dotted;
}
b,strong{
    font-weight: bold;
}
blockquote{
    margin: 1em 40px;
}
dfn{
    font-style: italic;
}
mark{
    background: #ff0;
    color: #444;
}
code,kbd,pre,samp{
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre{
    margin: 1em 0;
	white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q{
    quotes: none;
}
q:before,
q:after{
    content: '';
    content: none;
}
small{
    font-size: 80%;
}
sub,sup{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup{
    top: -0.5em;
}
sub{
    bottom: -0.25em;
}

/* -------------------------------------------------
 * 页面居中
 * -------------------------------------------------
*/
#bd{
	margin:0 auto;
	width:976px;
	height:700px;
}
.clear{
	clear: both;
}
.top_logo{
	height:85px;
	border:1px solid #d5d5d3;
	background: #FFFFFF;
}
.logo_img{
	float: left;
	margin-left:5px;
}
.top_lang{
	float: right;
	margin-top: 5px;
}
.top_lang span{
	color: #B3B3B3;
}
.top_lang a{
	font-size: 12px;
	color: #017CB9;
	text-decoration: none;
	margin-right: 4px;
}
.top_banner{
	clear: both;
	height: 312px;
}
.nav{
	height:31px;
	background: #007eb8;
	padding-left:10px;
}
.nav li{
	float: left;
}
.nav li a{
	display:block;
	width: 105px;
	height: 31px;
	font-size: 12px;
	color: #f2f7ff;
	text-align: center;
	line-height: 31px;
	text-decoration: none;
}
.nav li a:hover{
	background: #0099e5;
}
.main{
	margin-top:10px;
}
.main_bar{
	float: left;
	border: 1px solid #d8d8d8;
	border-top: 3px solid #b3b3b3;
	width: 318px;
	height: 203px;
	margin-left: 8px;
	text-align: left;
	background: #FFFFFF;
}
.main_bar_title{
	height: 33px;
	padding-left:15px;
	line-height: 33px;
}
.tname{
	float: left;
	font-weight: bold;
}
.tmore{
	padding-right:10px;
	float: right;
}
.tmore a{
	color: #999999;
}
.main_bar_content{
	height: 168px;
	padding:5px 15px;
	border-top: 1px solid #d9d9d9;
}
.content_bar_1{
    clear: both;
    height: auto;
}
.content_bar_1 li{
	clear:both;
	display: block;
	line-height:25px;
	height:25px;
}
.b_aboutus{
	clear: both;
	height: 120px;
	text-align: center;
	margin-top:25px;
}
.b_aboutus li{
	float: left;
	width: 117px;
	height:120px;
}
.a_title {
	line-height: 30px;
}
.bsevers{
	width: 410px;
}
.bconact{
	width: 226px;
}
.blink{
	height:33px;
	border: 1px solid red;
}
.fname{
	float: left;
}
.fname a{
	color: black;
	padding-left:15px;
	background: #ffffff url(../images/z.gif) left center no-repeat;
}
.ftime{
	float: right;
	color: #999999;
    font-family: Tahoma;
    font-size: 11px;
    font-style: normal
}
.main_severs{
	width: 976px;
	clear: both;
	margin-top: 10px;
	background: #29B4F0;
}
.main_severs p{
	color: #00496e;
}
.s_class,.s_scope,.b_link{
	float: left;
	text-align: left;
	line-height:28px;
	color: #000000;
	margin-top: 15px;
}
.s_class{
	width: 200px;
	margin-left:15px;
}
.s_scope{
	width: 500px;
	margin:15px 15px;
}
.b_link{
	margin-right:15px;
	width: 215px;
}
.b_link a{
	margin-top: 10px;
	color: #00496E;
	display: block;
	float: left;
	width: 100px;
	height:30px;
	overflow: hidden;
	margin-left: 5px;
}

.foot{
	margin-top: 10px;
	border:1px solid #d0dbd3;
	background: #FFFFFF;
}
.foot_title{
	height: 28px;
	line-height: 28px;
	background: #00a1e2;
}

.c_info{
	float: left;
	color: #FFFFFF;
	margin-left: 10px;
}
.g_info{
	float: right;
}
.g_info li{
	float: left;
	width: 64px;
}
.g_info li a{
	color: #F2F7FF;
	font-size:12px;
}
.g_info li a:hover{
	color: #66ccff;
	text-decoration: none;
}
.b_info{
	text-align: left;
	margin-left: 10px;
	height:30px;
	line-height: 30px;
}











