body {
    margin: 0;
    padding: 0;
}
body div,
body a,
body span {
    color: unset;
    font-size: unset;
    font-family: PingFang SC;
}
.slide-bg {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    height: 100%;
    background: url(../images/srwy-slide-bg-1.png) center bottom no-repeat;
    background-size: cover;
    position: relative;
}
.slide-bg2 {
    background: url(../images/srwy-slide-bg-2-blue.png) center top no-repeat;
    background-size: cover;
}
.srwy-slide-bottom-btn {
    position: absolute;
    width: 76px;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
}
.pagenation-list {
    width: 24px;
    height: 24px;
    background: url(../images/srwy-slide-btn.webp?v=0.1) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.pagenation-list:not(:first-child) {
    margin-top: 10px;
}
.pagenation-list-activing {
    background: url(../images/srwy-slide-btn-2.webp) no-repeat;
    background-size: 100% 100%;
}
.side-page-box {
    position: absolute;
    width: 30px;
    top: 50%;
    right: 10px;
    z-index: 2;
    transform: translateY(-50%);
}
.side-page-line {
    position: absolute;
    width: 2px;
    height: 322px;
    background: linear-gradient(180deg, rgba(165,120,63,0) 0%, #A5783F 100%);
    top: 50%;
    right: 28px;
    z-index: 2;
    transform: translateY(-50%);
    margin-top: -274px;
}
.side-page-line2 {
    position: absolute;
    width: 2px;
    height: 322px;
    background: linear-gradient(180deg, #A5783F 0%, rgba(165,120,63,0) 100%);
    top: 50%;
    right: 28px;
    z-index: 2;
    transform: translateY(-50%);
    margin-top: 274px;
}
.content-title {
    width: 600px;
    display: block;
    margin: 0 auto;
}
.content-center {
    width: 1200px;
    height: 660px;
    background: url(../images/srwy-content-bg.webp?v=0.1) no-repeat;
    background-size: 100% 100%;
}
.video-img {
    width: 780px;
    height: 440px;
}
.swiper-item-right {
    width: 185px;
    height: 440px;
    overflow-y: auto;
    margin-left: 16px;
    padding-right: 10px;
}
.center-swiper-box {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.swiper-bottom-line {
    width: 1000px;
    height: 6px;
    background: linear-gradient(to right,rgba(255,255,255,0),#A5783F,rgba(255,255,255,0));
    margin: 20px auto 0;
}
.video-fonts,
.video-fonts-2
 {
    color: #000000;
    font-size: 16px;
    width: 1000px;
    height: 118px;
    margin: 12px auto 0;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    word-break:break-all;
}
.video-fonts-2 {
    overflow-y: auto;
}
.swiper-item-right-list {
    width: 100%;
    cursor: pointer;
}
.swiper-item-right-list-activing-1,
.swiper-item-right-list-activing-3,
.swiper-item-right-list-activing-4
{
    /* width: calc(100% - 8px); */
    border: #9E0933 4px solid;
}
.swiper-item-right-list-3  .activing-arrow-icon {
    position: absolute;
    width: 10px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: none;
}
.swiper-item-right-list-activing-3 .activing-arrow-icon {
    display: block;
}
.video-line {
    width: 1130px;
    height: 440px;
    padding-top: 40px;
    margin: 0 auto;
    border-radius: 2px;
    overflow: hidden;
}
.side-img-box {
    position: relative;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}
.video-side-img {
    width: 140px;
    height: 100%;
    transition: all .6s;
}
.side-img-hover {
    position: absolute;
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
}
.video-switch-btn-box {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #9F0F33;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.video-switch-btn {
    color: #FFFFFF;
    font-size: 34px;
    margin-left: 4px;
}
.side-img-box:hover .video-side-img {
    transform: scale(1.2);
}
.center-video-box {
    width: 570px;
    height: 400px;
    background: #000000;
    display: none;
}
/* .center-video-box-activing {
    width: 570px;
} */
.center-swiper-left {
    width: 800px;
}
.center-swiper-right {
    width: 200px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 14; */
    overflow: auto;
    word-break:break-all;
    line-height: 30px;
    color: #666666;
    font-size: 16px;
    overflow: auto;
    height: 440px;
    padding-right: 10px;
}
.center-swiper-right-title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    /* text-align: center; */
}
.swiper-bottom-box {
    width: 1000px;
    height: 138px;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    margin: 16px auto 0;
}
.swiper-bottom-list {
    height: 118px;
}
.swiper-bottom-list:not(:last-child) {
    margin-right: 10px;
    /* transition: all .3s; */
}
.center-swiper-box-3 {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.swiper-item-left-fonts {
    width: 780px;
    height: 150px;
    color: #000000;
    font-size: 16px;
    margin: 12px auto 0;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    word-break:break-all;
}
.swiper-item-right-3 {
    height: 600px;
}
.swiper-bottom-list-activing {
    height: 118px;
    border: #9E0933 4px solid;
}
.swiper-item-right-list-3 {
    position: relative;
}
.swiper-item-right-list-3:not(:first-child) {
    margin-top: 10px;
}
.team-er-name {
    position: absolute;
    width: 100%;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.team-er-name-2 {
    position: absolute;
    width: 100%;
    color: #A5783F;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    bottom: 10px;
}
.waitting-box1 {
    width: 205px;
    height: 56px;
    background: rgba(255,255,255,0.9);
    border-radius: 28px;
}
.waitting-box-fonts1 {
    margin-top: 6px;
    font-size: 18px;
    color: #A5783F;
}
.waitting-box-fonts2 {
    font-size: 14px;
    color: #1F1F1F;
}
.waitting-box2 {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255,255,255,.9);
    color: #A5783F;
    font-size: 14px;
}
.part-5-title {
    font-size: 20px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}
.swiper-item-right-5 {
    width: 200px;
}







.main-content-box {
    width: 100%;
    min-width: 1200px;
    height: 100vh;
    position: relative;
}
.swiper-box {
    width: 100%;
    height: 100%;
}
.swiper-item {
    width: 100%;
    height: 100%;
    background: url(images/content-bg2.png) no-repeat;
    background-size: 100% 100%;
}
.swiper-title {
    width: 400px;
    height: 64px;
    line-height: 64px;
    color: #FFFFFF;
    background: url(images/title-bg.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
}
.swiper-item-content {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.swiper-item-right-list3 {
    height: 178px;
}



.swiper-item-right-list:not(:first-child) {
    margin-top: 10px;
}
.swiper-bottom-box::-webkit-scrollbar
 {
    height: 6px;
}
.swiper-item-right::-webkit-scrollbar,
.video-fonts-2::-webkit-scrollbar,
.center-swiper-right::-webkit-scrollbar
 {
    width: 6px;
}
.video-fonts-2::-webkit-scrollbar-thumb,
.swiper-item-right::-webkit-scrollbar-thumb,
.swiper-bottom-box::-webkit-scrollbar-thumb,
.center-swiper-right::-webkit-scrollbar-thumb
 {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    background-color: #D4013E;
}
.video-fonts-2::-webkit-scrollbar-track,
.swiper-item-right::-webkit-scrollbar-track,
.swiper-bottom-box::-webkit-scrollbar-track,
.center-swiper-right::-webkit-scrollbar-track
 {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #D1BA9E           ;
}
.swiper-item-last {
    width: 1134px;
    height: 732px;
    background: none;
    overflow: hidden;
    border: #0078F1 4px solid;
    border-radius: 20px;
}
/* .last-swiper {
    width: 100%;
    height: 99%;
    transform: scale(1.03);
}
.swiper-item-first {
    height: 100%;
} */





.switch-left-1,
.switch-left-2,
.switch-left-3,
.switch-left-4,
.swiper-item-left-fonts
{
    display: none;
}
.switch-left-1:first-child,
.switch-left-2:first-child,
.switch-left-3:first-child,
.switch-left-4:first-child,
.swiper-item-left-fonts:first-child
{
    display: block;
}
.flex-c {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cursor {
    cursor: pointer;
}

