﻿* {
    margin: 0;
    padding: 0;
}

.header {
    width: 100%;
    /* background: red; */
    height: 80px;
    box-shadow: 0px 1px 3px 0px gainsboro;
    /*下边阴影  黄色*/
    margin-bottom: 1px;
}

.hcontainer {
    /* margin-right: 120px !important;
    margin-left: 120px !important; */
    padding-right: 0 !important;
    padding-left: 0 !important;
    display: flex;
    flex-direction: row;
    width: 1200px;
    margin: 0 auto;
}

.nav-link:hover {
    border-bottom: 2px solid #BC261A;
    /* width: 65px; */
    color: #BC261A !important;
    font-weight: bold !important;
}

.navbar-header {
    display: flex;
    align-self: center;
    width: 200px;
}

.navbar-header img {
    /*width: 220px;*/
    height: 70px;
}

.navbar-nav {
    /*margin-left: 80px !important;*/
}

.denglu a {
    display: inline-block;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    width: 52px;
}

.actives {
    border-bottom: 2px solid #BC261A;
    /* width: 65px; */
    color: #BC261A !important;
    font-weight: bold !important;
}

.zhuce a {
    display: inline-block;
    /* margin-left: 12px; */
    text-align: center;
    /* padding: 5px 12px; */
    width: 52px;
    height: 24px;
    background: #BC261A;
    border-radius: 12px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.zhuce a:hover {
    color: white !important;
}

.mright {
    display: none;
    position: absolute;
    width: 480px;
    height: 320px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 0px;
    left: 160px;
    right: 0;
    margin-top: 2px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding: 0 40px;
}

.mtitle {
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: flex;
    border-bottom: 1px solid #E2E2E2;
    align-items: center;
}

.mtitle img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.mtitle span {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}

.mbottom {
    width: 100%;
}

.mcenter {
    width: 100%;
    /* height: ; */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.mcenter p {
    /* flex: 1; */
    width: 30%;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-top: 22px;
    margin-bottom: 0 !important;
}