﻿@charset "utf-8";
/* CSS Document */
body,ul,p,h1,ol,h2,h3,h4,h5{margin:0;padding:0;}
body{text-align: left;font-family: 'Hiragino Sans GB','Microsoft YaHei','simsun';margin: 0 auto;min-width: 320px;max-width: 768px; font-size:12px;}
li{list-style:none;}
img{ border:none;}
a,a:visited{text-decoration:none;color:#333;}
a:hover{ color:#c00; text-decoration:underline;}

#header {
    background-color: #3296fa;
    text-align: center;
    height: 44px;
    line-height: 44px;
    color: #fff;
    position: relative; width:100%;
}
#header span.right{width:44px;height:44px;position: absolute;right: 0;top: 0;background: url(../images/btn.jpg) no-repeat center center;background-size: 80%;
transform:rotate(0deg);
-ms-transform:rotate(0deg);     /* IE 9 */
-moz-transform:rotate(0deg);    /* Firefox */
-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
-o-transform:rotate(0deg);
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
#header span.right.on{background: url(../images/btn.png) no-repeat center center;background-size: 55%;
transform:rotate(135deg);
-ms-transform:rotate(135deg);     /* IE 9 */
-moz-transform:rotate(135deg);    /* Firefox */
-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
-o-transform:rotate(135deg);
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;}
.logo_h1 {
    width: 96px;
    height: 40px;
    margin: 0px auto 0;
    color: #FFF;
    font-family: "微软雅黑","宋体",serif;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
.logo_h1 a{ color:#FFF; display:block; width:100%; height:100%;}
.logo_h1 a:hover{ color:#fff;}
.sx {
  width: 52px;
  height: 40px;
  float: left;
}
.sx a {
  width: 30px;
  height: 25px;
  background: url(../images/fanhui.png) no-repeat;
  display: block;
  margin: 8px auto 0;
  text-decoration: none;
}

.menu {
    overflow: hidden;
    background-color: #3296fa;
    position: absolute;
    left: 0;
    top: 44px;
    right: 0;
    z-index: 9999;
    height: 0;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    min-width: 320px;
    max-width: 768px;
    margin: 0 auto;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12); padding-bottom:6px;
}
.menu li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width:73px;
    border: 1px solid rgba(255,255,255,.3);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 15px 15px;
    line-height: 24px;
    text-align: center;
    color: rgba(255,255,255,.8)!important;
    background: rgba(255,255,255,.1); font-size:14px;
}
.menu_feilei {
    border-top: 1px solid rgba(255,255,255,.15);
    padding: 0 15px;
    line-height: 42px;
    font-size: 14px;
    color: rgba(255,255,255,.6);
    font-weight: normal;
}
.menu li a{color: #fff;display: inline-block;width: 100%;text-align: center; text-decoration:none;}


/* 底部 */

#footer {
    width: 100%;
    background: #474f57;
    padding-top: 8px;
    margin-top: 10px;
}
#footer .foot {
    margin: 0 auto;
    padding-top: 8px;
}
#footer .foot .corp {
    color: #8d9094;
    text-align: center;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 18px;
}
#footer .foot .link {
    color: #8d9094;
    height: 25px;
    text-align: center;
    font-size: 12px;
}
