*{
    font-family:"微软雅黑";
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
ul, li, ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
button, input{
    outline: none;
}
body{
    padding: 0;
    margin: 0;
}
.font-red{
    color:#e20101;
}
.font-blue{
    color: #00a8ff;
}
.font-green{
    color: #57C4C5;
}
.font-orange{
    color: #FF7E06;
}

/*头部*/
header .top_advertisement{
    max-height: 100px;
    width: 100%;
}
header .top_advertisement img{
    max-height: 100px;
    width: 100%;
}
header .head_top{
    border-bottom: 1px solid #ccc;
    padding-top:5px;
    padding-bottom:5px;
}
header .head_top .head_top_left{
    color: #666;
}
header .head_top .head_top_right a{
    margin-left: 5px;
}
header .head_mid{
    margin-top: 20px;
}
header .head_mid a{
    margin-left: 10px;
}
header .head_bot{
    margin-top: 20px;
    background: #413D3E;
}

/*菜单*/
header .navbar-brand{
    height: auto;
}
header .navbar-static-top{
    width: 100%;
}
header .navbar-nav>li{
    position: relative;
}
header .navbar-nav>li>a{
    color: #fff;
    padding: 10px 28px;
}
header .navbar-nav>li .active{
    background: #eee;
    color: #e20101;
}
header .navbar-nav>li:hover .menu_a{
    /*color: #e20101;*/
    background: #313131;
}
header .navbar-nav>li:hover .drop-down-menu{
    display: block;
}
header .nav>li>a:hover{
    /*color: #e20101;*/
}
header .change_language .dropdown-toggle{
    width: 100%;
    line-height: 50px;
    padding: 0px 12px;
    border: none;
    background: none;
    color: #337ab7;
}
header .change_language .dropdown-menu{
    width: 100px;
    min-width: 100px;
    text-align: left;
}
header .change_language .dropdown-menu a{
    cursor: pointer;
    color: #337ab7 !important;
}
header .glyphicon-menu-hamburger{
    color: #fff;
}
header .drop-down-menu{
    display: none;
    background: #fff;
    line-height: 38px;
    position: absolute;
    top:40px;
    left: 0;
    z-index: 999;
    width: 100%;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0 5px #666;
    opacity: 0.9;
    overflow: hidden;
}
header .drop-down-menu ul{
    margin: auto;
}
header .drop-down-menu ul a{
    display: inline-block;
    width: 100%;
    text-align: center;
}
header .drop-down-menu ul a:hover{
    color: #e43c1f;
    background: #D3D3D3;
}

/*footer*/
footer{
    /*margin-top: 20px;*/
}
footer .footer_top{
    background: #575757;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
}
footer .footer_top_right{
    padding-top: 18px;
    font-size: 14px;
}
footer .footer_top_right a{
    margin-right: 10px;
    color: #ccc;
}
footer .footer_top_right a:hover{
    color: #e43c1f;
}
footer .footer_mid{
    background: #575757;
    padding-top: 20px;
    color: #ccc;
}
footer .footer_mid_left ul{
    margin-right: 20px;
    padding: 4px;
    text-align: center;
}
footer .footer_mid_left ul li{
    margin-bottom: 4px;
    text-align: center;
}
footer .footer_mid_left ul .li_title{
    font-size: 18px;
    color: #ccc;
}
footer .footer_mid_left ul li a{
    font-size: 14px;
    color: #ccc;
}
footer .footer_mid_left ul li a:hover{
    color: #e43c1f;
}
footer .footer_mid_mid, .footer_mid_bot{
    padding-top: 4px;
}
footer .footer_mid_mid>div, .footer_mid_bot>div{
    margin-bottom: 18px;
}
footer .footer_bot{
    background: #2B2B2B;
    text-align: center;
    font-size: 12px;
    color: #ccc;
    padding: 20px;
}

@media (min-width: 991px) and (max-width: 1200px){
    .navbar-nav>li>a{
        padding: 10px 20px;
    }
}
@media (min-width: 769px) and (max-width: 990px){
    .head_mid_left img{
        width: 200px;
    }
    .navbar-nav>li>a{
        padding: 10px 8px;
    }
}
@media (max-width: 769px){
    .head_mid_left{
        display: none;
    }
    .drop-down-menu-bg, .drop-down-menu{
        display: none !important;
    }
    .navbar-nav{
        margin: 0px -15px !important;
    }
    .footer_top{
        display: none;
    }
}
.cursor{
    cursor: pointer;
}
