@charset "UTF-8";
@import url("../jft/fonts/iconfont01.css");

/* webkit滚动条 */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #bbb;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

::-webkit-scrollbar-track-piece {
    background-color: #ddd;
}


/* 公用 */

body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-size: 16px;
}

.connect {
    position: fixed;
    right: 20px;
    bottom: 20%;
    display: flex;
    align-items: center;
}

.connect-book,
.connect-btn {
    background: linear-gradient(to bottom, #e8ebed, #fff);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2), 0 10px 18px rgba(1, 61, 169, .08);
}

.connect-book {
    transform: translate(200px, 0);
    opacity: 0;
    visibility: hidden;
    border-radius: 4px;
    transition: .3s;
}

.connect:hover .connect-book {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.connect-btn {
    width: 40px;
    margin-left: 8px;
    padding: 4px;
    text-align: center;
    border-radius: 100px;
}

.connect-btn i {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    background-color: #26f;
    color: #fff;
    border-radius: 100px;
}

.connect-btn b {
    display: block;
    width: 20px;
    margin: 8px auto;
    color: #26f;
}

@media (max-width: 768px) {
    .connect {
        transform: scale(0.8) translate(40px, 0);
    }
}

.logo img {
    width: 200px;
    height: 60px;
    object-fit: contain;
    object-position: 0 50%;
}

.inner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    position: relative;
    z-index: 9;
    height: 80px;
    background: rgba(255, 255, 255, .2);
    box-shadow: inset 0 -1px rgba(255, 255, 255, .5);
}

.header .inner {
    height: 100%;
}

.nav>ul>li {
    position: relative;
    margin-right: 20px;
}

.nav>ul>li>a {
    position: relative;
    display: block;
    height: 80px;
    padding: 0 20px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.nav>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 2px;
    padding: 8px 0;
    background-color: #fff;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    transform: translate(0, -12px);
    transition: .3s;
}

.nav>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.nav>ul>li>ul:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 32px;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
    width: 0;
    height: 0;
}

.nav>ul>li>ul>li>a {
    display: block;
    padding: 0 16px;
    line-height: 40px;
    font-size: 18px;
    transition: .3s;
	color: #000;
}

.nav>ul>li>ul>li>a:hover {
    background-color: #eef;
}

.nav ul ul ul {
    border-top: 1px solid #ddd;
    margin: 4px 16px;
    padding: 8px 0;
}

.nav>ul>li>ul>li>ul>li a {
    display: block;
    padding: 0 8px;
    line-height: 28px;
    text-align: center;
	color: #000;
}

.nav>ul>li>ul>li>ul>li a:hover {
    color: #46f;
}

.nav li a {
    word-break: keep-all;
    white-space: nowrap;
}

.nav li.current a {
    color: #18f;
}

.nav li.current a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #18f;
}

.nav i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    vertical-align: middle;
}

.nav .jcyy {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M184.6 138.9l-22.7-10.1-4.8-2.1-7.1 3.2-41 18.1c-2.9 1.3-6 1.9-9.1 1.9-3 0-6.1-.6-8.9-1.8l-40.9-18.2-7.1-3.1-4.8 2.1L15.5 139c-4.4 1.3-6.8 6-5.5 10.3a8.4 8.4 0 0 0 5.5 5.5l79 35.1c3.5 1.5 7.5 1.5 11.1 0l79-35.3c4.3-1.5 6.7-6.1 5.2-10.5-.8-2.5-2.8-4.4-5.2-5.2z' fill='%2346f'/%3E%3Cpath d='M185 89.2l-21.4-9.5L150 86l-25.3 11.1-15.6 7-1.7.7h-.2c-4.6 1.5-9.5 1.5-14.1 0h-.3l-1.9-.7-15.5-6.9L50.1 86l-13.7-6.2L15 89.2c-4.4 1.3-6.9 6-5.5 10.4a8.4 8.4 0 0 0 5.5 5.5l23 10.2 15.2 6.8h.4l40.9 18.2c3.5 1.5 7.5 1.5 11.1 0l40.9-18.2h.4l15.2-6.8 23-10.2c4.4-1.3 6.9-6 5.5-10.4-.8-2.6-2.9-4.7-5.6-5.5z' fill='%2346f'/%3E%3Cpath d='M15 61.4l21.4 9.5 1.7.7 3.4 1.5 5 2.2 7.2 3.2L79 89.7l15.5 7c3.5 1.5 7.5 1.5 11.1 0l15.5-7 25.3-11.2 7.2-3.2 5-2.2 3.4-1.5 1.7-.8 21.3-9.4c4.4-1.3 6.9-6 5.5-10.4a8.4 8.4 0 0 0-5.5-5.5l-79.5-35.3c-3.5-1.5-7.5-1.5-11.1 0L15 45.5c-4.4 1.3-6.9 5.9-5.6 10.3.7 2.7 2.8 4.8 5.6 5.6z' fill='%2346f'/%3E%3C/svg%3E");
}

.nav .tsyy {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M105.7 28.7l16.5 16.5c1.5 1.5 3.6 2.4 5.7 2.4h4c7.2 0 10.8-8.7 5.7-13.8L112.5 8.5c-6.9-6.9-18-6.9-24.9 0L62.3 33.8c-5.1 5.1-1.5 13.8 5.7 13.8h4c2.1 0 4.2-.9 5.7-2.4l16.5-16.5c3.2-3.1 8.4-3.1 11.5 0zM23.8 65.2v82.7c0 2.8 1.4 5.4 3.8 6.9l57.1 35.7c9.4 5.9 21.3 5.9 30.7 0l57.1-35.7c2.4-1.5 3.8-4.1 3.8-6.9V65.2c0-4.5-3.6-8.1-8.1-8.1H31.9c-4.5 0-8.1 3.7-8.1 8.1zm104.8 87.2l-28.6-19-28.6 19 7.9-23.8c1-2.9.2-6.1-2-8.3l-15.5-15.5h22.7c3.5 0 6.6-2.2 7.7-5.5l7.7-23 7.7 23c1.1 3.3 4.2 5.5 7.7 5.5H138l-15.5 15.5c-2.2 2.2-2.9 5.4-2 8.3l8.1 23.8z' fill='%2346f'/%3E%3C/svg%3E");
}

.nav .dsfrz {
    transform: scale(1.3);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M141 125.5l4.2-4.2-35.9-37.4c-4.3 2.9-9 4.2-14.3 3.9s-9.7-2.6-13.3-6.7c-4.2-4.3-6.2-9.3-6.2-15.1 0-5.8 2.1-10.8 6.2-15.1l8.3-8.3c-4.3-2.8-8.7-3.9-13.2-3.3-4.5.6-8.9 2.6-13 6l-27.6 29C32 78.6 30 83.4 30 88.8s2.1 10.2 6.2 14.6l35.9 37.2C79 148.9 87.2 153 96.8 153h7c.6 0 1.4-.1 2.2-.2.8-.1 1.9-.5 3.3-1.1l8.3-4.2c.8-.6 1.5-1.1 2.2-1.4.7-.3 1.4-.8 2-1.4.8 0 1.5-.3 2.1-.9.6-.6 1.3-1.2 2.1-2l1.3-1.3 7-7 6.7-8zM89.6 66c0 2.1 1 4 3 5.5 1.5 1.4 3.1 2.1 4.9 2.1 1.8 0 3.4-.7 4.9-2.1l2.6-2.6c.8-.8 1.7-1.2 2.8-1.3 1.2-.1 2.1-.2 2.8-.2.7 0 1.4.1 2.1.4.7.3 1.4 1.1 2 2.5l40.2 41.4 6.8-8.1c4.2-4.4 6.2-9.3 6.2-14.6 0-5.3-2.1-10.2-6.2-14.5l-27.6-29.1c-2-1.4-4.2-2.6-6.4-3.7-2.3-1.1-4.8-1.6-7.5-1.7-2.7-.1-5.2.3-7.4 1.1s-4.3 2.2-6.3 4.3l-14 15.3c-1.9 1.3-2.9 3.1-2.9 5.3z' fill='%2346f'/%3E%3C/svg%3E");
	    padding: 0;
}


.footer {
    background-color: #091626;
    color: #fff;
}

.footer li a {
    color: #ddd;
}

.footer li a:hover {
    color: #fff;
}

.footer li p {
    position: relative;
}

.footer li p .extra {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 10;
    margin-bottom: 8px;
    padding: 8px 16px;
    border-radius: 4px;
    background-color: rgba(34, 102, 255, .95);
    transform: translate(0, 12px);
    transition: .3s;
}

.footer li p .extra:after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 16px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 8px solid rgba(34, 102, 255, .95);
}

.footer li p:hover .extra {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.footer li p .extra a {
    display: block;
    margin-bottom: 2px;
    line-height: 32px;
    word-break: keep-all;
    white-space: nowrap;
}

.nav-btn {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    z-index: 1112;
    margin-left: auto;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    color: #59f;
}

.nav-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1110;
    background-color: rgba(0, 0, 0, .75);
}

@media (max-width: 1200px) {
    .nav {
        visibility: hidden;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1111;
        width: 70%;
        padding-top: 80px;
        opacity: 0;
        transform: translate(100%, 0);
        transition: .3s;
        flex-direction: column;
        background-color: #027;
        overflow-y: auto;
    }
    .nav ul {
        padding-top: 200px;
        background: url(../jft/images/logo_w.svg) 50% 20px/160px auto no-repeat;
    }
	 .nav>ul>li>ul {
        display: none;
    }
    .nav li {
        margin-right: 0;
    }
    .nav li a {
        color: #fff;
    }
    .nav-active {
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
    }
    .nav-btn {
        display: block;
    }
    .nav-active~.nav-btn {
        transform: rotateY(180deg);
    }
    .logo img {
        height: 40px;
    }
    .header {
        height: 60px;
    }
}

.slogan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    color: #fff;
}

.slogan h2 {
    font-size: 56px;
    font-weight: bold;
}

.slogan h2+p {
    font-size: 36px;
}

.slogan h3 {
    font-size: 40px;
    font-weight: bold;
}

@media (max-width: 1200px) {
    .slogan {
        padding: 0 40px;
    }
    .slogan h2 {
        font-size: 20px
    }
    .slogan h2+p {
        font-size: 16px
    }
    .slogan h3 {
        font-size: 24px
    }
}


/* part1 */

.focus {
    margin-top: -80px;
}

.focus .swiper-slide a {
    display: block;
    height: 640px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.focus .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 0;
    opacity: 1;
    background-color: #fff;
}

.focus .swiper-pagination-bullet-active {
    background-color: #37e;
}

.focus .navi {
    bottom: 100px;
}

@media (max-width: 1200px) {
    .focus {
        margin-top: -60px;
    }
    .focus .swiper-slide a {
        height: 240px
    }
    .focus .navi {
        bottom: 32px;
    }
}

.app {
    position: relative;
    z-index: 2;
}

.app-tab li>div {
    position: relative;
    padding: 24px;
    box-shadow: 0 8px 16px rgba(1, 61, 169, .08), inset 0 4px rgba(255, 255, 255, .5);
    background-image: linear-gradient(to bottom, #e8ebed, #fff);
    border-radius: 4px;
}

.app-tab li>div {
    width: 100%;
}

.app-tab li.current>div:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #59f;
    border-radius: 0 0 4px 4px;
}

.app-tab li.current>div:before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 6px solid #59f;
}

.app-tab i {
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(../jft/images/icons.png);
    background-repeat: no-repeat;
}

.app-tab .s1 {
    background-position: 0 0;
}

.app-tab .s2 {
    background-position: -80px 0;
}

.app-tab .s3 {
    background-position: -160px 0;
}

.app-tab .s4 {
    background-position: -240px 0;
}

.app-list li p {
    margin: 0 12px;
    padding: 0 12px;
    border-left: 1px solid #46f;
}

.app-tag {
    display: inline-block;
    border: 1px solid #46f;
    margin-top: 8px;
    padding: 0 12px;
    font-size: 14px;
    color: #46f;
}

.app-tag+.app-tag {
    margin-left: 8px;
}

@media (max-width: 1200px) {
    .app-tab li h2 {
        font-size: 16px
    }
    .app-tab li p {
        display: none
    }
    .app-tab i {
        width: 40px;
        height: 40px;
        background-size: 400px auto;
    }
    .app-tab .s1 {
        background-position: 0 0;
    }
    .app-tab .s2 {
        background-position: -40px 0;
    }
    .app-tab .s3 {
        background-position: -80px 0;
    }
    .app-tab .s4 {
        background-position: -120px 0;
    }
}


/* part2 */

.p2 {
    background-color: #e8eaf3;
}

.news li>div {
    margin: 2px;
    background: #06b;
    color: #fff;
}

.news li:nth-child(1)>div {
    background: url(../jft/images/p2_1.jpg) center/cover no-repeat;
}

.news li:nth-child(2)>div {
    background: url(../jft/images/p2_2.jpg) center/cover no-repeat;
}

.news li:nth-child(3)>div {
    background: url(../jft/images/p2_3.jpg) center/cover no-repeat;
}

.news li:nth-child(4)>div {
    background: url(../jft/images/p2_4.jpg) center/cover no-repeat;
}

.news li:nth-child(3) {
    order: 9999;
}

.news .view {
    display: inline-block;
    line-height: 2;
    padding: 0 8px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 4px;
}

.news .view:hover {
    background-color: #59f;
}


/* part3 */

.p3 {
    background: url(../jft/images/p3.jpg) center/cover no-repeat;
    color: #fff;
}

.company img {
    width: 96px;
    height: 96px;
    border-radius: 100px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .company .swiper-slide {
        font-size: 12px;
    }
    .company .swiper-slide img {
        width: 48px;
        height: 48px;
    }
}

.case-tab .current {
    background: linear-gradient(to right, #59f, #18f);
}


/* part4 */

.p4 {
    background: url(../jft/images/p4.jpg) 50% 100%/auto 96px no-repeat, url(../jft/images/p4_0.jpg) center/cover no-repeat;
}

.company li {
    min-width: 128px;
}


/* part5 */