@charset "utf-8";
body{
    margin: 0 auto !important;  
    padding:0 !important; 
    font-family: "微软雅黑" !important;
    font-size: 14px !important;
    background: #fff !important;
}
html{
    overflow-x:hidden;
}
input, textarea, select {
    outline: none;
    border: 0;
}
/*html5 reset*/
header,footer{
    margin:0 auto;
    width:100%;
}
ul, li, ol, p,h1,h2,h3,h4,h5,h6{
    list-style: none;
    padding: 0;
    margin: 0;
}
h4, h5, em {
    font-style: normal;
    font-weight: 400
}
h3 {
    font-style: normal;
    font-weight:normal;
}
a{
    color: #4a4a4a ;
    text-decoration: none !important;
}
p {
    line-height: 22px;
}
.hide{
    display:none;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.white {
    background:#fff;
}
/*Header*/
.header-frontend{
    position: absolute;
}
.header-frontend .navbar {
    margin-bottom: 0;
    background: rgba(0,0,0,0.5);/*firefox、chrome*/        
    background: #000\9;/*IE*/
    filter: alpha(opacity=50);/*IE*/
    *zoom:1;
    z-index: 999;
    padding-bottom: 5px;
}
.navbar-default {
    border: none;
}
.navbar-brand {
    font-size: 24px;
    font-weight: 100;
    line-height: 30px;
    margin-top: 10px;
    padding: 0 0 0 15px;
}
.navbar-brand a{
    color: #fff;
    position: relative;
}
.navbar-brand p{
    color: #fff;
    font-size: 14px;
}
.header-frontend .navbar-collapse ul.navbar-nav {
    float: right;
    margin-right: 0; 
    margin-top: 15px;
}
.header-frontend .navbar-collapse ul.navbar-nav li{
    margin: 0 0 5px 5px;
}
.header-frontend .navbar-collapse ul.navbar-nav a{
    padding: 5px 25px;
    color: #fff;
}
.header-frontend .navbar-collapse ul.navbar-nav .actived{
    border-radius: 12px;
    background: #FFC220;
}
.header-frontend .navbar-collapse ul.navbar-nav .actived a{
    color: #000;
}
.header-frontend .nav li a:hover,
.header-frontend .nav li a:focus,
.header-frontend .nav li.actived a,
.header-frontend .nav li.actived a:hover{
    color: #000;
    border-radius: 10px;
    background: #FFC220;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/*footer*/
.copyright1 {
    text-align: center;
    background: #101010;
    padding: 50px 0;
    color: #333;
}
.copyright1 a,.copyright1 p{
    color: #fff;
    margin-top: 10px;
}
.copyright1 .link_a{
    width: 490px;
    margin: 0 auto;
}
.copyright1 .link_a li{
    float: left;
    padding: 0 20px;
    height: 12px;
    line-height: 14px;
    border-right: 1px #fff solid;
}
.copyright1 .link_a .no_border{
    border: none;
}
.copyright1 .link_a ul li a:hover{
    color: #FFC220;
}

/*********媒体查询**********/
@media (max-width: 768px) {
.header-frontend .navbar-collapse ul.navbar-nav {
    margin-top: 10px;
}
header{
    position: fixed;
    z-index: 999;
}
.navbar-brand {
    font-size: 16px;
    font-weight: 100;
    line-height: 30px;
    margin-top: 0;
    padding: 0 0 0 15px;
}
.navbar-brand p{
    color: #fff;
    font-size: 12px;
}
.header-frontend .navbar-collapse  ul.navbar-nav {
   float: none;  
   margin-left: 0; 
}
.header-frontend .navbar {
    padding-bottom:0;
}
.copyright1{
    padding: 20px 0;
}
.copyright1 .link_a{
    display: none;
}
}
@media (width: 768px) {
    .header-frontend .navbar-collapse  ul.navbar-nav{
        float: right;
    }
.copyright1 .link_a{
    display: block;
}
}
#totop{
    left: auto; 
    right: 5px;
    position: fixed;
    bottom: 100px;
    z-index: 7000;
}
#totop a{
    display: block;
    margin-top: 10px;
}
#totop .slide-help .ico-free{
    display: block;
    width: 40px;
    height: 40px;
    background: #ffb400;
    color: #fff;
    text-align: center;
    /* padding-top: 3px; */
    
}
#totop .ico-backtop img{
    width: 40px;
    height: 40px;
}
@media only screen and (min-width: 768px){
	.hidden-lg{
		display: none;
	}
}
.code{
	width: 140px;
    height: 140px;
    background: red;
	position: fixed;
    bottom: 100px;
    right:55px;
    display: none;
	
}