/*
 * @Description: 首页_亿仕登样式文件
 * @fileName:  index.css
 * @Author: LiSuwan
 * @Date: 2023-05-08 14:04:31
 * @LastEditors: LiSuwan
 * @LastEditTime: 2023-05-12 14:42:40
 */


/* ====== 头部 start ====== */

header {
    background: transparent;
    box-shadow: 0px 6px 20px rgba(16, 59, 138, 0);
}

header.blackHeader {
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.blackHeader .telNumber a {
    color: #fff;
}

.blackHeader .headerList>a,
.blackHeader .headerList.active>a,
.blackHeader .telNumber span {
    color: #fff;
}

.blackHeader .headerList::after {
    background: #fff;
}

header.blackHeader:hover {
    background: #fff !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.blackHeader:hover .headerList>a,
header.blackHeader:hover .telNumber a,
header.blackHeader:hover .telNumber span {
    color: #333;
}

header.blackHeader:hover .headerList:hover>a,
header.blackHeader:hover .telNumber a:hover,
header.blackHeader:hover .headerList.active>a {
    color: #006FE5;
}

header.blackHeader:hover .headerList::after {
    background: #006FE5;
}

.blackHeader .blackLogo,
header.blackHeader:hover .whiteLogo {
    display: none;
}

.blackHeader .whiteLogo,
header.blackHeader:hover .blackLogo {
    display: block;
}


/* ====== 头部 end ====== */

body,
html {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    padding-top: 0px;
}

.indexSwiper,
.firstSlide>div,
.secondSlide>div,
.thirdSlide>div {
    width: 100%;
    height: 100%;
}

.indexSwiper>.swiper-pagination {
    right: unset;
    left: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indexSwiper>.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #b3b3b3;
    margin: 14px 0px;
    border-radius: 50%;
}

.indexSwiper>.swiper-pagination .swiper-pagination-bullet {
    position: relative;
}

.indexSwiper>.swiper-pagination .swiper-pagination-bullet.whiteBg {
    position: relative;
    background: #fff;
}

.indexSwiper>.swiper-pagination .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    top: -18px;
    left: -18px;
    width: 46px;
    height: 46px;
    background: url(../images/fpActiveWhite.png)no-repeat center center;
    background-size: 100% 100%;
    display: none;
}

.indexSwiper>.swiper-pagination .swiper-pagination-bullet-active:after {
    display: block;
}

.indexSwiper>.swiper-pagination .swiper-pagination-bullet.whiteBgt:after {
    background: url(../images/fpActive.png)no-repeat center center;
    background-size: 100% 100%;
}

.indexSwiper>.swiper-pagination .swiper-pagination-bullet.whiteBgt:after {
    background: url(../images/fpActive.png)no-repeat center center;
    background-size: 100% 100%;
}

.whiteBgm .swiper-pagination-bullet-active {
    background: url(../images/fpActive.png)no-repeat center center;
    background-size: 100% 100%;
}


/* ====== 第一屏 start ====== */

.bannerSwiper_tips {
    position: absolute;
    left: 50%;
    top: 355px;
    transform: translateX(-50%);
    text-align: center;
}

.bannerSwiper_tips p {
    margin-bottom: 0px;
    color: #fff;
}

.bannerSwiper_more {
    width: 190px;
    height: 62px;
    border-radius: 31px;
    border: solid 1px #ffffff;
    display: inline-block;
    line-height: 62px;
    text-align: center;
    color: #fff;
    margin-top: 250px;
}

.bannerSwiper_more>span,
.index_newsContentMore>span {
    display: inline-block;
    padding-right: 30px;
    background: url(../images/index_moreNext.png) 100% 50% no-repeat;
}

.bannerSwiper_more:hover {
    border: solid 1px #0573fa;
    background: #0573fa;
}

.bannerSwiper_tipsCn {
    line-height: 70px;
    letter-spacing: 2px;
    font-weight: 600;
}

.bannerSwiper_tipsEn {
    margin-top: 45px;
}


/* ====== banner圆点 start ======*/

.bannerSwiper .swiper-pagination {
    max-width: 1680px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    z-index: 3;
}

.bannerSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    background: #FFFFFF;
    opacity: 0.4;
    border-radius: 0px;
}

.bannerSwiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}


/* ====== banner圆点 end ======*/

.index_scroll {
    width: 65px;
    height: 75px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}


/* ====== 第一屏 end ====== */


/* ====== 第二屏 start ====== */

.secondSlide,
.index_newsContent,
.thirdSlide {
    padding-top: 100px;
}

.secondSlide_title {
    text-align: center;
    width: 100%;
    margin-top: 50px;
}

.secondSlide_titleCn {
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
}

.secondSlide_titleEn {
    color: #666666;
}

.secondSlide_list {
    position: relative;
    width: 100%;
    height: 668px;
    /*background: url(../images/index_businessBg.png) 50% 50% no-repeat;*/
    /*margin-top: 50px;*/
    text-align: center;
}

.secondSlide_list img {
    max-height: 668px;
}

.secondSlide_list>a {
    cursor: pointer;
    position: absolute;
}

.secondSlide_buisness1 {
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    height: 203px;
    width: 212px;
    z-index: 10;
}

.secondSlide_buisnessImg {
    width: 100%;
    height: 100%;
}

.secondSlide_buisness1 .index_buinessCircle {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
}

.secondSlide_buisness2 {
    width: 232px;
    height: 252px;
    left: 65%;
    top: 80px;
    transform: translateX(-50%);
}

.secondSlide_buisness2 .index_buinessCircle {
    position: absolute;
    left: 37%;
    top: 55%;
    margin-left: -15px;
}

.secondSlide_buisness3 {
    width: 284px;
    height: 278px;
    left: 80%;
    top: 180px;
    transform: translateX(-50%);
    z-index: 100;
}

.secondSlide_buisness3 .index_buinessCircle {
    position: absolute;
    left: 66%;
    top: 49%;
    margin-left: -15px;
}

.secondSlide_buisness4 {
    width: 296px;
    height: 270px;
    left: 65%;
    top: 350px;
    transform: translateX(-50%);
    z-index: 100;
}

.secondSlide_buisness5 {
    width: 370px;
    height: 334px;
    left: 50%;
    top: 185px;
    transform: translateX(-50%);
}

.secondSlide_buisness5 .index_buinessCircle {
    position: absolute;
    left: 58%;
    top: 50%;
    margin-left: -15px;
}

.secondSlide_buisness6 {
    height: 252px;
    width: 278px;
    left: 35%;
    top: 70px;
    transform: translateX(-50%);
    z-index: 10;
}

.secondSlide_buisness6 .index_buinessCircle {
    position: absolute;
    left: 37%;
    top: 33%;
    margin-left: -15px;
}

.secondSlide_buisness7 {
    height: 240px;
    width: 253px;
    left: 20%;
    top: 220px;
    transform: translateX(-50%);
    z-index: 100;
}

.secondSlide_buisness7 .index_buinessCircle {
    position: absolute;
    left: 50%;
    top: 52%;
    margin-left: -15px;
}

.secondSlide_buisness8 {
    height: 216px;
    width: 244px;
    left: 34%;
    top: 394px;
    transform: translateX(-50%);
    z-index: 100;
}

.secondSlide_buisness8 .index_buinessCircle {
    position: absolute;
    left: 20%;
    top: 42%;
    margin-left: -15px;
}

.index_buinessCircleDefault,
.secondSlide_list>a:hover .secondSlide_tip,
.secondSlide_list>a:hover .index_buinessCircleHover {
    display: block;
}

.index_buinessCircleHover,
.secondSlide_list>a:hover .index_buinessCircleDefault {
    display: none;
}

.index_buinessCircle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.secondSlide_tip {
    position: absolute;
    left: 50%;
    top: 0px;
    display: none;
}

.secondSlide_tip img {
    width: 248px;
    height: 101px;
}

.secondSlide_buisness5 .secondSlide_tip p {
    top: -140%;
}

.secondSlide_tip p {
    position: absolute;
    left: 110px;
    top: -50%;
    width: 310px;
    height: 160px;
    background-color: #0573fa;
    box-shadow: 0px 15px 30px 0px rgba(39, 82, 143, 0.2);
    border-radius: 12px;
    border: solid 1px #1b75f3;
    margin-bottom: 0px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 20px;
    overflow-y: auto;
}

.secondSlide_buisness3 .secondSlide_tip {
    left: -50%;
}

.secondSlide_buisness3 .secondSlide_tip p {
    left: -90%;
    top: -50%;
}


/* ====== 第二屏 end ====== */


/* ====== 第三屏 start ====== */

.thirdSlide {
    background: url(../images/index_cooperateBg.png) 50% 50% no-repeat;
    background-size: cover;
}

.thirdSlideBanner .pcBanner {
    width: 100%;
    height: 570px;
}

.thirdSlideBanner.swiper {
    position: static;
}

.thirdSlide .swiper-pagination {
    max-width: 1680px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 3;
}

.thirdSlide .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #22262a;
    border-radius: 5px;
}

.thirdSlide .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
    height: 10px;
    background-color: #0573fa;
    border-radius: 5px;
    opacity: 1;
}

.index_newsContentMore {
    width: 150px;
    height: 50px;
    background: #0573fa;
    border-radius: 25px;
    display: block;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-top: 100px;
}


/* ====== 第三屏 end ====== */


/* ====== 第四屏 start ====== */

.index_news {
    position: relative;
}

.fourthSlide>div {
    background: url(../images/index_newsCoverImg.png) 50% 50% no-repeat;
    background-size: cover;
}

.fourthSlide>.index_news {
    padding-bottom: 160px;
}

.index_newsCoverImg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
    display: none;
}

.index_newsContent {
    position: relative;
}

.index_newsContent p {
    margin-bottom: 0px;
}

.index_newsContent .secondSlide_title {
    margin-top: 180px;
    text-align: left;
}

.index_newsContent .secondSlide_title .secondSlide_titleCn {
    color: #fff;
    margin-bottom: 20px;
}

.index_newsContent .secondSlide_title .secondSlide_titleEn {
    color: rgba(255, 255, 255, 0.6);
    padding-bottom: 40px;
    margin-bottom: 0px;
    position: relative;
}

.index_newsContent .secondSlide_title .secondSlide_titleEn::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 80px;
    height: 3px;
    background-color: #ffffff;
}

.index_newsContent_text {
    overflow: hidden;
    margin-top: 85px;
    width: 800px;
}

.index_newsContentTitle {
    color: #fff;
    font-weight: 600;
}

.index_newsContentIntro {
    margin-top: 20px;
    line-height: 30px;
    color: #fff;
}

.index_newsContent_next {
    width: 734px;
    height: 160px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 30px 40px;
    box-sizing: border-box;
    background: url(../images/index_newsContent_nextBg.png) 100% 50% no-repeat #0573fa;
    display: none;
}

.index_newsContent_nextLabel,
.index_newsContent_nextTitle {
    height: 100px;
    line-height: 100px;
    color: #fff;
    display: inline-block;
}

.index_newsContent_nextLabel {
    width: 95px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.index_newsContent_nextTitle {
    font-weight: 600;
    margin-left: 40px;
    width: 75%;
}

.swiper-slide.slideFooter,
.fourthSlide,
.fourthSlide>div {
    height: auto !important;
    width: 100%;
}


/* ====== 第四屏 end ====== */


/* ====== 第五屏 end ====== */


/* ====== 第五屏 end ====== */

@media (max-width: 767px) {
    body {
        padding-top: 55px;
    }
    .bannerSwiper>.swiper-pagination {
        text-align: center;
        bottom: 30px;
    }
    .bannerSwiper_tips {
        top: 100px
    }
    .bannerSwiper_tipsCn {
        line-height: 26px;
    }
    .bannerSwiper_tipsEn {
        margin-top: 10px;
    }
    .index_newsContent_text {
        margin-top: 20px;
    }
    .bannerSwiper_tips p {
        word-wrap: break-word;
    }
    .bannerSwiper_more,
    .index_newsContentMore {
        margin-top: 30px;
        height: 40px;
        line-height: 40px;
        width: 130px;
    }
    .bannerSwiper_more>span,
    .index_newsContentMore>span {
        padding-right: 20px;
        background-size: 8px auto;
    }
    .contSwiper,
    .indexSwiper,
    .firstSlide>div,
    .secondSlide>div,
    .thirdSlide>div,
    .fourthSlide>div {
        height: auto;
        display: block;
    }
    .bannerSwiper .swiper-pagination,
    .thirdSlide .swiper-pagination {
        text-align: center;
        max-width: 100%;
        bottom: 20px;
    }
    .bannerSwiper .swiper-pagination .swiper-pagination-bullet,
    .thirdSlide .swiper-pagination .swiper-pagination-bullet,
    .thirdSlide .swiper-pagination .swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }
    .secondSlide,
    .index_newsContent,
    .thirdSlide {
        padding-top: 20px;
    }
    .secondSlide_title {
        margin-top: 0px;
    }
    .secondSlide_titleCn,
    .index_newsContent .secondSlide_title .secondSlide_titleCn {
        margin-bottom: 10px;
    }
    .secondSlide_tip {
        display: none;
    }
    .thirdSlideBanner.swiper {
        padding-bottom: 40px;
    }
    .index_newsContent .secondSlide_title {
        margin-top: 0px;
    }
    .index_newsContent .secondSlide_title .secondSlide_titleEn {
        padding-bottom: 20px;
    }
    .index_newsContent_text,
    .index_newsContent_next {
        width: 100%;
    }
    .index_newsContent_next {
        padding: 20px 4%;
        height: auto;
    }
    .index_newsContent_nextLabel {
        width: 60px;
    }
    .index_newsContent_nextLabel,
    .index_newsContent_nextTitle {
        height: 40px;
        line-height: 40px;
    }
    .index_newsContent_nextTitle {
        margin-left: 20px;
    }
    .fourthSlide>div,
    .fourthSlide>.index_news {
        min-height: 430px;
        padding-bottom: 0px;
    }
    .secondSlide_buisness1 {
        width: 120px;
        height: 125px;
        top: 0px;
    }
    .secondSlide_buisness2 {
        width: 136px;
        height: 148px;
        left: 90%;
        top: 120px;
    }
    .secondSlide_buisness3 {
        width: 160px;
        height: 156px;
        left: 85%;
        top: 600px;
    }
    .secondSlide_buisness4 {
        width: 166px;
        height: 151px;
        left: 85%;
        top: 400px;
    }
    .secondSlide_buisness5 {
        width: 208px;
        height: 188px;
        left: 50%;
        top: 225px;
    }
    .secondSlide_buisness6 {
        width: 156px;
        height: 142px;
        left: 12%;
        top: 100px;
    }
    .secondSlide_buisness7 {
        width: 142px;
        height: 134px;
        left: 12%;
        top: 400px;
    }
    .secondSlide_buisness8 {
        width: 140px;
        height: 124px;
        left: 10%;
        top: 600px;
    }
    .secondSlide_list {
        background: url(../images/index_businessBgMobile.png) 50% 50% no-repeat;
        height: 800px;
        width: 80%;
        margin-left: 10%;
        background-size: cover;
    }
    .index_newsCoverImg {
        width: auto;
    }
}

@media (max-width: 320px) {
    .bannerSwiper_tips {
        top: 80px
    }
    .bannerSwiper_tipsCn {
        line-height: 26px;
    }
    .bannerSwiper_tipsEn {
        margin-top: 10px;
    }
    .bannerSwiper_more {
        margin-top: 15px;
    }
    .bannerSwiper .swiper-pagination {
        bottom: 10px;
    }
    .fourthSlide>div {
        min-height: 450px;
        padding-bottom: 0px;
    }
    .index_newsContent_nextTitle {
        width: 70%;
    }
}