html::-webkit-scrollbar {
    display: none;
}

.header {
    width: 100%;
    height: 12rem;
    background: #a20301;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    padding: 0 3.2rem;
}

.header .logo {
    width: auto;
    height: 6rem;

    background-size: 100% 100%;
}

.header .logo img {
    width: auto;
    height: 6rem;
}

.header-nav {
    display: none;
}

.header-right-moblie {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    position: relative;
    outline: none;
    vertical-align: middle;
}

.header-right-moblie .navbtn {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 0.2rem;
    transition: all .3s ease-out 0s;
    background: #fff;
    margin-top: -1px;
}

.header-right-moblie .navbtn::after,
.header-right-moblie .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 0.2rem;
    content: '';
    transition: all .3s ease-out 0s;
    background: #fff;
}

.header-right-moblie .navbtn::before {
    top: 1.5rem;
}

.header-right-moblie .navbtn::after {
    top: -1.5rem;
}

.header-right-moblie.on .navbtn {
    background: transparent;
}

.header-right-moblie.on .navbtn::before {
    transform: rotate(-45deg);
    top: 0;
}

.header-right-moblie.on .navbtn::after {
    transform: rotate(45deg);
    top: 0;
}

.m-nav {
    display: block;
    position: fixed;
    top: 12rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 12rem);
    overflow-y: auto;
    background: #f1f1f1;
    padding: 3.2rem;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s ease-out;
    z-index: 999;
}

.m-nav-show {
    transform: translateX(0);
    opacity: 1;
}

.m-nav .search {
    display: flex;
    justify-content: center;
}

.m-nav .search .input {
    font-size: 2.4rem;
    color: #646464;
    height: 6.6rem;
    padding: 0 2.4rem;
    box-shadow: none;
    float: left;
    border-right: 0;
    background: none;
    width: calc(100% - 12rem);
    border: #932024 1px solid;
    border-radius: 50vw 0 0 50vw;
    background: #fff;
    outline: 0;
    -webkit-appearance: none;
}

.m-nav .search .m-btn img {
    width: 4rem;
    height: 4rem;
}

.m-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12rem;
    height: 6.6rem;
    line-height: 44px;
    border: 0;
    background: #932024;
    background-size: 0.3rem;
    border-radius: 0 50vw 50vw 0;
}

.m-nav-list {
    margin-top: 4rem;
}

.m-nav-item {
    padding: 0 4rem;
}

.m-nav-item>.m-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 11rem;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.m-nav-item>.m-menu>a {
    font-size: 3.4rem;
    font-weight: 700;
    color: #000;
}

.m-nav-item>.m-menu>i {
    display: block;
    width: 10.8rem;
    height: 10.8rem;
    background: url(../images/arrow_down.svg) center no-repeat;
    background-size: 4rem 4rem;
}

.m-sub {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.m-sub a {
    display: block;
    height: 6.4rem;
    line-height: 6.4rem;
    font-size: 2.8rem;
    color: #666;
}

.m-active>.m-menu>i {
    transform: rotate(-90deg);
}

/* footer */
.footer {
    width: 100%;
    margin-top: 80rem;
    min-height: 32rem;
    background: url(../images/footer-bg.png) no-repeat;
    background-size: cover;
    position: relative;
}

.footer-box {
    padding: 0 4rem;
}

.footer-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 0 0;
}

.footer-left .logo img,
.footer-left .logo {
    width: 100%;
    height: auto;
}
.phone,
.address,
.email {
    display: flex;
    height: 4.8rem;
    line-height: 4.8rem;
    font-size: 2.4rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    width: 100%;

}
.phone{
  height: auto;
}
.address {
    margin-top: 4rem;
}
.phone,
.email {
    margin-top: 2.4rem;
}
.phone img,
.email img,
.address img {
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 2.4rem;
}

.footer-middle {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    padding: 3.2rem;
}

.middle-item {
    width: 100%;
}

.middle-item .title {
    font-size: 2.4rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    color: #932024;
    margin-top: 4.8rem;
    padding-left: 2rem;
    border-left: 2px solid #932024;
}

.middle-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.middle-list>a {
    font-size: 2.4rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #666;
    margin-right: 2.4rem;
    line-height: 8rem;
}

.footer-right {

    display: flex;
    justify-content: center;
    position: absolute;
    right: 11rem;
    top: 30rem;
}

.footer-right>div {
    width: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.footer-right>div>img {
    width: 6.8rem;
    height: 6.8rem;
}

.footer-right>div span {
    font-size: 2rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 1.6rem;
}

.footer-right .code {
    width: 28rem;
    height: 28rem;
    background: #fff;
    padding: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: calc(50% - 14rem);
    bottom: 100%;
    margin-bottom: 2rem;
    z-index: 99;
    transform: translateY(-4rem);
    opacity: 0;
    transition: all 0.2s ease-out 0s;
visibility: hidden;
}

.footer-right .code>img {
    width: 24rem;
    height: 24rem;
}

.footer-right .code::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -1.6rem;
    width: 0;
    height: 0;
    border: 1.6rem solid transparent;
    font-size: 0;
    border-top-color: #fff;
}

.footer-right .code.codeShow {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

.copyright {
    width: 60rem;
    padding: 2.3rem 0;
    margin: 4.8rem auto 0;
    border-top: 1px solid #fff;
    font-size: 2.4rem;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.copyright p {
    padding: 0 6rem;
}

.copyright p span {
    font-size: 2.4rem !important;
}

.top {
    width: 8rem;
    height: 8rem;
    background: #F4561E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 4rem;
    bottom: 20rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 998;
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
}

.top img {
    width: 3rem;
    height: 3rem;
}

.top {
    font-size: 2rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.topShow {
    visibility: visible;
    opacity: 1;
}

.dy-bg {
    width: 100%;
    height: 22.7rem;
    margin-top: 12rem;
}

.dy-bg img {
    width: 100%;
    height: 22.7rem;
}

.content {
    width: 100%;
}

.con-left {
    width: 100%;
}

.con-left .title {
    display: none;
}

.con-left .con-nav {
    width: 67rem;
    overflow-x: auto;
    margin: 0 4rem;
}

.con-left .con-list {
    display: flex;
}



.con-left .con-li>a {
    display: block;
    padding: 0 3.8rem;
    height: 9.6rem;
    text-align: center;
    line-height: 9.6rem;
    font-size: 2.8rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.9);
    position: relative;
    white-space: nowrap;
}

.con-left .con-li>a.li-on::after {
    content: '';
    width: 50%;
    height: 0.4rem;
    background: #932024;
    position: absolute;
    bottom: 0;
    left: 25%;
}

.drop-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
}

.drop-list>a {
    display: block;
    font-size: 2rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.9);
    padding: 1rem;
    border: 0.1rem solid #ddd;
    border-radius: 1rem;
    margin-right: 2rem;
}

.drop-list>a.li-on {
    color: #932024;
    border-color: #932024;
}

.con-right {
    width: 100%;
    margin-top: 2rem;
}
.search-box{
  display: none;
}