body,
button,
input,
select,
textarea {
    font-family: 'SourceHanSansCN', 'Microsoft Yahei', 'Hiragino Sans GB', tahoma, arial, '\5B8B\4F53';
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    color: #3a3d49;
    outline: 0;
}

body {
    background: #f9fafe;
    color: #727171;
}

a,
a:hover {
    color: #000;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.f-12 {
    font-size: 0.12rem;
}

.f-16 {
    font-size: 0.16rem;
}

.f-18 {
    font-size: 0.18rem;
}

.f-36 {
    font-size: 0.36rem;
}

.section {
    width: 100%;
    position: relative;
    top: -.35rem;
}

.w1527 {
    width: 15.27rem;
    margin: 0 auto;
}

.submenu {
    margin-left: 10em;
    width: calc(100% - 20em);
    box-shadow: 0 0 0.06rem 0 rgb(3 18 15 / 40%);
}

.submenu_con {
    position: relative;
    background: rgba(255, 255, 255, .9);
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
}

.submenu_con::-webkit-scrollbar {
    height: 4px;
}

.submenu_con::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .3);
    border-radius: 2px;
}

.submenu_con ul {
    list-style-type: none;
    text-align: center;
    display: table;
    width: 100%;
    position: relative;
    text-align: center;
    height: .70rem;
    line-height: .70rem;
    color: #005bac;
    font-size: .18rem;
    background: #fff;
    letter-spacing: 1px;
}

.submenu_con ul li {
    display: table-cell;
    position: relative;
}

.submenu_con a {
    display: block;
    color: #005bac;
    transition: color .5s linear, background .5s linear;
    padding: 0 .5em;
    white-space: nowrap;
}

.submenu_con a:hover {
    color: #fff;
    background-color: #005bac;
}

.submenu_con a.cur {
    color: #fff;
    background-color: #005bac;
}

.submenu_con a::after {
    content: " ";
    background: #d0cfcf;
    width: 0.01rem;
    height: 0.47rem;
    position: absolute;
    right: 0;
    top: 0.12rem;
}

.cpzx {
    margin-top: 0.67rem;
}


/* 产品更多 */

.card_content ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.card_content li {
    width: 5rem;
    height: 3.44rem;
    margin-right: 0.12rem;
    margin-bottom: 0.22rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    background-color: #fff;
    position: relative;
}

.card_content li a {
    width: 100%;
}

.card_content ul li:nth-of-type(3n) {
    margin-right: 0;
}

.card_content li img {
    width: 100%;
}

.card_content li .more-zi {
    background: rgb(0 0 0 / 80%);
    width: 5rem;
    height: 3.44rem;
    position: absolute;
    opacity: 0;
    color: #fff;
    font-size: 0.16rem;
}

.card_content li:hover .more-zi {
    top: 0;
    opacity: 1;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.card_content li .more-zi h3 {
    font-size: 0.26rem;
    font-weight: normal;
    line-height: 3.44rem;
}

.card_content li .more-zi h3 p {
    line-height: 0.4rem;
}

.card_content li .shfw-zi h3 {
    margin-top: 1.2rem;
}

.card_content {
    display: none;
}

.card_content.cur {
    display: block;
}

.cy-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.6rem;
}

.cy-list li {
    font-size: 0.2rem;
    padding: 0.1rem 0.5rem;
    cursor: pointer;
    margin-right: 0.1rem;
}

.cy-list li.cur {
    background: #649bcc;
    color: #fff;
    border-radius: 5rem;
}

.cy-list li:hover {
    background: #649bcc;
    color: #fff;
    border-radius: 5rem;
}

.fwmore {
    width: 2.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    margin: 1rem auto;
    background: #005bac;
}

.fwmore a {
    font-size: 0.18rem;
    cursor: pointer;
    color: #fff;
}


/* 售后服务 */

.shfw {
    margin-bottom: 0.8rem;
}

.shfw h2 {
    color: #0a62b0;
    font-size: 0.38rem;
}

.shfw h5 {
    line-height: 0.26rem;
    margin-bottom: 0.2rem;
    font-size: 0.16rem;
    margin-top: 0.4rem;
}

.shfw p {
    padding: 0;
    margin: 0;
    font-size: 0.16rem;
    line-height: 0.26rem;
}


/* 销售网络 */

.sjmap {
    margin: 0.4rem 0 0 0;
    padding-bottom: 1rem;
}

.sjmap img {
    width: 100%;
}

.map {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 1rem;
}

.zgmap {
    width: 70%;
}

.zgmap img {
    width: 90%;
}

.map-zi {
    position: absolute;
    /*top: 1.75rem;*/
    right: 0;
    font-size: 0.16rem;
}

.map-list {
    margin-bottom: 0.4rem;
    cursor: pointer;
}

.map-list h3 {
    background: url(../images/map-ico01.jpg) no-repeat left center;
    margin-bottom: 0.2rem;
}

.map-list h3 span {
    margin-left: 0.4rem;
    font-size: 0.18rem;
}

.map-list h3.cur {
    background: url(../images/map-ico02.jpg) no-repeat left center;
    margin-bottom: 0.2rem;
}

.map-list h3.cur span {
    color: #035dad;
}

.map-list:hover h3 {
    background: url(../images/map-ico02.jpg) no-repeat left center;
}

.map-list:hover h3 span {
    color: #035dad;
}

.map-list p {
    padding: 0;
    margin: 0;
    margin-left: 0.4rem;
    line-height: 0.26rem;
}

.find-mapcon {
    position: absolute;
    width: 3.95rem;
    height: 1.99rem;
    background: url(../images/sjmap-bg.png) no-repeat;
    background-size: contain;
    display: block;
    top: 5.1rem;
    left: 8rem;
    padding: 0.2rem 0.2rem 0.2rem 0.4rem;
}

.find-mapcon h4 {
    color: #0a62b0;
    font-size: 0.2rem;
    margin-bottom: 0.16rem;
}

.find-mapcon p {
    color: #3e3e3e;
    font-size: 0.16rem;
    margin-top: 0.15rem;
}

.find-mapcon font {
    padding-right: 0.08rem;
}

@media screen and (max-width: 750px) {
    .w1527 {
        width: 100%;
    }
    .app-header-top .w1527 {
        width: 90%;
    }
    .app-header-bottom .w1527 {
        width: 90%;
    }
    .app-footer-top .w1527 {
        width: 90%;
    }
    .app-footer-bottom .w1527 {
        width: 90%;
    }
    .cpzx {
        margin: 0.67rem 0.32rem 0 0.32rem;
    }
    .cy-list li {
        padding: 0.1rem 0;
        width: calc(25% - 0.1rem);
        text-align: center;
    }
    .cp-list li.cpli {
        width: calc(100% - 0.64rem);
        margin: 0.32rem;
        height: 9rem;
        overflow: hidden;
    }
    .cp-list li.cpli .cp-top1 .cp-dimg img {
        width: 100%;
        height: 100%;
    }
    .cp-list li.cpli:hover .cp-dpic {
        width: calc(100% - 0.64rem);
        height: 9rem;
        margin: 0 0.32rem;
    }
    .cp-list li.cpli .cp-img img {
        width: 70%;
    }
    .cp-list li.cpli p {
        padding-top: 0.3rem;
    }
    .cp-list li.cpli h2 {
        font-size: 0.34rem;
    }
    .cp-list .cp-conlist li {
        height: 0.6rem;
        line-height: 0.6rem;
        width: 100%;
    }
    .more-list li {
        width: 100%;
        margin: 0.32rem 0;
        height: auto;
    }
    .more-list li .more-zi {
        width: 100%;
        height: 100%;
    }
    .more-list li .more-zi h3 {
        font-size: 0.34rem;
        line-height: 4.5rem;
    }
    .more-list li .more-zi p {
        margin-top: 0.3rem;
    }
    .fwmore {
        margin-bottom: 0;
    }
    .cp-list .cplistmore {
        width: 2rem;
        height: 0.6rem;
        line-height: 0.6rem;
    }
    .cp-cont {
        display: inline-block;
    }
    .cp-cont .pro_img {
        margin: 0.32rem;
    }
    .cp-cont .pro_con {
        width: calc(100% - 0.64rem);
        margin: 0.32rem;
    }
    .cp-cont .pro_con h1 {
        font-size: 0.34rem;
    }
    .cp-conb {
        margin: 0.32rem;
    }
    .conb-z .conb-d {
        display: inline-block;
    }
    .conb-right {
        margin: 0;
        padding: 0.5rem;
    }
    .conb-right h1 {
        font-size: 0.3rem;
    }
    .conb-right h4.ico01,
    .conb-right h4.ico02,
    .conb-right h4.ico03,
    .conb-right h4.ico04 {
        padding-left: 0.6rem;
    }
    .conb-nei td {
        text-align: left;
        padding: 0.1rem;
        line-height: 0.45rem;
    }
    .cp-conb h1 {
        font-size: 0.3rem;
    }
    .cp-conb h1::before {
        top: 0.09rem;
    }
    .shfw h5 {
        font-size: 0.26rem;
        line-height: 0.4rem;
    }
    .shfw p {
        font-size: 0.26rem;
        line-height: 0.4rem;
    }
    .card_content li .shfw-zi h3 {
        margin-top: 1.5rem;
    }
    .zgmap {
        width: 100%;
    }
    .map-zi {
        position: initial;
        margin-top: 0.5rem;
    }
    .submenu {
        width: 100%;
        margin: 0;
    }
    .submenu_con a {
        font-size: 0.26rem;
        padding: 0 0.2rem;
    }
    .map-list h3 {
        background-size: contain;
    }
    .map-list h3.cur {
        background-size: contain;
    }
}