﻿body {
    min-width: 320px;
}


/* 头部 */

.head {
    position: relative;
    width: 100%;
    height: 150px;
    z-index: 999;
    background-color: #94070A;
}

/* head 内部：logo 绝对定位脱离文档流，不挤占 head_right 空间，允许左右重叠
   背景图保持原始尺寸不缩放，垂直居中显示 */
.head .h-top {
    position: relative;
    height: 150px;
}

.head .logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 150px;
    width: 100%;
    padding: 0;
    background: url(../images/logo.png) no-repeat left center;
    background-size: auto;
    pointer-events: none;
    z-index: 1;
}
.logo img {
    height: 71px;
    width: auto;
    object-fit: contain;
    vertical-align: middle;
}
.head .head_right {
    position: relative;
    float: right;
    text-align: right;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
}

.head .head_right .search {
    display: inline-block;
    position: relative;
    width: 280px;
    height: 30px;
    margin-bottom: 12px;
    align-self: flex-end;
    color: #fff;
    background-color: transparent;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 20px;
    overflow: hidden;
}

.head .head_right .search .text {
    box-sizing: border-box;
    width: 230px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    padding: 0 10px 0 18px;
    background: transparent;
    margin-right: 38px;
    overflow: hidden;
    font-size: 14px;
}

.head .head_right .sousuo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.head .head_right .sousuo:hover {
    opacity: 1;
}

.nav {
    margin-top: 0;
}

.head .nav>ul {
    display: flex;
    justify-content: flex-end;
}

.head .nav>ul>li {
    position: relative;
    float: left;
    margin-left: 0;
    padding-bottom: 0;
    text-align: center;
}

.head .nav>ul>li>a {
    display: block;
    padding: 0 18px;
    line-height: 42px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    transition: all 0.3s;
}

.head .nav>ul>li>a h3 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 42px;
    margin: 0;
    display: inline;
}

.nav>ul>li:hover {
    font-weight: normal;
}

.head .nav>ul>li ul {
    position: absolute;
    top: 56px;
    width: 160px;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    transform-origin: top;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.head .nav ul>li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

.head .nav>ul>li ul li {
    padding: 0;
    line-height: 28px;
    text-align: center;
    border-bottom: 1px solid #ebe5e5;
}

.head .nav>ul>li ul li:last-child {
    border-bottom: none;
}

.head .nav>ul>li ul li a {
    display: block;
    font-size: 15px;
    color: #333;
    padding: 10px 16px;
    line-height: 28px;
    transition: all 0.2s;
}

.head .nav>ul>li ul li:hover {
    background-color: #94070A;
}

.head .nav>ul>li ul li:hover a {
    color: #fff;
}

.head .nav>ul>li.on {
    background: #fff;
}

.head .nav>ul>li.on>a,
.head .nav>ul>li:hover>a {
    background: #fff;
    color: #94070A;
    font-weight: bold;
}

.head .nav>ul>li.on>a h3,
.head .nav>ul>li:hover>a h3 {
    font-weight: bold;
    color: #94070A;
}


/* 移动端 */

.wap {
    display: none;
}

.wap-menu {
    position: fixed;
    top: 15px;
    right: 10px;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}


/* 底部 */


/* footer */

.footer {
    width: 100%;
    background-color: #94070A;
}

.footer .top {
    top: 0;
    box-sizing: border-box;
    background-color: #94070A;
}

.footer .top h4 {
    display: inline;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    padding-right: 23px;
}

.footer .top a {
    display: inline-block;
    font-size: 18px;
    color: rgba(255,255,255,0.78);
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.footer .top a:hover {
    color: #fff;
}

.footer .top span {
    font-size: 18px;
    color: rgba(255,255,255,0.35);
    padding-left: 32px;
    padding-right: 33px;
}

.footer .bottom {
    width: 100%;
    height: 346px;
height: 320px;
    background-color: #7a0508;
}

.footer .bottom .px1550 {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.footer .bottom .shang {
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 83px;
margin-top: 50px;
    margin-bottom: 40px;
}

.footer .bottom .shang .zgh {
    float: left;
    font-size: 16px;
    color: rgba(255,255,255,0.78);
    text-align: center;
}

.footer .bottom .shang .zgh .gf {
    padding-top: 14px;
}

.footer .bottom .shang .er {
    float: left;
}

.footer .bottom .shang .sph {
    float: left;
    margin-left: 50px;
    font-size: 16px;
    color: rgba(255,255,255,0.78);
    text-align: center;
}

.footer .bottom .shang .sph .sp {
    padding-top: 14px;
}

.footer .bottom .shang .zi5 {
    float: left;
    padding-left: 70px;
    font-size: 16px;
    color: rgba(255,255,255,0.78);
    line-height: 45px;
}

.footer .bottom .xia {
    /* float: left; */
    padding-top: 30px;
    text-align: center;
padding-top: 10px;
}

.footer .bottom .xia p {
    display: inline;
    font-size: 14px;
    color: rgba(255,255,255,0.78);
    line-height: 24px;
}
.footer .bottom .xia a{
    font-size: 14px;
    color: rgba(255,255,255,0.78);
}

.footer .bottom .xia p:first-child {
    padding-left: 117px;
}

.footer .bottom .xia p:nth-child(2) {
    padding: 0 28px 0 25px;
}

@media screen and (max-width:768px){
.footer .bottom .shang .zgh {
    float: none;
    
}
}