﻿@charset "utf-8";
html {
}

* {margin:0; padding:0;}

body {
background:#B8CCE4 url(../images/container_top.jpg) top center no-repeat !important;
color:#203b4c;
font-family:Calibri, Arial, Helvetica, sans-serif, Microsoft YaHei, Microsoft JhengHei;
font-size:14px;
min-width:778px;
text-align:center;
}

p {text-align:justify;}

a {text-decoration: none;}
/*a:link, a:visited, a:hover, a:active*/

#wrap {
margin:20px auto 0 auto;
text-align:left;
width:778px;
background: url(../images/container_middle.jpg) top center repeat-y;
position:relative;
}

#container {
padding:0 9px 13px 9px;
background:url(../images/container_bottom.jpg) bottom center no-repeat;
}

#container > div {
overflow:hidden; /* 针对FF，Opera有效 */
zoom:1; /* 对IE有效 */
}

#header {
top:-5px;
margin-bottom:-5px;
position:relative;
}

#banner {
background:url(../images/banner.jpg) top center no-repeat;
height:180px;
}

#banner-cn {
background:url(../images/banner-cn.jpg) top center no-repeat;
height:180px;
}

#banner h1, #banner-cn h1 {
display:none;
}

#nav {
background-color:#dbe5f1 ! important;
border-bottom:#B8CCE4 solid 4px;
font-size:14px;
}

#nav ul {
float:right;
list-style:none;
}

#nav ul li {
float:left; 
}

#nav-lang{
font-size:12px;
position:absolute;
margin:-160px 0 0 760px;
padding-left:1px;
}

#nav-lang a{
margin:auto;
display:block;
height:16px;
}

#nav-lang li{
width:20px;
height:20px;
padding-left:3px;
overflow:hidden;
}

#nav-lang span {
display:none;
}

.blue{background:#0292C0 url('../images/lang-blue-item-bg.gif') bottom right no-repeat;}
/*.yellow{background:#FBC700 url('../images/lang-yellow-item-bg.gif') bottom right no-repeat;}
.red{background:#D52100 url('../images/lang-red-item-bg.gif') bottom right no-repeat;}*/
.yellow{background:#0292C0 url('../images/lang-yellow-item-bg.gif') bottom right no-repeat;}
.red{background:#0292C0 url('../images/lang-red-item-bg.gif') bottom right no-repeat;}

.clearfix:after {
content: "\0020";
display: block;
height: 0;
clear: both;
}

.clearfix {
zoom: 1;
}

#nav ul li a{
border-right:#B8CCE4 solid 1px;
display:block;
/*color:#001a69;*/
color:#365F9A;
line-height:1em;
margin-top:2px;
padding:.2em 1em .1em;
}

#nav ul li.last a {
border-right:none;
}

#nav ul li a:hover, .cur_tab a {
background-color:#B8CCE4;
border-bottom:#B8CCE4 solid .2em;
color:white !important;
}

#footer {
border-top:#B8CCE4 solid 4px;
padding-top:4px;
background-color:#95B3D7 !important;
text-align:right;
/*border-top:#3f6ba1 solid 4px;*/
}

#footer span {
display:block;
background-color:#376091;
color:white;
font-size:12px;
line-height:2em;
padding: 0 1em;
}

#footer > div {
}