@import url("https://www.soulcaliburuniverse.com/css/base.css");

/* 头部开始 */
.header {
    width: 100%;

}

.logo {
    z-index: 999;
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.logo .logo-wrap {
    margin-top: 23px;
}

.search-wrap {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.search-wrap ul {
    display: flex;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.search-wrap ul a {
    cursor: pointer;
    padding: 0 10px;
    color: #FFFFFF;
}

.cg_jdt .bd img {
    width: 100%;
    max-width: 1920px;
    height: 700px;
    display: block;
    object-fit: cover;
}

.cg_jdt {
    overflow: hidden;
    position: relative;
    max-width: 1920px;
    height: 700px;
    margin: 0 auto;
}

.cg_jdt .zhuangshitu{
    width:100%;
    height:auto;
    object-fit:cover;
}
.cg_jdt .hd {
    height: 33px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 20px;
    z-index: 1;
}

.cg_jdt .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.cg_jdt .hd ul li {
    line-height: 1.25em;
    font-size: 14px;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    -webkit-text-size-adjust: none;
    list-style: none;
    text-align: center;
    display: inline-block;
    opacity: .8;
    width: 30px !important;
    height: 4px !important;
    background: #fff !important;
    border-radius: 2px 2px 2px 2px !important;
    cursor: pointer;
    margin: 0 4px;
}

.cg_jdt .hd ul li.on {
    line-height: 1.25em;
    font-size: 14px;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    -webkit-text-size-adjust: none;
    list-style: none;
    text-align: center;
    display: inline-block;
    opacity: 1;
    cursor: pointer;
    width: 60px !important;
    height: 4px !important;
    border-radius: 2px 2px 2px 2px !important;
    background: #A62424 !important;
    margin: 0 4px;
}

.cg_jdt .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.cg_jdt .bd li {
    zoom: 1;
    vertical-align: middle;
}

.cg_jdt .bd li a {
    width: 560px;
    height: 390px;
}

.cg_jdt .bd li a p {
    width: 60%;
    height: 60px;
    line-height: 30px;
    text-indent: 10px;
}

.cg_jdt .bd li a div {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: url("https://www.soulcaliburuniverse.com/images/tp2.png") no-repeat center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: all linear 0.3s
}

.cg_jdt .bd li h2 {
    display: block;
    width: 96%;
    padding: 0 2%;
    position: absolute;
    z-index: 8;
    font-size: 16px;
    margin-top: 5px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    bottom: 0;
    color: #ffffff;
    background: url("https://www.soulcaliburuniverse.com/images/tt_bg.png");
}

.cg_jdt .prev,
.cg_jdt .next {
    position: absolute;
    top: 50%;
    width: 66px;
    height: 65px;
    margin-top: -25px;
    display: block;
    background: url("https://www.soulcaliburuniverse.com/img/banner-arrow-left.png") no-repeat;
}

.cg_jdt .next {
    right: 0;
    background: url("https://www.soulcaliburuniverse.com/img/banner-arrow-right.png") no-repeat;
}

.cg_jdt .prev:hover,
.cg_jdt .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.cg_jdt .prevStop {
    display: none;
}

.cg_jdt .nextStop {
    display: none;
}

.banner-button {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    justify-content: space-between;
    top: 50%;
    height: fit-content;
    display: flex;
}

/*inav*/
.inavbox {
    background: #236593;
    width: 100%;
    height: 54px;
    margin: 0 auto;
}

.lminavbox {
    margin: 0 auto !important;
    width: 100% !important;
}

.inav {
    padding: 0;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 1;
    margin-top: 23px;
    float: left;
}

.inav a {
    color: #fff;
}

.inav .nLi {
    float: left;
    position: relative;
    display: inline;
}

.inav .nLi h3 {
    float: left;
}

.inav .nLi h3 a {
    display: block;
    padding: 0 20px;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    position: relative;
    font-weight: bold;
}


.inav .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 40px;
    position: absolute;
    background: #FFFFFFb2;
    line-height: 36px;
    padding: 0;
    font-size: 15px;
    text-align: center;
}

.inav .sub li {
    zoom: 1;
}

.inav .sub a {
    display: block;
    padding: 0 10px;
    color: #ffffff;
}

.inav .sub a:hover {
    background: #ffffff;
    color: #115888;
}

.inav .on h3 a {
    background: #FFFFFFb2;
    color: #ffffff;
}

.inav h3 a:hover {
    background: #FFFFFFb2;
    color: #ffffff;
}

/* 头部结束 */
/* 搜索输入框样式开始 */
.search-box {
    margin-left: 10px;
    width: fit-content;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
    height: 16px;
    border-radius: 40px;
    display: flex;
    box-sizing: content-box;
}

.search-txt {
    border: none;
    background: none;
    outline: none;
    padding: 0;
    color: #222;
    font-size: 16px;
    line-height: 16px;
    width: 0;
    transition: 0.4s;
}

.search-btn {
    color: #888888;
    font-size: 16px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.4s;
}

.search-box-focus {
    background-color: #FFFFFFb2;
    padding: 10px;
}

.search-box:hover {
    background-color: #FFFFFFb2;
    padding: 10px;
}

.search-box:hover .search-txt {
    width: 150px;
    padding: 0 12px;
}

.search-box:hover .search-btn {
    animation: rotate 0.4s linear;
}

.search-txt:focus {
    width: 150px;
    padding: 0 12px;

}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 搜索输入框样式结束 */

.main1 {
    width: 100%;
    height: auto;
    background: #F8F3F3;
    padding: 40px 0px;
}

.propaganda .content .left {
    background: url("https://www.soulcaliburuniverse.com/img/xuanchuandongtai_bg.png") no-repeat;
}

.main1 .title {
    font-family: SourceHanSerifSC, SourceHanSerifSC;
    font-weight: 800;
    font-size: 30px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.main1 .title .right {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #777777;
    text-align: left;
    font-style: normal;
    text-transform: none;
    align-items: center;
    display: flex;
}

.main1 .title .line {
    width: 20px;
    height: 2px;
    background: #A5090A;
    margin-right: 2px;
}

.main1 .title .english-wrap {
    margin-top: 4px;
    display: flex;
    align-items: center;
}

.main1 .title .english {
    font-family: SourceHanSerifSC, SourceHanSerifSC;
    font-weight: 400;
    font-size: 14px;
    color: #BF9090;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.main1-wrap {
    display: flex;
}

.propaganda {
    margin-right: 40px;
    flex: 2;
}

.xuanchuan_banner .bd img {
    width: 100%;
    width: 480px;
    height: 270px;
    display: block;
    object-fit: cover;
}

.xuanchuan_banner {
    background-color: white;
    overflow: hidden;
    position: relative;
    width: 480px;
    height: 100%;
}

.xuanchuan_banner .hd {
    height: 33px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.xuanchuan_banner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.xuanchuan_banner .hd ul li {
    line-height: 1.25em;
    font-size: 14px;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    -webkit-text-size-adjust: none;
    list-style: none;
    text-align: center;
    display: inline-block;
    opacity: .8;
    width: 8px !important;
    height: 8px !important;
    background: #ffffff8c !important;
    border-radius: 50% !important;
    cursor: pointer;
    margin: 0 4px;
}

.xuanchuan_banner .hd ul li.on {
    line-height: 1.25em;
    font-size: 14px;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    -webkit-text-size-adjust: none;
    list-style: none;
    text-align: center;
    display: inline-block;
    opacity: 1;
    cursor: pointer;
    width: 8px !important;
    height: 8p !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    margin: 0 4px;
}

.xuanchuan_banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.xuanchuan_banner .bd li {
    zoom: 1;
    vertical-align: middle;
}

.xuanchuan_banner .bd li a {
    width: 480px;
    height: 340px;
    text-decoration: none;
}

.xuanchuan_banner .bd li a p {
    width: 60%;
    height: 60px;
    line-height: 30px;
    text-indent: 10px;
}

/* .xuanchuan_banner .bd li a div {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: url("https://www.soulcaliburuniverse.com/images/tp2.png") no-repeat center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: all linear 0.3s
} */

.xuanchuan_banner .bd li h2 {
    display: block;
    width: 96%;
    padding: 0 2%;
    position: absolute;
    z-index: 8;
    font-size: 16px;
    margin-top: 5px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    bottom: 0;
    color: #ffffff;
    background: url("https://www.soulcaliburuniverse.com/images/tt_bg.png");
}

.xuanchuan_banner .prev,
.xuanchuan_banner .next {
    position: absolute;
    top: 50%;
    width: 66px;
    height: 65px;
    margin-top: -25px;
    display: none;
    background: url("https://www.soulcaliburuniverse.com/img/banner-arrow-left.png") no-repeat;
}

.xuanchuan_banner .next {
    right: 0;
    background: url("https://www.soulcaliburuniverse.com/img/banner-arrow-right.png") no-repeat;
}

.xuanchuan_banner .prev:hover,
.xuanchuan_banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.xuanchuan_banner .prevStop {
    display: none;
}

.xuanchuan_banner .nextStop {
    display: none;
}

.xuanchuan_banner .xcdt-left-title {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.xuanchuan_banner .day {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 20px;
    color: #A62424;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.xuanchuan_banner .year-month {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 14px;
    color: #777777;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
width:58px;
}

.xuanchuan_banner .v-line {
    width: 1px;
    height: 40px;
    background: #D3C4C4;
}

.propaganda .right .xcdt-item {
    width: 500px;
    height: 70px;
    background: #FFFFFF;
}

.propaganda .right .xcdt-item .xcdt-item-line {
    width: 20px;
    height: 1px;
    background: #DED5D5;
}

.propaganda .right .xcdt-item .calendar-bg {
    width: 12px;
    height: 12px;
    background: url("https://www.soulcaliburuniverse.com/img/calendar_normal.png");
}

.propaganda .right .xcdt-item .date {
    font-family: MicrosoftYaHei;
    font-size: 13px;
    color: #888888;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.propaganda .right a {
    text-decoration: none;
}

.propaganda .right .xcdt-item span {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.propaganda .right .xcdt-item:hover span {
    font-weight: bold;
}

.propaganda .right .xcdt-item:hover .xcdt-item-line {
    background: #A62424;
}

.propaganda .right .xcdt-item:hover .calendar-bg {
    background: url("https://www.soulcaliburuniverse.com/img/calendar_hover.png");
}

.propaganda .right .xcdt-item:hover .date {
    color: #A62424;
    ;
}

.propaganda .content .left {
    width: 540px;
    height: 400px;
    padding: 30px;
}

.notice {
    flex: 1;
}

.notice .content a {
    text-decoration: none;
}

.notice .tzgg-item {
    border-bottom: #DEDEDE 1px solid;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
}

.notice .tzgg-item .year {
    width: 55px;
    height: 30px;
    background: #A5090A;

    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.notice .tzgg-item .month-day {
    width: 55px;
    height: 22px;
    background: #F8F3F3;
    border: 1px solid #A5090A;

    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #A5090A;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.notice .tzgg-item span {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.notice .content {
    height: 400px;
}

.notice .tzgg-item:hover {
    background: #FFFFFF;
    box-shadow: 23px 0px 40px 0px #701607;
    transform: translateY(-10px);
    /* 在Y轴上向上移动10px */
}

.main2 {
    width: 100%;
    height: 600px;
    background: url("https://www.soulcaliburuniverse.com/img/main2-bg.png");
}

.main2 .hd li.on {
    font-weight: 800;
    font-size: 30px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;

}

.main2 .hd li.on .line {
    opacity: 1;

}

.main2 .hd li .line {
    opacity: 0;
    width: 20px;
    height: 2px;
    background: #FFFFFF;
}

.main2 .hd li,
.main2 .hd .line-v {
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    align-self: baseline;
}

.main2 .hd li .english {
    font-family: SourceHanSerifSC, SourceHanSerifSC;
    font-weight: 400;
    font-size: 14px;
    color: #BF9090;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.main2-wrap {
    height: 100%;
}

.main2 .hd ul li {
    cursor: pointer;
    width: 180px;
}

.main2 .hd {
    width: 400px;
}

.main2 .bd{
    position: relative;
}

.main2 .bd .right{
    position: absolute;
    right: 0px;
    top: -57px;
    align-items: center;
    display: flex;
}

.main2 .bd .right span{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: white;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


.main2 .bd ul li a {
    text-decoration: none;
}

.main2 .bd ul li .item-wrap {
    width: 480px;
    height: 180px;
    background: url("https://www.soulcaliburuniverse.com/img/mian2_item_bg.png");
}

.main2 .bd ul li .item-wrap .time {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.main2 .bd ul li .item-wrap .time .day {
    width: 60px;
    height: 30px;
    background: #A62424;
}

.main2 .bd ul li .item-wrap .time .year-month {
    width: 60px;
    height: 24px;
    background: #E6BC29;
    font-size: 13px;
}

.main2 .bd ul li .item-wrap .title {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.main2 .bd ul li .item-wrap .content {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #8C8C8C;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.main2 .bd ul li .item-wrap:hover {
    box-shadow: 23px 0px 40px 0px #701607;
    border-radius: 10px 10px 10px 10px;
    border-bottom: #E6BC29 5px solid;
}

.main2 .bd ul li .item-wrap:hover .title {
    font-weight: bold;
}

.main2 .bd ul li .item-wrap:hover .content {
    color: #585656;
}

.main2 .bd ul li .item-wrap .detail {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #6A6A6A;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.main2 .bd ul li .item-wrap {
    padding: 41px 33px 36px 31px;
}

.main2 .bd ul li .item-wrap .arrow {
    width: fit-content;
    height: fit-content;
}


.main3 {
    width: 100%;
    height: 720px;
    background: url("https://www.soulcaliburuniverse.com/img/main3/main3_bg.png");
}

.main3_bg {
    position: relative;
    width: 1231px;
    height: 641px;
    background: url("https://www.soulcaliburuniverse.com/img/main3/main3-line-circle-bg.png");
}

.main3 a {
    display: block;
    text-decoration: none;
    position: absolute;
    width: fit-content;
    height: fit-content;
}

.main3 .main3_item_text {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.main3 a:hover {
    transform: scale(1.05);
}

.main3 .main3_bg_item_1 {
    width: 152px;
    height: 152px;
    background: url("https://www.soulcaliburuniverse.com/img/main3/baijiahao_bg.png") no-repeat;
}

.main3 .main3_item1 {
    top: 140px;
    left: 0px;
}

.main3 .main3_bg_item_2 {
    width: 195px;
    height: 196px;
    background: url("https://www.soulcaliburuniverse.com/img/main3/xuexiaozhuye_bg.png") no-repeat;
}

.main3 .main3_item2 {
    top: 50px;
    left: 212px;
}

.main3 .main3_bg_item_3 {
    width: 155px;
    height: 156px;
    background: url("https://www.soulcaliburuniverse.com/img/main3/weibo_bg.png") no-repeat;
}

.main3 .main3_item3 {
    top: 341px;
    left: 148px;
}

.main3 .main3_bg_item_4 {
    width: 180px;
    height: 180px;
    background: url("https://www.soulcaliburuniverse.com/img/main3/fangdarongmei_bg.png") no-repeat;
}

.main3 .main3_item4 {
    top: 110px;
    left: 526px;
}

.main3 .main3_bg_item_5 {
    width: 156px;
    height: 156px;
    background: url("https://www.soulcaliburuniverse.com/img/main3/weixin_bg.png") no-repeat;
}

.main3 .main3_item5 {
    top: 381px;
    left: 499px;
}

.main3 .main3_bg_item_6 {
    width: 156px;
    height: 156px;
    background: url("https://www.soulcaliburuniverse.com/img/main3/toutiaohao_bg.png") no-repeat;
}

.main3 .main3_item6 {
    top: -8px;
    left: 675px;
}

.main3 .main3_bg_item_7 {
    width: 155px;
    height: 156px;
    background: url("https://www.soulcaliburuniverse.com/img/main3/shipinhao_bg.png") no-repeat;
}

.main3 .main3_item7 {
    top: 196px;
    left: 796px;
}

.main3 .main3_bg_item_8 {
    width: 195px;
    height: 196px;
    background: url("https://www.soulcaliburuniverse.com/img/main3/douyin_bg.png") no-repeat;
}

.main3 .main3_item8 {
    top: 22px;
    left: 950px;
}

.main3 .main3_bg_item_9 {
    width: 165px;
    height: 166px;
    background: url("https://www.soulcaliburuniverse.com/img/main3/dianzixiaobao_bg.png") no-repeat;
}

.main3 .main3_item9 {
    top: 367px;
    left: 946px;
}

.main3 .main3_bg_item_10 {
    width: 156px;
    height: 156px;
    background: url("https://www.soulcaliburuniverse.com/img/main3/xuexiqiangguo_bg.png") no-repeat;
}

.main3 .main3_item10 {
    top: 186px;
    left: 1152px;
}

.main3 .main3_bg_item_11 {
    width: 172px;
    height: 172px;
    background: url("https://www.soulcaliburuniverse.com/img/main3/xinwenwenhuawang_bg.png") no-repeat;
}

.main3 .main3_item11 {
    top: 398px;
    left: 719px;
}

.main4 {
    width: 100%;
    height: 812px;
    background: url("https://www.soulcaliburuniverse.com/img/main4_bg.png");
}

.main4-wrap {
    position: relative;
}

.main4-wrap .left {
    position: absolute;
    left: 0px;
    top: 51px;
    width: 996px;
    height: 600px;
    background: #A5090A;
    z-index: 1;
}

.main4-wrap .right {
    right: 0px;
    top: 130px;
    position: absolute;
    width: 1000px;
    height: 600px;
    background: #A5090A;
}

.main4-wrap .right .item {
    width: 483px;
    height: 180px;
}

.main4-wrap .right .item img {
    width: 100%;
    height: 100%;
}

.foot {
    width: 100%;
    height: auto;
    background-color: #A62424;
}

.foot-wrap {
    border-bottom: #ffffff40 1px solid;
    min-height: 166px;
}

.foot-wrap .line-v {
    width: 1px;
    height: 30px;
    background: #FFFFFF80;
}

.foot-wrap .name {
    font-weight: bold;
    font-size: 35px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.foot-wrap .friendship,
.foot-wrap .friendship a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.foot-wrap .friendship .title {
    white-space: nowrap;
}

.foot-wrap .right {
    width: 212px;
}

.foot-wrap .right span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.copyright-wrap {
    padding: 12px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}