html,
body {
    position: relative;
    height: 100%;
}

body {
 /*   font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.index>.swiper {
    width: 100%;
    height: 6rem;
}
.mySwiper1 img{
    transition:all 0.6s;
}
.mySwiper1 img:hover{
    transform: scale(1.1);
}


@font-face {
/*    font-family: 'SourceHanSansCN-Medium';*/
/*    src: url("../fonts/SourceHanSansCN-Medium.ttf");*/
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img:nth-child(1) {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.index .swiper-slide a>img:nth-child(1) {
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: scale(1.3);
    transition: all 8s ease;
}

.index .swiper-slide a>img:nth-child(2) {
/*    width: 1rem;
    height: 1rem;*/
/*    background: red;*/
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform:translate(-50%, -50%) scale(0.8) ;
    transition: all 1s ease;
    z-index: 101;
}

.index .swiper-slide-active a>img:nth-child(2) {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) ;
}

.index .swiper-slide-active a>img:nth-child(1) {
    transform: scale(1);
}

.index .swiper-pagination-bullets {
    width: 100% !important;
}

.index .swiper-pagination-bullet {
    width: .35rem;
    height: .06rem;
    background-color: #24afff;
    border-radius: .03rem;
    cursor: pointer;
}

.indexBox .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.indexBox .animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.index .swiper-pagination-bullet-active-next {
    width: .35rem;
    height: .06rem;
    background-color: #ffffff50;
    border-radius: .03rem;
    transform: scale(1) !important;
}

.indexBox .content {
    width: 12rem;
    margin: 0 auto;
    margin-top: .36rem;
}

.indexBox .content .top {
    display: flex;
    justify-content: space-between;
}

.indexBox .content .top .left {
    width: 6rem;
    height: 4.12rem;
}

.indexBox .content .top .left .swiper-pagination-horizontal {
    display: flex;
    justify-content: flex-end;
    bottom: .1rem;
}

.indexBox .content .top .left .swiper-pagination-horizontal .swiper-pagination-bullet {
    width: .17rem;
    height: .17rem;
    background-color: #ffffff !important;
    opacity: 1;
}

.indexBox .content .top .left .swiper-pagination-horizontal .swiper-pagination-bullet-active {
    width: .17rem;
    height: .17rem;
    background-color: #219bde !important;
}

.indexBox .content .top .left .swiper-pagination-horizontal .swiper-pagination-bullet:last-child {
    margin-right: .17rem;
}

.indexBox .content .top .left .swiper-slide a {
    position: relative;
}

.indexBox .content .top .left .swiper-slide a>.tips {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .34rem;
    background-color: #00000030;
    text-align: left;
    line-height: .34rem;
    color: #fff;
    font-family: SourceHanSansCN-Regular;
    text-indent: .1rem;
}

.indexBox .content .top .left .swiper-slide a>.tips>span {
    width: 2.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.indexBox .content .top .right {
    width: 5.74rem;
}

.indexBox .content .top .right .title>ul {
    display: flex;
    list-style: none;
    padding-bottom: .06rem;
    padding-left: 0;
    border-bottom: .02rem solid #e8e8e8;
    margin: 0;
}

.indexBox .content .top .right .title>ul>li {
    width: .79rem;
    font-family: SourceHanSansCN-Medium;
    color: #333333;
    list-style: none;
    font-size: .18rem;
    display: block;
    margin-right: .36rem;
    cursor: pointer;
}

.indexBox .content .top .right .title>ul .select {
    color: #01336d;
    position: relative;
    font-size: .18rem;
    font-weight: 700;
}

.indexBox .content .top .right .title>ul .select::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: .02rem;
    background-color: #01336d;
    left: 0;
    bottom: -.08rem;
}

.indexBox .content .top .right .title>ul .select::after {
    position: absolute;
    content: "";
    border-top: .04rem solid #01336d;
    border-left: .03rem solid transparent;
    border-right: .03rem solid transparent;
    border-bottom: .04rem solid transparent;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -.16rem;
}

.indexBox .content .top .right .text {
    padding-top: .25rem;
}

.indexBox .content .top .right .text h3 {
    margin: 0;
    padding: 0;
    font-family: SourceHanSansCN-Medium;
    color: #01336d;
    line-height: .30rem;
    font-size: .20rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indexBox .content .top .right .text ul {
    margin: 0;
    padding: 0;
    padding-top: .07rem;
}

.indexBox .content .top .right .text ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.indexBox .content .top .right .text ul li a {
    display: flex;
    text-decoration: none;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-top: .13rem;
}

.indexBox .content .top .right .text ul li a>P {
    margin: 0;
}

.indexBox .content .top .right .text ul li a>p:nth-of-type(1) {
    color: #292929;
    font-size: .16rem;
    width: 89%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexBox .content .top .right .text ul li a>p:nth-of-type(2) {
    color: #797979;
    font-size: .12rem;
    margin-left: auto;
}

.indexBox .content .top .right .text ul li a::before {
    display: block;
    content: "";
    width: .04rem;
    height: .04rem;
    border-radius: 50%;
    margin-top: .02rem;
    background-color: #afafaf;
    margin-right: .12rem;
}

.indexBox .content .top .right .text ul li a:hover p {
   color: #219bde;
}

.indexBox .content .middle {
    width: 100%;
    margin-top: .53rem;
}

.indexBox .content .middle>img {
    width: 100%;
    display: block;
}

.indexBox .content .ft {
    margin-top: .42rem;
    padding-bottom: .61rem;
}

.indexBox .content .ft ul {
    display: flex;
    list-style: none;
    padding-bottom: .06rem;
    padding-left: 0;
    border-bottom: .02rem solid #e8e8e8;
    margin: 0;
}

.indexBox .content .ft ul>li {
    width: .79rem;
    font-family: SourceHanSansCN-Medium;
    color: #333333;
    list-style: none;
    font-size: .18rem;
    display: block;
    margin-right: .36rem;
    text-align: center;
    cursor: pointer;
}

.indexBox .content .ft ul .select {
    position: relative;
}

.indexBox .content .ft ul .select::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: .02rem;
    background-color: #01336d;
    left: 0;
    bottom: -.08rem;
}

.indexBox .content .ft .swiperBox2 {
    margin-top: .23rem;
}

.indexBox .content .ft .swiperBox2 .swiper {
/*    width: 11.34rem;*/
    height: 100%;
 /*   padding: 0 .32rem;*/
}

.indexBox .content .ft .swiperBox2 .swiper-button-prev {
    left: -.08rem;
    height: 100%;
    background: #f4f6f8;
    top: 0;
    margin-top: 0;
}

.indexBox .content .ft .swiperBox2 .swiper-button-next {
    right: -.08rem;
    height: 100%;
    background: #f4f6f8;
    top: 0;
    margin-top: 0;
}

.indexBox .content .ft .swiperBox2 .swiper-button-prev:after,
.indexBox .content .ft .swiperBox2 .swiper-button-next:after {
    content: "";
    width: .11rem;
    height: .21rem;
}

.indexBox .content .ft .swiperBox2 .swiper-button-prev:after {
    background: url(../img/left.png) no-repeat;
    background-size: 100% 100%;
}

.indexBox .content .ft .swiperBox2 .swiper-button-next:after {
    background: url(../img/right.png) no-repeat;
    background-size: 100% 100%;
}

.indexBox .content .ft .swiperBox2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.indexBox .content .ft .swiperBox2 .swiper-slide img {
    display: block;
    width: 2.76rem;
    height: 1.41rem;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .index>.swiper {
        height: auto;
    }
    .indexBox .content {
        width: 98%;
    }
    .indexBox .content .top {
        display: block;
    }
    .indexBox .content .top>div {
        margin: 0 auto;
        margin-top: .2rem;
    }
    .indexBox .content .top .right .title>ul>li {
        width: auto;
    }
    .indexBox .content .top .left .swiper-slide a>.tips>span {
        width: 50%;
        font-size: .12rem;
    }
    .indexBox .content .ft ul>li {
        width: auto;
    }
    .indexBox .content .ft .swiperBox2 .swiper {
        width: 100%;
        margin: auto;
        padding: 0 !important;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }


    .swiper-slide img:nth-child(1) {
        width: 100% !important;
        height: auto !important;
    }
}


/*# sourceMappingURL=index.css.map */