/* 自定义代码段 */
.main-box {
    width: 100%;
}

.top-swiper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

.top-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    text-align: center;
}

.top-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 400px;
}

.top-swiper .swiper-slide span {
    font-size: 0;
}

/* 开始 */
.top-swiper .fyt {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.top-swiper .swiper-pagination {
    left: 0;
    bottom: 100px;
}

.top-swiper .swiper-slide::before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 3;
    transition-timing-function: linear;
}

.top-swiper .swiper-pagination-bullet {
    background-color: transparent;
    opacity: 1;
    margin: 0 6px !important;
    height: 2px;
    width: 380px;
    position: relative;
    outline: none;
    vertical-align: middle;
}

.top-swiper .swiper-pagination-bullet span {
    background-color: rgba(255, 255, 255, .5);
    height: 2px;
    width: 380px;
    display: block;
    margin-top: 3px;
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    line-height: 60px;
    text-align: left;
}

.top-swiper .swiper-pagination-bullet i {
    background-color: #FFFFFF;
    height: 2px;
    width: 380px;
    position: absolute;
    top: 4px;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 3;
    transition-timing-function: linear;
}

.top-swiper .swiper-pagination-bullet-active i {
    animation: middle 5s forwards linear;
}

.top-swiper .swiper-pagination-bullet-active span {
    color: #fff;
}

@keyframes middle {
    0% {
        transform: scaleX(0);
        left: 0;
    }

    100% {
        transform: scaleX(1);
        left: 0;
    }
}

/* 结束 */


/* 集团要闻 */
.jtyw-box {
    width: 100%;
    background-color: #f8f8f8;
    ;
}

.swiper-tab {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1200px;
    padding: 50px 0 40px;
    margin: 0 auto;
}

.jtyw-swiper {
    position: relative;
    width: 700px;
    /* height: 393px; */
    overflow: hidden;
    padding-bottom: 60px;
}

.jtyw-swiper img {
    width: 700px;
    height: 393px;
    object-fit: cover;
}

.jtyw-txt {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 620px;
    height: 120px;
    border-bottom: 2px solid #0054C2;
    padding: 20px 20px 23px 20px;
    background: #fff;
}

.jtyw-txt span {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 2;
    font-weight: 500;
    color: #333333;
}

.jtyw-txt span.time {
    font-size: 16px;
    color: #999999;
}

.jtyw-swiper .swiper-pagination {
    width: 70px;
    top: auto;
    bottom: 80px;
    left: auto;
    right: 4px;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0;
}

.jtyw-swiper .swiper-pagination-current {
    font-weight: 500;
    color: #3B75FE;
}

.jtyw-tab {
    width: 470px;
}

.jtyw-tab .title {
    display: flex;
    justify-content: space-between;
    font-family: "PingFang SC Bold";
    font-size: 22px;
    color: #0054c2;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
}

.jtyw-tab .title span.ons {
    position: relative;
}

.jtyw-tab .title span.ons::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    color: #0054C2;
    background: #0054C2;
    border-radius: 2px;
}

.jtyw-tab .title a {
    font-size: 16px;
    color: #999;
}

.jtyw-tab .list {
    width: 100%;
}

.jtyw-tab .list li {
    border-bottom: 1px dashed #D8D8D8;
    padding-bottom: 12px;
}

.jtyw-tab .list li:last-child {
    border: 0px;
    padding-bottom: 0;
}

.jtyw-tab .list li span {
    display: block;
    font-size: 16px;
    line-height: 2;
    color: #333333;
    margin-top: 12px;
}

.jtyw-tab .list li span.time {
    font-size: 14px;
    color: #999;
}


.jtyw-tab .list li span.text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cybj-box {
    width: 100%;
    background: url(cybj-bg.png) no-repeat center top;
    padding-top: 325px;
    background-size: auto 300px;
    background-color: #fff;
}

.cybj {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.cybj-text {
    width: 100%;
}

.cybj-text .title {
    font-size: 20px;
    color: #333333;
}

.cybj-text .txte {
    width: 613px;
    font-size: 14px;
    line-height: 2;
    color: #999;
    margin-top: 20px;
    font-family: "PingFang SC Bold";
    /* font-weight: 700; */
}

.cybj-text .more {
    display: block;
    width: 150px;
    /* height: 50px; */
    background-color: #0054C2;
    color: #fff;
    font-style: 16px;
    padding: 14px 0;
    text-align: center;
    margin-top: 40px;
    font-family: "PingFang SC Bold";
}

.cybj-video {
    position: absolute;
    top: -65px;
    right: 0px;
    width: 521px;
    height: 290px;
    border: 10px solid #fff;
    background-color: #fff;
}

#video {
    width: 100%;
    height: 100%;
}

.play-pause-button {
    position: absolute;
    top: 100px;
    right: 230px;
    width: 50px;
    height: 50px;
    background: url(bf-bg.png) no-repeat;
    background-size: auto 100%;
}

.play-pause-button.ons {
    background: url(zt-bg.png) no-repeat;
    background-size: auto 100%;
}

.cybj-bg {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 930px;
    height: 113px;
    background: url(cybj-img-bg.png) no-repeat left top;
    background-size: 100% auto;
    font-size: 22px;
    color: #333333;
    margin-top: 28px;
}

.cybj-bg a {
    position: relative;
    font-family: "PingFang SC Bold";
    font-weight: 700;
}

.cybj-bg a:before {
    content: "";
    position: absolute;
    top: auto;
    left: calc(50% - 30px);
    bottom: -50px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 34px solid #F7FBFC;
}

.cyyq-box {
    width: 100%;
    background: url(cyyq-box-bg.png) no-repeat center top;
    background-size: auto 650px;
    margin-top: 50px;
    padding: 50px 0;
}

.cyyq-swiper {
    position: relative;
    width: 1200px;
    height: 550px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    border-radius: 60px 0 60px 0;
    box-shadow: 0 0 20px #d7e7fc;
    padding: 40px;
}

.cyyq-swiper .tltie {
    display: flex;
}

.cyyq-swiper .title span:nth-child(1) {
    font-size: 32px;
    color: #333333;
    font-family: "Microsoft YaHei Bold";
    margin-right: 20px;
    font-weight: 700;
}

.cyyq-swiper .title span:nth-child(2) {
    font-size: 32px;
    font-family: 'Microsoft YaHei Bold';
    color: #0054c2;
    opacity: 0.1;
    font-weight: 700;
}

.cyyq-swiper .text {
    width: 535px;
    font-size: 18px;
    line-height: 45px;
    font-family: 'Microsoft YaHei';
    color: #333333;
    margin-top: 30px;
    text-indent: 2rem;
}

.cyyq-swiper .cyyq-list {
    width: 535px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 7px;
}

.cyyq-swiper .cyyq-list li {
    font-size: 18px;
    color: #333333;
    width: 255px;
    height: 51px;
    line-height: 51px;
    background: #f5f9ff;
    padding-left: 20px;
    margin-top: 23px;
}

.cyyq-swiper .cyyq-list li a {
    font-family: "Microsoft YaHei";
}

.cyyq-swiper .img {
    position: relative;
    float: right;
    display: block;
    width: 547px;
    height: 470px;
    object-fit: cover;
    border-radius: 60px 0 0;
}

.cyyq-swiper .swiper-slide::before {
    content: "";
    position: absolute;
    bottom: 26px;
    left: 500px;
    width: 108px;
    height: 10px;
    background: #90c0ff;
    z-index: 9;
}

.cyyq-swiper .szjj-list {
    width: 535px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 57px;
}

.cyyq-swiper .szjj-list li a {
    display: block;
    background: url(znwl-bg.png) no-repeat center top;
    background-size: 80px 70px;
    font-size: 18px;
    color: #333333;
    padding-top: 84px;
    font-family: "Microsoft YaHei";
}

.cyyq-swiper .szjj-list li:nth-child(2) a {
    background: url(xny-bg.png) no-repeat center top;
    background-size: 80px 70px;
}

.cyyq-swiper .szjj-list li:nth-child(3) a {
    background: url(xcl-bg.png) no-repeat center top;
    background-size: 80px 70px;
}

.cyyq-swiper .swiper-button-prev,
.cyyq-swiper .swiper-button-next {
    width: 56px;
    height: 56px;
    top: auto;
    bottom: 40px;
}

.cyyq-swiper .swiper-button-prev {
    left: 40px;
    background: url(2407222134406366195.png) no-repeat;
    background-size: 100% auto;
}

.cyyq-swiper .swiper-button-next {
    left: 106px;
    right: auto;
    background: url(2407222136544888073.png) no-repeat;
    background-size: 100% auto;
}

/* 手机端样式 */
.mobile_type .top-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
}

.mobile_type .top-swiper .swiper-pagination {
    left: 12%;
    bottom: 4vw;
}

.mobile_type .top-swiper .swiper-pagination-bullet span,
.mobile_type .top-swiper .swiper-pagination-bullet i {
    display: none;
}

.mobile_type .top-swiper .swiper-pagination-bullet {
    width: 7.333vw;
    height: 0.933vw;
    background: #fff;
    opacity: 0.4;
    border-radius: 0;
}

.mobile_type .top-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.mobile_type .swiper-tab {
    width: 100%;
    flex-wrap: wrap;
    padding: 7.2vw 3.2vw;
}

.mobile_type .jtyw-swiper {
    width: 100%;
    padding-bottom: 0;
}

.mobile_type .jtyw-swiper .swiper-slide>a {
    display: block;
    width: 100%;
}

.mobile_type .jtyw-swiper img {
    width: 100%;
    height: 52.4vw;
    object-fit: cover;
}

.mobile_type .jtyw-txt {
    width: 100%;
    height: auto;
    position: unset;
    padding: 2.667vw;
}

.mobile_type .jtyw-txt span {
    line-height: normal;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 4vw;
}

.mobile_type .jtyw-txt span.time {
    margin-top: 6.4vw;
    font-style: 3.2vw;
}

.mobile_type .jtyw-swiper .swiper-pagination {
    width: auto;
    top: 42.8vw;
    bottom: auto;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 4.267vw;
}

.mobile_type .jtyw-tab {
    width: 100%;
    margin-top: 5.333vw;
}

.mobile_type .jtyw-tab .title {
    padding-bottom: 1.867vw;
}

.mobile_type .jtyw-tab .title span.ons {
    font-size: 4.533vw;
}

.mobile_type .jtyw-tab .title span.ons::after {
    bottom: -1.867vw;
}

.mobile_type .jtyw-tab .list li span.time {
    margin-top: 3.2vw;
    font-size: 3.2vw;
}

.mobile_type .jtyw-tab .list li span.text {
    margin-top: 2.267vw;
    font-size: 4vw;
}

.mobile_type .jtyw-tab .list li {
    padding-bottom: 2.267vw;
}

.mobile_type .cybj-box {
    background-size: auto 40vw;
    padding: 40vw 3.2vw 0;
}

.mobile_type .cybj {
    width: 100%;
    padding-top: 50.133vw;
}

.mobile_type .cybj-video {
    top: -4vw;
    width: 100%;
    height: 50.133vw;
    border: 1.333vw solid #fff;
}

.mobile_type .play-pause-button {
    top: 40%;
    right: 45%;
    width: 6.667vw;
    height: 6.667vw;
}

.mobile_type .cybj-text .title {
    font-size: 4.533vw;
    text-align: center;
}

.mobile_type .cybj-text .txte {
    width: 100%;
    margin-top: 2.133vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
}

.mobile_type .cybj-text {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile_type .cybj-text .more {
    width: 26.667vw;
    height: 9.6vw;
    line-height: 9.6vw;
    font-size: 3.2vw;
    margin-top: 3.2vw;
    padding: 0;
}

.mobile_type .jtyw-tab .title a {
    font-size: 3.2vw;
}

.mobile_type .cybj-bg {
    width: 100%;
    height: 12.667vw;
    margin-top: 8vw;
    background-image: url(phone-cybjj.png);
    background-position: center top;
    background-size: auto 100%;
}

.mobile_type .cybj-bg a {
    font-size: 0;
}

.mobile_type .cyyq-box {
    margin-top: 3.2vw;
    padding: 3.2vw;
    background-size: auto auto;
}

.mobile_type .cyyq-swiper {
    width: 100%;
    height: auto;
    padding: 4vw;
    border-radius: 8vw 0;
}

.mobile_type .cyyq-swiper .img {
    width: 100%;
    height: 37.067vw;
    position: absolute;
    bottom: 0;
    border-radius: 8vw 0;
}

.mobile_type .cyyq-swiper .text {
    width: 100%;
    margin-top: 3.2vw;
    font-size: 3.2vw;
    line-height: 6vw;
}

.mobile_type .cyyq-swiper .swiper-slide {
    width: 100%;
}

.mobile_type .cyyq-swiper .swiper-slide .title {
    width: 100%;
}

.mobile_type .cyyq-swiper .title span:nth-child(1) {
    font-size: 4.267vw;
    font-weight: 700;
    margin-right: 2.667vw;
}

.mobile_type .cyyq-swiper .title span:nth-child(2) {
    font-size: 4.267vw;
    font-weight: 700;
}

.mobile_type .cyyq-swiper .szjj-list,
.mobile_type .cyyq-swiper .cyyq-list {
    width: 100%;
    margin-top: 3.2vw;
}

.mobile_type .cyyq-swiper .swiper-slide::before {
    display: none;
}

.mobile_type .cyyq-swiper .cyyq-list {
    margin-top: 0.533vw;
}

.mobile_type .cyyq-swiper .cyyq-list li {
    width: 40.8vw;
    height: 9.6vw;
    line-height: 9.6vw;
    font-size: 3.2vw;
    margin-top: 2.667vw;
    padding-left: 2.667vw;
}

.mobile_type .cyyq-swiper .szjj-list li a {
    padding: 16.267vw 3.333vw 0;
    font-size: 3.2vw;
    font-weight: 400;
}

.mobile_type .cyyq-swiper .szjj-list li:nth-child(1) a,
.mobile_type .cyyq-swiper .szjj-list li:nth-child(2) a,
.mobile_type .cyyq-swiper .szjj-list li:nth-child(3) a {
    background-size: 16.267vw 15.6vw;
}

.mobile_type .cyyq-swiper .szjj-list {
    margin-top: 8.533vw;
    margin-bottom: 47.6vw;
}

.mobile_type .cyyq-swiper .swiper-button-prev,
.mobile_type .cyyq-swiper .swiper-button-next {
    width: 7.467vw;
    height: 7.467vw;
    bottom: 14.8vw;
}

.mobile_type .cyyq-swiper .cyyq-list {
    margin-bottom: 40.267vw;
}

.mobile_type .cyyq-swiper .swiper-button-prev {
    left: 0px;
}

.mobile_type .cyyq-swiper .swiper-button-next {
    left: auto;
    right: 0px;
}

.top-swiper .swiper-slide .phone-img {
    display: none;
}

.mobile_type .top-swiper .swiper-slide .pc-img {
    display: none;
}

.mobile_type .top-swiper .swiper-slide .phone-img {
    display: block;
}

.jtyw-swiper .jtyw-txt .txt {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}

/* 调整 */
/* 提供视频后展示 */
#video {
    display: none;
}

.play-pause-button {
    display: none;
}

/* 提供视频后展示 */
.cybj-video>img {
    width: 100%;
}