body {
    min-width: 320px;
}


/* 头部 */

.head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 27px;
    background-image: url(../images/bg.png);
}

.head .logo {
    float: left;
}

.head .head_right {
    float: right;
    text-align: right;
}

.head .head_right .search {
    display: inline-block;
    position: relative;
    width: 292px;
    height: 35px;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #fff
}

.head .head_right .search .text {
    box-sizing: border-box;
    width: 255px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    padding: 0 10px 0 11px;
    background: transparent;
    margin-right: 35px;
    overflow: hidden;
}

.head .head_right .sousuo {
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 15px;
    cursor: pointer;
}

.nav {
    margin-top: 21px;
}

.head .nav>ul>li {
    position: relative;
    float: left;
    margin-left: 20px;
    padding-bottom: 35px;
    text-align: center;
}

.head .nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #f1e0df;
}

.nav>ul>li:hover {
    font-weight: bold;
}

.head .nav>ul>li ul::before {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
}

.head .nav>ul>li ul {
    position: absolute;
    top: 50px;
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 3px 3px #999;
    display: none;
    z-index: 999;
}

.head .nav ul>li:hover ul {
    display: block;
}

.head .nav>ul>li ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 15px;
    text-align: center;
    border-bottom: 1px solid #ebe5e5;
}

.head .nav>ul>li ul li a {
    font-size: 14px;
    color: #333;
}

.head .nav>ul>li ul li:hover {
    background-color: #c11c1c;
}

.head .nav>ul>li ul li:hover a {
    color: #fff;
}


/* 移动端 */

.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: #084287;
}

.footer .top {
    top: 0;
    box-sizing: border-box;
    background-color: #084287;
}

.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: #bcafaf;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.footer .top a:hover {
    color: #fff;
}

.footer .top span {
    font-size: 18px;
    color: #fff;
    padding-left: 32px;
    padding-right: 33px;
}

.footer .bottom {
    width: 100%;
    height: 56px;
 /*   background: url(../images/footerpng.png) no-repeat;*/
    background: #072243;
}

.footer .bottom .px1550 {
    border-bottom: 1px solid #342121;
}

.footer .bottom .shang {
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 83px;
    margin-bottom: 40px;
}

.footer .bottom .shang .zgh {
    float: left;
    font-size: 16px;
    color: #ac9f9f;
    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: #ac9f9f;
    text-align: center;
}

.footer .bottom .shang .sph .sp {
    padding-top: 14px;
}

.footer .bottom .shang .zi5 {
    float: left;
    padding-left: 70px;
    font-size: 16px;
    color: #ac9f9f;
    line-height: 45px;
}

.footer .bottom .xia {
    /* float: left; */
    padding-top: 15px;
    text-align: center;
}

.footer .bottom .xia p {
    display: inline;
    font-size: 14px;
    color: #ac9f9f;
    line-height: 24px;
}
.footer .bottom .xia a{
    font-size: 14px;
    color: #ac9f9f;
}

.footer .bottom .xia p:first-child {
    padding-left: 117px;
}

.footer .bottom .xia p:nth-child(2) {
    padding: 0 28px 0 25px;
}