html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul,
ol,
li,
a,
form,
label,
input,
textarea,
button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

dl,
dd {
    margin: 0;
}

body {
    font-family: Arial, sans-serif;
    color: #333;
}

a {
    text-decoration: none;
    color: #0066cc;
}

ul,
ol {
    list-style: none;
}

@font-face {
    font-family: 'MyCustomFont';
    src: url('./YOUSHEBIAOTIHEI.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.custom-text {
    font-family: 'MyCustomFont', sans-serif;
}

.centerWrap {
    width: 1400px;
    margin: 0 auto
}

.header {
    background: #fff;
}

.header .top {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
}

.header .logo {
    width: 400px;
    height: 50px;
}
.header .logo img{
    width: 100%;
    height: 100%;
}

.header .top {
    font-size: 24px;
    color: #b90312;
    font-family: 'MyCustomFont';
}

.header .top span {
    width: 350px;
    display: inline-block;
    white-space: nowrap;
}

.nav-wrap {
    width: 100%;
    height: 110px;
    position: relative;
    z-index: 2;
}

.nav-wrap ul {
    display: flex;
    justify-content: space-between;
    
}

.nav-wrap ul li {
   
    flex: 1;
    text-align: center;
    position: relative;
}

.nav-wrap ul li+li::before {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(217, 217, 217, 0.65) 51%, rgba(255, 255, 255, 0) 100%);
    width: 2px;
    height: 26px;
    float: left;
    position: absolute;
    top: 20px;
}

.nav-wrap ul li>a {
    color: #fff;
    font-size: 20px;
    width: calc(100% - 2px);
    display: inline-block;
    padding-bottom: 20px;
    padding-top: 20px;
    transition: transform 0.3s ease;
}

.nav-wrap ul li:hover>a {
    color: #b90312;
    transform: scale(1.1);
    font-weight: bold;
}

.nav-wrap ul li dl {
    display: none;
    position: absolute;
    width: 100%;
    transition: transform 0.4s;
    list-style-type: none;
    background: rgba(255, 255, 255, 1);
}

.nav-wrap ul li.active .nav-wrap-secondary {
    display: block;
}

.nav-wrap ul li dl dd {
    padding: 18px 10px;
    cursor: pointer;
    border-bottom: 1px solid #e4e4e4
}

.nav-wrap ul li dl dd a {
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.nav-wrap ul li dl dd:hover a {
    color: #b90312;
}

.mobile {
    width: 100%;
    background-color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    height: 71px;
    display: none;
}

.mobile-wrap {
    position: relative;
}

.mobile-wrap .logo {
    width: 300px;
    position: absolute;
    left: 0;
    top: 20px;
}

.mobile-wrap .logo img {
    width: 100%;
}

.menu-wrap {
    float: right;
    width: 100%;
    position: relative;
    z-index: 99;
}

.menu-collapser {
    position: relative;
    width: auto;
    clear: both;
    margin: 25px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    overflow: hidden;
}

.collapse-button {
    position: relative;
    margin: 0;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.collapse-button .icon-bar {
    display: block;
    width: 26px;
    height: 2px;
    margin: 5px 0 0 0;
    background: #b90312;
    border-radius: 1px;
}

.menu {
    display: none;
    background: #fff;
    max-height: 350px;
    overflow-y: auto;
    text-align: left;
    overflow-x: hidden;
    -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    position: absolute;
    top: 71px;
    z-index: 99;
    width: 100%;
    border-radius: 0 0 4px 4px;
}

.webSearch {
    border: 1px solid #b90312;
    border-radius: 15px;
    overflow: hidden;
    width: 80%;
    margin: 15px auto;
}

.webSearch input {
    outline: none;
    border: none;
}

.inpTit {
    height: 15px;
    padding: 15px;
    width: 84%;
    float: left;
}

.inpSearch {
    width: 15%;
    float: right;
    background: url(../images/icon-search.png) no-repeat center center;
    height: 15px;
    padding: 15px;
}

.menu-info>li {
    width: 100%;
    position: relative;
}

.menu-info>li>a {
    display: block;
    padding: 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 40px;
    font-size: 15px;
    text-transform: capitalize;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: #333;
}

.menu-info>li>a:before {
    background: #b90312;
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
}

.menu-info>li.active>a:before,
.menu-info>li:hover>a:before {
    width: 100%;
    transition: all .3s ease-in-out;
}

ul.dropdown {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    min-width: 200px;
    white-space: nowrap;
    background: #fff;
    -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
}

.menu-info>li>ul.dropdown li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    text-align: left;
}

.menu-info ul.dropdown li a {
    width: 100%;
    background: none;
    padding: 0 0 0 25px;
    line-height: 40px;
    font-size: 13px;
    color: #777777;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    clear: both;
    position: relative;
    outline: 0;
    z-index: 1;
    transition-delay: 0.1s;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.menu-info ul.dropdown li a:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.menu-info ul.dropdown li a:before {
    transition: all .3s ease-in-out;
}

.menu-info ul.dropdown li a:before {
    background: #e71a2f;
}

.menu-info ul.dropdown li:hover a {
    color: #fff
}

.menu-info ul.dropdown li:hover a:before {
    width: 100%;
}

.menu-info li .sub-toggle {
    display: block;
    position: absolute;
    width: 50px;
    right: 0;
    line-height: 40px;
    top: 0;
    border-left: solid 1px rgba(0, 0, 0, 0.05);
    color: #181818;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    font-size: 20px;
    color: #555;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-info li .sub-toggle i {
    display: block;
    width: 100%;
    height: 100%;
}

.menu-info li .expend i {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.foot-wrap {
    background: #9E000C;
    padding: 50px 0;
}

.foot .item {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 20px;
}
.foot .item a{
    color: #fff;
    font-size: 20px;
}

.foot .item:first-child {
    margin-right: 180px;
}

.foot .item span:first-child {
    margin-bottom: 18px;
}

.foot {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1199px) {
    .nav-wrap ul li>a {
        font-size: 18px;
    }

    .nav-wrap ul li dl dd a {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .header {
        display: none;
    }

    .mobile {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .mobile-wrap .logo {
        width: 250px;
    }

    .copyRight span {
        display: block;
    }

    .botNavBox dl dt {
        font-size: 16px;
    }

    .botNavBox dl dt::after {
        height: 1px;
    }

    .botNavBox {
        flex-wrap: wrap;
    }

    .botNavBox dl {
        flex: 0 0 33%;
    }

    .footer .centerWrap {
        flex-direction: column;
    }

    .foot-wrap .item:first-child {
        margin-right: 0;
    }

    .foot-wrap .item span:first-child {
        margin-bottom: 0;
    }

    .foot-wrap .item span {
        margin-bottom: 10px !important;
        font-size: 16px;
    }

    .foot-wrap {
        display: flex;
        justify-content: center;
    }

    .centerWrap {
        width: 100%;
        padding: 0 20px;
    }
}