@charset "utf-8";

/* slim_curry@163.com */

html {
  font-size: 16px;
  color: #333;
}
ul,ol {
  padding: 0;
  margin: 0;
}
img:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
a {
  color: #333;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
h1,h2,h3,h4,h5,p {
  margin: 0;
}
.clear:after { 
  content:"\200b"; 
  display:block; 
  height:0; 
  clear:both; 
}
.clear {
  *zoom:1;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.bdrn {
  border-right: none !important;
}
.bgn {
  background: none !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.r0 {
  right: 0 !important;
}
.l0 {
  left: 0 !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.tar {
  text-align: right !important;
}
.center {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
/* 页眉 */
.header {
  min-width: 1100px;
  background-color: #d9f0ff;
  line-height: 38px;
  font-size: 12px;
}
.nav-center nav {
  float: left;
  border-right: 1px solid #bcceda;
}
.header .nav-center {
  float: none;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.header .today {
  width: 255px;
  text-align: left;
}
.header .weather {
  width: 235px;
}
.header .weather img {
  position: relative;
  top: 4px;
}
.header .weather img.t6{
  top: 6px;
}
.header .header-funcs {
  width: 235px;
}
.header .header-funcs span {
  margin-left: 8px;
  margin-right: 8px;
}

.banner {
	position:relative;
  min-width: 1100px;
  height: 175px;
  padding-top: 46px;
  background-image: ;
  background-repeat: no-repeat;
  background-position: center top;
}

.banner .header-search {
  position: relative;
  float:right;
  top:22px;
  right:100px;
  width: 355px;
}
.banner .header-search input.search {
  width: 270px;
  height: 40px;
  
  padding-left: 10px;
  border: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 12px;
  line-height: 39px;
}
.banner .header-search input.submit {
  position: relative;
  top: 1px;
  width: 54px;
  height: 40px;
  background-color: #014a8f;
  border: none;
  border-top-right-radius: 6px;
  font-size: 12px;
  border-bottom-right-radius: 6px;
  color: #fff;
  line-height: 39px;
}

.nav {
  min-width: 1100px;
  background-color: #0e468c;
}
.nav li {
  float: left;
  width: 150px;
  height: 50px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-align: center;
  line-height: 49px;
}
.nav li a {
  color: #fff;
}
.nav li img {
  position: relative;
  top: 9px;
  margin-right: 6px;
}
.icon-off {
  display: none;
}
.nav li:hover,.nav li.on {
  background-color: #fff;
}
.nav li:hover a,.nav li.on a  {
  color: #0e468c;
}
.nav li:hover .icon-off,.nav li.on .icon-off {
  display: inline-block;
}
.nav li:hover .icon-on,.nav li.on .icon-on {
  display: none;
}

/* 页脚 */
.footer {
  min-width: 1100px;
  margin-top: 28px;
  background-color: #014a8f;
  font-size: 14px;
  text-align: center;
}
.footer nav {
  height: 50px;
  line-height: 49px;
  background-color: #80a4c7;
  text-align: center;
}
.footer nav select {
  width: 264px;
  height: 30px;
  margin-right: 10px;
  padding-left: 10px;
  border-radius: 6px;
  font-size: 14px;
  color: #666;
}
.footer address {
  min-width: 1100px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #014a8f;
}
.footer address .center {
  position: relative;
}
.footer address img {
  position: absolute;
  top: -6px;
}
.footer p {
  margin-top: 8px;
  margin-bottom: 8px;
  font-style: normal;
  color: #fff;
  white-space: pre-wrap;
}
.aside {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 10;
  width: 84px;
  margin-top: -250px;
  background-color: #fff;
  border-top: 4px solid #006bc0;
  font-size: 12px;
  text-align: center;
}
.aside li {
  height: 88px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  border-top: none;
}
.aside li img {
  display: block;
  margin-left: auto; 
  margin-right: auto;
  margin-bottom: 5px;
}
.code-container {
  position: relative;
}

.code {
  position: absolute;
  top: -1px;
  left: -84px;
  display: none;
  width: 84px;
  height: 88px;
  padding: 5px;
  background-color: #ecf4ff;
  border: 1px solid #acc7ff;
  border-right: none;
}
.code img {
  width: 74px;
  height: 78px;
}
.code-container:hover {
  background-color: #ecf4ff;
  border: 1px solid #acc7ff;
  border-left: none;
}
.code-container:hover .code {
  display: block;
}