﻿@charset "UTF-8";

html {
  font-size: 16px;
  color: #333;}
ul,ol {
  padding: 0;
  margin: 0;}
a 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;}
.bgn {
  background: none !important;}
.mr0 {
  margin-right: 0 !important;}
.mb0 {
  margin-bottom: 0 !important;}
.r60 {
  right: 60px !important;}
.l60 {
  left: 60px !important;}
.mt12 {
  margin-top: 12px !important;}
.mt25 {
  margin-top: 25px !important;}
.mb20 {
  margin-bottom: 20px !important;}
.tar {
  text-align: right !important;}
img.db {
  display: block;
  margin-left: auto;
  margin-right: auto;}
body {
  min-height: 1000px;
  background-repeat: no-repeat;
  background-position: center top;}
.center {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;}
.theme-color {
  color: #ed0000;}
/* 页眉 */
.header1 {
  min-width: 1200px;
  background-color: transparent;
  line-height: 42px;
  font-size: 12px;
  color: #666;}
.header a {
  color: #666;}
.header nav {
  float: left;}
.header .nav-center {
  float: none;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;}
.header .today {
  width: 260px;
  text-align: left;}
.header .weather {
  width: 240px;}
.header .weather img {
  position: relative;
  top: 4px;}
.header .weather img.t6{
  top: 6px;}
.header .header-funcs {
  width: 240px;}
.header .header-funcs span {
  margin-left: 8px;
  margin-right: 8px;}
.header .header-search {
  float: right;
  width: 270px;}
.header .header-search input.search {
  width: 210px;
  height: 26px;
  padding-left: 10px;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  line-height: 25px;}
.header .header-search input.submit {
  position: relative;
  top: 1px;
  width: 60px;
  height: 26px;
  margin-left: -5px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ed0000;
  border: none;
  font-size: 12px;
  color: #fff;
  line-height: 25px;}

.icon-on {
  display: none;}
.nav li:hover .icon-on, .nav li.on .icon-on {
  display: inline-block;}
.nav li:hover .icon-off, .nav li.on .icon-off {
  display: none;}
.nav li:hover a,.nav li.on a {
  text-decoration: none;
  color: #fff;}
/* 页脚 */
.footer {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background-color: #ebebeb;
  border-top: 4px solid #ed0000;
  font-size: 14px;
  text-align: center;}
.footer nav {
  height: 50px;
  line-height: 49px;
  background-color: #d9d9d9;
  text-align: center;}
.footer nav select {
  width: 220px;
  height: 30px;
  margin-right: 10px;
  padding-left: 10px;
  border-radius: 4px;
  font-size: 14px;
  color: #666;}
.footer address {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;}
.footer address img {
  position: absolute;
  top: 12px;}
.footer p {
  margin-top: 8px;
  margin-bottom: 8px;
  font-style: normal;
  white-space: pre-wrap;}
.aside {
  position: fixed;
  top: 50%;
  right: 0;
  width: 84px;
  margin-top: -250px;
  background-color: #fff;
  border-top: 4px solid #ed0000;
  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;}