/*#region=====reset 样式=====*/
body {
    font-family: "Arial", "Microsoft YaHei", "微软雅黑", "SimHei", sans-serif, HarmonyOS_Sans_SC_Regular;
    background-color: #edf3f8;
    color: #333333;
}

body a:hover {
    color: #49a8ff;
    text-decoration: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0 0;
    margin: 0 0;
}

ul,
li {
    list-style: none;
}

/*#endregion*/
/*#region=====公共样式页面背景=====*/
.page-content {
    height: 100vh;
    position: relative;
}

.banner-pic,
#header-carousel,
#header-carousel .carousel-inner,
#header-carousel .carousel-inner > .item {
    height: 100%;
}

.advanced-page,
.honor-page {
    background-image: url("../images/homePage/bg_fisrt.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.product-page,
.special-page,
.investor-page {
    background-image: url("../images/homePage/bg_second.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.client-page {
    background-image: url("../images/homePage/bg_third.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.side-bar-list {
    position: fixed;
    left: 10rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.side-bar-list .side-bar-icon {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: #fff;
    border: .2rem solid #1F81F6;
    margin-bottom: 10px;
    cursor: pointer;
}

.side-bar-list .side-bar-icon.active {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background-color: #1F81F6;
    margin-left: 0;
}

.side-bar-list.hidden {
    display: none;
}

@media screen and (max-width: 900px) {
    .side-bar-list {
        left: 15px !important;
    }

    .content-header .content-detail {
        font-size: 14px !important;
    }

    .product-title {
        font-size: 14px !important;
    }

    .product-content {
        font-size: 14px !important;
    }
}

.next-page {
    position: fixed;
    bottom: 5vh;
    left: 50%;
    width: 3rem;
    height: 3rem;
    margin-left: -1.5rem;
    cursor: pointer;
}

.next-page img {
    width: 100%;
    height: 100%;
}

.content-header {
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-header .title {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
}

.content-header .content-detail {
    font-size: 1.6rem;
    padding: 0 5rem;
    line-height: 4rem;
    margin-top: 3rem;
}

/*#endregion*/
/*#region=====导航栏样式=====*/
#homePage-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 60px;
    padding: 0 8rem;
    background: #F7F9FF;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
}

#homePage-header.nav-bg-blue {
    background: #CDE1FA !important;
    transition: 1s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
}

#homePage-header.nav-bg-white {
    background: #F7F9FF !important;
    transition: 1s;
}

#homePage-header .logo {
    height: 3.5rem;
}

#homePage-header .container-menu {
    padding: 0 2rem;
    width: 48rem;
    margin-left: 16rem;
}

#homePage-header .container-menu > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 0 !important;
}

#homePage-header .container-menu > ul li {
    padding: 5px 0;
    border-bottom: 4px solid transparent;
}

#homePage-header .container-menu > ul li :not(:first-child) {
    margin-left: 1rem;
}

#homePage-header .container-menu > ul li:hover {
    padding: 5px 0;
    border-bottom: 4px solid #2183F7;
    transition: 0.5s;
}

#homePage-header .container-menu > ul li a {
    color: #333333;
    font-size: 2rem;
    word-break: keep-all;
}

#homePage-header .user-operation .btns {
    display: inline-block;
    width: 12rem;
    height: 4rem;
    border-radius: .4rem;
    font-size: 2rem;
    line-height: 3.8rem;
    text-align: center;
    font-weight: 400;
}

#homePage-header .user-operation .btns:first-child {
    border: 2px solid #2183F7;
    color: #2183F7;
    background: #fff;
    margin-right: 3rem;
}

#homePage-header .user-operation .btns:last-child {
    border: 1px solid #2387FF;
    background: #2387FF;
    color: #ffffff;
}

#homePage-header .icon-mobile-nav {
    width: 5rem;
    height: 5rem;
}

.mobile-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.mobile-nav {
    display: none;
    width: 150px;
    height: 180px;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 11;
    background: #F7F9FF;
    border-radius: 0 0 0 12px;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.18);
}

.mobile-nav li {
    height: 45px;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    line-height: 45px;
    text-align: center;
    color: #5B5B5B;
    display: flex;
    justify-content: center;
}

.mobile-nav li:last-child {
    border-bottom: 0;
}

.mobile-nav .btns {
    display: inline-block;
    width: 60px;
    height: 26px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
}

.mobile-nav .btns:first-child {
    border: 1px solid #2387FF;
    background: #2387FF;
    color: #ffffff;
    margin-right: 10px;
}

.mobile-nav .btns:last-child {
    border: 2px solid #2183F7;
    color: #2183F7;
    background: #fff;
}

@media screen and (max-width: 900px) {
    .container-menu,
    .user-operation {
        display: none;
    }

    #homePage-header .icon-mobile-nav {
        display: block !important;
    }
}

/*endregion*/
/*region=====轮播部分样式=======*/
.first-page .header-carousel {
    height: 100vh;
    background-image: url("../images/homePage/home_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
}

.first-page .banner-pic {
    height: 100%;
    width: 100%;
}

.first-page .banner-pic .item {
    height: 100%;
    position: relative;
}

.first-page .banner-pic .item > div {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first-page .banner-pic .item > div .homePage-title {
    color: #ffffff;
    margin-right: 10rem;
    margin-left: 10rem;
}

.first-page .banner-pic .item > div .homePage-title .title {
    font-size: 6rem;
    font-weight: bold;
}

.first-page .banner-pic .item > div .homePage-title .sub-title {
    font-size: 4.8rem;
}

.first-page .banner-pic .item > div img {
    width: 100rem;
}

.first-page #header-carousel {
    height: 100%;
}

.first-page #header-carousel .carousel-inner {
    height: 100%;
}

.first-page .carousel-indicators {
    bottom: 1vh;
}

.first-page .carousel-indicators li {
    border: 0.2rem solid #fff;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
}

.first-page .carousel-indicators li:not(:first-child) {
    margin-left: 20px;
}

.first-page .carousel-indicators li.active {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
}

@media screen and (max-width: 900px) {
    .first-page .banner-pic .item > div {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .first-page .banner-pic .item > div .homePage-title {
        margin: 0 !important;
    }

    .first-page .banner-pic .item > div img {
        width: 80% !important;
        margin-top: 10rem;
    }
}

/*endregion*/
/*#region=====我们的优势=====*/
.advanced-page .content-header {
    height: 30vh;
    padding-top: 10vh;
}

.advanced-page .content-header .sub-title {
    font-size: 1.6rem;
    color: #666;
    margin-top: 4rem;
}

.advanced-page .content-wrap {
    height: 55vh;
    width: 90vw;
    margin-left: 5vw;
}

.advanced-page .content-wrap .advanced-pic-list {
    height: 55vh;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.advanced-page .content-wrap .advanced-pic-list .item {
    height: 44rem;
    margin-left: 2.7rem;
    width: 33rem;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 3rem;
    box-shadow: 0 0 10px rgba(55, 135, 255, 0.1);
}

.advanced-page .content-wrap .advanced-pic-list .item img {
    height: 27rem;
    width: 27rem;
    border-radius: .8rem;
}

.advanced-page .content-wrap .advanced-pic-list .item p {
    margin-top: 3.8rem;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
}

@media screen and (max-width: 900px) {
    .advanced-page .content-header {
        height: 35vh;
        padding-top: 10vh;
    }

    .advanced-page .sub-title {
        font-weight: normal;
    }

    .advanced-page .advanced-pic-list .item {
        width: 155px !important;
        height: 180px !important;
        padding: 17.5px !important;
    }

    .advanced-page .advanced-pic-list .item p {
        margin-top: 1.8rem !important;
    }

    .advanced-page .advanced-pic-list .item img {
        width: 120px !important;
        height: 120px !important;
    }
}

@media screen and (max-width: 374px) {
    .advanced-page .advanced-pic-list .item {
        width: 120px !important;
        height: 160px !important;
        padding: 10px !important;
    }

    .advanced-page .advanced-pic-list .item img {
        width: 100px !important;
        height: 100px !important;
    }
}

/*endregion*/
/*#region=====产品功能模块样式=====*/
.product-page .content-header {
    height: 25vh;
    padding-top: 5vh;
}

.product-page #product-banner {
    height: 70vh;
    padding: 0 10vw;
}

.product-page #product-banner .carousel-inner {
    height: 100%;
}

.product-page #product-banner .carousel-inner .item {
    width: 100%;
    height: 100%;
}

.product-page #product-banner .carousel-inner .item > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-page #product-banner .carousel-inner .item img {
    width: 96rem;
}

.product-page #product-banner .product-content-div {
    width: 48rem;
    margin-right: 5rem;
}

.product-page #product-banner .product-content-div .product-title {
    font-size: 2rem;
    font-weight: bold;
}

.product-page #product-banner .product-content-div .product-content {
    color: #666;
    font-size: 1.6rem;
    margin-top: 2.6rem;
    line-height: 4rem;
}

.product-page #product-banner .carousel-indicators {
    bottom: 6rem;
}

.product-page #product-banner .carousel-indicators li {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: .2rem solid #1F81F6;
}

.product-page #product-banner .carousel-indicators li:not(:first-child) {
    margin-left: 2rem;
}

.product-page #product-banner .carousel-indicators li.active {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background-color: #1F81F6;
}

@media screen and (max-width: 900px) {
    .product-page .content-header {
        padding-top: 10vh;
    }

    .product-page .carousel-inner .item > div {
        flex-direction: column-reverse;
    }

    .product-page .carousel-inner .item > div .product-content-div {
        margin-top: 10rem;
        text-align: left;
        margin-right: 0;
    }

    .product-page .carousel-inner .item > div .product-content-div .product-title {
        text-align: center;
    }
}

/*#endregion*/
/*#region=====产品特色模块样式*/
.special-page #special-banner {
    height: 70vh;
    padding: 0 10vw;
}

.special-page #special-banner .carousel-inner {
    height: 100%;
}

.special-page #special-banner .carousel-inner .item {
    width: 100%;
    height: 100%;
}

.special-page #special-banner .carousel-inner .item > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.special-page #special-banner .carousel-inner .item img {
    width: 80rem;
}

.special-page #special-banner .product-content-div {
    width: 48rem;
    margin-right: 12rem;
}

.special-page #special-banner .product-content-div .product-title {
    font-size: 2rem;
    font-weight: bold;
}

.special-page #special-banner .product-content-div .product-content {
    color: #666;
    font-size: 1.6rem;
    line-height: 4rem;
    margin-top: 4rem;
}

.special-page #special-banner .carousel-indicators {
    bottom: 6rem;
}

.special-page #special-banner .carousel-indicators li {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: .2rem solid #1F81F6;
}

.special-page #special-banner .carousel-indicators li:not(:first-child) {
    margin-left: 20px;
}

.special-page #special-banner .carousel-indicators li.active {
    width: 1.8rem;
    height: 1.8rem;
    background: #1F81F6;
    border-radius: 50%;
}

@media screen and (max-width: 900px) {
    .special-page .content-header {
        height: 25vh;
        padding-top: 10vh;
    }

    .special-page .carousel-inner .item > div {
        flex-direction: column-reverse;
    }

    .special-page .carousel-inner .item > div .product-content-div {
        margin-top: 10rem;
        margin-right: 0 !important;
    }

    .special-page .carousel-inner .item > div .product-content-div .product-title {
        text-align: center;
    }
}

/*#endregion*/
/*#region=====合作伙伴=====*/
.client-page .content-header {
    height: 40vh;
}

.client-page .content-header .content-detail {
    margin-top: 4rem;
    font-size: 1.6rem;
    text-align: center;
    color: #666;
}

.client-page .client-detail {
    height: 60vh;
    padding: 0 10rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

@media screen and (max-width: 900px) {
    .client-page .content-header {
        height: 50vh;
    }

    .client-page .content-detail {
        text-align: left !important;
    }

    .client-page .cooper-mobile {
        display: block !important;
    }

    .client-page .cooper-pc {
        display: none;
    }
}

/*#endregion*/
/*#region=====投资人=====*/
.investor-page .investor-detail {
    height: 55vh;
    width: 50vw;
    margin: 2vh 25vw;
}

.investor-page .investor-detail img {
    width: 100%;
}

/*#endregion*/
/*#region=====企业荣誉=====*/
.honor-page .honor-detail {
    height: 55vh;
    width: 70vw;
    margin: 0 15vw;
}

.honor-page .honor-detail img {
    width: 100%;
}

/*#endregion*/
/*#region=====网页底部=====*/
.page-footer {
    width: 100%;
    height: 30rem;
    background: #2387FF;
    color: #ffffff;
    padding: 4rem 36rem;
    position: fixed;
    bottom: -30rem;
    left: 0;
    z-index: 1000;
    border-radius: 2rem 2rem 0 0;
    font-weight: 400;
}

.page-footer .bottom-logo {
    flex-shrink: 0;
    width: 24.8rem;
}

.page-footer .sub-title {
    font-size: 3rem;
    margin-top: 2rem;
}

.page-footer .column-title {
    font-size: 2rem;
    font-weight: bold;
}

.page-footer .column-content {
    font-size: 1.6rem;
    margin-top: 2rem;
}

.page-footer .copy-right {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 400;
}

.page-footer .copy-right a {
   color: #fff;
}

.page-footer .copy-right img {
    display: inline-block;
}

@media screen and (max-width: 900px) {
    .page-footer {
        padding: 30px 20px;
    }

    .page-footer .bottom-logo-box {
        display: none;
    }

    .page-footer .column-content {
        margin-top: 5px;
    }

    .page-footer .copy-right {
        margin-top: 10px;
    }
}

/*#endregion*/
