body,
h1,
p {
    padding: 0;
    margin: 0;
}

.banner {
    background: #F5F8FF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    padding-top: 180px;
    padding-bottom: 100px;
}

.banner .who {
    max-width: 1200px;
    height: 730px;
    background: url(/assets/images/companyNew/pic-banner@2x.png) no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    position: relative;
}

.banner .who .who-text {
    position: absolute;
    max-width: 900px;
    height: 410px;
    right: 0;
    top: 0;
    padding-bottom: 40px;
}

.banner .who h1 {
    vertical-align: text-top;
    line-height: 1;
    margin-bottom: 30px;
    color: #091871;
}

.banner .who p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 24px;
    font-family: myriad pro, microsoft yahei, Tahoma, Arial, sans-serif, helvetica, sans-serif;
}

@media screen and (max-width: 991px) {
    .banner {
        width: 100%;
    }
    .banner .who h1 {
        text-align: center;
        margin: 20px 0;
        margin-bottom: 0;
    }
    .banner .who .who-text {
        padding: 0 20px;
        font-size: 20px;
        font-weight: 500;
    }
}

.our {
    background: #FFFFFF;
    padding: 120px;
}

.our .our-content {
    display: flex;
}

.our span {
    border-bottom: 4px solid black;
    display: inline-block;
    padding-bottom: 24px;
    margin-bottom: 20px;
}

.our .box {
    max-width: 600px;
    height: 174px;
    background: linear-gradient(270deg, rgba(236, 242, 255, 0) 0%, #F0F5FF 100%);
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    margin: 13px 0;
    margin-right: 50px;
}

.our .box .boxText {
    margin-left: 40px;
}

.our .box .boxText-title {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 700;
    color: #070C23;
    line-height: 30px;
}

.our .box .boxText-content {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    font-family: myriad pro, microsoft yahei, Tahoma, Arial, sans-serif, helvetica, sans-serif;
}

.our .content-right {
    width: 480px;
    height: 444px;
    background: url(/assets/images/companyNew/pic1@2x.png) no-repeat;
    background-size: cover;
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    .our {
        padding: 0;
    }
    .our .box {
        height: auto;
        margin-right: 0;
    }
    .our .content-right {
        width: 100%;
    }
    .our-content {
        flex-wrap: wrap;
    }
}

.trust {
    background: url(/assets/images/companyNew/bg-trust@2x.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 120px;
    padding-bottom: 80px;
}

.trust h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1A1A1A;
    line-height: 46px;
}

.trust p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.trust .trust-content {
    display: flex;
    max-width: 1200px;
    flex-wrap: wrap;
    margin-top: 100px;
    justify-content: space-between;
}

.trust .trust-content h2 {
    font-size: 56px;
    font-weight: 600;
    color: #091871;
    line-height: 70px;
}

.trust .trust-content p {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.trust .trust-box {
    width: 320px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(15, 60, 143, 0.15);
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    margin-bottom: 80px;
    padding: 23px 0;
}

.trust .trust-content2 {
    display: flex;
    max-width: 1200px;
    flex-wrap: wrap;
    margin-bottom: 100px;
    justify-content: center;
}

.trust .trust-content2 h2 {
    font-size: 56px;
    font-weight: 600;
    color: #091871;
    line-height: 70px;
}

.trust .trust-content2 p {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.trust .trust-content2 .trust-box {
    margin: 0px 50px;
}

.trust .bnr-slick {
    max-width: 1200px;
    background: transparent;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    margin-left: 100px;
}

.trust .bnr-slick::before {
    content: "";
    display: block;
    position: absolute;
    width: 10%;
    height: 100%;
    z-index: 999;
    background: linear-gradient(90deg, #F8F9FA 39%, rgba(255, 255, 255, 0) 100%);
}

.trust .bnr-slick::after {
    content: "";
    display: block;
    position: absolute;
    width: 10%;
    height: 100%;
    z-index: 999;
    right: 0;
    background: linear-gradient(270deg, #F8F9FA 39%, rgba(255, 255, 255, 0) 100%);
}

.trust .bnr-slick h2 {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}

.trust .super-title {
    position: absolute;
    bottom: 48px;
    left: 0;
}

@media screen and (max-width: 991px) {
    .trust {
        padding: 40px 0;
    }
    .trust .trust-content2 .trust-box {
        margin: 20px auto;
    }
    .trust .trust-content {
        margin: 0px auto;
        justify-content: center;
        margin-bottom: 20px;
    }
    .trust .trust-box {
        margin-bottom: 0px;
        margin-top: 40px;
    }
    .super-title {
        margin-left: 20px;
    }
}

.bnr-slick {
    overflow: hidden;
    position: relative;
}

.awards-ls {
    text-align: left;
}

.awards-ls .item {
    float: left;
    width: 200px;
    height: 100px;
    margin: 8px;
    border-radius: 8px;
    background-color: #070C23;
    background: url(/assets/images/companyNew/logo2.png) no-repeat;
}

.awards-ls .item.ic-1 {
    background-position: 66px 20px;
}

.awards-ls .item.ic-2 {
    background-position: -100px 20px;
}

.awards-ls .item.ic-3 {
    background-position: -300px 20px;
}

.awards-ls .item.ic-4 {
    background-position: -495px 20px;
}

.awards-ls .item.ic-5 {
    background-position: -666px 20px;
}

.awards-ls .item.ic-6 {
    background-position: -835px 20px;
}

.tab-wrapper {
    text-align: center;
    padding: 120px 0;
    color: #070C23;
    background: url("/assets/images/companyNew/bg-media@2x.png") no-repeat;
    background-size: 100% 100%;
}

.tab-wrapper [data-slick="parent"] {
    position: relative;
}

.tab-wrapper [data-slick="parent"]::after,
.tab-wrapper [data-slick="parent"]::before {
    top: 50%;
    content: "";
    position: absolute;
    display: block;
    background-size: 100% 100%;
    width: 40px;
    height: 32px;
}

.tab-wrapper [data-slick="parent"]::before {
    left: 60px;
}

.tab-wrapper [data-slick="parent"]::after {
    right: 60px;
    transform: rotate(180deg);
}

.tab-wrapper h2 {
    margin-bottom: 80px;
}

.tab-wrapper .wrap {
    width: 1008px;
    height: 358px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(86, 131, 244, 0.149);
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    margin: auto;
    padding: 60px 124px;
    position: relative;
}

.tab-wrapper .wrap::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 63px;
    background: url("/assets/images/companyNew/“@2x.png") no-repeat;
    background-size: 100% 100%;
    top: -40px;
    left: 32px;
}

.tab-wrapper .tab-btns {
    display: flex;
    justify-content: center;
}

.tab-wrapper .tab-btns .item {
    width: 200px;
    height: 92px;
    margin: 0 20px;
    position: relative;
}

.tab-wrapper .tab-btns .item::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 999;
    background: transparent;
}

.tab-wrapper .tab-btns .item.slick-current::before {
    content: "";
    background: url(/assets/images/companyNew/xing.png) no-repeat;
    width: 135px;
    height: 18px;
    position: absolute;
    left: 50%;
    transform: translateX(-70px);
    top: 80%;
    z-index: 999;
}

.tab-wrapper .tab-btns .item:hover {
    cursor: pointer;
}

.tab-wrapper .tab-btns .item.img_1 {
    background: url("/assets/images/companyNew/logo_lifewire-2@2x.png") no-repeat;
    background-size: contain;
    filter: opacity(10%);
}

.tab-wrapper .tab-btns .item.img_2 {
    background: url("/assets/images/companyNew/logo_softpedia-2@2x.png") no-repeat;
    background-size: contain;
    filter: opacity(10%);
}

.tab-wrapper .tab-btns .item.img_3 {
    background: url("/assets/images/companyNew/logo_techradar-2@2x.png") no-repeat;
    background-size: contain;
    filter: opacity(10%);
}

.tab-wrapper .tab-btns .item.img_4 {
    background: url("/assets/images/companyNew/logo_PCmag-2@2x.png") no-repeat;
    background-size: contain;
    filter: opacity(10%);
}

.tab-wrapper .tab-btns .item.active {
    filter: opacity(100%);
}

.tab-wrapper .tab-btns .slick-center {
    filter: opacity(100%) !important;
}

.tab-wrapper .tab-content {
    position: relative;
    margin-top: 48px;
}

.tab-wrapper .tab-content .item {
    margin: auto;
    width: 100% !important;
    max-width: 100%;
}

.tab-wrapper .tab-content .superImg {
    position: absolute;
}

.tab-wrapper .slick-dots {
    position: absolute;
    top: 150px;
}

.tab-wrapper a {
    margin-top: 24px;
    color: #5683F4;
}

.tab-wrapper .slick-next {
    top: -50px;
    right: -220px;
    width: 56px;
    height: 56px;
    background: #AEBADF;
    background-image: url("/assets/images/companyNew/jiantou-right@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.tab-wrapper .slick-next:hover {
    background: #5683F4;
    background-image: url("/assets/images/companyNew/jiantou-right@2x.png");
    background-size: cover;
}

.tab-wrapper .slick-prev {
    top: -50px;
    left: -220px;
    width: 56px;
    height: 56px;
    background: #AEBADF;
    background-image: url("/assets/images/companyNew/jiantou-left@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.tab-wrapper .slick-prev:hover {
    background: #5683F4;
    background-image: url("/assets/images/companyNew/jiantou-left@2x.png");
    background-size: cover;
}

@media screen and (max-width: 991px) {
    .tab-wrapper {
        width: 100%;
        padding: 0 20px;
    }
    .tab-wrapper .wrap {
        width: 100%;
        padding: 60px 40px;
    }
    .tab-wrapper .tab-btns {
        flex-wrap: wrap;
    }
    .tab-wrapper [data-slick="parent"]::after,
    .tab-wrapper [data-slick="parent"]::before {
        content: none;
    }
    .tab-wrapper .tab-content {
        width: 100%;
    }
    .tab-wrapper .slick-next {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .tab-wrapper {
        padding: 40px 20px;
    }
    .tab-wrapper h2 {
        margin-bottom: 24px;
    }
    .tab-wrapper .wrap {
        padding: 20px 10px;
    }
}

.contact {
    padding: 120px 0;
    text-align: center;
}

.contact h1 {
    font-size: 40px;
    font-weight: 700;
    color: #1A1A1A;
    line-height: 46px;
}

.contact .contact-nav {
    display: flex;
    justify-content: space-evenly;
    margin: 80px auto;
}

.contact .contact-nav .nav-box {
    width: 300px;
    height: 248px;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    border: 1px solid #E6E8E9;
    padding: 40px;
}

.contact .contact-nav img {
    margin-bottom: 28px;
}

.contact .contact-nav .text {
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1A;
    line-height: 26px;
    margin-bottom: 10px;
}

.contact .contact-nav .email {
    font-size: 20px;
    font-weight: 400;
    color: #5683F4;
    line-height: 26px;
}

.contact .contact-nav .email:hover {
    cursor: pointer;
}

@media screen and (max-width: 900px) {
    .contact-nav {
        flex-wrap: wrap;
    }
    .nav-box {
        margin: 20px 0;
    }
}

.touchus .wrap {
    justify-content: space-between;
    align-items: center;
    display: flex;
    max-width: 1200px;
    height: 354px;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    border: 1px solid #F1F3F4;
    overflow: hidden;
}

.touchus h2 {
    margin-bottom: 60px;
}

.touchus .addr li {
    padding-left: 48px;
    position: relative;
}

.touchus .addr li:not(:last-child) {
    margin-bottom: 40px;
}

.touchus .left {
    width: 59.4%;
}

.touchus .right {
    width: 52%;
    text-align: left;
    padding-right: 50px;
}

.touchus .right h5 {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    line-height: 30px;
    margin-bottom: 16px;
}

.touchus .right p {
    line-height: 20px;
    font-size: 20px;
}

.touchus .right p span {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    line-height: 30px;
}

.touchus .right a {
    color: #1D70EC;
}

.touchus .right li {
    margin-left: 20px;
}

.touchus .ico {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
}

.touchus .ico-addr {
    background: url(/resource/images/about/MC-about-ic-about-32-1.svg);
}

.touchus .ico-email {
    background: url(/resource/images/about/MC-about-ic-about-32-2.svg);
}

.touchus .ico-sup {
    background: url(/resource/images/about/MC-about-ic-about-32-3.svg);
}

.touchus #map {
    height: 460px;
    width: 100%;
    border-radius: 15px;
}

@media (max-width: 991px) {
    .touchus .wrap {
        display: block;
        text-align: center;
        height: auto;
    }
    .touchus .left {
        width: 90%;
        margin: auto;
    }
    .touchus .right {
        width: auto;
        display: inline-block;
        margin: 30px auto;
    }
    .touchus .right ul {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .touchus {
        padding: 40px 0;
    }
    .touchus h2 {
        margin-bottom: 24px;
    }
    .touchus .left {
        width: 100%;
    }
    .touchus .left #map {
        height: 400px;
    }
    .touchus .addr li:not(:last-child) {
        margin-bottom: 12px;
    }
}

.join {
    text-align: center;
    padding: 120px 0;
    background: url(/assets/images/companyNew/bg-join@2x.png) no-repeat;
    background-size: 100% 100%;
}

.join .join-content {
    max-width: 980px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-top: 80px;
}

.join .join-box {
    width: 200px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    padding: 15px 0;
}

.join img {
    width: 48px;
    height: 48px;
    margin: 8px;
}

.join p {
    font-size: 18px;
    font-weight: 400;
    color: #111111;
    line-height: 24px;
}

@media (max-width: 767px) {
    .join .join-content {
        flex-wrap: wrap;
    }
    .join .join-box {
        width: 100%;
        margin: 20px 0;
    }
}

.slider-close {
    display: none;
}


/*# sourceMappingURL=maps/companyxx.css.map */