html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f3f3f3;
    font-size: 16px;
    font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
}

/* @media screen and (min-width: 1200px) { */
    /* html {
        font-size: 100px;
    } */
/* } */

/* textarea {
    border:none;
	outline: none;
    resize: none;
    display: inline;
    background-color: rgba(0, 0, 0, 0);
} */
ul, ol {
    list-style: none;
}

video:focus,
input:focus,
button:focus {
    outline: none;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #202124;
}

img {
    width: 100%;
    height: 100%;
}



.customer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 5;
}
.customer .box {
    width: 3.5rem;
    height: 4rem;
    background-color: #fff;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    border-radius: 0.1rem;
}
.customer img {
    width: 3rem;
    height: 3rem;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%); */
    margin: 0.25rem 0.25rem 0.2rem;
    z-index: 2;
    
}
.customer p {
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.14rem;
    color: #999;
    text-align: center;
}


.header {
    width: 100%;
    height: 0.6rem;
    box-shadow: 0 3px 10px #ccc;
    font-size: 0.16rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #fff;
}

.header-con {
    width: 12rem;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 0.1rem;
    background-color: #fff;
}

.header-logo {
    height: 100%;
    /* width: 1.45rem; */
    float: left;
}
.header-logo img {
    height: 0.6rem;
    width: 0.6rem;
}

.header .nav {
    height: 100%;
    float: left;
}
.header .nav .item {
    height: 100%;
    display: inline-block;
    position: relative;
}

.header .nav .menu {
    display: inline-block;
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.1rem;
    margin-left: 0.1rem;
}
.header .nav .solution-menu {
    position: absolute;
    left: -0.3rem;
    top: -2.4rem;
    width: 1.6rem;
    box-shadow: 0px 1px 0px 0px #e6e6e6;
    background-color: #fff;
    border-radius: 0.03rem;
    transition: all .3s ease 0.1s;
    z-index: -1;
}
.header .nav .item:hover .solution-menu {
    top: 0.6rem;
}
.header .nav .solution-menu a {
    display: block;
}
.header .nav .solution-menu a:hover {
    background-color: rgba(44, 125, 250, 0.05);
}
.header .nav .solution-menu img {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0.17rem 0 0.17rem 0.32rem;
}
.header .nav .solution-menu span {
    color: #0F2A4D;
    vertical-align: top;
    line-height: 0.52rem;
    margin-left: 0.2rem;
}


.header .nav .menu.active,
.header .nav .menu:hover {
    color: #2c7dfa;
}


.footer {
    width: 100%;
    /* height: 100px; */
    /* margin-top: 0.3rem; */
    background-color: #2e323b;
}
.footer .msg {
    /* height: 1.7rem; */
    height: 0.3rem;
    width: 12rem;
    margin: 0 auto;
    padding: 0.2rem 0;
}
/* .footer .call {
    width: 3rem;
    float: right;
    color: #fff;
    font-size: 0.14rem;
} */

.footer .call {
    width: 12rem;
    height: 0.3rem;
    margin: 0 auto;
    color: #fff;
    font-size: 0.14rem;
}
.footer .call p {
    height: 0.3rem;
    line-height: 0.3rem;
    display: inline-block;
    margin-left: 0.3rem;
}
.footer .call a {
    color: #fff;
}

.footer .copyright {
    /* width: 16rem; */
    /* margin: 0 auto; */
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.14rem;
    color: #919499;
    text-align: center;
    background-color: rgba(24, 24, 24, 0.1);
    color: rgba(255, 255, 255, 0.5);
}

.footer .copyright a {
    color: #919499;
}
/* .footer .copyright a:hover {
    color: #ff8e25;
} */