/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
table {
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}
strong {
    font-weight: bold;
}
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #444;
}
q:before,
q:after {
    content: "";
}
abbr,
acronym {
    border: 0;
}

/* Custom CSS
 * --------------------------------------- */
.container {
    /* padding-right: 0;
    padding-left: 0; */
    min-width: 1200px;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei",
        "Segoe UI", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial,
        sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    color: #333;
}
img {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.navbar {
    padding: 0 0;
}
.topNav {
    /* width: 80%; */
    margin: 0 auto;
    display: block;
}
.navList {
    float: right;
    padding: 0 0;
}

.navbar-light .navbar-toggler {
    color: #ffffff;
    border-color: #ffffff;
}
.nav-link {
    padding: 0;
}
.logo {
    float: left;
    padding: 1rem 0 0;
    width: 120px;
    height: 60px;
    margin: 10px;
    background: url("../images/logo_black.svg");
}
.logo a {
    display: block;
    width: 120px;
    height: 60px;
}
.slogan {
    float: left;
    color: #000000;
    line-height: 18px;
    border-left: 1px solid #000000;
    margin: 40px 0 0 20px;
    padding: 0 0 0 20px;
}
.fp-viewing-0 .logo,
.fp-viewing-4 .logo,
.fp-viewing-5 .logo {
    background: url("../images/logo_white.svg");
}
.fp-viewing-0 .slogan,
.fp-viewing-4 .slogan,
.fp-viewing-5 .slogan {
    color: #ffffff;
    border-left: 1px solid #ffffff;
}

.arrow {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-left: -1%;
    animation-name: beat;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    z-index: 9999;
}
.arrow img {
    width: 50%;
}
@keyframes beat {
    0% {
        bottom: 2%;
    }
    25% {
        bottom: 1%;
    }
    50% {
        bottom: 2%;
    }
    75% {
        bottom: 1%;
    }
    100% {
        bottom: 2%;
    }
}

#menu {
    font-size: 16px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}
#menu li {
    display: inline-block;
    margin: 0 30px;
    color: #000000;
}
#menu li.active {
    color: #000000;
}
#menu li a {
    text-decoration: none;
    color: #000000;
}
#menu li a {
    display: block;
    line-height: 100px;
}
#menu li.active a {
    color: #000000;
    border-top: 3px solid #000;
    line-height: 96px;
    font-weight: bold;
}
.light_menu {
}
.light_menu a {
    color: #fff !important;
}
.light_menu li.active a {
    border-top: 3px solid #fff !important;
}
.light_menu .slogan {
    color: #fff;
    border-left: 1px solid #fff;
}
.light_menu .logo {
    background: url("../images/logo_white.svg");
}

.fp-viewing-0 #menu li,
.fp-viewing-0 #menu li.active,
.fp-viewing-0 #menu li a,
.fp-viewing-4 #menu li,
.fp-viewing-4 #menu li.active,
.fp-viewing-4 #menu li a,
.fp-viewing-5 #menu li,
.fp-viewing-5 #menu li.active,
.fp-viewing-5 #menu li a {
    color: #ffffff;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #000;
    border: 1px solid #fff;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    background: #000;
}

#section1 h1 {
    -webkit-text-shadow: none;
    text-shadow: none;
}
#slide1-1 h1 {
    color: #444;
}
/*
* Setting the backgrounds for each section / slide
*/
#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index: 3;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.section {
    background-size: cover;
    background-position: center calc(50% + 0px);
}
#section1 {
    background-color: #000000;
    background-image: url("../images/section1.png");
    background-position: center calc(50% + 25px);
}

#section2 {
    background-color: #fafbfc;
}
#section4 {
    background-color: #fafbfc;
}
#section1 .container {
    height: 100%;
    position: relative;
}
#section1 .container .row {
    width: 100%;
    position: absolute;
    bottom: 0;
}

#section2 .container {
    padding-top: 10rem;
}

#section3 .container {
    padding-top: 10rem;
}

#section4 .container {
    padding-top: 10rem;
}

.section2_l {
    padding: 5rem 0 0;
}

.section2_l .more {
    margin: 4rem 0 0;
}

#section5 {
    padding: 10rem 0 0;
    position: relative;
    color: #ffffff;
    background-color: #000000;
    background-image: url("../images/section5_bg.png");
    background-position: center calc(50% + -155px);
    background-size: auto;
    background-repeat: no-repeat;
}

#section6 {
    background-color: #000000;
}

figure {
    margin: 0;
    position: relative;
}

figure img {
    max-width: 100%;
    display: block;
    position: relative;
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #2c3f52;
    color: #ed4e6e;
    height: 100%;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

figure:hover figcaption {
    opacity: 1;
    -webkit-transform: translate(5px, 5px);
    -moz-transform: translate(5px, 5px);
    -ms-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
}

figcaption h3 {
    margin: 0;
    padding: 0;
    color: #fff;
}

figcaption a {
    margin-top: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    background: #ed4e6e;
    color: #fff;
}

figcaption h3 {
    margin-top: 70px;
}

figcaption span {
    display: block;
}

.video_area {
    /* width: 770px;
    height: 846px; */
    /* min-height: 735px; */
    height: 760px;
    background-image: url("../images/video_bg.png");
    background-size: cover;
    padding: 58px 0 0 370px;
}
.bannerSlogn {
    text-align: right;
    padding-top: 50%;
}
.bannerSlogn img {
    width: 90%;
}
.area_title h2 {
    position: relative;
    text-align: left;
    font-size: 30px;
    color: #000000;
    padding: 60px 0 0;
    margin-bottom: 80px;
    z-index: 2;
    letter-spacing: 3px;
}
.area_title h2:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
    background-size: cover;
    z-index: -1;
}
.area_title h2:after {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 32px;
    height: 4px;
    content: "";
    background-color: #000000;
}

.about_title:before {
    width: 228px;
    height: 100px;
    background-image: url("../images/title_before_about.png");
}

.about_des {
    font-size: 16px;
    line-height: 32px;
}

.about_des p {
    font-size: 16px;
    color: #555555;
}

.app_title:before {
    width: 134px;
    height: 100px;
    background-image: url("../images/title_before_app.png");
}

.strength_title:before {
    width: 607px;
    height: 100px;
    background-image: url("../images/title_before_product_power.png");
}

.c_btn {
    font-size: 20px;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    border-radius: 24px;
    display: inline-block;
    line-height: 48px;
    height: 48px;
    padding: 0 35px;
}

.c_btn.white {
    background-color: #fff;
}

.c_btn.disabled {
    background-color: #eee;
    color: #999;
    border: none;
}

.c_btn:hover {
    text-decoration: none;
}

.download_app {
    margin: 8rem 0 0;
}

.download_app .download {
    margin: 4rem 0 0;
}
.download_app .download .c_btn {
    margin: 10px 0 20px;
    padding: 0;
    width: 170px;
    font-size: 24px;
}
.download_app .download .c_btn .fa {
    margin-right: 10px;
}
#section5 {
    position: relative;
}
.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #ffffff;
}
.footer .col-lg-3:last-child {
    padding-left: 56px;
}
.footer .col-lg-3:last-child h5 {
    padding-left: 38px;
}
.footer a {
    color: #ffffff;
}
.footer_des h5 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 1.2rem;
}
.footer_des li {
    line-height: 2.2rem;
}
.footer_des .qr_code_c {
    width: 72px;
    font-size: 12px;
    display: inline-block;
    margin: 10px 0 0 40px;
    line-height: 24px;
    text-align: right !important;
}
.copyright {
    height: 130px;
    line-height: 130px;
    font-size: 12px;
    border-top: 1px solid #333;
    margin-top: 60px;
}
.bottom_slogn {
    margin: 6rem 0 4rem;
}
.strength_cont {
    background-color: #fff;
    width: 380px;
    box-shadow: 2px 3px 10px #f1f1f1;
}
.strength_cont_tit {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    position: relative;
    padding: 25px 0 0 25px;
}
.strength_cont_tit:after {
    position: absolute;
    right: -40px;
    top: 37px;
    width: 30px;
    height: 2px;
    content: "";
    background-color: #000000;
}
.strength_cont .des {
    padding: 10px 25px 20px;
    height: 225px;
}
.strength_cont .des li {
    line-height: 40px;
    font-size: 14px;
}
.strength_cont .category {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    width: 49%;
}
.strength_cont .img {
    display: inline-block;
    width: 48%;
}
.strength_cont .img img {
    width: 100px;
}

/* 内页 */

.flex_nav {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
}
.flex_nav {
}
.flex_nav a {
    color: #000 !important;
}
.flex_nav .slogan {
    color: #000;
    border-left: 1px solid #000;
}
.flex_nav .logo {
    background: url("../images/logo_black.svg");
}
.banner {
    height: 700px;
    background-size: cover;
    background-position: center -3px;
    position: relative;
}

.banner_title {
    position: absolute;
    top: 40%;
}
.banner_title h1 {
    font-size: 60px;
    color: #000000;
    letter-spacing: 3px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 10%;
}
.banner_title h2 {
    font-size: 24px;
    color: #000000;
}
.banner_about {
    background-image: url("../images/banner_about.png");
}
.banner_about h1 {
    color: #000;
}
.banner_join {
    background-image: url("../images/banner_join.png");
}
.banner_join h1 {
    color: #fff;
    margin-bottom: 6%;
}
.banner_join h2 {
    color: #fff;
}
.banner_talent {
    background-image: url("../images/banner_talent.png");
}
.banner_talent .banner_title {
    top: 40%;
}
.banner_talent h1 {
    margin-bottom: 6%;
}
.banner_terminal {
    background-image: url("../images/banner_terminal.png");
}
.banner_terminal .banner_title {
    top: 40%;
}
.banner_terminal h1 {
    color: #fff;
    margin-bottom: 6%;
}
.banner_terminal h2 {
    color: #fff;
    margin-bottom: 15%;
}
.banner_processor {
    background-image: url("../images/banner_processor.png");
}
.banner_processor .banner_title {
    top: 40%;
}
.banner_processor h1 {
    margin-bottom: 6%;
}
.banner_processor h2 {
    margin-bottom: 15%;
}

.banner_supplier {
    background-image: url("../images/banner_supplier.png");
}
.banner_supplier .banner_title {
    top: 40%;
}
.banner_supplier h1 {
    margin-bottom: 6%;
}
.banner_supplier h2 {
    margin-bottom: 15%;
}

.insPage_title {
    margin: 6rem 0 5rem;
}
.insPage_title h2 {
    font-size: 30px;
    color: #000000;
    letter-spacing: 1px;
    text-align: center;
}
.insPage_subtitle {
    font-size: 24px;
    color: #000000;
    letter-spacing: 2.4px;
    display: inline-block;
    position: relative;
}
.insPage_subtitle::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 8px;
    content: "";
    background-color: #f1f3f6;
    z-index: -1;
}
span.dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    display: inline-block;
    vertical-align: middle;
}
.about_cont01 {
    font-size: 16px;
    line-height: 40px;
    padding: 4rem 0 0;
}
.about_cont01 h4 {
    color: #000;
    margin-bottom: 0.5rem;
}
.about_cont01 li {
    color: #252525;
}
.about_cont01 .dot {
    margin-right: 1rem;
}
.overflow_hidden {
    overflow: hidden;
    overflow-y: hidden;
}
.img_scale {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.about_cont01_img img {
    width: 585px;
    height: 653px;
}
.mt4 {
    margin-top: 4rem;
}
.title_num {
    position: relative;
    margin-bottom: 0.6rem;
}
.title_num img {
    height: 32px;
}
.title_num h4 {
    position: absolute;
    bottom: -6px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}
.text-right .title_num h4 {
    right: 0;
}

.about_cont02 {
    margin: 1rem 0 3rem;
}
.about_cont02 p {
    font-size: 16px;
    color: #252525;
    line-height: 32px;
}
.about_cont02_img img {
    width: 400px;
    height: 500px;
}

.inside_footer {
    position: static;
    background-color: #000;
    padding-top: 4rem;
    margin-top: 10rem;
}

.join_cont01 {
    background-color: #fafbfc;
    text-align: center;
    margin: 0 0 2rem 0;
    height: 466px;
}
.join_cont01 img {
    width: 212px;
    height: 212px;
}
.join_cont01 h3 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 1.5rem;
}
.join_cont01 p {
    font-size: 14px;
    color: #555555;
    line-height: 28px;
    margin-bottom: 2rem;
    padding: 0 2rem;
}
.join_cont01 .dot {
    height: 466px;
    line-height: 466px;
    font-size: 48px;
    color: #000000;
}
.talent_cont01 {
    text-align: center;
}
.talent_cont01 img {
    width: 300px;
    height: 300px;
    margin-bottom: 2rem;
}
.talent_cont01 h3 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 1.5rem;
}

.terminal_cont01 {
    text-align: center;
}
.terminal_cont01 .col-lg-3 {
    width: 20%;
    flex: 0 0 20%;
}
.terminal_cont01 img {
    width: 120px;
    height: 120px;
    margin-bottom: 6rem;
}

.terminal_cont02 li {
    width: 96px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}
.terminal_cont02 li img {
    width: 90px;
    height: 90px;
    margin-bottom: 2rem;
}
.terminal_cont02 li.arrow1 {
    width: 73px;
    vertical-align: top;
    padding-top: 35px;
}
.terminal_cont02 li.arrow1 img {
    width: 16px;
    height: 16px;
}

.processor_cont01 li {
    width: 168px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}
.processor_cont01 li img {
    width: 90px;
    height: 90px;
    margin-bottom: 2rem;
}
.processor_cont01 li span {
    display: block;
}
.processor_cont01 li.arrow1 {
    width: 73px;
    vertical-align: top;
    padding-top: 35px;
}
.processor_cont01 li.arrow1 img {
    width: 16px;
    height: 16px;
}

.policy_cont {
    background-color: #fff;
    margin: 150px 0 0;
    padding: 3rem 3rem;
}
.policy_cont h1 {
    text-align: center;
    font-size: 30px;
    color: #000000;
    letter-spacing: 3px;
    margin-bottom: 2rem;
}
.policy_cont .date {
    margin-bottom: 2rem;
}
.policy_cont P {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 24px;
}
.policy_cont P.title {
    margin: 2rem 0;
}
.policy_cont .underline {
    /* text-decoration: underline; */
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
    .topNav {
        max-width: 1200px;
    }
}

@media (max-width: 992px) {
    .navbar {
        width: 100%;
    }
    .logo {
        padding: 0 0 0;
    }
    .navbar-toggler {
        float: right;
        margin: 1rem 0 0;
    }
    .navList {
        display: block;
        float: none;
        padding: 1rem 0 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-height: 850px) {
    .video_area {
        height: 650px;
    }
    .section2_l {
        padding: 0 0 0;
    }
    .section2_02_img img {
        width: 67%;
        height: auto;
        margin-left: 5rem;
    }
    #section3 .container {
        padding-top: 6rem;
    }
    .section3_01_img img {
        width: 84%;
        height: auto;
        margin-left: 3rem;
    }
    #section4 .container {
        padding-top: 6rem;
    }
    #section5 {
        padding: 5rem 0 0;
    }
    .bottom_slogn img {
        width: 300px;
    }
}
@media (max-height: 750px) {
    .video_area {
        height: 625px;
    }
}
