/* Style for our header texts
      * --------------------------------------- */
h1 {
    font-size: 5em;
    font-family: arial, helvetica;
    color: #fff;
    margin: 0;
}

.intro p {
    color: #fff;
}

a {
    text-decoration: none;
}


/* Centered texts in each section
* --------------------------------------- */
.section {
    text-align: center;
}

/* Overwriting styles for control arrows for slides
* --------------------------------------- */
.controlArrow.prev {
    left: 50px;
}

.controlArrow.next {
    right: 50px;
}

/* Overwriting styles for navigation bullets
* --------------------------------------- */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #ccc;
}


/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
    color: #fff;
}

.arrow {
    opacity: 1;
    animation: arrow 3s cubic-bezier(.5, 0, .1, 1) infinite;
    -webkit-animation: arrow 3s cubic-bezier(.5, 0, .1, 1) infinite;
    position: absolute;
    z-index: 999;
    bottom: 30px;
    left: 50%;
    margin-left: -22px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    background-image: url("../images/down.png");
    background-repeat: no-repeat;
    background-size: 100%;
    animation: toggleMove .8s infinite;
    -moz-animation: toggleMove 10.8s infinite;
    -webkit-animation: toggleMove .8s infinite;
    -o-animation: toggleMove .8s infinite
}

@keyframes toggleMove {
    0% {
        bottom: 5.5%;
        opacity: .3
    }

    50% {
        bottom: 4.5%;
        opacity: 1
    }

    to {
        bottom: 5.5%;
        opacity: .3
    }
}

@-webkit-keyframes toggleMove {
    0% {
        bottom: 5.5%;
        opacity: .3
    }

    50% {
        bottom: 4.5%;
        opacity: 1
    }

    to {
        bottom: 5.5%;
        opacity: .3
    }
}

.new-nav {
    position: absolute;
    z-index: 2000;
    top: 40px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 0 60px;
}

.top-top {
    align-items: center;
}

.finebi_banner{
    height: 100%;
}
.pc-index {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 100;
    height: 100%;
}

.top-middle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 200;


}

.top-middle img {
    position: relative;
    text-align: center;
    width: 450px;
    height: 450px;
    top: 50%;
    margin-top: -225px;

}

.home-second {
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.section2-mt{
    margin-top: 10px;
    margin-bottom: 40px;
}

#section2 {
    background-image: url("../images/home-three.jpg"); /* 这里放箭头图片路径 */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#section2 .swiper-backface-hidden .swiper-slide {
    margin-left: 4px;
}
.mingxing{
    position: relative;
    right: 15%;
    top:0px;
    text-align: right;
}
.mingxing img{
    width: 100%;
}
#section1 {
    background: #E3E8EF;
    display: flex;
    align-items: center;
}
#section1 div:first-child{

}
#section2 .intros {
    position: absolute;
    top: 20%;
    width: 100%;
}

.home-three-one {
    color: #ffffff;
    font-size: 50px;
    text-align: left;
    margin-left: 14%;
}

.home-three-one span {
    color: #FFE603;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;


    /* 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 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-three-two {
    width: 42%;
    margin-left: 14%;
    margin-top: 12%;
}

.swiper-slide img {
    width: 90%;


}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: unset;
    bottom: 10px;
}

.swiper-pagination {

}

.swiper-pagination-progressbar > .swiper-pagination-progressbar-fill {
    background: #ffffff;
}

.swiper-pagination > .swiper-pagination-progressbar {
    background: #838993;
}

.section3-left-bottom .swiper-pagination > .swiper-pagination-progressbar {
    background: #CED1D6;
}

.section3-left-bottom .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #838993;
}

.section {
    height: 100%;
    overflow: hidden;
}

.section3flex{
    margin-right: 10px;
}
.section3-main {
    display: flex;
    margin-top: 6%;
    justify-content: center;
    align-items: center;
}

.section3-left {
    width: 39%;

}

.section3-right {
    width: 40%;

}

.section3-right img {
    width: 100%;
}

.section3Swiper img {
    width:85%;

}

.section3-left-top {
    font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
    text-align: left;
}

.font-size-50 {
    font-size: 50px;
}

.font-color-222 {
    color: #222222;
}

.font-size-22 {
    font-size: 22px;
}

.font-color-999 {
    color: #999999;
}

.mt30 {
    margin-top: 30px;
}
#section2content .section2flex {

    justify-content: flex-start;
    align-items: end;
}

#section2content .parent {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    align-content: flex-end;

}

#section2content .child {
    box-sizing: border-box;
    flex: 25%;

}

#section3content .section3flex {

    justify-content: flex-start;
    align-items: end;
}

#section3content .parent {

    display: flex;
    flex-wrap: wrap-reverse;

    align-items: center;
    align-content: flex-end;

}

#section3content .child {
    box-sizing: border-box;
    flex: 33.33%;


}


#section3span .swiper-pagination-bullet-active {
    width: 30px;
    height: 5px;
    border-radius: unset;
    background: #CED1D6;
}

#section3span .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: unset;
    background: #838993;
}

#section3span .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0px);
}

#section3span .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 90%;
}

#section2span .swiper-pagination-bullet-active {
    width: 30px;
    height: 5px;
    border-radius: unset;
    background: #fff;
}

#section2span .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: unset;
    background: #838993;
}

#section2span .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0px);
}

#section2span .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 90%;
}

.swiper-pagination {
    width: 95%;
    display: flex;
}

.swiper-pagination span {
    flex: 1;
}
.section3-left-bottom {
    margin-top: 30%;
}

.section4-main {
    width: 70%;
    position: absolute;
    top: 15%;
    left: 15%
}

.section4-title {
    width: 100%;
    top: 2%;
    color: #ffffff;

}

.section4Swiper {
    margin-top: 8%;
    width: 92%;
}

.section4Swiper img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.section4Swiper-prev, .section4Swiper-next {
    top: 45% !important;
}

.section4-third {
    margin-top: -3%;
}

.section4-third img {
    width: 100%;
    height: auto;
}

.section4-second {

}

.section4-fourth {
    margin-left: 10%;
    margin-top: -3%;
}

.section4-fourth-title {
    font-size: 22px;
    color: #999999;
    text-align: left;
}

.section4-fourth ul {
    padding: 0;
    padding-left: 25px;
}

.section4-fourth ul li {
    font-size: 22px;
    color: #999999;
    text-align: left;
}

.section4-fourth-title p {
    margin-bottom: 0px;
}

.section4-fourth-content {

}

.section4-fourth-content div {
    float: left;
}

.section4-fourth-content img {
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;

}

#section5 {
    width: 100%;
    height: 100%;
    background-image: url("../images/six-bg.jpg"); /* 这里放箭头图片路径 */
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
}

.section5-main {
    width: 100%;
    position: absolute;
    top: 15%
}

.section5-title {
    width: 100%;
    margin: 0 auto;
    text-align: center;

}

.seven-child {
    width: 340px;
    margin: 0 auto;
    height: 230px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    background: #f5f5f5;
}

.seven-content .seven-img {
    position: relative;
    top: -36px;
}

.seven-margin {
    margin-top: 90px;
}

.seven-content .title {
    font-size: 26px;
    color: #222222;
}

.seven-content .subtitle {
    font-size: 16px;
    color: #999999;
}

#section6 {

    width: 100%;
    height: 100%;
    background: #000000;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

}

#section6 img {

    margin-top: 50px;
}

.section6-main {
    width: 100%;
    margin-top: 8%;
}

.section7-second {
    width: 80%;
    margin: 0 auto;
}

.section7-main {
    width: 100%;
    position: absolute;
    top: 15%
}

.section7-title {
    margin-bottom: 70px;
}

.news-time {
    font-size: 16px;
    color: #666666;
    text-align: left;
    padding-left: 20px;
    margin-top: 20px;
}

.news-title {
    font-size: 26px;
    color: #222222;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 40px;
    margin-top: 10px;
}

.news-main {
    width: 100%;
    border: 1px solid #EEEEEE;
}

.news-main a, .news-main a:hover {
    position: relative;
    z-index: 100;
    color: #222222;
    text-decoration: none;
}

.section7-second-left {
    float: left;
    width: 50%;

}

.left {
    float: left;
    height: 64px;
    line-height: 64px;
}

.right-one {
    float: right;
    width: 90%;
    text-align: left;
}

.right-two {


    text-align: right;
}

.news-main-img {
    width: 100%;

}

.news-main img {
    width: 100%;
    z-index: 200;
}

.section7-second-right {


    padding-left: 5%;
    overflow: hidden;

}

.news-second a {
    text-decoration: none;
    color: #222222;
    font-size: 1.8rem;
}

.news-num {
    font-size: 55px;
    color: #222222;
    height: 48px !important;
    line-height: 48px;
}

.news-second {
    height: 64px;
    margin-bottom: 38px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.news-second p {
    text-align: left;
    height: 24px;
}

.section4-main .swiper-button-next:after {
    content: unset;
}

.section4-main .swiper-button-prev:after {
    content: unset;
}

.section7-second-left .swiper-button-next:after {
    content: unset;
}

.section7-second-left .swiper-button-prev:after {
    content: unset;
}

.section7-second-left .swiper-button-prev {
    left: unset;

}

.section7-btn .swiper-button-prev:after{
    display: none;
}
.section7-btn .swiper-button-next:after{
    display: none;
}
/*再自定义样式*/
.section7-btn .swiper-button-prev{
    width: 28px;
    height: 35px;
    position: relative;
    z-index: 1000;
    background-image: url('../images/news-prev.png');
    background-color: #FE9315;
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 15px;
}
.section7-btn .swiper-button-next{
    width: 28px;
    height: 35px;
    position: relative;
    z-index: 1000;
    background-image:url('../images/news-next.png');
    background-color: #FE9315;
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 15px;
}

.section7-second-left .swiper-button-next.swiper-button-disabled, .section7-second-left .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.section7-second-left .swiper-button-next.swiper-button-disabled{

    background-image:url('../images/news-next1.png');
    background-color: #FE9315;
    background-position: center center;
    background-repeat: no-repeat;
}

.section7-second-left .swiper-button-prev.swiper-button-disabled {
    background-color: #FE9315;
    background-image:url('../images/news-prev1.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.section7-second-left .swiper-button-next, .section7-second-left .swiper-button-prev {
    top: 0;
    margin-top: unset;
}

.section7-second-left .swiper-button-next, .section7-second-left .swiper-rtl .swiper-button-prev {
    right: 0px;
}

.section7-btn {
    display: flex;
    justify-content: flex-end;
    z-index: 200;
    bottom: 56px;
}

.section7-third {
    margin-top: 60px;
}

.child img {
    margin-bottom: 20px;
}

.section7-fourth {
    background: url("../images/jiameng-bg.png");
    background-repeat: no-repeat;
}

#section8 {
    background-image: url("../images/jiameng-bg.jpg");
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
}

.section8-second {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.from-right-title {
    font-size: 4rem;
    color: #FFFFFF;
}

.from-right-subtitle {
    font-size: 2rem;
    color: #FFFFFF;
}


.btn-info {
    margin-top: 15px;
}

.form-all {
    margin-bottom: 15px;
}

.btn-info, .btn-info:hover {
    background: #FFE603;
    border: 1px solid #FFE603;
    font-size: 2rem;
    color: #222222;
}

.form {
    width: 40%;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 10px;
}

.form-part {
    width: 45%;
}

.form-right {
    width: 50%;
    margin: 0 auto;
    text-align: right;
}

.section8-main {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: #19202A;
}

.form-title {
    width: 100%;
    text-align: center;
    font-size: 5rem;
    color: #222222;
    margin-top: 5%
}

.form-title-en {
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
    color: #999999;
    word-spacing: 5px;
}

.form-contain {
    margin: 3% 0%;
}

.form-main {
    width: 85%;
    margin: 0 auto;
    text-align: left;
    padding: 0 20px;
}

.form-part {
    margin-bottom: 10px;
}

.form-main .form-group {
    display: flex;
    justify-content: space-between;

}

.form-main .form-group input {
    height: 4.2rem;
}

.form-main .form-group select {
    height: 4.2rem;
}

.form-part {
    width: 45%;
}

.form-all {
    width: 100%;
}

.form-main label {
    font-size: 1.6rem;
    color: #666666;
}

.bottom-nav a {
    text-decoration: none;
    font-size: 1.6rem;
    color: #999999;
}

.btn-info {
    height: 50px;
}

#migrationMap {
    width: 100%;
    overflow: hidden;
}

#migrationMap img {
    width: 90%;
}

.fp-is-overflow .fp-overflow.fp-auto-height-responsive, .fp-is-overflow .fp-overflow.fp-auto-height, .fp-is-overflow > .fp-overflow {
    /*overflow-y: unset !important;*/
}