@charset "utf-8";

html {
    font-size: 10px;
}

body {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    color: #464646;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /* background-image: url('../images/beijing2.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.warpper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.focus {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.focus .hd {
    width: 100%;
    height: 1.1rem;
    position: absolute;
    z-index: 1;
    bottom: 1.5rem;
    text-align: center;
}

.focus .bd {
    position: relative;
    z-index: 0;
}

.focus .hd ul li {
    display: inline-block;
    width: 2.6rem;
    height: .6rem;
    border-radius: .4rem;
    background: #cdcdcd;
    margin: 0 .5rem;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
}

.focus .hd ul .on {
    background: #E31F19;
}

.focus .bd {
    position: relative;
    z-index: 0;
}

.focus .bd li img {
    width: 100%;
    height: auto;
}

.focus .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#pc {
    display: block !important;
}

#mobile {
    display: none !important;
}

.container {
    text-align: center;
    margin: 0 auto;
    font-size: 1.8rem;
}

.head {
    width: 100%;
    box-sizing: border-box;
}

.container .mun1 {
    float: right;
}

.container .phone1 {
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.container .phone1 .h1 {
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    color: #FA5151;
}

.container .phone1 .henx {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.container .phone1 .img_1 {
    width: 25px;
    padding-left: 20px;
}

.logo {
    width: 25rem;
    float: left;
    margin: 3rem 0;
}

.logo img {
    width: 100%;
}

.nav {
    float: right;
    /* margin: 3rem 0; */
}

.nav .item {
    float: left;
    margin-left: 4rem;
    cursor: pointer;
    line-height: 5rem;
}

.nav .item.active {
    font-weight: bold;
    /* color: #000; */
    filter: drop-shadow(1px 3px 5px rgba(255, 255, 255, .35));
    border-radius: 1.2rem;
}

.nav .item a {
    line-height: 5rem;
    color: #464646;
    display: block;
    position: relative;
    font-size: 1.6rem;
}

.nav .item a:hover {
    text-decoration: none;

}

.nav .item.active a::after,
.nav .item a:hover::after {
    content: '';
    position: absolute;
    bottom: .2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 6px;
    border-radius: 3px;
    background: #FF475A;
}

.index {
    width: 100%;
    float: left;
}

.index .before {
    width: 100%;
    float: left;
}

.index .item {
    float: left;
    width: 18.8%;
    margin-right: 1.5%;
    background: #fff;
    border-radius: 1rem;
    padding-bottom: 1.6rem;
    box-shadow: 1px 3px 5px rgba(255, 255, 255, .35);
    margin-bottom: 2rem;
}

.index .item:nth-child(5n+5) {
    margin-right: 0;
}

.index .item h3 {
    font-size: 1.4rem;
    font-weight: bold;
}

.index .item a:hover {
    text-decoration: none;
    color: #000;
}

.index .item h5 {
    font-size: 1.2rem;
    padding-bottom: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index .item h5 .icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .2rem;
}

.index .item h5 .odd {
    margin-left: 1rem;
}

.index li img {
    width: 100%;
    border-radius: 1rem;
}

.index .banner {
    float: left;
    width: 100%;
    margin: 1.6rem 0;
}

h1.title {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 2.8rem;
    padding-bottom: 3rem;
}

.content {
    background: #00154C;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 6rem 6rem;
    border-radius: 1rem;
}

.type,
.link {
    width: 100%;
    float: left;
    padding-top: 6rem;
}

.type {
    padding-top: 3rem;
}

.content .item {
    float: left;
    width: 18%;
    margin: 0 3.5%;
}

.type img,
.link img {
    vertical-align: middle;
    display: inline-block;
    width: 3.2rem;
}

.type span,
.link span {
    font-size: 1.8rem;
    color: #fff;
}

.content .item img {
    width: 100%;
}

.content h5 {
    color: #fff;
    padding-bottom: 1.2rem;
}

.left {
    width: 65%;
    float: left;
    font-size: 1.8rem;
    color: #fff;
    padding: 0 5% 0 0;
}

.right {
    /* width: 30%; */
    float: right;
    font-size: 1.8rem;
    color: #3E4958;
}

.right h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #3E4958;
}

.btn {
    width: 100%;
    height: 5.8rem;
    line-height: 5.8rem;
    /* border-radius: 1.2rem; */
    margin-top: 1rem;
}

.btn:hover {
    box-shadow: 1px 3px 5px rgba(255, 255, 255, .35);
}

.btn:hover a {
    text-decoration: none;
}


.btn .icon {
    width: 2rem;
    display: inline-block;
    vertical-align: middle;
    padding-right: .4rem;
}

.box {
    width: 100%;
    float: left;
    position: relative;
}


/*.slider {*/
    /*width: 100%;*/
    /*height: auto;*/
    /*margin: 1.6rem 0;*/
/*}*/

/*.slider .swiper-wrapper {*/
    /*width: 100%;*/
    /*height: auto;*/
/*}*/

/*.slider .swiper-slide {*/
    /*width: 100%;*/
    /*height: auto;*/
/*}*/

/*.slider .swiper-slide img {*/
    /*width: 100%;*/
    /*height: auto;*/
    /*border-radius: .8rem;*/
/*}*/

.footer {
    background: #262626;
    margin-top: auto;
}

.footer .foot {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
    align-items: center;
}

.footer .foot .item {
    display: flex;
    align-items: center;
}

.footer .foot .links {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}

.footer .foot .icon {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 1rem;
}

.footer .foot .links a {
    font-size: 1.2rem;
    color: #B3B3B3;
    margin-bottom: .6rem;
}

.footer .foot .links a:hover {
    text-decoration: none;
    color: #3029D9;
}

.footer .foot .links span {
    font-size: 1.2rem;
    color: #B3B3B3;
}

.footer .foot .links .grey {
    color: #6F6F7E;
}

.footer .foot .official {
    display: flex;
    flex-direction: column;
    color: #F0F0F0;
    text-align: left;
    font-size: 1.2rem;
}

.footer .foot .official .button {
    background-color: transparent;
    color: #B3B3B3;
    text-align: left;
}

.footer .foot .official span {
    margin-bottom: .4rem;
}

.footer .foot .official .grey,
.footer .foot .official a {
    color: #B3B3B3;
}

.footer .foot .official .qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .foot .official .qrcode .code-box {
    display: flex;
    flex-direction: column;
}

.footer .foot .official .qrcode .odd {
    margin: 0 2rem;
}

.footer .foot .official .qrcode .code {
    width: 6rem;
    height: 6rem;
}

.footer .foot .official .bold {
    font-weight: bold;
}

.footer .foot .official .min {
    font-size: 1rem;
    margin-top: .4rem;

}

/* PC或大型笔记本设备 desktop */
@media all and (min-width: 1401px) {
    .title-desktop {
        display: block !important;
    }

    .container {
        width: 1400px;
    }
}

/* PC或中大型笔记本设备 desktop */
@media all and (min-width: 1201px) and (max-width: 1400px) {
    .title-desktop {
        display: block !important;
    }

    .container {
        width: 1200px;
    }
}

/* 中小型笔记本或大平板 laptop */
@media all and (min-width: 980px) and (max-width: 1200px) {
    .title-laptop {
        display: block !important;
    }

    .container {
        width: 100%;
        padding: 2rem;
        box-sizing: border-box;
    }
}

/* 中型平板或小型笔记本 tablet */
@media all and (min-width: 768px) and (max-width: 979px) {
    .container {
        width: 100%;
        padding: 2rem;
        box-sizing: border-box;
    }

    .index .item {
        width: 32%;
        /* margin-right: 1.5%; */
        margin: 0 0 1.6rem 0;

    }

    .index .item:nth-child(3n+2) {
        margin: 0 2%;
    }

    .index .before li:nth-child(5n+5) {
        margin: 0 2%;
    }

}

/* 手机或小平板 phone */
@media all and (max-width: 767px) {
    #pc {
        display: none !important;
    }

    #footer {
        display: none !important;
    }

    #mobile {
        display: flex !important;
        flex-direction: column;
    }

    .container {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        min-height: 100vh;
    }

    .logo {
        margin: 1.6rem;
        padding: 0 2rem;
    }

    .nav {
        width: 100%;
        margin: 0;
        background: rgba(0, 0, 0, .35);
        border-radius: 8px;
        margin-bottom: 1.6rem;
        padding: 0 2rem;
        box-shadow: 1px 3px 5px rgba(255, 255, 255, .15);
    }

    .index {
        padding-top: 1.6rem;
        padding: 1.6rem 2rem 0 2rem;
        box-sizing: border-box;
    }

    .index .item {
        width: 47.5%;
        margin: 0 0 1.6rem 0;
        padding: 0;
    }

    .index .item:nth-child(2n+1) {
        margin-right: 5%;
    }

    .index .before li:nth-child(5n+5) {
        margin-right: 5%;
    }

    .content {
        padding: 2rem;
    }

    .content .item {
        width: 47.5%;
        margin: 0 0 1.6rem 0;
    }

    .content .item:nth-child(2n+1) {
        margin-right: 5%;
    }

    .left {
        width: 100%;
    }

    .right {
        width: 100%;
    }

    h1.title {
        display: none;
    }

    .m-nav {
        width: 100%;
        overflow-x: scroll;
        display: -webkit-box;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 0 2rem;
        box-sizing: border-box;
    }

    .m-nav .item {
        height: 3.8rem;
        line-height: 3.8rem;
        text-align: center;
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-right: 1rem;

    }

    .m-nav .item:last-child {
        margin-right: 0;
    }

    .m-nav::-webkit-scrollbar {
        display: none;
    }

    .m-nav .item a {
        display: block;
        background: #464646;
        border-radius: 1rem;
        color: #fff;
        font-size: 1.4rem;
        padding: 0 2rem;
    }

    .m-nav .item a.active {
        background: #FA5151;
    }

    .m-footer {
        background: #fff;
        float: left;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #000;
        padding: 1rem 2rem;
        margin-top: auto;
    }

    .m-footer p,
    .m-footer a {
        font-size: 1.2rem;
        color: #000;
        text-align: left;
        line-height: 2.4rem;;
    }

    .m-footer .qrcode {
        display: flex;
        flex-direction: column;
    }

    .m-footer h6 {
        font-size: 1.1rem;
    }

    .m-footer .code {
        width: 6.4rem;
        height: 6.4rem;;
    }

}

@media only screen and (max-width: 1200px) {
    .banner .left h2 {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .banner .left h3 {
        margin-bottom: 15px;
    }

    .banner .right {
        padding: 22px 28px 18px;
    }

    .banner .right > div {
        margin-top: 10px;
    }

    .banner .right .p4 {
        margin-top: 20px;
    }

    .banner .right .p4 input {
        height: 45px;
    }
}

@media only screen and (max-width: 1440px) {
    .banner .banner_text {
        top: 59%;
        transform: translate(-50%, -59%);
    }

    .banner_txt .left {
        width: 70%;
    }

    .banner .right {
        padding: 30px;
    }

    .banner .right .p4 button {
        height: 40px;
        font-size: 16px;
    }

    .banner .right > div {
        width: 292px;
        /* padding-bottom: 16px; */
        /* font-size: 14px; */
    }

    .banner .right label {
        height: 40px;
        line-height: 40px;
    }

    .banner .right input {
        height: 40px;
    }

    .banner .right .p5 {
        padding-bottom: 6px;
        font-size: 14px;
    }

    .banner .left h2 {
        font-size: 45px;
    }

    .case_r_title b {
        font-size: 30px;
    }

    .case_r_title span {
        margin: 15px 0 110px;
    }
}

.title {
    display: block;
    height: 80px;
}

.title span {
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
}

.partner .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.partner .box a {
    width: 180px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.partner .box a:hover img {
    opacity: .75;
}

@media only screen and (max-width: 1210px) {

    .w1440 {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .wrap {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .wrap2 {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1500px) {
    .w1440 {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

}

.titletext {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    margin-top: 40px;
}

.titletext .h1 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.titletext .h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #767676;
}

.titletext .h3 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    color: #767676;
}

.titletext .h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #767676;
}

.imggroup {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
}

.imggroup .img1 {
    width: 287px;
    margin: 0 1px 3px 0;
    border: 2px solid #E5E5E5;
}

.imggroup .img2 {
    width: 287px;
    margin: 0 1px 3px 0;
}

.imggroup .h1 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.imggroup .h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #767676;
}


.img_width {
    width: 100%;
    margin-top: 30px;
}

.img_width2 {
    width: 100%;
}


.developer2 {
    background: #F0F0F0;
    padding: 55px 0;
}


* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.tab {
    width: 1200px;
    margin: 35px auto;
}

.tab_list {
    height: 39px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
}

.tab_list li {
    float: left;
    height: 39px;
    line-height: 39px;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
}

.tab_list .current {
    background-color: #c81623;
    color: #fff;
}

.item2 {
    display: none;
    text-align: left;
}

.tabtext {
    text-align: center;
    /*margin-top: 5px;*/
}

.tabtext .h1 {
    text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
    /*margin-bottom: 1rem;*/
}

.tabtext .h2 {
    text-align: left;
    font-size: 1.8rem;
    /*margin-bottom: 1rem;*/
    color: #767676;
    width: 580px;
    line-height: 2;
}

.tabtext .h3 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.tabtext .h4 {
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 3rem;
    color: #767676;
    line-height: 2;
}

.tabtext_info {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 50px;
}

/* 软件下载 */

.download {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
}

.download .imglist {
    width: 520px;
    background-color: #F5FAFF;
    padding: 30px;
    border-radius: 10px 10px;
}

.download .button {
    width: 180px;
    font-size: 18px;
    padding: 10px 15px;
    background-color: #FA5151;
    color: white;
    margin-right: 20px;
    border-radius:10px;
    /* 每个按钮右侧的间隔距离 */
}

.download .button2 {
    font-size: 14px;
    padding: 10px 15px;
    background-color: white;
    color: rgb(48, 48, 48);
    border: none;
}

.download .imgw {
    width: 65px;
    border-radius:10%;
    margin-bottom: 1rem;
}

.download .imgw2 {
    width: 500px;
}

.download .imgw3 {
    margin-top: 15px;
    width: 100px;
    margin-bottom: 1rem;
}

.download .imgw0 {
    width: 100px;
    border-radius:10%;
    margin-bottom: 1rem;
}

.download .h1 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
}

.download .h2 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: #767676;
}

.download .h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.rjfengmian {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 50px;
}

.rjfengmian .imglist {
    width: 500px;
    padding: 30px;
    border-radius: 5%;
}

.rjfengmian .h1 {
    text-align: center;
    font-size: 18px;
    /* margin-bottom: 1rem; */
    margin-top: 10px;
}

.titletext1 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 50px;
}

.titletext1 .h1 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.titletext1 .h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #767676;
}

/* ========== */

.warpper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container {
    width: 1200px;
}

img {
    border: none;
    vertical-align: middle;
    width: 560px;
    max-width: 100%;
}

.img2 {
    border: none;
    vertical-align: middle;
    width: 1200px;
    max-width: 100%;
}

p {
    font-size: 16px;
    color: #666;
}

.list .avatar {
    width: 120px;
    height: 120px;
}

.gyimggroup {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
}

.gyimggroup .hidds {
    width: 100%;
    display: flex;
    overflow: hidden;
}

.gyimggroup .imgs {
    width: 100%;
    height: auto;
    flex: 1;
}

.zsdownload {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
    gap: 30px;
}

.zsdownload .imglist {
    width: 520px;
    background-color: #F5FAFF;
    padding: 30px;
    border-radius: 5%;
    flex: 1;
}

.zsdownload .imgw3 {
    margin-top: 15px;
    width: 100px;
    margin-bottom: 1rem;
}

.zsdownload .h2 {
    width: 320px;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 3rem;
    color: #767676;
}

.zsdownload .h1 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.sydownload {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
    gap: 10px;
}

.sydownload .imglist {
    width: 270px;
    background-color: #F5FAFF;
    padding: 10px;
    border: 1px solid #E5E5E5;
}

.sydownload .imgw3 {
    margin-top: 15px;
    width: 42px;
    margin-bottom: 1rem;
}

.sydownload .imgw4 {
    margin-top: 15px;
    width: 140px;
    margin-bottom: 1rem;
}

.sydownload .h8 {
    font-size: 1.8rem;
    color: rgb(0, 0, 0);
    /* font-weight: bold; */
}

.sydownload .h9 {
    font-size: 1.5rem;
    color: rgb(182, 182, 182);
}

.zsdownload1 {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
    gap: 30px;
}

.zsdownload1 .imglist {
    width: 80px;
    height: 80px;
    background-color: #c7c7c7;
    padding: 10px;
    margin-right: 20px;
}

.zsdownload1 .imglist h1 {
    font-size: 40px;
    font-weight: bolder;
    color: rgb(255, 255, 255);
}

.zsdownload1 .imglist h2 {
    font-size: 16px;
    color: rgb(255, 255, 255);
}