@charset "utf-8";
/*css reset*/

* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    text-decoration: none;
}
body {font-size: 1rem;font-family: sans-serif;background: #F8F9FA;color: #535353;height: auto;}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    display: inline;
}
a img {
    border: none
}
a:link {
    color: #000;
    transition: 0.5s;
}
a:visited {
    color: #000;
}
a:hover {
    color: #FB6000;
}
.clear {
    clear: both;
    height: 0px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
 *zoom:1;
}
/*css reset end*/





/*导航*/
header {
    width: 100%;
    height: 50px;
    background-repeat: repeat-x;
    z-index: 99999;
}
.logo {
    width: 116px;
    height: 40px;
    float: left;
    margin-top: 5px;
    margin-left: 20px;
}
.logo img{height:40px;width:auto;float:left;}
.mobile-inner {
    width: 100%;
    background-color: #fafafa;
    position: relative;
}
.mobile-inner-header {
    background-image: url(../img/head_bj.jpg);
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.mobile-inner-header-icon {
    color: #ffffff;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
.mobile-inner-header-icon:hover {
    background-color: rgba(255,255,255,0.2);
    cursor: pointer;
}
.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255,255,255,1);
}
.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}
.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}
.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}
 @keyframes clickfirst {
 0% {
 transform: translateY(4px) rotate(0deg);
}
 100% {
 transform: translateY(0) rotate(45deg);
}
}
 @keyframes clicksecond {
 0% {
 transform: translateY(-4px) rotate(0deg);
}
 100% {
 transform: translateY(0) rotate(-45deg);
}
}
.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}
 @keyframes outfirst {
 0% {
 transform: translateY(0) rotate(-45deg);
}
 100% {
 transform: translateY(-4px) rotate(0deg);
}
}
 @keyframes outsecond {
 0% {
 transform: translateY(0) rotate(45deg);
}
 100% {
 transform: translateY(4px) rotate(0deg);
}
}
.mobile-inner-nav {
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 50px;
    display: none;
    z-index: 9999;
}
.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255,255,255,0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}
.mobile-inner-nav a:hover {
    color: rgba(251,96,0,1);
    border-bottom: solid 1px rgba(255,255,255,0.2);
}
.mobile-inner-nav {
    overflow: hidden;
}
.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: resize;
    animation-name: resize;
}
 @-webkit-keyframes resize {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: scale(5, 5);
 transform: scale(5, 5);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
}
}
 @keyframes resize {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: scale(5, 5);
 transform: scale(5, 5);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
}
}



/*footer*/
footer {
    width: 100%;
    background-image: url(../img/head_bj.jpg);
    height: auto;
    padding: 5px 0 55px;
    background-repeat: repeat-x;
    text-align: center;
    font-size: 0.65rem;
    line-height: 1rem;
    color: #CDCDCD;
}
.bottom-tool {
    width: 100%;
    height: 40px;float: left;padding:5px 0;margin:0;
    background: #333;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 99;
}	
.bottom-tool ul {float: left;width:100%;}
.bottom-tool ul li{border-right: 1px solid #4f4f4f;width:calc((100% - 3px) / 4);float: left;}
.bottom-tool ul li a:link,.bottom-tool ul li a:visited{color:#FFF;}
.bottom-tool ul li img{width:20px;height:20px;margin:0 auto;}
.bottom-tool ul li span{width:100%;height:20px;line-height: 20px; text-align: center;float: left;font-size: 0.75rem;}