@charset "utf-8";
@font-face {
    font-family: "arial";
    src: url(../css/arial.woff);
}
.arial{
    font-family: "arial";
}
@font-face {
    font-family: "zkqkhyt";
    src: url(../css/zkqkhyt.woff);
}
.arial{
    font-family: "zkqkhyt";
}
@font-face {
    font-family: "fzfs";
    src: url(../css/fzfsjt.TTF);
}
.fzfs{
    font-family: "fzfs";
}
/* 头部 */
.head{
    background: url(../img/header_bg.png) no-repeat right top #7d0000;
    background-color: rgba(125, 0, 0, .9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0 20px;
    z-index: 999;
}
.logo_wrapper{
    margin: 0px auto 20px;
}
.head_top ul li {
    float: left;
    position: relative;
    padding: 5px 10px;
}
.head_top ul li:after{
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    right: -2px;
    top: 50%;
    margin-top: -2px;
}
.head_top ul li:last-child{
    padding-right: 0;
}
.head_top ul li:last-child:after{
    width: 0;
}
.head_top ul li a{
    display: block;
    color: #fff;
    font-size: 14px;
}
/* 检索 */
/* 搜索框 */
.search-link{

}
.search{
    float: right;
    margin-top: 10px;
}
.search>.search-text{
    width: 210px;
    height: 42px;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 13px;
    background: #f7f7f7;
    background: rgba(247, 247, 247, .8);
}
.search>.search-btn{
    vertical-align: top;
    width: 28px;
    height: 34px;
    background: url(../img/search.png) no-repeat center;
    box-sizing: content-box;
    cursor: pointer;
    background-color: #cfa972;
    padding: 4px 9px;
}
.logo{
    
display: flex;
    
align-items: center;
}
/* 导航 */
.nav>ul{
    display: table;
    table-layout: auto;
    text-align: center;
    width: 100%;
}
.nav>ul>li{
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.nav>ul>li>a{
    display: block;
    color: #fff;
    font-size: 18px;
}
/* 二级栏目 */
.nav>ul>li>ul{
    position: absolute;
    width: auto;
    left: 50%;
    top: 100%;
    background: #004986;
    background-color: #850200;
    padding: 10px 0;
    -webkit-transform: translate(-50%,12px);
    -ms-transform: translate(-50%,12px);
    transform: translate(-50%,12px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}
.nav>ul>li:hover>ul{
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    visibility: visible;
    opacity: 1;
}
.nav>ul>li>ul>li{
    padding: 0 14px;
}
.nav>ul>li>ul>li:hover{
    background: rgba(0, 0, 0, 0.5);
    background-color: rgba(125, 0, 0, .5);
}
.nav>ul>li>ul>li>a{
    display: block;
    font-size: 17px;
    color: #fff;
    font-family: "arial";
    line-height: 35px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 尾部 */
.footer{
    background: url(../img/footer_bg.png) no-repeat center center #810100;
    padding: 50px 0;
}
.footer_logo{
    float: left;
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.footer_logo img{
    display: block;
}
.footer ul{
    float: right;
}
.footer ul li a{
    display: block;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
}
