html {
    scroll-behavior: smooth; 
}
* {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-family: Arial;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    /* font-size: 100%; */
}

body {
    overflow-x: hidden;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}


/* p {
    text-align: justify!important;
}
 */

input {
    outline: none;
}

 ::-webkit-scrollbar {
    width: 6px;
}

 ::-webkit-scrollbar-track {
    background: #fff;
}

 ::-webkit-scrollbar-thumb {
    background: #9F0101;
    border-radius: 6px;
}

.center {
    width: 1460px;
    margin: 0 auto;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

header {
    width: 100%;
    height: 154px;
    background: linear-gradient(to top, rgba(71, 71, 71, 0) 0%, #2D2D2D 100%);
    position: fixed;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
}

header.headerBg {
    background: rgba(159, 1, 1, 0.6);
}

header .center {
    display: flex;
    justify-content: space-between;
    padding: 28px 0;
    align-items: center;
    position: relative;
}

.webBio {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/icon-next.png) no-repeat 80px center #440000;
    padding: 8px 26px;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
}

.webBio:hover {
    background-color: #720000;
}

.logo {
    flex-shrink: 0;
    width: 340px;
    position: relative;
    z-index: 100;
}
.logo img{width:100%;}

.logo a {
    width: 230px;
    display: block;
    height: 100%;
    position: absolute;
}

header .center nav {
    /* flex: 1; */
    width: calc(100% - 500px);
    display: flex;
    /* gap: 12%; */
    justify-content: space-between;
}

header .center nav li>a {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    display: flex;
    align-items: center;
}

header .center nav li>a::after {
    content: "";
    display: block;
    width: 0;
    height: 6px;
    border-radius: 6px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

header .center nav li>a:hover::after {
    width: 100%;
    transition: all 0.5s;
}

header .center nav li {
    position: relative;
}

header .center nav li dl {
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    position: absolute;
    min-width: 130px;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    display: none;
}

header .center nav li dl a {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    display: block;
    padding: 10px 0;
}

header .center nav li dl a:hover {
    color: #9F0101;
}

footer {
    width: 100%;
    background: url(../img/index/footerBg.png) no-repeat center/cover;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

footer p {
    font-size: 16px;
    color: #FFFFFF;
}


/*ÃƒÂ¦Ã¢â‚¬Â°Ã¢â‚¬Â¹ÃƒÂ¦Ã…â€œÃ‚ÂºÃƒÂ§Ã‚Â«Ã‚Â¯ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚Âª*/

.mobile {
    width: 100%;
    height: auto;
    line-height: 60px;
    position: absolute;
    display: block;
    top: 0px;
    right: 0;
    z-index: 99
}
.moblieTop .logo{
    width: 240px;
}
.moblieTop .logo a{width: 166px;}

.mobile-inner-header {
    width: 100%;
    height: 42px;
    position: absolute;
    top: 0px;
    right: 20px;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 40px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 40px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
    opacity: 0.8;
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 3);
    width: 25px;
    height: 2px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-header-icon {
    color: #fff;
    height: 31px;
    float: right;
    width: 32px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    margin-top: 14px;
    background: #fff;
    z-index: 9999;
}

.mobile-inner-header-icon-out span {
    width: 24px;
    height: 2px;
    background-color: #9F0101;
    display: block;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

.mobile-inner-header-icon-click {
    background: none;
    margin-top: 20px;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    100% {
        transform: translateY(12px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(28, 28, 28, 0.85);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    padding-top: 60px;
    padding-bottom: 25px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    /* line-height: 45px; */
    text-decoration: none;
    width: 100%;
    font-size: 1.1em;
    border-bottom: solid 1px #646360;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav li {
    position: relative;
    padding: 0 20px;
}

.mobile-inner-nav li a {
    text-indent: 0;
}

.mobile-inner-nav li strong {
    color: #fff;
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 28px;
    cursor: pointer;
    /* width: 40px; */
    /* height: 40px; */
    text-align: center;
    /* line-height: 40px; */
    font-weight: normal;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
    color: #fff;
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile_subNav {
    display: none;
    padding-left: 10px;
}

.mobile-inner-nav dd a {
    height: 60px;
    /* line-height: 35px; */
    border-bottom: dotted 1px rgb(105, 106, 106);
    font-size: 1em;
}

@keyframes rotate {
    from {
        transform: rotateX(90deg) translateY(0%);
        top: 43px;
    }
    to {
        transform: rotateX(0deg) translateY(0%);
        top: 43px;
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotateX(90deg) translateY(0%);
        top: 43px;
    }
    to {
        -moz-transform: rotateX(0deg) translateY(0%);
        top: 43px;
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotateX(90deg) translateY(0%);
        top: 43px;
    }
    to {
        -webkit-transform: rotateX(0deg) translateY(0%);
        top: 43px;
    }
}

.moblieTop {
    background: #9F0101;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: space-between;
    display: none;
    position: relative;
}
