@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
}
.homeBannerWrap {
    width: 100%;
    padding-bottom: 240px;
    overflow: hidden;
}
.homeBannerSwiper {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.homeBannerSwiper ul {
    overflow: hidden;
}
.homeBannerSwiper ul li {
    position: relative;
    height: 100%;
}
.homeBannerSwiper ul li .infoText {
    position: absolute;
    top: 0px;
    left: -20px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 6;
}
.homeBannerSwiper ul li .infoText p:nth-child(1) {
    transition-delay: 0.5s;
}
.homeBannerSwiper ul li .infoText p:nth-child(2) {
    transition-delay: 0.8s;
}
.homeBannerSwiper ul li .infoText p {
    font: bold 50px / 1.4 Alibaba-PuHuiTi-Medium;
    letter-spacing: 4px;
    transition: all 0.8s ease;
    transform: translateY(60px);
    opacity: 0;
}
.homeBannerSwiper ul li .infoText p.white {
    color: #fff;
}
.homeBannerSwiper ul li.swiper-slide-active .infoText p {
    transform: translateY(0px);
    opacity: 1;
}
.homeBannerSwiper ul li .box {
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.homeBannerSwiper ul li .box::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.homeBannerSwiper ul li .box img {
    transition: all 2s ease-in 0s;
    transform: scale(1.1);
}
.homeBannerSwiper ul li.swiper-slide-active .box img {
    transform: scale(1);
}
.homeBannerSwiper ul li .box img,
.homeBannerSwiper ul li .box video {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 4;
}
.homeBannerSwiper .pagination {
    position: absolute;
    left: 0px;
    bottom: 220px;
    z-index: 1;
}
.homeBannerSwiper .pagination span {
    position: relative;
    padding: 3px;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    background: none;
    border: 2px solid transparent;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.homeBannerSwiper .pagination span::after {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 3px;
    margin: 0px auto;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: var(--xlc-bg-blue-2);
}
.homeBannerSwiper .pagination span.swiper-pagination-bullet-active {
    border: 2px var(--xlc-bg-blue-2) solid;
}
.homeTrainBox {
    width: 100%;
    position: absolute;
    top: -120px;
    right: 0;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
}
.homeTrain {
    position: relative;
    width: 74%;
    height: 240px;
    background: url("/assets/theme/jthink/images/homeTrainBg1.jpg") center top / cover no-repeat rgb(241, 247, 251);
    border-radius: 60px 0px 0px;
    box-shadow: rgba(0, 128, 226, 0.1) 0px 10px 30px 15px;
    overflow: hidden;
}
.homeTrainBox2 {
    display: block;
    position: absolute;
    top: -120px;
    right: -74%;
    width: 74%;
    height: 240px;
    background: 0% 0% / cover rgb(241, 247, 251);
    box-shadow: rgba(0, 128, 226, 0.1) 0px 10px 30px 15px;
    z-index: 11;
    overflow: hidden;
}
.homeTrainList {
    width: 100%;
    height: 100%;
    display: flex;
}
.homeTrainList li {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.homeTrainList li:nth-child(1) {
    padding-left: 2%;
    background: url("/assets/theme/jthink/images/homeTrainBg0.jpg") 0% 0% / cover no-repeat;
}
.homeTrainList li a {
    padding: 0px 8%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.homeTrainList li a .info {
    position: relative;
    z-index: 2;
    color: var(--xlc-text-default);
    font: 20px / 30px Alibaba-PuHuiTi-Regular;
}
.homeTrainList li a .time {
    position: relative;
    z-index: 2;
    margin-top: 30px;
    color: var(--xlc-text-default);
    font: 18px / 30px Alibaba-PuHuiTi-Regular, GILROY-MEDIUM;
    opacity: 0.2;
}
.homeTrainList li a .cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(134deg, rgb(0, 128, 226) 40%, rgba(0, 90, 181, 0.4));
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.homeTrainList li.on a .cover {
    opacity: 1;
}
.homeTrainList li.on a .time,
.homeTrainList li.on a .info {
    color: rgb(255, 255, 255);
    opacity: 1;
}
.homeHeadline {
    color: var(--xlc-text-default-bold);
    font: bold 18px / 1.2 Alibaba-PuHuiTi-Medium;
}
.homeSubhead {
    margin-top: 26px;
}
.homeSubhead p {
    color: var(--xlc-text-default-bold);
    font: bold 50px / 1.3 Alibaba-PuHuiTi-Medium;
}
.homeHeadline.white,
.homeSubhead.white p {
    color: #fff;
}
.homeGroupWrap {
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: -240px auto 0;
    background: linear-gradient(0deg, #ecf4fc, #e7effb);
}
.homeGroupBgVideo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homeGroupBgVideo video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1200px;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border: 0;
    z-index: 3;
    transition: all 1s ease;
    background-size: 1920px;
}
.homeGroupBgVideo::after {
    display: block;
    top: 120px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ecf4fc;
    z-index: 3;
}
.homeGroupBgVideo .dx2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1200px;
    max-width: 1920px;
    width: 100%;
}
.homeGroupBgVideo .dx2 div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-width: 1920px;
    width: 100%;
    background: url(/assets/theme/jthink/video/dx2.png) no-repeat center;
    background-size: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 2;
    object-fit: contain;
}
.homeGroupBgVideo .dx1 {
    position: absolute;
    top: 236px;
    left: 0;
    right: 0;
    height: 8rem;
    max-width: 1920px;
    width: 100%;
    background: url(/assets/theme/jthink/video/dx1.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
    object-fit: cover;
}
.homeGroupBg {
    position: relative;
    margin: 0px auto;
    padding-top: 240px;
    height: 1200px;
    max-width: 100%;
    overflow: hidden;
    z-index: 4;
}
.homeGroupBox {
    display: flex;
}
.homeGroupBox .boxes {
    width: 50%;
}
.homeGroupBox .groupImg {
    padding-right: 20%;
}
.homeGroupBox .groupImg img {
    width: 100%;
}
.homeGroupBox .groupInfo {
    padding-left: 20px;
}
.homeGroupBox .groupInfo .text {
    overflow: hidden;
}
.homeGroupBox .groupInfo .text1 {
    margin-top: 30px;
}
.homeGroupBox .groupInfo .text2 {
    margin: 50px 0px 10px;
}
.homeGroupBox .groupInfo .text p {
    color: var(--xlc-text-default);
    font: 18px / 1.8 Alibaba-PuHuiTi-Regular;
    text-align: justify;
}
.homeGroupBox .groupInfo .dataInfo {
    margin-bottom: 20px;
}
.homeGroupBox .groupInfo .dataInfo .row {
    padding: 50px 0px;
    border-top: 1px solid rgb(191, 205, 216);
    display: flex;
}
.homeGroupBox .groupInfo .dataInfo .row .item {
    width: 50%;
}
.homeGroupBox .groupInfo .dataInfo .row .item .num {
    font: 60px / 1 GILROY-BOLD;
}
.homeGroupBox .groupInfo .dataInfo .row .item p {
    margin-top: 8px;
    color: var(--xlc-text-default-bold);
    font: bold 18px / 1.2 Alibaba-PuHuiTi-Medium;
}
.homeOverviewWrap {
    overflow: hidden;
    background: linear-gradient(0deg, rgb(241, 242, 247), rgb(255, 255, 255));
}
.homeOverviewTop {
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.hoverOverviewTab {
    margin-top: 50px;
    display: flex;
}
.hoverOverviewTab .item {
    margin-left: 90px;
    color: var(--xlc-text-default-bold);
    font: 18px / 1.2 Alibaba-PuHuiTi-Regular;
    cursor: pointer;
}
.hoverOverviewTab .item.on {
    position: relative;
    font: bold 18px / 1.2 Alibaba-PuHuiTi-Medium;
}
.hoverOverviewTab .item::after {
    position: absolute;
    content: "";
    top: 7px;
    left: -25px;
    width: 10px;
    height: 10px;
    background: var(--xlc-bg-blue-2);
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
}
.hoverOverviewTab .item.on::after {
    opacity: 1;
}
.homeOverviewBox {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.homeOverviewBox > div {
    width: 100%;
}
.homeOverviewBox .con {
    display: none;
}
.homeOverviewBox .truckMain {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.homeOverviewBox .boxes {
    position: relative;
}
.independentMap {
    position: absolute;
    top: 0;
    left: 214px;
    width: 737px;
    height: 553px;
    background: url(/assets/theme/jthink/images/home_map_bg.png) no-repeat;
    background-size: 737px;
}
.independentMap ul {
    position: relative;
}
.independentMap ul li {
    position: absolute;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}
.independentMap ul li.on {
    z-index: 10;
}
.independentMap ul li .circle {
    width: 44px;
    height: 44px;
    background: rgba(0, 128, 226, 0.1);
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.independentMap ul li .circle i {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(0, 128, 226, 1);
}

.independentMap ul li.on .circle {
    animation: beat2 1s infinite;
}

.independentMap ul li.on .circle i {
    animation: beat1 1s infinite 0.3s;
}
.independentMap ul li .text {
    margin-left: 6px;
    color: var(--xlc-text-blue);
    font: 18px / 1.2 Alibaba-PuHuiTi-Regular;
    opacity: 0;
    transition: all 0.8s ease 0.5s;
    transform: translateX(-50px) scale(0);
}

.independentMap ul li:hover .text,
.independentMap ul li.on .text {
    opacity: 1;
    transform: translateX(0) scale(1);
}
.independentMap ul li:nth-child(2n + 2) .circle {
    background: rgba(49, 140, 53, 0.1);
}
.independentMap ul li:nth-child(1) {
    top: 162px;
    left: 552px;
}
.independentMap ul li:nth-child(2) {
    top: 180px;
    left: 407px;
}
.independentMap ul li:nth-child(3) {
    top: 191px;
    left: 471px;
}
.independentMap ul li:nth-child(4) {
    top: 222px;
    left: 454px;
    z-index: 9;
}
.independentMap ul li:nth-child(5) {
    top: 251px;
    left: 477px;
    z-index: 8;
}
.independentMap ul li:nth-child(6) {
    top: 271px;
    left: 445px;
    z-index: 7;
}
.independentMap ul li:nth-child(7) {
    top: 288px;
    left: 363px;
}
.independentMap ul li:nth-child(8) {
    top: 312px;
    left: 494px;
}
.independentMap ul li:nth-child(9) {
    top: 353px;
    left: 525px;
    z-index: 6;
}
.independentMap ul li:nth-child(10) {
    top: 360px;
    left: 338px;
}
.independentMap ul li:nth-child(11) {
    top: 391px;
    left: 424px;
}
.independentMap ul li:nth-child(12) {
    top: 383px;
    left: 466px;
}
.independentMap ul li:nth-child(13) {
    top: 413px;
    left: 511px;
}
.independentMap ul li:nth-child(14) {
    top: 335px;
    left: 303px;
}
.independentMap ul li:nth-child(15) {
    top: 330px;
    left: 544px;
}

.independentMap ul li:nth-child(16) {
    top: 229px;
    left: 433px;
}
.independentMap ul li:nth-child(17) {
    top: 455px;
    left: 441px;
}
.independentMap ul li:nth-child(18) {
    top: 338px;
    left: 437px;
}

@keyframes beat1 {
    0% {
        transform: scale(1) rotate(-45deg);
    }

    50% {
        transform: scale(1.6) rotate(-45deg);
    }
}
@keyframes beat2 {
    0% {
        transform: scale(1) rotate(-45deg);
    }

    50% {
        transform: scale(1.6) rotate(-45deg);
    }
}

.hospitalInfo {
    height: 100%;
    padding-top: 26px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hospitalInfo .ovlogo {
    height: 56px;
    display: flex;
    align-items: center;
}
.hospitalInfo .ovlogo .photo {
    display: block;
    width: 115px;
}
.hospitalInfo .ovlogo .photo img {
    display: block;
    width: 100%;
}
.hospitalInfo .ovlogo .text {
    color: var(--xlc-text-blue);
    font: bold 30px / 1.2 Alibaba-PuHuiTi-Medium;
}
.hospitalInfo .ovlogo .line {
    display: block;
    margin: 0px 20px;
    height: 56px;
    width: 1px;
    background: var(--xlc-text-blue);
    opacity: 0.2;
}
.hospitalInfo .tit {
    color: var(--xlc-text-default-bold);
    font: bold 24px / 1.2 Alibaba-PuHuiTi-Medium;
    margin-bottom: 30px;
}
.hospitalInfo .des {
    width: 360px;
}
.hospitalInfo .des p {
    margin-bottom: 10px;
    color: var(--xlc-text-default);
    font: 18px / 1.8 Alibaba-PuHuiTi-Regular;
    opacity: 0.6;
}
.hospitalInfo .num {
    color: var(--xlc-text-default-bold);
    font: bold 18px / 1.2 Alibaba-PuHuiTi-Medium;
}
.hospitalInfo .num strong {
    margin-left: 10px;
    font-size: 42px;
    font-family: GILROY-BOLD;
}
.hoverOverviewSwiper {
    position: relative;
    width: 430px;
    height: 577px;
    overflow: hidden;
}
.hoverOverviewSwiper ul {
    position: relative;
}
.hoverOverviewSwiper ul li {
    display: block;
}
.hoverOverviewSwiper ul li > .photo {
    height: 327px;
    overflow: hidden;
}
.hoverOverviewSwiper ul li > .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hoverOverviewSwiper ul li .info {
    position: relative;
    padding: 30px 25px;
    height: 250px;
    background: linear-gradient(45deg, rgb(9, 90, 181), rgb(0, 128, 226));
    overflow: hidden;
}
.hoverOverviewSwiper ul li .info .photo {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.06;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.hoverOverviewSwiper ul li .info .photo::after {
    position: absolute;
    display: block;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(38deg, rgb(9, 90, 181) 40%, transparent);
    z-index: 1;
}
.hoverOverviewSwiper ul li .info .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hoverOverviewSwiper ul li .info .tit,
.hoverOverviewSwiper ul li .info .des {
    position: relative;

    z-index: 2;
}
.hoverOverviewSwiper ul li .info .tit {
    color: var(--xlc-text-white);
    font: bold 24px / 1.2 Alibaba-PuHuiTi-Medium;
}
.hoverOverviewSwiper ul li .info .des {
    margin-top: 6px;
    color: var(--xlc-text-white);
}
.hoverOverviewSwiper ul li .info .des p {
    font: bold 18px / 2 Alibaba-PuHuiTi-Medium;
}
.hoverOverviewSwiper .operation {
    position: absolute;
    width: 70px;
    bottom: 50px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 6;
}
.hoverOverviewSwiper .operation .icon-svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.hoverOverviewSwiper .operation > div {
    display: flex;
}
.hoverOverviewSwiper .operation .line {
    width: 1px;
    height: 15px;
    background: #fff;
    opacity: 0.5;
}
.hoverOverviewSwiper .operation .prev,
.hoverOverviewSwiper .operation .next {
    cursor: pointer;
    transition: all 0.3s ease;
}
.hoverOverviewSwiper .operation .next {
    transform: rotate(180deg);
}

.hoverOverviewSwiper .operation .prev.swiper-button-disabled,
.hoverOverviewSwiper .operation .next.swiper-button-disabled {
    opacity: 0.5;
}

.hoverOverviewSwiper .numText {
    position: absolute;
    width: auto;
    bottom: 34px;
    right: 30px;
    z-index: 4;
    text-align: right;
    z-index: 1;
    color: #78b6e7;
    font: 36px / 1.2 GILROY-BOLD;
}
.hoverOverviewSwiper .numText span {
    color: #78b6e7;
}
.hoverOverviewSwiper .numText span:first-child {
    font-size: 60px;
    color: #fff;
}

.homeCultureWrap {
    height: 895px;
    position: relative;
    background: #000;
    overflow: hidden;
}
.homeCultureWrap .topTitle {
    margin-bottom: 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.homeCultureBg {
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.homeCultureBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeCultureBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.homeCircleList {
    display: flex;
    margin-bottom: 64px;
}
.homeCircleList li {
    width: 100%;
}
.homeCircleList .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.homeCircleList .item .pic {
    width: 142px;
    height: 145px;
    margin: 0 auto 18px;
    text-align: center;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeCircleList .item .pic .bg {
    width: 100%;
    height: 100%;
    background: url(/assets/theme/jthink/images/circle.png) no-repeat center;
    background-size: 100%;
    display: block;
    -webkit-animation: spinner 1.5s infinite linear;
    animation: spinner 1.5s infinite linear;
    position: absolute;
    top: 0;
    left: 0;
}
.homeCircleList .item .pic img {
    display: block;
}
.homeCircleList .item .font {
    margin-bottom: 10px;
    color: #fff;
    font: bold 30px / 1.2 Alibaba-PuHuiTi-Medium;
}
.homeCircleList .item .text {
    color: #fff;
    font: 18px / 1.8 Alibaba-PuHuiTi-Regular;
}

.circleTabMod {
    position: relative;
    width: 260px;
}
.circleTabMod .nav {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px #fff solid;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.circleTabMod .nav span {
    color: #fff;
    font: 18px / 1.8 Alibaba-PuHuiTi-Medium;
    cursor: pointer;
    opacity: 0.6;
}
.circleTabMod .nav span.on {
    opacity: 1;
}
.circleTabMod.tab0 .activeLine {
    left: 0;
}
.circleTabMod.tab1 .activeLine {
    left: 25%;
}
.circleTabMod.tab2 .activeLine {
    left: 50%;
}
.circleTabMod.tab3 .activeLine {
    left: 75%;
}

.circleTabMod .activeLine {
    position: relative;
    width: 25%;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.8s ease-in-out;
}
.circleTabMod .activeLine > span {
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.circleTabMod .con {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circleTabMod .con .case {
    display: none;
    color: #fff;
    font: 18px / 1.8 Alibaba-PuHuiTi-Regular;
}
.circleTabMod .con .case.on {
    display: block;
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.homePlayer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homePlayer img {
    width: 100%;
}

.homeDutyWrap {
    height: 890px;
    background: url(/assets/theme/jthink/images/homeDutyBg.jpg) no-repeat center top;
    background-size: 1920px;
    overflow: hidden;
}
.homeDutyWrap .topTitle {
    margin-bottom: 45px;
}

.homeDutySwiper {
    position: relative;
}
.homeDutySwiperMod {
    overflow: hidden;
}
.homeDutySwiper ul {
}
.homeDutySwiper ul li {
}
.homeDutySwiper ul li .pic {border-radius: 24px 0 24px 0;overflow: hidden;}
.homeDutySwiper ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homeDutySwiper ul li .info {
    padding: 40px 18px 0;
}
.homeDutySwiper ul li .tit {
    height: 4.4em;
    color: var(--xlc-text-default);
    font: bold 20px / 1.5 Alibaba-PuHuiTi-Regular;
    overflow: hidden;
}
.homeDutySwiper ul li .time {
    color: var(--xlc-text-default);
    font: 18px / 30px Alibaba-PuHuiTi-Regular, GILROY-MEDIUM;
    opacity: 0.6;
}

.homeDutySwiper .operation {
    margin-top: 35px;
    width: 100%;
    padding: 0 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homeDutySwiper .swiper-scrollbar {
    height: 1px;
    width: 84%;
    margin: 0 auto;
}
.homeDutySwiper .swiper-scrollbar .swiper-scrollbar-drag {
    position: relative;
    top: -2px;
    height: 5px;
    background: #1e75e1;
}

.homeFilmWrap {
    position: relative;
    border-bottom: 2px #0080e2 solid;
    background: #000;
    overflow: hidden;
    z-index: 1;
}
.homeFilmBg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/theme/jthink/images/film_one.png) no-repeat center top;
    background-size: 1920px;
    z-index: 5;
}
.homeFilmWrap .topTitle {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 15;
}

.homeFilmOneSwiper {
    position: relative;
    

    z-index: 14;
}
.homeFilmOneSwiper ul {
    width: auto;
    margin-bottom: 10px;
}
.homeFilmOneSwiper ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.homeFilmOneSwiper ul li .box {
    width: 100%;
    display: flex;
    align-items: center;
}
.homeFilmOneSwiper ul li .tit {
    width: 330px;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
}
.homeFilmOneSwiper ul li.swiper-slide-active .tit {
    opacity: 1;
    transform: scale(1);
}

.homeFilmOneSwiper ul li .tit span:nth-child(1) {
    font: bold 132px / 1.2 GILROY-MEDIUM;
    width: 4em;
}
.homeFilmOneSwiper ul li .tit span:nth-child(2) {
    position: relative;
    top: 15px;
    font: bold 50px / 1.2 Alibaba-PuHuiTi-Medium;
    opacity: 0.8;
}
.homeFilmOneSwiper ul li .pic {
    position: relative;
    width: 590px;
    height: 498px;
    overflow: hidden;
}
.homeFilmOneSwiper ul li .pic .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.homeFilmOneSwiper ul li .pic img:nth-child(1) {
    -webkit-filter: blur(23px);
    -moz-filter: blur(23px);
    -o-filter: blur(23px);
    -ms-filter: blur(23px);
    filter: blur(23px);
}
.homeFilmOneSwiper ul li .pic img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    transition: auto;
}
.homeFilmOneSwiper ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* filter: grayscale(100%); */
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transform: skew(0, 0) scale(0);
}
.homeFilmOneSwiper ul li.swiper-slide-active .pic img {
    transform: skew(2deg, 3deg) scale(0.8);
    opacity: 1;
}

.homeFilmOneSwiper ul li .infoText {width: 90%;margin: 0 5%;transition: all 0.8s ease-out;opacity: 0;/* transform: translateY(50px) scale(0.8); */}
.homeFilmOneSwiper ul li .infoText p {
    width: 100%;
    text-align: center;
    color: #fff;
    font: 16px / 2 Alibaba-PuHuiTi-Regular;
}
.homeFilmOneSwiper ul li.swiper-slide-active .infoText {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.homeFilmTwoSwiper {
    position: relative;
    height: 148px;
    margin: 0 auto;
    background: url(/assets/theme/jthink/images/film.png) no-repeat center;
    background-size: 1920px;
    z-index: 13;
}
.homeFilmTwoBox {
    position: relative;
    margin: 0 auto;
    width: 950px;
    height: 100%;
    display: flex;
    align-items: center;
}
.homeFilmTwoBox::after,
.homeFilmTwoBox::before {
    position: absolute;
    top: 0;
    content: "";
    width: 100vh;
    height: 100%;
    z-index: 2;
}
.homeFilmTwoBox::after {
    left: -100vh;
    background: linear-gradient(90deg, black, black, transparent);
}
.homeFilmTwoBox::before {
    right: -100vh;
    background: linear-gradient(90deg, transparent, black, black);
}
.homeFilmTwoSwiper ul {
    height: 102px;
}
.homeFilmTwoSwiper ul li {
    height: 102px;
    /* background: linear-gradient(0deg, #414344, #a2a2a2); */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeFilmTwoSwiper ul li .pic {
    width: 185px;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    background: #000;
    transition: all 0.3s ease;
}
.homeFilmTwoSwiper ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    border-radius: 15px;
    transition: all 0.3s ease;
    overflow: hidden;
}
.homeFilmTwoSwiper ul li.swiper-slide-thumb-active .pic img {
    opacity: 1;
}
.homeFilmTwoSwiper .operation {
    z-index: 10;
    width: 100%;
    padding: 0 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    resize: none;
}
.homeFilmTwoSwiper .operation > .opr {
    position: absolute;
    top: 10px;
    margin-top: 35px;
}
.homeFilmTwoSwiper .operation .next {
    left: -100px;
}
.homeFilmTwoSwiper .operation .prev {
    right: -100px;
}

.butterflyMod {
    display: block;
}
.butterflyMod .tit {
    display: block;
    text-align: justify;
    font: 18px / 1.8 Alibaba-PuHuiTi-Regular;
    color: var(--xlc-text-default);
    opacity: 0.6;
}
.butterflyChange {
    margin-top: -40px;
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.butterflyChange .item {
    display: block;
}
.butterflyChange .item:nth-child(1) {
    position: relative;
    z-index: 2;
}
.butterflyChange .item:nth-child(2) {
    position: absolute;
    top: 50%;
    z-index: 3;
}
.butterflyChange .item:nth-child(3) {
    position: relative;
    z-index: 2;
}

.butterflyChange .protagonist {
    margin-top: -100px;
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.butterflyChange .protagonist .a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--xlc-bg-blue);
    opacity: 0.2;
}
.butterflyChange .protagonist .b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.butterflyChange .protagonist .b span {
    display: block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: var(--xlc-bg-blue);
    opacity: 0.3;
}
.butterflyChange .protagonist .c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.butterflyChange .protagonist .c span {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.butterflyChange .protagonist .c span img {
    width: 100px;
}
.butterflyChange_l:hover {
    background: url(/assets/theme/jthink/images/butterflyChange1.png) no-repeat top center;
}
.butterflyChange_l {
    width: 960px;
    height: 675px;
    background: url(/assets/theme/jthink/images/butterflyChange11.png) no-repeat top center;
    background-size: 960px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all 0.8s ease;
}
.butterflyChange_r:hover {
    background: url(/assets/theme/jthink/images/butterflyChange22.png) no-repeat top center;
}
.butterflyChange_r {
    width: 960px;
    height: 675px;
    background: url(/assets/theme/jthink/images/butterflyChange2.png) no-repeat top center;
    background-size: 960px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.8s ease;
}
.butterflyChange .info {
    width: 300px;
    margin: 20px 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.butterflyChange .info p {
    font: 22px / 1.6 Alibaba-PuHuiTi-Medium;
    color: var(--xlc-text-blue-5);
}
.butterflyChange .info a {
    margin-top: 22px;
    opacity: 0;
    transition: all 0.8s ease;
    transform: translateY(30px);
}
.butterflyChange_l:hover p,
.butterflyChange_r:hover p {
    color: #fff;
}
.butterflyChange_l:hover a,
.butterflyChange_r:hover a {
    opacity: 1;
    transform: translateY(0);
}
.mHomeTrainWrap {
    display: none;
}
@media (max-width: 1199px) {
    .homeOverviewWrap {
        display: none;
    }
}

.pillarMod {
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 150px;
}
.pillarMod .info {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pillarMod .info .text {
    flex: 1;
}
.pillarMod .info .text p {
    font: 18px / 1.6 Alibaba-PuHuiTi-Regular;
    opacity: 0.6;
    text-align: justify;
}
.pillarMod .info .learmLink {
}
.pillarMod .pic {
    border-radius: 30px 0 30px 0;
    overflow: hidden;
}
.pillarMod .pic img {
    width: 100%;
}
<!--0.00017499923706055-->