@font-face {
    font-family: 'Pang';
    src: url("../js/pangmenzhengdao.TTF");
}

.brandBox {
    position: relative;
    background: #000;
}

.brandBanner {
    background: url(../img/brandBanner.png) no-repeat center top;
    height: 640px;
    position: relative;
}

.bannerText {
    width: 360px;
    height: 65px;
    line-height: 65px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    bottom: 165px;
    color: #F4E5C4;
    letter-spacing: 1px;
    font-size: 30px;
    text-align: center;
    border: 2px solid #F4E5C4;
}

.brandMuto {
    padding-top: 50px;
}

.introduceBox {
    position: relative;
}

.introduce-title {
    margin: auto;
    text-align: center;
}

.introduce-title h1 {
    font-size: 50px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 75px;
    background-image: linear-gradient(#981410, #FB3034);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.introduce-title h3 {
    font-size: 45px;
    font-weight: bold;
    line-height: 75px;
    color: #F4E5C4;
}

.introduce-content {
    width: 1000px;
    margin: auto;
    margin-top: 30px;
}

.introduce-content p {
    color: #F4E5C4;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
}

.introduceList {
    width: 1200px;
    display: flex;
    margin: auto;
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
}

.introduceList li {
    width: 295px;
    text-align: center;
}

.introduceList .introduceLogo {
    padding: 5px;
    border: 2px solid;
    box-sizing: border-box;
    border-image: linear-gradient(to right, #981410, #FB3034) 1;
}

.crowdLogo {
    overflow: hidden;
}

.crowdLogo:hover img {
    transform: scale(1.06);
    transition: .3s;
}

.introduceLogo img {
    width: 100%;
    transition: .3s;
}

.introduceList span {
    color: #F4E5C4;
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
    display: block;
}

.introduceList p {
    color: #F4E5C4;
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
}

.introduce-logo {
    width: 1000px;
    height: 500px;
    margin: 20px auto;
    padding: 5px;
    border: 2px solid;
    box-sizing: border-box;
    box-sizing: content-box;
    border-image: linear-gradient(to right, #981410, #FB3034) 1;
}

.introduce-logo img {
    width: 100%;
    height: 500px;
    transition: .3s;
    object-fit: cover;
}

.introduce-logo .el-image {
    overflow: hidden;
}

.introduce-logo .el-image:hover img {
    width: 100%;
    transform: scale(1.06);
    transition: .3s;
}

.toyBox {
    position: relative;
}

.distributionBox {
    position: relative;
}

.distributionBox .distributionList {
    display: flex;
    width: 1000px;
    margin: auto;
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
}

.distributionBox .distributionList li {
    width: 325px;
    padding: 5px;
    border: 2px solid;
    box-sizing: border-box;
    border-image: linear-gradient(to right, #981410, #FB3034) 1;
}

.distributionLogo {
    overflow: hidden;
}

.distributionLogo:hover img {
    transform: scale(1.06);
    transition: .3s;
}

.distributionList img {
    width: 100%;
    transition: .3s;
}

.courseBox {
    position: relative;
}

.courseBody {
    position: relative;
    margin-top: 30px;
}

.gallery-thumbs {
    top: -28px;
    cursor: pointer;
}

.swiper-container {
    width: 100%;
}

.courseBody .line {
    background: #672121;
    height: 2px;
    width: 100%;
    margin-top: 50px;
}

.gallery-top {
    width: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active .text .num {
    color: #C9000A;
    -webkit-text-fill-color: #C9000A;
    -webkit-text-stroke: transparent;
    font-size: 42px;
}

.gallery-thumbs .swiper-slide-thumb-active .text::before {
    background: #e70000;
}

.gallery-thumbs .swiper-slide-thumb-active .yearBox span {
    background: #A9010A;
}

.gallery-thumbs .swiper-slide-thumb-active .yearBox span::before {
    content: '';
    display: block;
    border: 1px solid #C9000A;
    border-radius: 15px;
    padding: 12px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: -8px;
    margin: auto;
}

.yearBox {
    position: relative;
    line-height: 95px;
}

.yearBox span {
    width: 10px;
    height: 10px;
    display: block;
    background: #621d1d;
    border-radius: 15px;
    transition: 0.3s;
    margin: 22px auto 15px;
    position: relative;
}

.yearBox .text {
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    width: 120px;
    height: 40px;
    position: relative;
    transition: 0.3s;
    line-height: 40px;
    margin: 0 auto 35px;
}

.yearBox .text .num {
    font-family: 'Pang';
    color: #621d1d;
    font-size: 36px;
    position: relative;
    z-index: 2;
    background: #CC0011;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
    -webkit-text-fill-color: #000;
    transition: 0.3s;
}

.courseBy {
    width: 1000px;
    margin: auto;
}

.courseBy .Courses {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 1000px;
    height: 350px;
    overflow: hidden;
}

.myscroll {
    width: 1000px;
    animation: 5s wordsLoop linear 2s infinite normal;
}

.courseBy .myscroll:hover {
    animation-play-state: paused;
}

.Courses .logoTop {
    display: flex;
    width: 1000px;
    justify-content: center;
}

.Courses .logoTop li {
    margin: 0 5px;
}

.Courses .contentBottom {
    width: 800px;
    margin: auto;
    text-align: center;
}

.Courses .contentBottom li {
    margin-top: 5px;
}

@keyframes wordsLoop {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}

@-webkit-keyframes wordsLoop {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}

.Courses .contentBottom li a {
    color: #F4E5C4;
}

.Courses .logoTop li {
    width: 300px;
    height: 200px;
    border: 2px solid;
    padding: 5px;
    box-sizing: border-box;
    border-image: linear-gradient(to right, #981410, #FB3034) 1;
}

.Courses .logoTop li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Courses li a {
    color: #F4E5C4;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 1px;
}

.safeguardBox .introduce-title h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
}

.safeguardBox .introduce-title i {
    display: block;
    color: #49423C;
    font-size: 100px;
    line-height: 30px;
    height: 30px;
}

.safeguardTitle {
    width: 870px;
    position: relative;
    display: flex;
    margin: auto;
    justify-content: center;
}

.safeguardBox .introduce-title {
    position: relative;
}

.safeguardBox .introduce-title i {
    background: url(../img/safeguardIcon.png) no-repeat center top;
    width: 100px;
    height: 55px;
    background-size: contain;
}

.safeguardBox .introduce-title i:nth-child(1) {
    position: absolute;
    left: -65px;
    top: 0;
    transform: rotate(180deg);
}

.safeguardBox .introduce-title i:nth-child(3) {
    position: absolute;
    right: -60px;
    bottom: -10px;
}

.safeguardBanner {
    position: relative;
    background: url(../img/safeguardBanner.png) no-repeat top center;
    height: 840px;
    margin-top: 30px;
    background-size: cover;
}

.safeguardBg {
    width: 100%;
    height: 440px;
    background: #c22222;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.safeguardMuto {
    width: 1000px;
    margin: auto;
    margin-top: 80px;
}

.safeguardMuto .safeguardList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
}

.safeguardList li {
    font-size: 50px;
    font-family: 'Pang';
}

.safeguardList h1 {
    font-size: 70px;
    display: inline-block;
    font-family: 'Pang';
}

.safeguardList i {
    font-size: 26px;
    margin-left: -25px;
}

.safeguardList p {
    color: #F4E5C4;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
}

.crowdBox {
    position: relative;
}

.ministerBox {
    position: relative;
}

.wayBox {
    position: relative;
}

.wayBox .wayList {
    width: 1000px;
    margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wayList li {
    width: 200px;
}

.wayList li:nth-child(2) {
    width: 245px;
}

.wayList li img {
    width: 100%;
}

.wayList li p {
    color: #F4E5C4;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.deliverBox {
    position: relative;
}

.deliverBox .deliverList {
    width: 1000px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    margin-top: 30px;
}

.deliverList li {
    width: 320px;
    text-align: center;
}

.deliverList li img {
    width: 100%;
}

.deliverList li .deliverLogo2 {
    display: none;
}

.deliverList li:hover .deliverLogo2 {
    display: block;
}

.deliverList li:hover .deliverLogo1 {
    display: none;
}

.contactBox {
    position: relative;
    background: url(../img/distributionBanner2.jpg) no-repeat top center;
    background-position-y: -535px;
    overflow: hidden;
    padding-bottom: 50px;
}

.contactBox .contactList {
    display: flex;
    width: 1000px;
    justify-content: center;
    margin: auto;
    margin-top: 30px;
}

.contactBox .contactList li {
    width: 485px;
}

.contactBox .contactList img {
    width: 100%;
}

.contactContent p {
    color: #F4E5C4;
    text-align: center;
    font-size: 35px;
}

.contactContent p:nth-child(2) {
    font-family: 'Pang';
    margin-top: 20px;
    font-size: 65px;
}