* {
    margin: 0;
    padding: 0;
    font-family: 黑体;
}

a {
    color: black;
    font-family: 黑体;
}

ul,
ol {
    list-style: none;
}

.main {
    width: 100%;
    height: 100vh;
}

.main header {
    width: 100%;
    height: 66px;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

header .container {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    width: 10%;
    float: left;
}

.menuList {
    width: 70%;
}

.h_menulist {
    margin-left: 100px;
    width: 90%;
}

.h_menulist>li {
    width: fit-content;
    white-space: nowrap;
    text-align: center;
    float: left;
    line-height: 64px;
    /* margin: 0 14px; */
    margin: 0 22px;
}

.h_menulist>li .item_name {
    color: white;
    text-decoration: none;
}

.telephone {
    width: 20%;
}

.log,
.menuList,
.telephone {
    float: left;
}

@media (min-width: 1300px) {
    .headerMenu {
        width: 100%;
        height: fit-content;
        display: flex;
        align-items: center;
    }

    #h_logo {
        display: block;
        height: 40px;
        background: url('../img/whiteLogo.png') no-repeat center/contain;
    }

    .menuList {
        display: block;
    }

    .telephone {
        display: block;
    }

    .childMenu {
        display: block;
    }

    .main header {
        width: 100%;
        height: 66px;
        background-color: rgba(0, 0, 0, 0.6);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        font-size: 16px;
        line-height: 1;
    }

    header .container {
        width: 1200px;
        margin: 0 auto;
    }

    .h_header:hover {
        background-color: #fff;
    }

    .h_header:hover a {
        color: #666;
    }

    .h_header:hover #h_logo {
        display: block;
        height: 40px;
        background: url('../img/innvote_logo.png') no-repeat center/contain;
    }

    .childMenu {
        display: none;
    }

    .h_menulist {
        width: 90%;
        height: 66px;
        list-style: none;
        margin: 0 auto;
    }

    .h_menulist>li {
        display: table-cell;
        width: fit-content;
        height: 30px;
        text-align: center;
        position: relative;
        font-size: 16px;
    }

    .h_menulist>li>a {
        display: inline-block;
        height: 66px;
        line-height: 66px;
        cursor: pointer;
        position: relative;
        text-decoration: none;
        color: white;
    }

    .h_menulist>li>a:after {
        content: '';
        position: absolute;
        width: 0%;
        height: 4px;
        background: skyblue;
        left: 0;
        bottom: 0;
        transition: all .3s;
    }

    .h_menulist>li:hover>a:after,
    .h_menulist>li.hover>a:after {
        width: 100%;
    }

    .h_menulist>li .item_list {
        width: 150px;
        height: 0;
        position: absolute;
        top: 62px;
        left: calc(50% - 75px);
        z-index: 1000;
        overflow: hidden;
        transition: all 0.5s;
        border-radius: 10px;
    }

    .item_list li {
        width: 100%;
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        text-align: center;
        padding: 6px 0;
        overflow: hidden;
    }

    .item_list li:hover a {
        color: skyblue;
    }

    .item_list li a {
        text-decoration: none;
    }

    .h_menulist>.product:hover ul {
        background-color: #fff;
        height: 130px;
    }

    .banner {
        width: 100%;
        height: 440px;
        background-image: url(../img/产品-身份核验.jpg);
        background-size: auto;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .banner .bannerContainer {
        width: 1300px;
        height: 100%;
        margin: auto;
        position: relative;
    }

    .jumpUrl {
        width: 145px;
        height: 36px;
        background: url(../img/before.png) no-repeat;
        background-position: center center;
        background-size: 100%;
        position: absolute;
        top: 341px;
        left: 90px;
    }

    .jumpUrl:hover {
        background: url(../img/after.png) no-repeat;
    }

    .bottomNav {
        width: 100%;
        background-color: #fff;
        font-size: 14px;
        box-shadow: 2px 2px 2px #ccc;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bottomNav ul {
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }

    .bottomNav ul li {
        height: 100%;
        margin: 10px 0;
        padding: 0 30px;
        box-sizing: border-box;
        border-left: 1px solid #ccc;
    }

    .bottomNav ul li a {
        color: black;
        text-decoration: none;
    }

    .bottomNav ul li:nth-child(1) {
        border: 0;
    }

    section {
        width: 100%;
        margin-top: 40px;
        height: fit-content;
    }

    .need {
        width: 100%;
        height: 500px;
        background-color: #F9FBFD;
    }

    .productionContainer {
        width: 1300px;
        height: fit-content;
        margin: 40px auto 0;
        overflow: hidden;
    }

    .productionTitle {
        font-size: 30px;
        text-align: center;
        margin-top: 40px;
    }

    .productionContent {
        width: 100%;
        height: fit-content;
        background-color: #fff;
        margin-top: 40px;
        display: flex;
    }

    .productionText ul {
        display: flex;
        flex-direction: column;
        margin-top: 50px;
    }

    .productionText ul>li {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        height: 80px;
        margin-top: 30px;
    }

    .productionText ul>li .picIcon {
        width: 90px;
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .picIcon img {
        width: 16px;
    }

    .everyText {
        width: 590px;
    }

    .everyText p {
        font-size: 14px;
        color: #676767;
        margin-bottom: 0;
    }

    .introduction {
        width: 100%;
        height: 534px;
        background-image: url(../img/chanpinbackground.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        padding-bottom: 30px;
    }

    .introductionContainer {
        width: 1300px;
        height: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .introductionContainer .introductionTitle {
        text-align: center;
        margin-top: 60px;
        color: white;
    }

    .introductionTitle h5 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .introductionTitle p {
        margin-bottom: 0;
        color: #A7B9D2;
        font-size: 14px;
    }

    .introContent {
        width: 100%;
        height: fit-content;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .introText {
        width: 730px;
        height: 260px;
    }

    .introTextTop {
        width: 100%;
        height: fit-content;
    }

    .ewms {
        width: 120px;
        height: 120px;
        display: flex;
        flex-direction: column;
        border: 1px solid #2C68A7;
        justify-content: center;
        align-items: center;
        float: left;
    }

    .ewms>img {
        width: 24px;
        margin-bottom: 14px;
    }

    .ewms p {
        margin-bottom: 0;
        color: white;
        text-align: center;
        font-size: 14px;
    }

    .dir_right {
        height: 120px;
        width: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        float: left;
    }

    .dir_rights {
        height: 96px;
        width: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        float: left;
    }

    .dir_rights p {
        color: white;
        margin-bottom: 8px;
        font-size: 12px;
    }

    .personal {
        width: 180px;
        height: 120px;
        display: flex;
        flex-direction: column;
        border: 1px solid #2C68A7;
        justify-content: center;
        align-items: center;
        float: left;
    }

    .personal img {
        width: 24px;
        margin-bottom: 14px;
    }

    .personal p {
        margin-bottom: 0;
        color: white;
        font-size: 14px;
        text-align: center;
    }

    .dir_down {
        width: 100%;
        float: left;
        /* text-align: center; */
        margin-left: 55px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .introTextBottom {
        float: right;
        width: fit-content;
        margin-top: 14px;
    }

    .fuse {
        width: 220px;
        height: 96px;
        border: 1px solid #2C68A7;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        float: left;
    }

    .fuse img {
        width: 24px;
        margin-bottom: 14px;
    }

    .fuse p {
        margin-bottom: 0;
        color: white;
        font-size: 14px;
        text-align: center;
    }

    .succeed {
        height: 96px;
        width: fit-content;
        color: white;
        font-size: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .productAdvantage {
        width: 100%;
        height: 534px;
    }



    .characteristic {
        width: 1300px;
        height: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .characteristicTitle {
        text-align: center;
    }

    .characteristicTitle h5 {
        font-size: 30px;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .characteristicontent {
        width: 1100px;
        height: fit-content;
        margin: 0 auto;
    }

    .characteristicontent ul {
        width: 100%;
        height: 330px;
        margin-top: 60px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .characteristicontent ul li {
        width: fit-content;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .specailAdvan {
        width: 420px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .lampBorder {
        width: 55px;
        height: 55px;
        border: 1px solid #75CBDC;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lamp {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .specText {
        height: 42px;
        width: 320px;
        color: #676767;
        border-radius: 21px;
        line-height: 42px;
        padding: 0 30px;
        font-size: 14px;
        transition: all 0.5s;
        cursor: default;
        box-shadow: 0 0 10px #eee;
    }

    .specText:hover {
        box-shadow: 0 0 16px rgba(1, 208, 249, 0.1);
    }

    .price {
        width: 100%;
        height: 570px;
        background-color: #F9FBFD;
        overflow: hidden;
    }

    .priceTitle {
        font-size: 30px;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .priceText {
        width: 1300px;
        height: 340px;
        margin: 40px auto 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .priceText ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 16px;
    }

    .priceText ul li {
        width: fit-content;
        height: 310px;
        text-align: center;
        background-color: #fff;
        transition: all 0.3s;
    }

    .priceText ul li:hover {
        box-shadow: 0px 0px 10px #eee;
    }

    .priceText ul li h4 {
        font-size: 18px;
        margin-top: 6px;
        margin-bottom: 30px;
    }

    .priceText ul li p {
        margin-bottom: 0;
        color: gray;
        font-size: 14px;
    }

    .fun {
        width: 100%;
        height: 420px;
        overflow: hidden;
    }

    .funTitle {
        font-size: 30px;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .funText {
        width: 1300px;
        height: 597px;
        margin: 0 auto;
    }

    .funTexts ul {
        display: flex;
        width: 100%;
        justify-content: space-around;
        align-items: center;
    }

    .funTexts ul li {
        width: 412px;
        height: 275px;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

    .funTexts ul li>img {
        width: 100%;
    }

    .funTexts ul li .shadow {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .shadow p {
        color: #fff;
        margin: 10px 0 0 0;
        font-size: 16px;
    }

    footer {
        height: 400px;
        width: 100%;
        margin-top: 100px;
        background-color: #33373B;
        font-size: 16px;
    }

    .footerContainer {
        width: 1300px;
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .footLeft {
        width: 410px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 350px;
        padding-top: 10px;
    }

    .footLeft>.borders {
        margin: 0;
    }

    .footLeft .connect {
        height: 190px;
        padding-right: 50px;
    }

    .hotLine {
        color: white;
        margin-right: 80px;
    }

    .hotLine p {
        margin: 0;
        font-size: 14px;
    }

    .time {
        color: white;
        margin-top: 7px;
    }

    .address {
        color: white;
        margin-top: 7px;
    }

    .email {
        color: white;
        margin-top: 7px;
    }

    .hotLine span {
        font-size: 19px;
    }

    .footCenter {
        width: 440px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        color: white;
        padding-top: 100px;
    }

    .aboutUs>.title,
    .production>.title {
        font-size: 18px;
        text-align: left;
    }

    .footCenter ul li {
        margin-top: 4px;
    }

    .footCenter ul li a {
        color: #9E9F9F;
        text-decoration: none;
    }

    .footRight {
        width: 450px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .ewm {
        width: 400px;
        height: 190px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .end {
        height: 70px;
        width: 100%;
        background-color: #2D3236;
        color: white;
        font-size: 14px;
        text-align: center;
        line-height: 70px;
    }

    .mobileFoot,
    .mobileText,
    .cooperationTip {
        display: none;
    }

    .zhezhao {
        display: none;
    }
}

@media (max-width: 1280px) {
    .main header {
        height: .5rem;
        z-index: 20002;
    }

    .headerMenu {
        width: 100%;
        position: relative;
    }

    .menuList {
        display: none;
    }

    .telephone {
        display: none;
    }

    .logo {
        float: left;
    }

    #h_logo {
        height: .34rem;
        display: block;
        background: url('../img/whiteLogo.png') no-repeat center/contain;
        margin-top: .08rem;
    }

    .childMenu {
        height: .5rem;
        width: .6rem;
        position: fixed;
        right: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .childMenu .menuBtn {
        height: 0.3rem;
    }

    .childMenu ul {
        display: none;
        background-color: #fff;
        width: 100vw;
        position: absolute;
        top: .4rem;
        right: 0;
    }

    .childMenu ul>li {
        width: 100%;
        height: .35rem;
        border-bottom: 1px solid #ddd;
        display: flex;
        justify-content: space-between;
    }

    .childMenu ul li a{
        font-size: .16rem;
        line-height: .3rem;
        padding-left: .08rem;
        text-decoration: none;
    }

    .tipHeader {
        width: 100%;
        height: 0.3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .tipHeader img {
        width: 0.16rem;
        height: .16rem;
        margin-right: 0.1rem;
    }

    .active {
        height: 2.3rem !important;
        position: relative;
    }

    .product ul {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .product ul li {
        border: 0;
    }

    .product ul li a {
        font-size: 0.14rem;
    }

    .cooperationTip {
        width: .4rem;
        height: .4rem;
        position: fixed;
        bottom: .2rem;
        right: .2rem;
        z-index: 1004;
    }

    .cooperationTip a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cooperationTip img {
        width: 80%;
    }

    .bottomNav {
        display: none;
    }

    .need {
        height: fit-content;
        overflow: hidden;
        margin-top: .16rem;
    }

    .productionTitle {
        font-size: .16rem;
        height: .16rem;
        line-height: .16rem;
        border-left: 0.04rem solid #43B9CF;
        padding-left: .06rem;
        margin-left: .1rem;
        margin-bottom: 0.16rem;
    }

    .productionContent {
        position: relative;
    }

    .productionContent>img {
        width: 100%;
    }

    .zhezhao {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.2);
        left: 0;
        top: 0;
        z-index: 996;
    }

    .productionText {
        height: 80%;
        position: absolute;
        z-index: 1001;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    .productionText ul {
        height: 100%;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .productionText ul li {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 0 .3rem;
    }

    .everyText {
        width: 90%;
    }

    .everyText p {
        font-size: .12rem;
        margin-bottom: 0;
        color: white;
    }

    .picIcon {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: .16rem;
    }

    .picIcon img {
        width: 100%;
        margin-top: .06rem;
    }

    .introduction {
        margin-top: .16rem;
    }

    .introductionTitle h5 {
        font-size: .16rem;
        height: .16rem;
        line-height: .16rem;
        border-left: 0.04rem solid #43B9CF;
        padding-left: .06rem;
        margin-left: .1rem;
        margin-bottom: 0.1rem;
    }

    .introductionTitle p {
        font-size: .13rem;
        padding: 0 .16rem;
        margin-bottom: .16rem;
    }

    .introContent .people {
        display: none;
    }

    .introContent img {
        width: 100%;
    }

    .introText {
        display: none;
    }

    .productAdvantage {
        margin-top: .16rem;
    }

    .characteristicTitle h5 {
        font-size: .16rem;
        height: .16rem;
        line-height: .16rem;
        border-left: 0.04rem solid #43B9CF;
        padding-left: .06rem;
        margin-left: .1rem;
        margin-bottom: 0.1rem;
    }

    .characteristicontent ul {
        margin-bottom: 0;
    }

    .characteristicontent ul li>img {
        width: 50%;
        margin-left: 25%;
    }

    .specailAdvan {
        width: 80%;
        margin: 0.07rem auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .lampBorder {
        width: .3rem;
        height: .3rem;
        border: 1px solid #75CBDC;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lamp {
        width: .2rem;
        height: .2rem;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lamp img {
        height: 80%;
    }

    .specText {
        height: .3rem;
        width: 70%;
        color: #676767;
        border-radius: .15rem;
        line-height: .3rem;
        padding: 0 .15rem;
        font-size: .12rem;
        cursor: default;
        box-shadow: 0 0 .1rem #eee;
    }

    .price {
        margin-top: .16rem;
    }

    .priceTitle {
        font-size: .16rem;
        height: .16rem;
        line-height: .16rem;
        border-left: 0.04rem solid #43B9CF;
        padding-left: .06rem;
        margin-left: .1rem;
    }

    .priceText {
        width: fit-content;
        margin: 0 auto;
    }

    .priceText ul {
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    .priceText ul li {
        width: 46%;
        height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 0 .1rem;
        margin-top: .16rem;
        box-shadow: 0px 0px 10px #eee;
    }

    .priceText ul li img {
        width: 100%;
    }

    .priceText ul li h4 {
        font-size: .14rem;
        margin-bottom: .16rem;
    }

    .priceText ul li p {
        width: 100%;
        height: .7rem;
        font-size: .12rem;
        margin-bottom: .1rem;
        text-align: center;
    }

    .fun {
        width: 100%;
        margin-top: .16rem;
    }

    .funTitle {
        font-size: .16rem;
        height: .16rem;
        line-height: .16rem;
        border-left: 0.04rem solid #43B9CF;
        padding-left: .06rem;
        margin-left: .1rem;
        margin-bottom: 0.1rem;
    }

    .funTexts {
        width: 100%;
    }

    .funText {
        height: fit-content;
    }

    .funText ul {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: .16rem;
    }

    .funText ul li {
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: .06rem;
        overflow: hidden;
    }

    .funText ul li>img {
        width: 100%;
    }

    .shadow {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }

    .shadow img {
        margin-top: .1rem;
        width: .3rem;
    }

    .shadow p {
        font-size: .12rem;
        color: white;
        margin-bottom: .1rem;
    }

    footer {
        background-color: #33373B;
        overflow: hidden;
    }

    .footCenter {
        width: 100%;
    }

    .footCenter .production {
        margin-left: .12rem;
        margin-top: .18rem;
    }

    .footCenter .production .title {
        color: #fff;
        font-size: .16rem;
    }

    .footCenter .production ul {
        overflow: hidden;
        margin: .04rem 0 .16rem;
    }

    .footCenter .production ul li {
        float: left;
        margin-right: .06rem;
        height: 0.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footCenter .production ul li a {
        font-size: 0.12rem;
        color: #D5D3D0;
    }

    .aboutUs {
        width: 100%;
        margin-left: .12rem;
    }

    .aboutUs .title {
        color: #fff;
        font-size: .16rem;
    }

    .aboutUs ul {
        overflow: hidden;
        margin: .04rem 0 .16rem;
    }

    .aboutUs ul li {
        float: left;
        margin-right:.06rem;
        height: .14rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aboutUs ul li a {
        font-size: .12rem;
        color: #D5D3D0;
    }

    .footLeft {
        display: none;
    }

    .footRight {
        display: none;
    }

    .mobileFoot {
        width: 93%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: .16rem;
    }

    .connect {
        color: #fff;
    }

    .connect .hotLine p {
        font-size: .12rem;
        margin-bottom: .08rem;
    }

    .connect img {
        height: 0.16rem;
        margin-right: .06rem;
        margin-top: -0.03rem;
    }

    .connect .time,
    .connect .address,
    .connect .email {
        font-size: .12rem;
        margin-bottom: .08rem;
    }

    .ewm {
        width: 1.2rem;
        height: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ewm img {
        width: 100%;
    }

    .end {
        color: #C0C0BF;
        font-size: .12rem;
        text-align: center;
        background-color: #333;
        padding: 0.16rem 0;
        overflow: hidden;
    }

    .end p {
        margin-bottom: 0;
    }

    .PCText {
        display: none;
    }
}

.positions {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100002;
}