.next-btn {
    display: none;
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 1rem;
    width: 37px;
    z-index: 9999;
}

.next-btn img {
    width: 100%;
    transition: all .3s ease;
}

.next-btn.prev img {
    transform: rotate(180deg);
}

#fullpage {
    max-width: 1920px;
    min-width: 1280px;
    margin: 0 auto;
}

body[class*="fp-viewing-page1-"] #fp-nav ul li a span,
.fp-viewing-page7 #fp-nav ul li a span {
    background: #fff;
}

body[class*="fp-viewing-page1-"] .nav,
.fp-viewing-page2 .nav,
.fp-viewing-page3 .nav,
.fp-viewing-page4 .nav,
body[class*="fp-viewing-page4-"] .nav,
.fp-viewing-page5 .nav,
.fp-viewing-page6 .nav,
.fp-viewing-page7 .nav {
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .08);
}

body[class*="fp-viewing-page1-"] .nav .logo,
.fp-viewing-page2 .nav .logo,
.fp-viewing-page3 .nav .logo,
.fp-viewing-page4 .nav .logo,
body[class*="fp-viewing-page4-"] .nav .logo,
.fp-viewing-page5 .nav .logo,
.fp-viewing-page6 .nav .logo,
.fp-viewing-page7 .nav .logo {
    opacity: 1;
}

.fp-viewing-page6 .nav ul li a  {
    transition: all .2s ease 0s;
}

.fp-viewing-page7 .nav {
    background-color: unset;
}

.fp-viewing-page7 .nav ul li a {
    color: #fff;
}

/* 滚屏分页 */
#fp-nav ul li a span {
    background: #1c2a8b;
}

/* 区块公共 */
.section {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

.section .section-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 720px;
}

.section .section-content .content-wrap {
    position: relative;
    width: calc(100% * 1570 / 1920);
    min-width: 1280px;
    margin: 0 auto;
}

/* 第一屏幕 */
.page1 .my-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    width: 70px;
    height: 90px;
    z-index: 99;
    background: 0 0;
    border: 0;
    outline: 0;
}

.page1 .my-arrow.left {
    left: 35px;
}

.page1 .my-arrow.right {
    right: 35px;
}

.page1 .silde-1 {
    position: relative;
}

.page1 .slide-bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
}

.page1 .slide-bg.mobile {
    display: none;
}

.page1 .fp-slidesNav ul li a span {
    display: none;
    background-color: #fff;
}

/* 第二屏 */
.page2 .section-content {
    background-image: url("/group/images/2107/index-bg-02-1.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: calc(100vh * 142 / 1080);
    background-size: auto calc(70vh * 149 / 1080);
}

.page2 .section-content > .figure {
    position: relative;
    width: 100%;
    height: calc(100% * 578 / 1080);
    background-image: url("/group/images/2107/index-bg-02-3.png");
    background-repeat: no-repeat;
    background-position-x: calc(100vh * 467 / 1080);
    background-position-y: top;
    background-size: auto 100%;
}

.page2 .section-content > .area {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: calc(100% * 502 / 1080);
    background: url("/group/images/2107/index-bg-02-2.png") no-repeat center top;
    background-size: 100%;
}

.page2 .section-content > .figure > .box,
.page2 .section-content > .area > .box {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

.page2 .section-content > .figure > .box {
    justify-content: center;
    margin-top: calc(90vh * 344 / 1080);
    padding-left: calc(90vh * 400 / 1080);
    padding-right: calc(90vh * 400 / 1080);
}

.page2 .section-content > .figure > .box .number-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    border-right: solid 1px rgba(0, 0, 0, .06);
    color: #7f8182;
}

.page2 .section-content > .figure > .box .number-box:last-child {
    border-right: none;
}

.page2 .section-content > .figure > .box .number-box .num {
    font-family: "DINCond-Black";
    font-size: 80px;
    line-height: 1;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.page2 .section-content > .figure > .box .number-box .num > span {
    font-size: 75px;
}

.page2 .section-content > .figure > .box .number-box .text {
    margin-bottom: 0;
    font-size: 16px;
}

.page2 .section-content > .area > .box {
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    padding-left: calc(90vw * 335 / 1920);
    padding-right: calc(90vw * 335 / 1920);
}

.page2 .section-content > .area > .box .dist-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 85%;
}

.page2 .section-content > .area > .box .dist-content:last-child {
    margin-right: 0;
}

.page2 .section-content > .area > .box .dist-content .area {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100vh * 245 / 1080);
    height: calc(100vh * 59 / 1080);
    line-height: 1;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .6);
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    color: #333;
}

.page2 .section-content > .area > .box .dist-content::before,
.page2 .section-content > .area > .box .dist-content::after {
    content: "";
    position: absolute;
    top: calc(100vh * 59 / 1080);
    left: 20%;
    width: 1px;
}

.page2 .section-content > .area > .box .dist-content::before {
    height: calc(100% * 37 / 501);
    background-color: rgba(255, 255, 255, .6);
}

.page2 .section-content > .area > .box .dist-content::after {
    height: unset;
    bottom: 0;
    background-color: rgba(255, 255, 255, .3);
}

.page2 .section-content > .area > .box .dist-content > ul {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
}

.page2 .section-content > .area > .box .dist-content > ul > li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: calc(100vh * 30 / 1080);
    padding-left: 30%;
    color: #fff;
}

.page2 .section-content > .area > .box .dist-content > ul > li::before {
    content: "";
    position: absolute;
    left: calc(20% - 3px);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
    margin: auto;
}

.page2 .section-content > .area > .box .dist-content > ul > li ul {
    display: none;
    position: absolute;
    right: -120px;
    width: 147px;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .73);
    font-size: 12px;
    color: #666;
    z-index: 1;
}

.page2 .section-content > .area > .box .dist-content > ul > li::after {
    content: "";
    display: none;
    position: absolute;
    right: 27px;
    width: 7px;
    height: 15px;
    background: url("/group/images/2107/pop-arrow.png") no-repeat center center;
}

.page2 .section-content > .area > .box .dist-content > ul > li ul li {
    margin-bottom: 10px;
}

.page2 .section-content > .area > .box .dist-content > ul > li ul li:last-child {
    margin-bottom: 0;
}

.page2 .section-content > .area > .box .dist-content > ul > li ul.chengdu,
.page2 .section-content > .area > .box .dist-content > ul > li ul.foshan {
    top: -25px;
}

.page2 .section-content > .area > .box .dist-content:last-child > ul > li ul {
    left: -120px;
}

.page2 .section-content > .area > .box .dist-content:last-child > ul > li::after {
    left: 27px;
    transform: rotate(180deg);
}

.page2 .section-content > .area > .box .dist-content > ul > li ul.changchun {
    bottom: -150px;
}

.page2 .section-content > .area > .box .dist-content > ul > li:hover {
    cursor: pointer;
}

.page2 .section-content > .area > .box .dist-content > ul > li:hover ul,
.page2 .section-content > .area > .box .dist-content > ul > li:hover::after {
    display: block;
}

/* 第三屏 */
.page3 .section-content {
    background-image: url("/group/images/2107/index-bg-03.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: calc(100vh * 142 / 1080);
    background-size: auto calc(70vh * 149 / 1080);
}

.page3 .section-content .content-wrap {
    padding-top: calc(100vh * 344 / 1080);
    height: 100%;
}

.page3 .section-content .mobile-content {
    display: none;
}

.page3 .content-wrap > .content-box {
    position: relative;
    width: 100%;
    padding-top: calc(100vh * 530 / 1080);
}

.page3 .content-box > ul {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0;
}

.page3 .content-box > ul .product {
    position: relative;
    display: block;
    width: calc(100vh * 290 / 1080);
    height: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    transition: all .3s ease;
}

.page3 .content-box > ul .product-1 {
    background: url("/group/images/2107/product-bg-1.jpg") no-repeat center center;
    background-size: cover;
}

.page3 .content-box > ul .product-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/group/images/2107/product-bg-2.jpg") no-repeat right top;
    background-size: auto 71%;
    transition: all .3s ease;
}

.page3 .content-box > ul .product-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/group/images/2107/product-bg-3.jpg") no-repeat right top;
    background-size: auto 71%;
    transition: all .3s ease;
}

.page3 .content-box > ul .product-4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/group/images/2107/product-bg-4.jpg") no-repeat right top;
    background-size: auto 71%;
    transition: all .3s ease;
}

.page3 .content-box > ul .product a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.page3 .content-box > ul .product a::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: calc(100% * 5 / 530);
    background-color: #e71419;
    transition: all .3s ease;
    z-index: 1;
}

.page3 .content-box > ul .product a > .top-title {
    position: absolute;
    top: calc(-100% * 55 / 660);
    left: 0;
    width: 100%;
    height: calc(100% * 55 / 660);
    overflow: hidden;
}

.page3 .content-box > ul .product a > .top-title .title {
    position: absolute;
    top: 100%;
    display: flex;
    width: 100%;
    padding-left: calc(100% * 40 / 660);
    align-items: center;
    transition: all .3s ease;
}

.page3 .content-box > ul .product a > .top-title .title span {
    display: block;
    margin-right: calc(100% * 20 / 660);
    font-size: 24px;
    line-height: 1;
    color: #000;
}

.page3 .content-box > ul .product a > .top-title .title img {
    display: block;
    height: 24px;
}

.page3 .content-box > ul .product a > .info {
    padding-top: calc(100% * 50 / 660);
    padding-left: calc(100% * 50 / 660);
    overflow: hidden;
}

.page3 .content-box > ul .product a > .info .info-content {
    transform: translateY(100%);
    opacity: 0;
    transition: all .3s ease;
}

.page3 .content-box > ul .product a > .info .info-content img {
    display: block;
    width: 13%;
}

.page3 .content-box > ul .product a > .info p {
    white-space: nowrap;
    font-size: 14px;
    color: #000;
}

.page3 .content-box > ul .product a > img,
.page3 .content-box > ul .product a > .title-box {
    position: absolute;
    display: block;
    transition: all .3s ease;
}

.page3 .content-box > ul .product a > img {
    height: auto;
    opacity: 0;
}

.page3 .content-box > ul .product a > .text {
    top: 0;
    right: calc(100% * 12 / 660);
    width: calc(100% * 90 / 660);
    z-index: 2;
}

.page3 .content-box > ul .product a > .title-box {
    bottom: 0;
    width: 100%;
    height: calc(100% * 153 / 530);
    background-color: #17298c;
    overflow: hidden;
    z-index: 0;
}

.page3 .content-box > ul .product a > .title-box .title,
.page3 .content-box > ul .product a > .title-box .sub {
    line-height: 1;
    text-align: center;
    color: #fff;
}

.page3 .content-box > ul .product a > .title-box .title {
    padding-top: calc(100% * 24 / 290);
    margin-bottom: calc(100% * 9 / 290);
    font-size: 20px;
}

.page3 .content-box > ul .product a > .title-box .sub {
    margin-bottom: calc(100% * 24 / 290);
    font-size: 12px;
    transform: scale(.75);
}

.page3 .content-box > ul .product a > .title-box .read-more-btn {
    display: block;
    width: 38%;
    margin: -3% auto 0 auto;
}

.page3 .content-box > ul .product a > .img {
    bottom: 0;
    right: 0;
    z-index: 3;
}

.page3 .content-box > ul .product-1 a > .img-1 {
    width: calc(90% * 440 / 660);
}

.page3 .content-box > ul .product-2 a > .info {
    padding-top: calc(100% * 127 / 660);
}

.page3 .content-box > ul .product-2 a > .img-2 {
    width: calc(90% * 627 / 660);
}

.page3 .content-box > ul .product-3 a > .img-3 {
    width: calc(90% * 545 / 660);
}

.page3 .content-box > ul .product-4 a > .img-4 {
    width: calc(90% * 386 / 660);
}

.page3 .content-box > ul .product.active {
    width: calc(100vh * 660 / 1080);
}

.page3 .content-box > ul .product.active a::after {
    background-color: #17298c;
}

.page3 .content-box > ul .product.active a > .top-title .title {
    top: 0%;
}

.page3 .content-box > ul .product.active a > .info .info-content {
    opacity: 1;
    transform: translateY(0);
}

.page3 .content-box > ul .product.active a > img {
    opacity: 1;
}

.page3 .content-box > ul .product.active a > .title-box {
    height: 0;
}

.page3 .content-box > ul .product.active a > .text {
    top: calc(-100% * 55 / 660);
    transition: all .3s ease .15s;
}

.page3 .content-box > ul .product-2.active::before,
.page3 .content-box > ul .product-3.active::before,
.page3 .content-box > ul .product-4.active::before {
    background-size: auto 100%;
    filter: blur(2px);
}

.page3 .content-box > ul .product-1.active a::after {
    width: calc(100% * 336 / 660);
}

.page3 .content-box > ul .product-1.active a > .img-1 {
    bottom: calc(-100% * 16 / 660);
    right: calc(100% * 61 / 660);
    width: calc(97.5% * 440 / 660);
}

.page3 .content-box > ul .product-2.active a > .img-2 {
    right: calc(-100% * 50 / 660);
    width: calc(100% * 627 / 660);
}

.page3 .content-box > ul .product-3.active a::after {
    width: 50%;
}

.page3 .content-box > ul .product-3.active a > .img-3 {
    bottom: calc(-100% * 96 / 660);
    width: calc(100% * 545 / 660);
}

.page3 .content-box > ul .product-4.active a > .img-4 {
    right: calc(-100% * 12 / 660);
    width: calc(100% * 386 / 660);
}

/* 第四屏 */
.page4 .section-content {
    background-image: url("/group/images/2107/index-bg-04-1.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: calc(100vh * 142 / 1080);
    background-size: auto calc(70vh * 149 / 1080);
}

.page4 .section-content::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% * 368 / 1080);
    background-color: #17298c;
}

.page4 .section-content .content-wrap {
    padding-top: calc(100vh * 344 / 1080);
    height: 100%;
}

.page4 .section-content .content-wrap::before,
.page4 .section-content::before {
    content: "";
    position: absolute;
    z-index: 0;
}

.page4 .section-content .content-wrap::before {
    top: calc(100vh * 160 / 1080);
    width: calc(70vh * 331 / 1080);
    height: calc(70vh * 100 / 1080);
    background: url("/group/images/2107/index-bg-04-2.png") no-repeat center center;
    background-size: cover;
}

.page4 .section-content::before {
    top: calc(100vh * 80 / 1080);
    right: 0;
    width: calc(80vh * 515 / 1080);
    height: calc(80vh * 340 / 1080);
    background: url("/group/images/2107/index-bg-04-3.png") no-repeat center center;
    background-size: cover;
}

.page4 .section-content .content-wrap::after {
    content: "";
    position: absolute;
}

.page4 .section-content .mobile-content {
    display: none;
}

.page4 .content-wrap > ul {
    position: absolute;
    top: calc(100vh * 344 / 1080);
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin: 0;
    overflow: hidden;
    z-index: 2;
}

.page4 .content-wrap > ul li {
    display: block;
    width: calc(100vh * 515 / 1080);
    height: calc(100vh * 640 / 1080);
    transition: all .3s ease;
}

.page4 .content-wrap > ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
}

.page4 .content-wrap > ul .development-1 {
    background: url("/group/images/2107/development-1.png") no-repeat left bottom;
    background-size: cover;
}

.page4 .content-wrap > ul .development-2 {
    background: url("/group/images/2107/development-2.png") no-repeat left bottom;
    background-size: cover;
}

.page4 .content-wrap > ul .development-3 {
    background: url("/group/images/2107/development-3.png") no-repeat left bottom;
    background-size: cover;
}

.page4 .content-wrap > ul .development-1.active {
    background: url("/group/images/2107/development-active-1.png") no-repeat left bottom;
    background-size: cover;
}

.page4 .content-wrap > ul .development-2.active {
    background: url("/group/images/2107/development-active-2.png") no-repeat left bottom;
    background-size: cover;
}

.page4 .content-wrap > ul .development-3.active {
    background: url("/group/images/2107/development-active-3.png") no-repeat left bottom;
    background-size: cover;
}

.page4 .content-wrap > ul li.active {
    display: block;
    width: calc(100vh * 584 / 1080);
    height: calc(100vh * 724 / 1080);
}

.page4 .fp-slidesNav {
    display: none;
}

/* 第五屏 */
.page5 .section-content {
    background-image: url("/group/images/2107/index-bg-05.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: calc(100vh * 142 / 1080);
    background-size: auto calc(70vh * 149 / 1080);
}

.page5 .section-content .content-wrap {
    padding-top: calc(100vh * 310 / 1080);
    height: 100%;
}

.page5 .content-wrap .news {
    flex: 1;
    display: flex;
}

.page5 .content-wrap .news a:hover h4 {
    text-decoration: underline;
}

.page5 .content-wrap .news .left {
    width: calc(100vh * 900 / 1080);
    height: calc(100vh * 566 / 1080);
    max-width: 50%;
    padding-right: calc(100% * 36 / 1570);
}

.page5 .content-wrap .news .right {
    flex: 1;
    padding-left: 0 calc(100% * 16 / 1570);
}

.page5 .content-wrap .news .left a {
    display: block;
    width: 100%;
    color: #333;
}

.page5 .content-wrap .news .left .pic {
    position: relative;
    display: block;
    width: 100%;
    padding-top: calc(100% * 473 / 750);
    margin-bottom: 2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, .16);
    overflow: hidden;
}

.page5 .content-wrap .news .left h4 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: calc(100% * 23 / 785);
    overflow: hidden;
}

.page5 .content-wrap .news .left .more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page5 .content-wrap .news .left .more .detail {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.page5 .content-wrap .news .left .more .detail-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 1rem;
    border: solid 2px #e71419;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #e71419;
}

.page5 .content-wrap .news .left .more .date {
    font-size: 12px;
}

.page5 .content-wrap .news .right ul {
    display: block;
    overflow: hidden;
}

.page5 .content-wrap .news .right ul li {
    display: flex;
    margin-bottom: calc(100% * 18 / 785);
}

.page5 .content-wrap .news .right ul li:last-child {
    margin-bottom: none;
}

.page5 .content-wrap .news .right ul li .date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    margin-right: calc(100% * 18 / 785);
    border-radius: 50%;
    background-color: #003684;
    color: #fff;
}

.page5 .content-wrap .news .right ul li .date .day {
    font-size: 17px;
    line-height: 1;
}

.page5 .content-wrap .news .right ul li .date .mon {
    font-size: 12px;
    line-height: 1;
}

.page5 .content-wrap .news .right ul li a {
    display: block;
    flex: 1;
    color: #333;
}

.page5 .content-wrap .news .right ul li a h4 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: calc(100% * 20 / 785);
}

.page5 .content-wrap .news .right ul li a .desc {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 1rem;
    overflow: hidden;
}

.page5 .content-wrap .news .right ul li a .more {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
}

.page5 .content-wrap .news .right ul li a .more .detail-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    margin-left: 1rem;
    border: solid 1px #e71419;
    border-radius: 50%;
    font-size: 12px;
    color: #e71419;
}

/* 第六屏 */
.page6 .section-content {
    background-image: url("/group/images/2107/index-bg-06.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: calc(100vh * 142 / 1080);
    background-size: auto calc(70vh * 149 / 1080);
}

.page6 .section-content .content-wrap {
    padding-top: calc(100vh * 310 / 1080);
    height: 100%;
}

.page6 .scrollbar-external {
    width: 100%;
    height: 100%;
}

.page6 .content-wrap ul {
    display: block;
    height: 100%;
    overflow: hidden;
}

.page6 .content-wrap ul li {
    position: relative;
    display: block;
    float: left;
    width: calc(100% / 7);
    height: calc(100% / 3);
    /*padding-top: calc(100% / 7);*/
}

.page6 .content-wrap ul li a {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page6 .content-wrap ul li a img {
    display: block;
    width: 90%;
    margin: auto;
}

/* 第七屏 */
.page7 {
    background-color: #000
}

.page7,
.page7 .content-wrap h2,
.page7 .content-wrap h3 {
    color: #fff;
}

.page7 .content-wrap {
    position: unset;
    height: auto!important;
    min-height: 100%!important;
    padding-top: 92px;
    z-index: 1;
}

.page7 .content-wrap .contact-wrap,
.page7 .content-wrap > .menu {
    padding: calc(100% * 35 / 1570);
}

.page7 .content-wrap .contact-wrap {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px rgba(255, 255, 255, .3);
}

.page7 .contact-wrap h2,
.page7 .contact-wrap h3 {
    line-height: 1;
}

.page7 .contact-wrap h2 {
    margin-bottom: 30px;
    font-size: 18px;
}

.page7 .contact-box {
    display: flex;
}

.page7 .contact-box .map-wrap {
    width: 437px;
    margin-right: 30px;
}

.page7 .contact-box .map-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(100% * 238 / 437);
    background-color: #efefef;
}

.page7 .contact-box .map-box h4 {
    font-size: 14px;
}

.page7 .contact-box .map-box #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page7 .contact-box .contact h3,
.page7 .contact-box .contact p {
    margin-bottom: 30px;
}

.page7 .contact-box .contact h3 {
    font-size: 16px;
}

.page7 .contact-box .contact p {
    white-space: nowrap;
    font-size: 12px;
}

.page7 .content-wrap .right {
    display: flex;
    flex-direction: column;
}

.page7 .content-wrap .right > ul {
    display: flex;
    justify-content: space-between;
    width: 128px;
    height: 36px;
}

.page7 .content-wrap .right > .share {
    margin-bottom: 2rem;
}

.page7 .content-wrap .right > ul > li {
    width: 36px;
    height: 36px;
}

.page7 .content-wrap .right > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #d5d5d5;
}

.page7 .content-wrap .right > ul > li > a > i {
    font-size: 18px;
    color: #666;
}

.page7 .menu {
    flex: 1;
    margin: 0;
    overflow: hidden;
}

.page7 .menu > li {
    width: calc(100% / 5);
}

.page7 .menu > li > .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px rgba(255, 255, 255, .6);
    margin-bottom: 1rem;
}

.page7 .menu > li > .menu-item > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}

.page7 .menu > li > .menu-item > a > span {
    position: relative;
}

.page7 .menu > li > .menu-item > a > span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    display: block;
    border-bottom: solid 2px #fff;
}

.page7 .menu > li > .menu-item > a > i {
    font-weight: 300;
}

.page7 .sub-menu > li > a {
    display: inline-block;
    font-size: 14px;
    line-height: 2rem;
    color: #fff;
}

.page7 .contact-box .contact p:last-child {
    margin-bottom: 0
}

.page7 .footer {
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.page7 .footer p {
    margin-bottom: 5px;
}

.page7 .footer a {
    color: #fff;
}

.page7 .fp-tableCell {
    overflow-y: auto!important;
}

/* 响应式 */
@media only screen and (max-width: 1440px) {
    .page2 .section-content > .figure > .box .number-box .num {
        font-size: 100px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575.98px) {
    .next-btn {
        display: block;
    }

    #fullpage {
        max-width: unset;
        min-width: unset;
    }

    .section .section-content {
        min-height: 100%;
    }

    /* 第一屏 */
    .page1 .slide-bg:not(.mobile) {
        display: none;
    }
    
    .page1 .slide-bg.mobile {
        display: block;
    }

    .fp-viewing-page1-1 .slide-bg {
        background-size: 100% 109%;
    }

    .page1 .my-arrow {
        display: none;
    }

    .page1 .fp-slidesNav {
        display: flex;
        justify-content: center;
        bottom: 40px;
    }

    .page1 .fp-slidesNav ul li a span {
        display: block;
    }

    /* 第二屏 */
    .page2 .section-content {
        display: flex;
        flex-direction: column;
        width: 100%!important;
        background-image: url("/group/images/2107/index-bg-02-1.png");
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: calc(100vh * 136 / 1688);
        background-size: auto calc(100vh * 111 / 1688);
    }

    .page2 .section-content > .area,
    .page2 .section-content > .figure {
        position: unset;
        height: auto;
    }
    
    .page2 .section-content > .figure {
        margin-top: calc(100vw * 140 / 390);
        background: none;
    }
    
    .page2 .section-content > .figure > .box,
    .page2 .section-content > .area > .box {
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0;
    }

    .page2 .section-content > .figure > .box {
        margin-top: 0;
    }
    
    .page2 .section-content > .figure > .box .number-box {
        flex: 0 0 auto;
        width: 50%;
        padding: 5px 0;
    }

    .page2 .section-content > .figure > .box .number-box:nth-child(2),
    .page2 .section-content > .figure > .box .number-box:nth-child(4) {
        border: none;
    }
    
    .page2 .section-content > .figure > .box .number-box:last-child {
        border-right: none;
    }
    
    .page2 .section-content > .figure > .box .number-box .num {
        font-size: 30px;
    }
    
    .page2 .section-content > .figure > .box .number-box .num > span {
        font-size: 18px;
    }
    
    .page2 .section-content > .figure > .box .number-box .text {
        font-size: 12px;
    }

    .page2 .section-content > .area {
        flex: 1;
        margin-top: calc(100% * 15 / 390);
        padding-top: calc(100% * 15 / 390);
        background: url("/group/images/2107/mobile-index-bg-02-2.jpg") no-repeat center bottom;
        background-size: cover;
    }
    
    .page2 .section-content > .area > .box {
        align-items: flex-start;
    }
    
    .page2 .section-content > .area > .box .dist-content {
        flex: 0 0 auto;
        width: 50%;
        height: 50%;
        margin-right: 0;
    }
    
    .page2 .section-content > .area > .box .dist-content .area {
        width: calc(50vw * 122.5 / 166);
        height: calc(50vw * 29.5 / 166);
        line-height: 1;
        margin-bottom: calc(50vw * 10 / 166);
        border-radius: 5px;
        font-size: 16px;
    }
    
    .page2 .section-content > .area > .box .dist-content::before,
    .page2 .section-content > .area > .box .dist-content::after {
        top: calc(50vw * 29.5 / 166);
        left: calc((100% - 50vw * 122.5 / 166) / 2 + (50vw * 122.5 / 166 * .1));
    }

    .page2 .section-content > .area > .box .dist-content > ul {
        width: calc(50vw * 122.5 / 166);
    }
    
    .page2 .section-content > .area > .box .dist-content > ul > li {
        height: auto;
        font-size: 12px;
        margin-bottom: calc(100% * 10 / 166);
        padding-left: 20%;
    }
    
    .page2 .section-content > .area > .box .dist-content > ul > li::before {
        left: calc(10% - 3px);
    }

    .page2 .section-content > .area > .box .dist-content > ul > li ul {
        background-color: rgba(255, 255, 255, .9);
    }
    
    .page2 .section-content > .area > .box .dist-content:nth-child(2) > ul > li ul,
    .page2 .section-content > .area > .box .dist-content:last-child > ul > li ul {
        left: -150px;
    }
    
    .page2 .section-content > .area > .box .dist-content:nth-child(2) > ul > li::after,
    .page2 .section-content > .area > .box .dist-content:last-child > ul > li::after {
        left: -3px;
    }

    .page2 .section-content > .area > .box .dist-content:nth-child(2) > ul > li::after {
        transform: rotate(180deg);
    }
    
    .page2 .section-content > .area > .box .dist-content > ul > li ul.changchun {
        bottom: -100px;
        box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    }

    /* 第三屏 */
    .page3 .section-content {
        width: 100%!important;
        background-image: url("/group/images/2107/index-bg-03.png");
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: calc(100vh * 136 / 1688);
        background-size: auto calc(100vh * 111 / 1688);
    }

    .page3 .section-content .content-wrap {
        display: none;
    }

    .page3 .section-content .mobile-content {
        display: block;
        padding-top: calc(100% * 140 / 390);
    }

    .page3 .section-content .mobile-content ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 calc(100% * 40 / 720);
    }

    .page3 .section-content .mobile-content ul li {
        position: relative;
        display: flex;
        justify-content: center;
        flex: 0 0 auto;
        --width: calc(100% * 342 / (780 - 30 * 2));
        width: var(--width);
        padding-top: calc(var(--width) * 544 / 342);
    }

    .page3 .section-content .mobile-content ul li a {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
    }

    .page3 .section-content .mobile-content ul li a img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .page3 .section-content .mobile-content ul li:nth-child(1),
    .page3 .section-content .mobile-content ul li:nth-child(3) {
        margin-bottom: calc(100% * 30 / 720);
    }

    .page3 .section-content .mobile-content ul li:nth-child(1) a img {
        width: calc(100% + (100% * 15 / 342));
    }

    .page3 .section-content .mobile-content ul li:nth-child(3) a img {
        left: calc(-100% * 11 / 342);
        width: calc(100% + (100% * 42 / 342));
    }

    .page3 .section-content .mobile-content ul li:nth-child(4) a img {
        width: calc(100% + (100% * 23 / 342));
    }

    /* 第四屏 */
    .page4 .section-content {
        width: 100%!important;
        background-image: url("/group/images/2107/index-bg-04-1.png");
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: calc(100vh * 136 / 1688);
        background-size: auto calc(100vh * 111 / 1688);
    }

    .page4 .section-content::after {
        height: 50%;
    }

    .page4 .section-content .content-wrap {
        display: none;
    }

    .page4 .section-content .content-wrap::before,
    .page4 .section-content::before {
        display: none;
    }

    .page4 .section-content .mobile-content {
        position: relative;
        display: flex;
        justify-content: center;
        height: 100%;
        z-index: 2;
    }

    .page4 .section-content .mobile-content .slide .fp-tableCell {
        display: flex;
        justify-content: center;
        padding-top: calc(100% * 140 / 390);
    }

    .page4 .section-content .mobile-content .slide .fp-tableCell a {
        display: block;
        /*width: calc(100% * 337.5 / 390);*/
        height: 80%;
    }

    .page4 .section-content .mobile-content .slide .fp-tableCell a img {
        display: block;
        height: 100%;
        margin: auto;
    }

    .page4 .fp-slidesNav {
        display: flex;
        justify-content: center;
    }

    .page4 .fp-slidesNav.fp-bottom {
        bottom: 8%;
    }

    .page4 .fp-slidesNav ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .page4 .fp-slidesNav ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 15px;
        height: 15px;
    }

    .page4  .fp-slidesNav ul li a span {
        width: 10px;
        height: 10px;
        border: solid 1px #fff;
        background: none;
    }

    .page4 .fp-slidesNav ul li a span {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto!important;
    }

    .page4 .fp-slidesNav ul li a.active span,
    .page4 .fp-slidesNav ul li:hover a.active span {
        height: 15px;
        width: 15px;
        background: #fff;
    }

    /* 第五屏 */
    .page5 .section-content {
        width: 100%!important;
        background-image: url("/group/images/2107/index-bg-05.png");
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: calc(100vh * 136 / 1688);
        background-size: auto calc(100vh * 111 / 1688);
    }

    .page5 .content-wrap {
        width: 100%!important;
        min-width: 100%!important;
        padding-top: calc(100% * 140 / 390)!important;
    }

    .page5 .content-wrap .news {
        flex-direction: column;
    }

    .page5 .content-wrap .news .left {
        width: 100%;
        height: auto;
        max-width: unset;
        padding: 0 calc(100% * 29.5 / 390);
        margin-bottom: calc(100% * 29.5 / 390);
    }

    .page5 .content-wrap .news .left .pic {
        margin-bottom: 1rem;
    }

    .page5 .content-wrap .news .left h4 {
        font-size: 21px;
        min-height: unset;
        max-height: unset;
        line-height: 1.5;
        margin-bottom: 1rem;
        overflow: hidden;
    }

    .page5 .content-wrap .news .left .more .detail-icon {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .page5 .content-wrap .news .left .more .detail {
        font-size: 14px;
    }

    .page5 .content-wrap .news .left .more .date {
        font-size: 12px;
    }

    .page5 .content-wrap .news .right {
        width: 100%;
        display: flex;
        padding: 0 calc(100% * 29.5 / 390);
    }

    .page5 .content-wrap .news .right ul {
        padding-bottom: 2rem;
    }

    .page5 .content-wrap .news .right ul li {
        margin-bottom: 1rem;
    }

    .page5 .content-wrap .news .right ul li:nth-child(4),
    .page5 .content-wrap .news .right ul li:nth-child(5) {
        display: none;
    }

    .page5 .content-wrap .news .right ul li .date {
        width: 50px;
        height: 50px;
        margin-right: 1rem;
    }

    .page5 .content-wrap .news .right ul li .date .day {
        font-size: 20px;
    }

    .page5 .content-wrap .news .right ul li .date .mon {
        font-size: 12px;
    }

    .page5 .content-wrap .news .right ul li a {
        display: flex;
        align-items: center;
    }

    .page5 .content-wrap .news .right ul li a h4 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .page5 .content-wrap .news .right ul li a .desc,
    .page5 .content-wrap .news .right ul li a .more {
        display: none;
    }

    /* 第六屏 */
    .page6 .section-content {
        width: 100%!important;
        background-image: url("/group/images/2107/index-bg-06.png");
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: calc(100vh * 136 / 1688);
        background-size: auto calc(100vh * 111 / 1688);
    }

    .page6 .scroll-wrapper {
        padding-bottom: 60px!important;
    }

    .page6 .content-wrap {
        width: 100%;
        height: min-content;
        min-width: unset!important;
        padding: calc(100% * 140 / 390) 0 0 0!important;
        margin: auto!important;
        overflow: scroll!important;
    }

    .page6 .content-wrap ul {
        width: calc(100% / 3 * 7);
        margin: 0;
    }

    /* 自定义滚动条 */
    .external-scroll_x {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 60px;
        width: 50%;
        height: 6px;
        margin: 0 auto;
        border-radius: 1rem;
        background-color: rgba(132, 132, 132, .3);
        cursor: pointer;
        z-index: 9998;
    }

    .external-scroll_x div {
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
    }
    
    .external-scroll_x .scroll-bar {
        border-radius: 1rem;
        background-color: rgb(132, 132, 132);
        z-index: 9999;
    }
    
    .external-scroll_x .scroll-bar {
        width: 100px;
    }

    /* 第七屏 */
    .page7 .section-content,
    .page7 .section-content .content-wrap {
        width: 100%!important;
        height: auto!important;
        min-width: unset!important;
    }

    .page7 .content-wrap .contact-wrap,
    .page7 .content-wrap > .menu {
        padding: 0 calc(100% * 35 / 390);
        padding-bottom: calc(100% * 35 / 390 / 2);
    }

    .page7 .contact-wrap {
        flex-direction: column;
    }

    .page7 .map-wrap {
        display: none;
    }

    .page7 .contact-wrap h2 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .page7 .contact-box .contact {
        margin-bottom: 15px;
    }

    .page7 .contact-box .contact h3 {
        margin-bottom: 10px;
    }

    .page7 .contact-box .contact p {
        margin-bottom: 5px;
    }

    .page7 .contact-box .contact h3 {
        font-size: 14px;
    }

    .page7 .contact-box .contact p {
        font-size: 12px;
    }

    .page7 .contact-wrap .right h2:nth-child(3),
    .page7 .contact-wrap .right .qr-code {
        display: none;
    }

    .page7 .content-wrap > .menu {
        flex-direction: column;
    }

    .page7 .content-wrap > .menu li {
        width: 100%;
    }

    .page7 .menu > li > .menu-item {
        margin: 0;
    }

    .page7 .menu > li > .menu-item > a {
        padding-top: 16px;
    }

    .page7 .menu > li > .sub-menu {
        display: none;
    }

    .fp-viewing-page7 #fp-nav ul li a span {
        background: #fff;
    }
}

@media only screen and (min-width: 414px) {
    .page2 .section-content > .area > .box .dist-content .area {
        font-size: 14px;
    }
}
