@charset "UTF-8";
/**
 * @desc 公司新官网首页-轮播图
 * @author hongyu
 * @date 2022-5-30
 */

/* Comment 顶部轮播 S */

#newIndex .index-banner {
    width: 100%;
    height: 820px;
    position: relative;
}

.index-banner .index-header-shadow {
    position: fixed;
    height: 76px;
    width: 100%;
    background-color: rgba(255, 255, 255, .04);
    z-index: 90;
    transition: all .1s;
}

.index-banner-scroll .index-header-shadow {
    background-color: rgba(255, 255, 255, .97);
    box-shadow: 3px 3px 8px #eee;
    /* filter: blur(2px); */
}

.index-banner .index-header {
    position: fixed;
    height: 76px;
    width: 100%;
    min-width: 1680px;
    display: flex;
    justify-content: space-between;
    z-index: 100;
}

.index-header .header-logo {
    position: relative;
    width: 210px;
    margin-left: 154px;
}

.header-logo img {
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    transition: all .1s;
}

.header-logo .header-logo-img {
    opacity: 1;
}

.header-logo .header-scroll-logo-img {
    opacity: 0;
    top: -4px;
}

.index-banner-scroll .header-logo .header-logo-img {
    opacity: 0;
}

.index-banner-scroll .header-logo .header-scroll-logo-img {
    opacity: 1;
}

.index-header .header-nav {
    background-color: transparent;
    margin-right: 146px;
    padding: 0;
}

.header-nav .layui-nav-item {
    height: 100%;
    padding: 28px 34px;
    box-sizing: border-box;
}

.header-nav .layui-nav-item:hover::after {
    content: '';
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .12);
    z-index: -1;
    transition: all .2s;
    -webkit-transition: all .2s;
}


.index-banner-scroll .header-nav .layui-nav-item:hover::after {
    background-color: #4988fb;
}

.index-banner-scroll .index-header-shadow {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
    opacity: .97;
}

.header-nav .layui-nav-item a {
    height: 18px;
    line-height: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    padding: 0;
}

.index-banner-scroll .header-nav .layui-nav-item a {
    color: #4e4e4e;
}

.header-nav.layui-nav .layui-nav-item a:hover,
.header-nav.layui-nav .layui-this a {
    color: #fff;
}

.header-nav.layui-nav a span.layui-nav-more {
    right: 16px;
}

.header-nav.layui-nav .layui-this a {
    font-weight: 550;
}

.index-banner-scroll .header-nav.layui-nav .layui-nav-item a:hover,
.index-banner-scroll .header-nav.layui-nav .layui-this a {
    color: #4e4e4e;
}

.index-banner-scroll .header-nav.layui-nav .layui-nav-more {
    border-top-color: #4977fb;
}

.index-banner-scroll .header-nav.layui-nav .layui-nav-mored {
    border-color: transparent transparent #4977fb;
}

.header-nav.layui-nav .layui-this:after {
    opacity: 12%;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
}

.index-banner-scroll .header-nav.layui-nav .layui-this:after {
    background-color: #4988fb;
}

.header-nav .layui-nav-bar {
    display: none;
}

.header-nav .layui-nav-item .layui-nav-child {
    position: fixed;
    top: 76px;
    width: 100vw;
    height: 450px;
    padding: 0;
    border: 0;
    animation: layui-nav-change .3s;
}

.header-nav .layui-nav-child .child-menu {
    width: 541px;
    height: 100%;
    float: left;
    background-color: #f8fafc;
}

.child-menu .menu-sign {
    margin: 70px auto 50px;
    height: 16px;
    text-align: center;
}

.child-menu .menu-sign img {
    width: 15px;
    height: 16px;
    margin-right: 8px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}

.child-menu .menu-sign span {
    height: 16px;
    line-height: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #4977fb;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}

.child-menu .menu-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    font-family: Source Han Sans CN;
    text-align: center;
    align-items: center;
}

.child-menu .menu-list .menu-list-item {
    width: 120px;
    display: inline-block;
    height: 16px;
    margin-bottom: 30px;
    color: #303030;
    font-size: 16px;
    cursor: pointer;
}

.child-menu .menu-list span.menu-list-item-active {
    color: #4977fb;
}

.child-menu .menu-list a:hover {
    color: #303030;
    font-size: 16px;
    background-color: transparent;
    cursor: pointer;
}

.header-nav .layui-nav-child .child-content {
    display: none;
    float: left;
    height: 100%;
    width: calc(100% - 541px);
    padding: 80px 180px 0 79px;
    box-sizing: border-box;
}

.header-nav .child-content-active {
    display: inline-block !important;
}

.header-nav .child-content .child-content-title {
    height: 27px;
}

.header-nav .child-content .child-content-title img {
    height: 32px;
    width: 32px;
}

.header-nav .child-content .child-content-title span {
    margin-left: 8px;
    position: relative;
    bottom: 2px;
    height: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #4977fb;
    font-size: 16px;
}

.header-nav .child-content .child-content-hr {
    margin-top: 10px;
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
}

.header-nav .child-content .child-content-list {
    margin-top: 30px;
    max-height: calc(370px - 68px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: auto;
}

.header-nav .child-content .child-content-classify {
    max-height: calc(370px - 68px);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    overflow: auto;
    padding-top: 20px;
}

.child-content-classify .child-content-list-classify-list {
    width: 100%;
}

.child-content-list-classify-list .child-content-list-classify-list-title {
    margin-bottom: 10px;
    height: 15px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #333333;
    font-size: 15px;
    line-height: 15px;
}

.child-content-list-classify-list .child-content-list-classify-list-content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.child-content-list-classify-list-content .child-content-list-classify-list-item {
    margin: 0 15px 18px 0;
    width: 265px;
    height: 50px;
}

.child-content-list-classify-list-item a {
    max-width: 100%;
    height: 14px !important;
    line-height: 14px !important;
    font-family: Source Han Sans CN !important;
    color: #303030 !important;
    background: transparent !important;
    font-size: 14px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: justify;
}

.child-content-list-classify-list-item a:hover {
    color: #4977fb !important;
}

.child-content-list-classify-list-item span {
    height: 13px;
    font-family: Source Han Sans CN;
    color: #a1a5b1;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: justify;
}

.header-nav .child-content .child-content-list>div {
    margin: 0 15px 18px 0;
    width: 265px;
    height: 50px;
}

.header-nav .child-content .child-content-list>div a {
    font-family: Source Han Sans CN;
    color: #303030;
    font-size: 14px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: justify;
}

.header-nav .child-content .child-content-list>div span {
    margin-top: 10px;
    display: inline-block;
    font-family: Source Han Sans CN;
    color: #a1a5b1;
    font-size: 13px;
    line-height: 13px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: justify;
}

.header-nav .child-content .child-content-list>div a:hover {
    color: #4977fb;
    background-color: transparent;
    cursor: pointer;
}

.index-banner .index-banner-bgimg {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.mySwiper5 {
    height: 100%;
    width: 100%;
    background: #ccc;
}

.mySwiper5 .swiper-slide img {
    height: 100%;
    width: 100%;
}

.mySwiper5 .swiper-slide .index-banner-slide-feature {
    position: absolute;
    top: 236px;
    left: 170px;
    height: 44px;
    font-family: Source Han Sans CN;
    color: #ffffff;
    font-size: 36px;
    line-height: 44px;
}

.mySwiper5 .swiper-slide .index-banner-slide-title {
    position: absolute;
    top: 288px;
    left: 170px;
    height: 60px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #ffffff;
    font-size: 48px;
    letter-spacing: 10px;
    line-height: 60px;
}

.mySwiper5 .swiper-slide .index-banner-slide-content {
    position: absolute;
    top: 376px;
    left: 170px;
    opacity: 80%;
    height: 32px;
    line-height: 32px;
    font-family: Source Han Sans CN;
    color: #ffffff;
    font-size: 24px;
}



.mySwiper5 .swiper-pagination-bullet {
    position: relative;
    width: 308px;
    height: 311px;
    border-radius: 0;
    margin: 0 5px;
    cursor: default;
    background: transparent;
    opacity: 1;
}

.mySwiper5 .swiper-pagination-bullet>div {
    position: absolute;
    bottom: 0;
    height: 198px;
    width: 100%;
    transition: all .5s;
    cursor: pointer;
}

.mySwiper5 .swiper-pagination-bullet.swiper-pagination-bullet-active>div {
    height: 311px;
}

.mySwiper5 .swiper-pagination-bullet:nth-child(1)>div,
.mySwiper5 .swiper-pagination-bullet:nth-child(1)>div .layui-progress-bar {
    opacity: 1;
    background-color: rgba(66, 117, 255, .85);
}

.mySwiper5 .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active>div {
    background-color: rgba(66, 117, 255, .96);
}

.mySwiper5 .swiper-pagination-bullet:nth-child(2)>div,
.mySwiper5 .swiper-pagination-bullet:nth-child(2)>div .layui-progress-bar {
    opacity: 1;
    background-color: rgba(58, 170, 255, .85);
}

.mySwiper5 .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active>div {
    background-color: rgba(58, 170, 255, .96);
}

.mySwiper5 .swiper-pagination-bullet:nth-child(3)>div,
.mySwiper5 .swiper-pagination-bullet:nth-child(3)>div .layui-progress-bar {
    opacity: 1;
    background-color: rgba(29, 201, 181, .85);
}

.mySwiper5 .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active>div {
    background-color: rgba(29, 201, 181, .96);
}

.mySwiper5 .swiper-pagination-bullet:nth-child(4)>div,
.mySwiper5 .swiper-pagination-bullet:nth-child(4)>div .layui-progress-bar {
    opacity: 1;
    background-color: rgba(255, 197, 82, .85);
}

.mySwiper5 .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active>div {
    background-color: rgba(255, 197, 82, .96);
}

.mySwiper5 .swiper-pagination-bullet:nth-child(5)>div,
.mySwiper5 .swiper-pagination-bullet:nth-child(5)>div .layui-progress-bar {
    opacity: 1;
    background-color: rgba(255, 154, 59, .85);
}

.mySwiper5 .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active>div {
    background-color: rgba(255, 154, 59, .96);
}

.mySwiper5 .swiper-pagination {
    bottom: 30px;
}

.mySwiper5 .swiper-pagination-bullet-name {
    position: absolute;
    top: 30px;
    left: 40px;
    font-family: Source Han Sans CN;
    color: #ffffff;
    font-size: 26px;
    transition: top .5s;
}

.mySwiper5 .swiper-pagination-bullet-ename {
    position: absolute;
    top: 62px;
    left: 40px;
    opacity: 40%;
    font-family: Source Han Sans CN;
    color: #ffffff;
    font-size: 16px;
    transition: top .5s;
}

.mySwiper5 .swiper-pagination-bullet-content {
    display: none;
    transition: display .5s;
}

.mySwiper5 .swiper-pagination-bullet-icon {
    position: absolute;
    top: 102px;
    left: 40px;
    transition: top .5s;
}

.mySwiper5 .swiper-pagination-bullet-icon img {
    width: 72px;
    height: 72px;
}

.mySwiper5 .swiper-pagination-bullet-more {
    position: absolute;
    top: 130px;
    left: 179px;
    font-family: Source Han Sans CN;
    color: #ffffff;
    font-size: 16px;
    transition: top .5s;
}

.mySwiper5 .swiper-pagination-bullet-more img {
    margin-left: 6px;
}

.mySwiper5 .swiper-pagination-bullet-active {
    width: 308px;
    height: 308px;
}

.mySwiper5 .swiper-pagination-bullet-active .layui-progress-bar {
    background-color: rgba(255, 255, 255, .96) !important;
}

.mySwiper5 .swiper-pagination-bullet-active .swiper-pagination-bullet-name {
    top: 40px;
}

.mySwiper5 .swiper-pagination-bullet-active .swiper-pagination-bullet-ename {
    top: 74px;
}

.mySwiper5 .swiper-pagination-bullet-active .swiper-pagination-bullet-content {
    position: absolute;
    top: 118px;
    left: 40px;
    width: calc(100% - 80px);
    display: inline-block;
    text-align: justify;
    font-family: Source Han Sans CN;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
}

.mySwiper5 .swiper-pagination-bullet-active .swiper-pagination-bullet-icon {
    top: 212px;
}

.mySwiper5 .swiper-pagination-bullet-active .swiper-pagination-bullet-more {
    top: 240px;
}

.mySwiper5 .swiper-pagination-bullet-progress {
    display: none;
    height: 2px;
    background: transparent;
}

.mySwiper5 .swiper-pagination-bullet-progress .layui-progress-bar {
    height: 2px;
}

.mySwiper5 .swiper-pagination-bullet-active .swiper-pagination-bullet-progress {
    display: block;
}

/* Comment 顶部轮播 E */

@keyframes layui-nav-change {
    from {
        transform: translate3d(0, -30px, 0);
        opacity: .3
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}