.w1400 {
    width: 14rem;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}

@media (max-width: 1420px) {
    .w1400 {
        width: 94%;
    }
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    transition: all ease 0.5s;
    background-color: transparent;
}

header .hops {
    width: 100%;
    padding: 0.1rem 0;
    background-color: #1b1b1b;
}

header .hop {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

header .hop .hol {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

header .hop .hol .hiom {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.5;
}

header .hop .hol .hiom span {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    margin-right: 0.1rem;
}

header .hop .hol .hiom span img {
    width: 100%;
    display: block;
}

header .hop .hol .hiom+.hiom {
    margin-left: 0.3rem;
}

header .hop .hor {
    display: inline-block;
    vertical-align: middle;
}

header .hop .languages {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin: 0 0.1rem;
    text-align: left;
    margin-left: 0.3rem;
}

header .hop .languages .lauges {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

header .hop .languages .lauges .lashow {
    width: 100%;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-size: 0;
    padding-right: 0.2rem;
}

header .hop .languages .lauges .lashow .am {
    width: 100%;
    font-size: 0;
}

header .hop .languages .lauges .lashow .am .xm {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    margin-right: 0.06rem;
}

header .hop .languages .lauges .lashow .am .xm img {
    width: 100%;
    display: block;
}

header .hop .languages .lauges .lashow .am .laps {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.5;
}

header .hop .languages .lauges .lashow:after {
    content: ' ';
    position: absolute;
    right: 0rem;
    top: calc(50% + 0.04rem);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: #fff transparent transparent transparent;
}

header .hop .languages .lauges .language {
    position: absolute;
    z-index: 10;
    top: 100%;
    width: 100%;
    display: none;
    width: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
}

header .hop .languages .lauges .language .latem {
    width: 100%;
}

header .hop .languages .lauges .language .latem a {
    width: 100%;
    display: block;
    color: #333;
    padding: 0 0.1rem;
    line-height: 3;
    background: rgba(255, 192, 0, 0.5);
}

header .hop .languages .lauges .language .latem:hover a {
    background: #006d41;
    color: #fff;
}

header .hop .languages .lauges .language .latem.on a {
    background: #006d41;
    color: #fff;
}

header .hop .share {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

header .hop .share .am {
    display: inline-block;
    vertical-align: middle;
    width: 0.22rem;
    height: 0.22rem;
    margin: 0 0.05rem;
}

header .hop .share .am a,
header .hop .share .am img {
    width: 100%;
    display: block;
}

header .hobs {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.08);
}

header .hob {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

header .hob .logo {
    display: inline-block;
    vertical-align: middle;
    width: 2.62rem;
}

header .hob .logo a,
header .hob .logo img {
    width: 100%;
    display: block;
}

header .hob .rav {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-left: 0.2rem;
}

header .hob .rav .menu {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-left: 0.1rem;
    cursor: pointer;
    display: none;
    position: relative;
}

header .hob .rav .menu img {
    width: 100%;
    display: block;
}

header .hob .rav .menu .clk {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #333;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

header .hob .rav .stvm {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

header .hob .rav .stvm .input {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    border-bottom: solid 1px #eee;
    transition: all ease 0.3s;
}

header .hob .rav .stvm .input input {
    width: 100%;
    display: block;
    border: none;
    background-color: transparent;
    line-height: 2.5;
    color: #333;
}

header .hob .rav .stvm .input input::-webkit-input-placeholder,
header .hob .rav .stvm .input textarea::-webkit-input-placeholder {
    color: #666;
}

header .hob .rav .stvm .input input:-moz-placeholder,
header .hob .rav .stvm .input textarea:-moz-placeholder {
    color: #666;
}

header .hob .rav .stvm .input input::-moz-placeholder,
header .hob .rav .stvm .input textarea::-moz-placeholder {
    color: #666;
}

header .hob .rav .stvm .input input:-ms-input-placeholder,
header .hob .rav .stvm .input textarea:-ms-input-placeholder {
    color: #666;
}

header .hob .rav .stvm .clost {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    color: #333;
    cursor: pointer;
    transition: all ease 0.3s;
}

header .hob .rav .stvm .clost img {
    width: 100%;
    display: block;
}

header .hob .rav .stvm .vic {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    cursor: pointer;
    width: 0;
    position: relative;
}

header .hob .rav .stvm .vic img {
    width: 100%;
    display: block;
}

header .hob .rav .stvm .vic .vis {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}

header .hob .rav .stvm.long .input {
    width: 1.5rem;
}

header .hob .rav .stvm.long .input input {
    padding: 0 0.15rem;
}

header .hob .rav .stvm.long .clost {
    display: inline-block;
}

header .hob .rav .stvm.long .clost {
    font-size: 20px;
}

header .hob .rav .stvm.long .vic {
    width: 22px;
    margin: 0 0.1rem;
}

header .hob .rav .am {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
}

header .hob .rav .am img {
    width: 100%;
    display: block;
}

header .hob nav {
    display: inline-block;
    vertical-align: middle;
    flex: 1;
    text-align: right;
}

header .hob nav .natem {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
}

header .hob nav .natem .nas {
    width: auto;
    display: inline-block;
    position: relative;
    margin: 0 0.1rem;
}

header .hob nav .natem .nas a {
    display: inline-block;
    line-height: 3.5;
    line-height: 1rem;
    color: #333;
    position: relative;
    padding: 0 0.15rem;
}

header .hob nav .natem .nas:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 0rem;
    transform: translateX(-50%);
    opacity: 0;
    width: 100%;
    height: 2px;
    background-color: #006d41;
}

header .hob nav .natem .navuls {
    width: 2.2rem;
    width: 140px;
    position: absolute;
    z-index: 101;
    left: calc(50%);
    top: 100%;
    transform: translateX(-50%);
    background-color: white;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
    display: none;
}

header .hob nav .natem .navuls ul {
    width: 100%;
}

header .hob nav .natem .navuls ul li {
    width: 100%;
    position: relative;
}

header .hob nav .natem .navuls ul li .njm {
    width: 100%;
    font-size: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

header .hob nav .natem .navuls ul li .ns {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: 3;
    color: #222;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0.15rem;
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
}

header .hob nav .natem .navuls ul li .theul {
    width: 100%;
    background-color: #f4f4f5;
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}

header .hob nav .natem .navuls ul li .theul li {
    width: 100%;
    font-size: 0;
}

header .hob nav .natem .navuls ul li .theul li .xn {
    display: inline-block;
    vertical-align: middle;
    color: #81838e;
    line-height: 2.5;
    padding: 0 0.2rem;
    width: 100%;
}

header .hob nav .natem .navuls ul li .theul li:hover {
    background-color: #e5e5ed;
}

header .hob nav .natem .navuls ul li .theul li:hover .xn {
    color: #006d41;
}

header .hob nav .natem .navuls ul li:hover .ns {
    background-color: #006d41;
}

header .hob nav .natem .navuls ul li.has-the:after {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 11px;
    position: absolute;
    right: 0.08rem;
    left: auto;
    transform: translateY(-50%);
    top: 50%;
    background-image: url("../images/r1.png");
    background-size: 100% 100%;
    background-position: center;
}

header .hob nav .natem .navuls ul li.has-the.show:after {
    content: "-";
}

header .hob nav .natem.on .nas a {
    color: #006d41;
}

header .hob nav .natem.on .nas:after {
    opacity: 1;
}

header .hob nav .natem:hover .nas a {
    color: #006d41;
}

header .hob nav .natem:hover .nas:after {
    opacity: 1;
}

@media (max-width: 800px) {
    header .hop .hol {
        width: 100%;
        text-align: center;
        margin-bottom: 0.06rem;
    }

    header .hop .hor {
        width: 100%;
        text-align: center;
    }

    header .hop .share .am {
        width: 18px;
        height: 18px;
    }

    header .hop .languages .lauges .lashow {
        padding-right: 0.3rem;
    }

    header .hob {
        height: 0.8rem;
    }

    header .hob nav {
        width: 100%;
        position: fixed;
        right: 0;
        top: calc(1.5rem);
        left: auto;
        height: calc(100vh - 0.2rem - 32px);
        background-color: #fff;
        margin-right: 0;
        overflow: auto;
        z-index: 500;
        transition: transform .3s;
        padding-left: 0.1rem;
        padding: 0.1rem;
        display: block;
        text-align: left;
        display: none;
        border-top: solid 1px #e5e5e5;
    }

    header .hob nav .natem {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        width: auto;
        width: 100%;
        padding: 0.1rem 0;
        opacity: 0;
        transform: translate(-10px, -30px);
        transition: all .8s ease;
    }

    header .hob nav .natem .nas {
        width: auto;
        display: inline-block;
        width: 100%;
        margin: 0;
    }

    header .hob nav .natem .nas a {
        width: auto;
        display: inline-block;
        vertical-align: middle;
        line-height: 2.5;
        color: #333;
        font-weight: bold;
        padding: 0 0.3rem;
        position: relative;
    }

    header .hob nav .natem .nas a:hover {
        color: #006d41;
        background-color: transparent;
    }

    header .hob nav .natem .navuls {
        width: 1.4rem;
        width: 100%;
        position: relative;
        z-index: 101;
        left: 0%;
        top: 0%;
        transform: translateX(0%);
        background: #fff;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
        display: none;
        text-align: left;
    }

    header .hob nav .natem .navuls ul {
        width: 100%;
        padding: 0.1rem 0.2rem;
    }

    header .hob nav .natem .navuls ul li {
        width: 100%;
        display: block;
        position: relative;
        margin-bottom: 0;
    }

    header .hob nav .natem .navuls ul li .ns {
        width: auto;
        display: inline-block;
        vertical-align: middle;
        line-height: 3;
        color: #333;
        text-align: left !important;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 0 0.2rem;
        background: #fff;
        position: relative;
    }

    header .hob nav .natem .navuls ul li .ns:hover {
        color: #006d41;
    }

    header .hob nav .natem .navuls ul li .theul {
        width: 100%;
        background-color: #fff;
        display: none;
        left: 0;
        top: 0;
        position: relative;
    }

    header .hob nav .natem .navuls ul li .theul li {
        width: 100%;
        font-size: 0;
    }

    header .hob nav .natem .navuls ul li .theul li .xn {
        display: inline-block;
        vertical-align: middle;
        color: #333;
        line-height: 2.5;
        padding: 0 0.2rem;
    }

    header .hob nav .natem .navuls ul li .theul li .xn:hover {
        color: #00479d;
    }

    header .hob nav .natem .navuls ul li+li {
        border-top: solid 1px #eee;
    }

    header .hob nav .natem .navuls ul li:hover .ns {
        background-color: transparent;
        color: #006d41;
    }

    header .hob nav .natem .navuls ul li.has-the:after {
        top: 0.4rem;
    }

    header .hob nav .natem:before {
        display: none !important;
    }

    header .hob nav .natem .prosubnav {
        display: none;
    }

    header .hob nav .natem.on .nas:after {
        display: none;
    }

    header .hob nav .natem.has-nav:after {
        content: "+";
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        position: absolute;
        background: none;
        right: 0;
        left: auto;
        transform: translateX(0);
        top: 0.05rem;
        font-size: 20px;
        color: #333;
        border: none;
    }

    header .hob nav .natem.has-nav.show:after {
        content: "-";
    }

    header .hob nav .natem.animate {
        opacity: 1;
        transform: translate(0, 0);
    }

    header .hob .rav .menu {
        display: inline-block;
    }

    header .hob .rav .stvm {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 1rem;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.8);
        display: flex;
        align-items: center;
        padding: 0.15rem 2%;
        display: none;
    }

    header .hob .rav .stvm form {
        width: 100%;
        display: flex;
        align-items: center;
    }

    header .hob .rav .stvm .clost {
        display: inline-block;
        vertical-align: middle;
        width: 23px;
        height: 23px;
        font-size: 20px;
        color: #fff !important;
        line-height: 23px;
        text-align: center;
        position: relative;
        margin-right: 0.1rem;
    }

    header .hob .rav .stvm .input {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 23px - 1rem);
    }

    header .hob .rav .stvm .input input::-webkit-input-placeholder,
    header .hob .rav .stvm .input textarea::-webkit-input-placeholder {
        color: #fff;
    }

    header .hob .rav .stvm .input input:-moz-placeholder,
    header .hob .rav .stvm .input textarea:-moz-placeholder {
        color: #fff;
    }

    header .hob .rav .stvm .input input::-moz-placeholder,
    header .hob .rav .stvm .input textarea::-moz-placeholder {
        color: #fff;
    }

    header .hob .rav .stvm .input input:-ms-input-placeholder,
    header .hob .rav .stvm .input textarea:-ms-input-placeholder {
        color: #fff;
    }

    header .hob .rav .stvm .input input {
        color: #fff;
    }

    header .hob .rav .stvm .vic {
        width: 0.4rem;
        text-align: center;
    }

    header .hob .rav .stvm .vic .sub {
        width: 100%;
    }

    header.menu-state .hob .rav .menu img {
        opacity: 0;
    }
}

@media (max-width: 450px) {
    header .hop .hm {
        display: none;
    }

    header .hop .hk {
        width: 100%;
        text-align: center;
    }
}

.banner {
    width: 100%;
    position: relative;
}

.banner .swiper-slide {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide a {
    width: 100%;
    display: block;
}

.banner .swiper-slide .img {
    width: 100%;
    padding-top: 43.22%;
}

.banner .swiper-slide .voc {
    background-color: #000;
    object-fit: cover;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner .swiper-slide .box {
    position: absolute;
    left: calc((260 / 1920 * 100%));
    top: 50%;
    transform: translateY(-50%);
    width: 8.2rem;
    max-width: 80%;
    z-index: 5;
}

.banner .swiper-slide .box .bp {
    width: 100%;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}

.banner .swiper-slide .box .bp p {
    color: #fff;
    line-height: 1.5;
}

.banner .swiper-slide .box .xt {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    margin: 0.1rem 0 0.2rem;
}

.banner .swiper-slide .box .xt p {
    color: #fff;
    line-height: 1.5;
}

.banner .swiper-slide .box .btns {
    width: 100%;
    font-size: 0;
    margin-top: 0.4rem;
}

.banner .swiper-slide .box .btns a {
    display: inline-block;
    vertical-align: middle;
    color: #222;
    line-height: 2.8;
    background-color: #fff;
    top: 0;
    position: relative;
    transition: all ease 0.5s;
    width: auto;
    padding: 0 0.3rem;
}

.banner .swiper-slide .box .btns a span {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    margin-left: 0.1rem;
}

.banner .swiper-slide .box .btns a span img {
    width: 100%;
    display: block;
}

.banner .swiper-slide .box .btns a:hover {
    background-color: #006d41;
    top: -0.06rem;
}

.banner .swiper-pagination {
    bottom: 0.4rem;
}

.banner .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.05rem;
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
    transition: all ease 0.5s;
}

.banner .swiper-pagination-bullet-active {
    width: 0.6rem;
    background-color: #006d41;
}

@media (max-width: 800px) {
    .banner .swiper-slide .img {
        width: 100%;
        padding-top: 60.15%;
    }

    .banner .swiper-slide .box {
        left: 3%;
    }

    .banner .swiper-slide .box .bp {
        font-size: 16px;
    }

    .banner .swiper-slide .box .xt {
        font-size: 13px;
    }

    .banner .swiper-slide .box .btns a {
        font-size: 13px;
    }
}

footer {
    width: 100%;
}

footer .ftop {
    width: 100%;
    background-color: #262839;
    padding: 0.7rem 0;
}

footer .ftop .fop {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .ftop .fop .fcont {
    display: inline-block;
    vertical-align: top;
    width: calc((455 / 1400 * 100%));
}

footer .ftop .fop .fcont form {
    width: 100%;
    display: block;
}

footer .ftop .fop .fcont .fit {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.15rem;
}

footer .ftop .fop .fcont .fit a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.5;
    transition: all ease 0.5s;
}

footer .ftop .fop .fcont .fit a:hover {
    color: #fff;
}

footer .ftop .fop .fcont .row {
    width: 100%;
    font-size: 0;
}

footer .ftop .fop .fcont .row .input {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 12px) / 3);
    margin-right: 6px;
    margin-bottom: 6px;
}

footer .ftop .fop .fcont .row .input input {
    width: 100%;
    display: block;
    padding: 0 0.15rem;
    border: none;
    line-height: 3;
    height: 3em;
    color: #fff;
    background-color: #383b58;
}

footer .ftop .fop .fcont .row .input:nth-child(3n) {
    margin-right: 0;
}

footer .ftop .fop .fcont .row .text {
    width: 100%;
    margin-bottom: 6px;
}

footer .ftop .fop .fcont .row .text .area {
    width: 100%;
    display: block;
    background-color: #383b58;
    padding: 0.15rem;
    line-height: 1.5;
    color: #fff;
    border: none;
}

footer .ftop .fop .fcont .sub {
    width: 100%;
}

footer .ftop .fop .fcont .sub input {
    width: 100%;
    display: block;
    line-height: 3;
    height: 3em;
    text-align: center;
    cursor: pointer;
    border: none;
    background-color: #006d41;
    color: #262839;
}

footer .ftop .fop .fcom {
    width: calc((365 / 1400 * 100%));
    display: inline-block;
    vertical-align: top;
}

footer .ftop .fop .fcom .flist {
    display: inline-block;
    vertical-align: top;
    width: calc(50%);
    padding-right: 0.1rem;
}

footer .ftop .fop .fcom .flist .fit {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.15rem;
}

footer .ftop .fop .fcom .flist .fit a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.5;
    transition: all ease 0.5s;
    padding: 0.04rem 0;
}

footer .ftop .fop .fcom .flist .fit a:hover {
    color: #fff;
}

footer .ftop .fop .fcom .flist .ful {
    width: 100%;
}

footer .ftop .fop .fcom .flist .ful a {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.5);
    transition: all ease 0.5s;
    line-height: 2;
}

footer .ftop .fop .fcom .flist .ful a:hover {
    color: #fff;
}

footer .ftop .fop .fcom .flist .ful div {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.5);
    line-height: 2;
    transition: all ease 0.5s;
}

footer .ftop .fop .frtm {
    width: calc((320 / 1400 * 100%));
    display: inline-block;
    vertical-align: top;
}

footer .ftop .fop .frtm .fogo {
    width: 100%;
    font-size: 0;
}

footer .ftop .fop .frtm .fogo a {
    display: inline-block;
    vertical-align: middle;
    width: 2.45rem;
}

footer .ftop .fop .frtm .fogo a img {
    width: 100%;
    display: block;
}

footer .ftop .fop .frtm .fip {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    margin: 0.15rem 0 0.12rem;
}

footer .ftop .fop .frtm .fip p {
    color: #fff;
    line-height: 1.5;
}

footer .ftop .fop .frtm .fx {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0.12rem 0;
}

footer .ftop .fop .frtm .fok {
    width: 100%;
    font-size: 0;
}

footer .ftop .fop .frtm .fok .hiom {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.5;
    margin-right: 0.2rem;
    padding: 0.05rem 0;
}

footer .ftop .fop .frtm .fok .hiom span {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    margin-right: 0.06rem;
}

footer .ftop .fop .frtm .fok .hiom span img {
    width: 100%;
    display: block;
}

footer .ftop .fop .frtm .fhare {
    width: 100%;
    font-size: 0;
    margin-top: 0.2rem;
}

footer .ftop .fop .frtm .fhare .am {
    display: inline-block;
    vertical-align: middle;
    width: 0.22rem;
    height: 0.22rem;
    width: 22px;
    height: 22px;
    margin-right: 0.1rem;
}

footer .ftop .fop .frtm .fhare .am a,
footer .ftop .fop .frtm .fhare .am img {
    width: 100%;
    display: block;
}

footer .fbot {
    width: 100%;
    background-color: #131528;
}

footer .fbot .fot {
    width: 100%;
    padding: 0.3rem 0;
}

footer .fbot .fot .fm {
    width: 100%;
    text-align: center;
    color: #8d90a5;
    line-height: 1.5;
}

@media (max-width: 800px) {
    footer .ftop {
        padding: 0.3rem 0;
    }

    footer .ftop .fop {
        flex-direction: column-reverse;
    }

    footer .ftop .fop .frtm {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    footer .ftop .fop .frtm .fogo a {
        width: 180px;
    }

    footer .ftop .fop .frtm .fip {
        margin: 0.2rem 0;
    }

    footer .ftop .fop .fcom {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    footer .ftop .fop .fcom .flist {
        width: 100%;
        border-bottom: solid 1px #e5e5e5;
        position: relative;
        border-top: solid 1px #e5e5e5;
    }

    footer .ftop .fop .fcom .flist .fit {
        width: 100%;
        margin-bottom: 0;
        padding: 0.3rem 0;
    }

    footer .ftop .fop .fcom .flist .lx {
        display: none;
    }

    footer .ftop .fop .fcom .flist .ful {
        width: 100%;
        font-size: 0;
        padding-bottom: 0.15rem;
        display: none;
    }

    footer .ftop .fop .fcom .flist .ful a {
        line-height: 2;
    }

    footer .ftop .fop .fcom .flist.has-ful:after {
        content: " ";
        display: inline-block;
        width: 14px;
        height: 8px;
        background-image: url("../images/x1.png");
        background-position: center;
        background-size: 100% 100%;
        text-align: center;
        position: absolute;
        right: 0.2rem;
        left: auto;
        transform: translateX(0);
        top: 0.4rem;
        color: #333;
        border: none;
        transition: all ease 0.5s;
    }

    footer .ftop .fop .fcom .flist.has-ful.show:after {
        content: " ";
        transform: translateX(0) rotate(180deg);
    }

    footer .ftop .fop .fcom .flist+.flist {
        border-top: none;
    }

    footer .ftop .fop .fcont {
        width: 100%;
    }
}

.rightnav {
    position: fixed;
    top: 60%;
    right: 0.2rem;
    transform: translateY(-50%);
    z-index: 20;
}

.rightnav .ritm {
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    background-color: #006d41;
}

.rightnav .ritm a,
.rightnav .ritm img {
    width: 100%;
    display: block;
}

.rightnav .ritm+.ritm {
    margin-top: 2px;
}

@media (max-width: 800px) {
    .rightnav .ritm {
        width: 36px;
        height: 36px;
    }
}

.modular {
    width: 100%;
}

.modular .mitop {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

.modular .mitop .mel {
    display: inline-block;
    vertical-align: middle;
}

.modular .mitop .mel .mit {
    width: 100%;
    color: #222434;
    line-height: 1.5;
}

.modular .mitop .mel .lx {
    width: 38px;
    margin-top: 0.08rem;
}

.modular .mitop .mel .lx img {
    width: 100%;
    display: block;
}

.modular .mitop .mer {
    display: inline-block;
    vertical-align: middle;
}

.modular .mitop .mer a {
    display: inline-block;
    vertical-align: middle;
    color: #222;
    line-height: 2.8;
    background-color: #fff;
    background-color: #006d41;
    top: 0;
    position: relative;
    transition: all ease 0.5s;
    width: auto;
    padding: 0 0.3rem;
}

.modular .mitop .mer a span {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    margin-left: 0.1rem;
}

.modular .mitop .mer a span img {
    width: 100%;
    display: block;
}

.modular .mitop .mer a:hover {
    background-color: #006d41;
    top: -0.06rem;
}

.modular .mitop .mitt {
    width: 100%;
    text-align: center;
    color: #222434;
    line-height: 1.5;
}

.modular.white .mitop .mel .mit {
    color: #fff;
}

.newscen {
    width: 100%;
    padding: 0.9rem 0;
}

.newscen .newom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newscen .newom .nel {
    width: calc((650 / 1400 * 100%));
    display: inline-block;
    vertical-align: top;
}

.newscen .newom .nel .nelist {
    width: 100%;
}

.newscen .newom .nel .nelist .nelm {
    width: 100%;
    background-color: #fff;
}

.newscen .newom .nel .nelist .nelm a {
    padding: 0.35rem;
    width: 100%;
    display: block;
}

.newscen .newom .nel .nelist .nelm .xim {
    width: 100%;
    color: #000;
    line-height: 1.5;
    height: 3em;
    transition: all ease 0.5s;
}

.newscen .newom .nel .nelist .nelm .vmk {
    width: 100%;
    margin-top: 0.1rem;
    color: #c0c0cc;
    line-height: 1.5;
}

.newscen .newom .nel .nelist .nelm .vmk span {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    margin-right: 0.06rem;
}

.newscen .newom .nel .nelist .nelm .vmk span img {
    width: 100%;
    display: block;
}

.newscen .newom .nel .nelist .nelm:hover .xim {
    color: #006d41;
}

.newscen .newom .nel .nelist .nelm+.nelm {
    margin-top: 0.1rem;
}

.newscen .newom .nesper {
    width: calc((690 / 1400 * 100%));
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.newscen .newom .nesper .swiper-container {
    width: 100%;
    height: 100%;
    display: block;
}

.newscen .newom .nesper .swiper-slide {
    width: 100%;
    position: relative;
}

.newscen .newom .nesper .swiper-slide .imgs {
    width: 100%;
    height: 100%;
    display: block;
}

.newscen .newom .nesper .swiper-slide .imgs .img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all ease 0.5s;
}

.newscen .newom .nesper .swiper-slide .bg {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 2;
    display: block;
    top: 0;
    left: 0;
}

.newscen .newom .nesper .swiper-slide .som {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.3rem 0.4rem;
    align-items: center;
}

.newscen .newom .nesper .swiper-slide .som .sml {
    display: inline-block;
    vertical-align: middle;
    flex: 1;
    padding-right: 0.2rem;
    width: 100%;
    color: #fff;
    line-height: 1.5;
}

.newscen .newom .nesper .swiper-slide .som .smr {
    display: inline-block;
    vertical-align: middle;
    color: #c0c0cc;
    line-height: 1.5;
    width: auto;
}

.newscen .newom .nesper .swiper-slide .som .smr span {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    margin-right: 0.06rem;
}

.newscen .newom .nesper .swiper-slide .som .smr span img {
    width: 100%;
    display: block;
}

.newscen .newom .nesper .swiper-slide:hover .imgs .img {
    transform: scale(1.1);
}

.newscen .newom .nesper .swiper-pagination {
    position: absolute;
    right: 0.4rem;
    bottom: 0.85rem;
    z-index: 8;
    width: auto;
    left: auto;
}

.newscen .newom .nesper .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.05rem;
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
    transition: all ease 0.5s;
}

.newscen .newom .nesper .swiper-pagination-bullet-active {
    background-color: #006d41;
}

@media (max-width: 800px) {
    .newscen .newom .nesper .swiper-slide .imgs .img {
        padding-top: 73.47%;
    }
}

.solutions {
    width: 100%;
    padding: 0.9rem 0;
}

.solutions .solum {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.solutions .solum .sol {
    display: inline-block;
    vertical-align: middle;
    width: calc((690 / 1400 * 100%));
}

.solutions .solum .sol .imgs .img {
    padding-top: 73.47%;
}

.solutions .solum .sor {
    display: inline-block;
    vertical-align: middle;
    width: calc((690 / 1400 * 100%));
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.solutions .solum .sor .sotm {
    width: 100%;
}

.solutions .solum .sor .sotm .imgs .img {
    padding-top: 35.21%;
}

.solutions .solum .sor .sobm {
    width: 100%;
    font-size: 0;
}

.solutions .solum .sor .sobm .sbm {
    width: calc((335 / 690 * 100%));
    display: inline-block;
    vertical-align: middle;
    margin-right: calc((19 / 690 * 100%));
}

.solutions .solum .sor .sobm .sbm .imgs .img {
    padding-top: 72.53%;
}

.solutions .solum .sor .sobm .sbm:nth-child(2n) {
    margin-right: 0;
}

.solutions .solum .smgs {
    position: relative;
}

.solutions .solum .smgs .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions .solum .smgs .imgs .img {
    width: 100%;
    transition: all ease 0.5s;
}

.solutions .solum .smgs .bg {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 2;
    display: block;
    top: 0;
    left: 0;
}

.solutions .solum .smgs .vom {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.3rem 0.3rem;
    align-items: center;
}

.solutions .solum .smgs .vom .vml {
    display: inline-block;
    vertical-align: middle;
    flex: 1;
    padding-right: 0.2rem;
    width: 100%;
    color: #fff;
    line-height: 1.5;
}

.solutions .solum .smgs .vom .vmr {
    display: inline-block;
    vertical-align: middle;
    width: 0.34rem;
    height: 0.34rem;
}

.solutions .solum .smgs .vom .vmr img {
    width: 100%;
    display: block;
}

.solutions .solum .smgs:hover .imgs .img {
    transform: scale(1.1);
}

.abouts {
    width: 100%;
    padding: 0.9rem 0;
    position: relative;
    background-color: #006d41;
}

.abouts .bls {
    position: absolute;
    width: calc((1325 / 1920) * 100%);
    height: 100%;
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
}

.abouts .abom {
    z-index: 2;
}

.abouts .aboutm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.abouts .aboutm .abl {
    display: inline-block;
    vertical-align: middle;
    width: calc((630 / 1400 * 100%));
}

.abouts .aboutm .abl .ainp {
    width: 100%;
    color: #fff;
    line-height: 1.6;
}

.abouts .aboutm .abl .ainp p {
    color: #fff;
    line-height: 1.6;
}

.abouts .aboutm .abl .aob {
    width: 100%;
    font-size: 0;
    margin-top: 0.3rem;
}

.abouts .aboutm .abl .aob a {
    display: inline-block;
    vertical-align: middle;
    color: #222;
    line-height: 2.8;
    background-color: #fff;
    background-color: #006d41;
    top: 0;
    position: relative;
    transition: all ease 0.5s;
    width: auto;
    padding: 0 0.3rem;
}

.abouts .aboutm .abl .aob a span {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    margin-left: 0.1rem;
}

.abouts .aboutm .abl .aob a span img {
    width: 100%;
    display: block;
}

.abouts .aboutm .abl .aob a:hover {
    background-color: #006d41;
    top: -0.06rem;
}

.abouts .aboutm .abr {
    display: inline-block;
    vertical-align: middle;
    width: calc((690 / 1400 * 100%));
    position: relative;
    overflow: hidden;
}

.abouts .aboutm .abr .img {
    width: 100%;
    padding-top: 56.23%;
}

.abouts .datas {
    width: 100%;
    font-size: 0;
    margin-top: 0.4rem;
}

.abouts .datas .datm {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    padding-right: 0.2rem;
    padding-bottom: 0.3rem;
}

.abouts .datas .datm .dm {
    width: 100%;
    color: #fff;
}

.abouts .datas .datm .dm span {
    display: inline-block;
    margin-right: 0.06rem;
    color: #006d41;
}

.abouts .datas .datm .mk {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    margin-top: 0.05rem;
}

.abouts .datas .datm.black .dm {
    color: #262839;
}

.abouts .datas .datm.black .dm span {
    color: #262839;
}

.abouts .datas .datm.black .mk {
    color: #262839;
}

@media (max-width: 800px) {
    .abouts .bls {
        width: 100%;
    }

    .abouts .datas .datm.black .dm {
        color: #fff;
    }

    .abouts .datas .datm.black .dm span {
        color: #006d41;
    }

    .abouts .datas .datm.black .mk {
        color: #fff;
    }
}

.productcens {
    width: 100%;
    padding: 0.9rem 0;
}

.productcens .mitop .mer .classnav {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.productcens .mitop .mer .classnav .swiper-slide {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.productcens .mitop .mer .classnav .swiper-slide a {
    width: 100%;
    color: #222434;
    line-height: 2.5;
    padding: 0 0.25rem;
    background-color: transparent;
}

.productcens .mitop .mer .classnav .swiper-slide a:hover {
    top: 0;
}

.productcens .mitop .mer .classnav .swiper-slide.on a,
.productcens .mitop .mer .classnav .swiper-slide:hover a {
    background-color: #006d41;
}

.productcens .mitop .mer .classnav .swiper-slide+.swiper-slide {
    margin-left: 0.1rem;
}

.productcens .calsom {
    width: 100%;
}

.productcens .calsom .casom {
    width: 100%;
    display: none;
}

.productcens .calsom .casom.on {
    display: block;
}

.productcens .calsom .propers {
    width: 100%;
    position: relative;
}

.productcens .calsom .propers .swiper-container {
    padding-bottom: 15px;
}

.productcens .calsom .propers .cetrm {
    display: inline-block;
    vertical-align: top;
    width: calc(335 / 1400 * 100%);
    margin-right: calc((19 / 1400 * 100%));
    margin-bottom: 0.2rem;
    background-color: #fff;
    transition: all ease 0.5s;
}

.productcens .calsom .propers .cetrm a {
    width: 100%;
    display: block;
    padding: 0.3rem;
}

.productcens .calsom .propers .cetrm .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.productcens .calsom .propers .cetrm .imgs .img {
    width: 100%;
    padding-top: 54.54%;
    transition: all ease 0.5s;
}

.productcens .calsom .propers .cetrm .xit {
    width: 100%;
    text-align: center;
    color: #222434;
    line-height: 1.5;
    margin-top: 0.1rem;
}

.productcens .calsom .propers .cetrm .xim {
    width: 100%;
    text-align: center;
    color: #81838e;
    line-height: 1.5;
    height: 3em;
    margin: 0.12rem 0;
}

.productcens .calsom .propers .cetrm .add {
    width: 0.34rem;
    height: 0.34rem;
    display: block;
    margin: 0 auto;
    transition: all ease 0.5s;
}

.productcens .calsom .propers .cetrm .add img {
    width: 100%;
    display: block;
}

.productcens .calsom .propers .cetrm .add img:first-child {
    display: block;
}

.productcens .calsom .propers .cetrm .add img:last-child {
    display: none;
}

.productcens .calsom .propers .cetrm:nth-child(4n) {
    margin-right: 0;
}

.productcens .calsom .propers .cetrm:hover {
    box-shadow: 8px 6px 30px 0px rgba(216, 216, 232, 0.4);
}

.productcens .calsom .propers .cetrm:hover .imgs .img {
    transform: scale(1.1);
}

.productcens .calsom .propers .cetrm:hover .add {
    background-color: #006d41;
}

.productcens .calsom .propers .cetrm:hover .add img:first-child {
    display: none;
}

.productcens .calsom .propers .cetrm:hover .add img:last-child {
    display: block;
}

.productcens .calsom .propers .btn {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    top: calc(50% - 0.175rem);
    transform: translateY(-50%);
    position: absolute;
    z-index: 5;
    background-color: transparent;
    border: solid 1px #ddd;
    border-radius: 50%;
}

.productcens .calsom .propers .btn img {
    width: 100%;
    display: block;
}

.productcens .calsom .propers .btn img:first-child {
    display: block;
}

.productcens .calsom .propers .btn img:last-child {
    display: none;
}

.productcens .calsom .propers .btn:hover {
    background-color: #006d41;
    border: solid 1px #006d41;
}

.productcens .calsom .propers .btn:hover img:first-child {
    display: none;
}

.productcens .calsom .propers .btn:hover img:last-child {
    display: block;
}

.productcens .calsom .propers .bl {
    left: -0.8rem;
}

.productcens .calsom .propers .br {
    right: -0.8rem;
}

.productcens .calsom .propers .swiper-scrollbar {
    bottom: 0.5em;
    left: 0;
    width: calc(100% - 40px);
    height: 3px;
}

.productcens .calsom .propers .swiper-scrollbar-drag {
    background-color: #006d41;
    border-radius: 6px;
}

.productcens .calsom .propers .cound {
    position: absolute;
    right: 0;
    bottom: 0;
}

.productcens .calsom .propers .cound .now {
    display: inline-block;
    vertical-align: middle;
    color: #006d41;
    font-weight: bold;
}

.productcens .calsom .propers .cound .xx,
.productcens .calsom .propers .cound .cnum {
    display: inline-block;
    vertical-align: middle;
    color: #222434;
}

@media (max-width: 1420px) {
    .productcens .calsom .propers .bl {
        left: 0rem;
    }

    .productcens .calsom .propers .br {
        right: 0rem;
    }
}

.nanner {
    width: 100%;
    position: relative;
}

.nanner .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.nanner .imgs .img {
    width: 100%;
    padding-top: 26.0416%;
}

.nanner .nox {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nanner .nox .nit {
    width: 100%;
    color: #fff;
    line-height: 1.5;
}

.crumbs {
    width: 100%;
}
.prr .w1400{width: 100%;}

.crumbs .crum {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.1rem 0;
    position: relative;
}

.crumbs .crum .cul {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.crumbs .crum .cul .home {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.15rem;
    width: 20px;
}

.crumbs .crum .cul .home img {
    width: 100%;
    display: block;
}

.crumbs .crum .cul a {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 3;
}

.crumbs .crum .cul a span {
    display: inline-block;
    color: #333;
    margin: 0 0.1rem;
}

.crumbs .crum .cul a span img {
    width: 100%;
    display: block;
}

.crumbs .crum .cul a:last-child span {
    display: none;
}

.crumbs .crum .cenu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
    right: 0.1rem;
    display: none;
}

.crumbs .crum .cenu img {
    width: 100%;
    display: block;
}

.newsd {
    width: 100%;
    padding: 0 0 0.3rem;
}

.newsd .newlist {
    width: 100%;
}

.newsd .newlist .nawom {
    width: 100%;
    padding: 0.3rem 0;
    border-bottom: solid 1px #efeff5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.newsd .newlist .nawom .imgs {
    display: inline-block;
    vertical-align: middle;
    width: calc((400 / 1400 * 100%));
    position: relative;
    overflow: hidden;
}

.newsd .newlist .nawom .imgs a {
    width: 100%;
    display: block;
}

.newsd .newlist .nawom .imgs .img {
    width: 100%;
    padding-top: 75%;
    transition: all ease 0.5s;
}

.newsd .newlist .nawom .imgs:hover .img {
    transform: scale(1.1);
}

.newsd .newlist .nawom .loms {
    width: calc(930 / 1400 * 100%);
    display: inline-block;
    vertical-align: middle;
}

.newsd .newlist .nawom .loms .lit {
    width: 100%;
    color: #222434;
    line-height: 1.5;
    display: block;
    margin-bottom: 0.1rem;
}

.newsd .newlist .nawom .loms .lit:hover {
    color: #006d41;
}

.newsd .newlist .nawom .loms .time {
    width: 100%;
    color: #c0c0cc;
    line-height: 1.5;
    margin-bottom: 0.15rem;
}

.newsd .newlist .nawom .loms .time span {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    margin-right: 0.06rem;
    position: relative;
    top: -0.04rem;
}

.newsd .newlist .nawom .loms .pix {
    width: 100%;
    color: #81838e;
    line-height: 1.5;
    height: 4.5em;
}

.newsd .newlist .nawom .loms .pix p {
    color: #81838e;
    line-height: 1.5;
}

.newsd .newlist .nawom .loms .lob {
    width: 100%;
    margin-top: 0.35rem;
    font-size: 0;
}

.newsd .newlist .nawom .loms .lob a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 2.8;
    background-color: #006d41;
    top: 0;
    position: relative;
    transition: all ease 0.5s;
    width: auto;
    padding: 0 0.3rem;
}

.newsd .newlist .nawom .loms .lob a span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    margin-left: 0.22rem;
}

.newsd .newlist .nawom .loms .lob a span img {
    width: 100%;
    display: block;
}

.newsd .newlist .nawom .loms .lob a:hover {
    background-color: #006d41;
    top: -0.06rem;
}

.newsd .netails {
    width: 100%;
    background-color: #f8f8f9;
    padding: 0.9rem;
}

.newsd .netails .nit {
    width: 100%;
    text-align: center;
    color: #000;
    line-height: 1.3;
}

.newsd .netails .nit.mbt {
    margin-bottom: 0.5rem;
}

.newsd .netails .nim {
    width: 100%;
    font-size: 0;
    margin: 0.2rem 0 0.1rem;
    text-align: center;
}

.newsd .netails .nim .xm {
    display: inline-block;
    vertical-align: middle;
    color: #81838e;
    line-height: 1.5;
    margin: 0 0.1rem 0.1rem;
}

.newsd .netails .nim .xd {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    margin: 0 0.1rem 0.1rem;
}

.newsd .netails .nim .xd img {
    width: 100%;
    display: block;
}

.newsd .netails .ninp {
    width: 100%;
    color: #81838e;
    line-height: 1.6;
    text-align: justify;
    padding: 0.3rem 0;
    border-top: solid 1px #e6e6ee;
}

.newsd .netails .ninp p {
    color: #81838e;
    line-height: 1.6;
}

.newsd .netails .nob {
    width: 100%;
    margin-top: 0.3rem;
    font-size: 0;
}

.newsd .netails .nob .nab {
    width: 49%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: middle;
}

.newsd .netails .nob .nab a {
    width: 100%;
    display: block;
    background-color: #ffffff;
    border: solid 1px #e8e8f4;
    padding: 0.15rem 0.3rem;
    color: #666;
    line-height: 1.5;
    text-align: center;
}

.newsd .netails .nob .nab a:hover {
    color: #fff;
    background-color: #006d41;
    border: solid 1px #006d41;
}

.newsd .netails .nob .nab:nth-child(2n) {
    margin-right: 0;
}

.pages {
    text-align: center;
    width: 100%;
    font-size: 0;
    display: block;
    padding-top: 0.3rem;
}

.pages .page {
    display: inline-block;
    vertical-align: middle;
    width: 0.42rem;
    height: 0.42rem;
    line-height: 0.42rem;
    text-align: center;
    color: #000;
    cursor: pointer;
    background-color: #f4f4f5;
    margin: 0 0.05rem;
    transition: all ease 0.3s;
}

.pages .page.ltn {
    background-image: url("../images/b1.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pages .page.rtn {
    background-image: url("../images/b2.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pages .page.on {
    color: #fff;
    background-color: #006d41;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pages .page.on.ltn,
.pages .page.ltn:hover {
    background-image: url("../images/b3.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 1;
}

.pages .page.on.rtn,
.pages .page.rtn:hover {
    background-image: url("../images/b4.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 1;
}

.pages .page:hover {
    color: #fff;
    background-color: #006d41;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media (max-width: 900px) {
    .pages .page {
        width: 0.7rem;
        height: 0.7rem;
        line-height: 0.7rem;
    }
}

.contacts {
    width: 100%;
    padding: 0.2rem 0 0.4rem;
}

.contacts .contm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contacts .contm .cit {
    width: 100%;
    color: #222434;
    line-height: 1.5;
    margin-bottom: 0.25rem;
}

.contacts .contm .col {
    width: calc((525 / 1400 * 100%));
    display: inline-block;
    vertical-align: middle;
}

.contacts .contm .col .conlist {
    width: 100%;
}

.contacts .contm .col .conlist .colem {
    width: 100%;
    padding: 0.15rem 0;
    font-size: 0;
    border-bottom: solid 1px #efeff5;
}

.contacts .contm .col .conlist .colem .ic {
    display: inline-block;
    vertical-align: middle;
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    background-color: #f4f4f5;
}

.contacts .contm .col .conlist .colem .ic img {
    width: 100%;
    display: block;
}

.contacts .contm .col .conlist .colem .ckm {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 0.8rem);
    color: #222434;
    line-height: 1.5;
}

.contacts .contm .col .conlist .colem:first-child {
    border-top: solid 1px #efeff5;
}

.contacts .contm .cor {
    width: calc((815 / 1400 * 100%));
    display: inline-block;
    vertical-align: middle;
}

.contacts .contm .cor .cit {
    text-align: center;
}

.contacts .contm .cor .corm {
    width: 100%;
    height: calc(4.5rem + 6px);
    background-color: #f4f4f5;
    padding: 0.5rem;
}

.contacts .contm .cor .corm form {
    width: 100%;
    display: block;
}

.contacts .contm .cor .corm .row {
    width: 100%;
    font-size: 0;
}

.contacts .contm .cor .corm .row .input {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.1rem;
}

.contacts .contm .cor .corm .row .input input {
    width: 100%;
    display: block;
    padding: 0 0.2rem;
    color: #333;
    line-height: 2.5;
    height: 2.5em;
    border: none;
    background-color: #fff;
}

.contacts .contm .cor .corm .row .input:nth-child(2n) {
    margin-right: 0;
}

.contacts .contm .cor .corm .row input::-webkit-input-placeholder,
.contacts .contm .cor .corm .row textarea::-webkit-input-placeholder {
    color: rgba(34, 36, 52, 0.5);
}

.contacts .contm .cor .corm .row input:-moz-placeholder,
.contacts .contm .cor .corm .row textarea:-moz-placeholder {
    color: rgba(34, 36, 52, 0.5);
}

.contacts .contm .cor .corm .row input::-moz-placeholder,
.contacts .contm .cor .corm .row textarea::-moz-placeholder {
    color: rgba(34, 36, 52, 0.5);
}

.contacts .contm .cor .corm .row input:-ms-input-placeholder,
.contacts .contm .cor .corm .row textarea:-ms-input-placeholder {
    color: rgba(34, 36, 52, 0.5);
}

.contacts .contm .cor .corm .row .text {
    width: 100%;
}

.contacts .contm .cor .corm .row .text textarea {
    width: 100%;
    display: block;
    border: none;
    background-color: #fff;
    padding: 0.15rem 0.2rem;
    margin-bottom: 0.1rem;
    color: #333;
    line-height: 1.5;
}

.contacts .contm .cor .corm .row .code {
    width: 100%;
    font-size: 0;
}

.contacts .contm .cor .corm .row .code .int {
    width: 2.3rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.15rem;
}

.contacts .contm .cor .corm .row .code .int input {
    width: 100%;
    display: block;
    padding: 0 0.2rem;
    color: #333;
    line-height: 2.5;
    height: 2.5em;
    border: none;
    background-color: #fff;
}

.contacts .contm .cor .corm .row .code .ymg {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 2.5em;
}

.contacts .contm .cor .corm .row .code .ymg img {
    height: 100%;
    display: block;
}

.contacts .contm .cor .corm .sub {
    width: 100%;
    font-size: 0;
    margin-top: 0.2rem;
    text-align: center;
}

.contacts .contm .cor .corm .sub .stn {
    display: inline-block;
    vertical-align: middle;
    width: 2.3rem;
    background-color: #006d41;
    border: none;
    color: #fff;
    line-height: 2.5;
    height: 2.5em;
    cursor: pointer;
}

.maps {
    width: 100%;
}

.maps .map {
    width: 100%;
    display: block;
    height: 5rem;
}

.maps .map img {
    width: 100%;
    height: 100%;
    display: block;
}

.solutom {
    width: 100%;
    padding: 0 0 0.3rem;
}

.solutom .solutlis {
    width: 100%;
    font-size: 0;
}

.solutom .solutlis .solem {
    display: inline-block;
    vertical-align: top;
    width: calc((454 / 1400 * 100%));
    margin-right: calc(19 / 1400 * 100%);
    margin-bottom: 0.4rem;
}

.solutom .solutlis .solem a {
    width: 100%;
    display: block;
}

.solutom .solutlis .solem .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutom .solutlis .solem .imgs a {
    width: 100%;
    display: block;
}

.solutom .solutlis .solem .imgs .img {
    width: 100%;
    padding-top: 75%;
    transition: all ease 0.5s;
}

.solutom .solutlis .solem .som {
    width: 100%;
    padding: 0.24rem 0;
    border-bottom: solid 1px #efeff5;
}

.solutom .solutlis .solem .som .st {
    width: 100%;
    color: #222434;
    line-height: 1.5;
}

.solutom .solutlis .solem .som .sm {
    width: 100%;
    margin-top: 0.1rem;
    color: #81838e;
    line-height: 1.5;
    height: 3em;
}

.solutom .solutlis .solem:hover .imgs .img {
    transform: scale(1.1);
}

.solutom .solutlis .solem:hover .som .st {
    color: #006d41;
}

.solutom .solutlis .solem:nth-child(3n) {
    margin-right: 0;
}

.relateds {
    width: 100%;
    padding: 0.7rem 0;
}

.relateds .rits {
    width: 100%;
    text-align: center;
    color: #222434;
    line-height: 1.5;
    margin-bottom: 0.3rem;
}

.relateds .relatper {
    width: 100%;
    position: relative;
}

.relateds .relatper .btn {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    top: calc(50% - 0.175rem);
    transform: translateY(-50%);
    position: absolute;
    z-index: 5;
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 50%;
}

.relateds .relatper .btn img {
    width: 100%;
    display: block;
}

.relateds .relatper .btn img:first-child {
    display: block;
}

.relateds .relatper .btn img:last-child {
    display: none;
}

.relateds .relatper .btn:hover {
    background-color: #006d41;
    border: solid 1px #006d41;
}

.relateds .relatper .btn:hover img:first-child {
    display: none;
}

.relateds .relatper .btn:hover img:last-child {
    display: block;
}

.relateds .relatper .bl {
    left: -0.8rem;
}

.relateds .relatper .br {
    right: -0.8rem;
}

.relateds .relatper .swiper-slide {
    width: 100%;
    background-color: #fff;
    transition: all ease 0.5s;
    border: solid 1px #e8e8f4;
}

.relateds .relatper .swiper-slide .stm {
    width: 100%;
}

.relateds .relatper .swiper-slide a {
    width: 100%;
    display: block;
    padding: 0.3rem;
}

.relateds .relatper .swiper-slide .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.relateds .relatper .swiper-slide .imgs .img {
    width: 100%;
    padding-top: 54.54%;
    transition: all ease 0.5s;
}

.relateds .relatper .swiper-slide .xit {
    width: 100%;
    text-align: center;
    color: #222434;
    line-height: 1.5;
    margin-top: 0.1rem;
}

.relateds .relatper .swiper-slide .xim {
    width: 100%;
    text-align: center;
    color: #81838e;
    line-height: 1.5;
    height: 3em;
    margin: 0.12rem 0;
}

.relateds .relatper .swiper-slide .add {
    width: 0.34rem;
    height: 0.34rem;
    display: block;
    margin: 0 auto;
    transition: all ease 0.5s;
}

.relateds .relatper .swiper-slide .add img {
    width: 100%;
    display: block;
}

.relateds .relatper .swiper-slide .add img:first-child {
    display: block;
}

.relateds .relatper .swiper-slide .add img:last-child {
    display: none;
}

.relateds .relatper .swiper-slide .vob {
    width: 100%;
    background-color: #f4f4f5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.relateds .relatper .swiper-slide .vob a {
    display: inline-block;
    vertical-align: middle;
    width: 0.48rem;
    height: 0.48rem;
    padding: 0;
}

.relateds .relatper .swiper-slide .vob a img {
    width: 100%;
    height: 100%;
    display: block;
}

.relateds .relatper .swiper-slide .vob .xt {
    display: inline-block;
    vertical-align: middle;
    flex: 1;
    text-align: center;
    color: #333;
    height: auto !important;
    line-height: 1.5;
}

.relateds .relatper .swiper-slide .stm:hover .imgs .img {
    transform: scale(1.1);
}

.relateds .relatper .swiper-slide .stm:hover .add {
    background-color: #006d41;
}

.relateds .relatper .swiper-slide .stm:hover .add img:first-child {
    display: none;
}

.relateds .relatper .swiper-slide .stm:hover .add img:last-child {
    display: block;
}

.relateds .relatper .swiper-slide:hover {
    box-shadow: 8px 6px 30px 0px rgba(216, 216, 232, 0.4);
}

@media (max-width: 1420px) {
    .relateds .relatper .bl {
        left: -0.15rem;
    }

    .relateds .relatper .br {
        right: -0.15rem;
    }
}

.aboutm {
    width: 100%;
    padding: 0.2rem 0 0.5rem;
}

.aboutm .abom {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.aboutm .abom .aml {
    display: inline-block;
    vertical-align: top;
    width: calc((690 / 1400 * 100%));
    position: relative;
    overflow: hidden;
}

.aboutm .abom .aml .img {
    width: 100%;
    padding-top: 59.23%;
}

.aboutm .abom .aml .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 0.8rem;
    height: 0.8rem;
    cursor: pointer;
    transition: all ease 0.5s;
}

.aboutm .abom .aml .play img {
    width: 100%;
    display: block;
}

.aboutm .abom .aml .play:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.aboutm .abom .amr {
    display: inline-block;
    vertical-align: top;
    width: calc((630 / 1400 * 100%));
}

.aboutm .abom .amr .air {
    width: 100%;
    color: #222434;
    line-height: 1.5;
    margin-bottom: 0.2rem;
}

.aboutm .abom .amr .aimp {
    width: 100%;
    color: #666;
    line-height: 1.5;
}

.aboutm .abom .amr .aimp p {
    color: #666;
    line-height: 1.5;
}

.aboutm .datem {
    width: 100%;
    font-size: 0;
    padding: 0.6rem 0.5rem;
    position: relative;
    z-index: 2;
    top: -0.25rem;
}

.aboutm .datem .datm {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    padding-right: 0.2rem;
    position: relative;
    left: 0.5rem;
}

.aboutm .datem .datm .dm {
    width: 100%;
    color: #fff;
}

.aboutm .datem .datm .dm span {
    display: inline-block;
    margin-right: 0.06rem;
    color: #fff;
}

.aboutm .datem .datm .mk {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    margin-top: 0.05rem;
}

.wchoose {
    width: 100%;
    padding: 0.4rem 0;
}

.wchoose .wchlist {
    width: 100%;
    font-size: 0;
}

.wchoose .wchlist .wcom {
    display: inline-block;
    vertical-align: top;
    width: calc((466 / 1400 * 100%));
    background-color: #f8f9fc;
    padding: 0.5rem 0.4rem;
    font-size: 0;
    border: solid 1px #f8f9fc;
}

.wchoose .wchlist .wcom .ic {
    display: inline-block;
    vertical-align: middle;
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.2rem;
}

.wchoose .wchlist .wcom .ic img {
    width: 100%;
    display: block;
}

.wchoose .wchlist .wcom .rmk {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 1.1rem);
}

.wchoose .wchlist .wcom .rmk .rt {
    width: 100%;
    color: #222434;
    line-height: 1.5;
    margin-bottom: 0.08rem;
}

.wchoose .wchlist .wcom .rmk .cim {
    width: 100%;
    color: #81838e;
    line-height: 1.5;
    height: 6em;
    -webkit-line-clamp: 4;
}

.wchoose .wchlist .wcom:nth-child(2n) {
    background-color: #fff;
}

.factorys {
    width: 100%;
    padding: 0.4rem 0;
}

.factorys .factper {
    width: 100%;
    position: relative;
}

.factorys .factper .swiper-slide {
    width: 100%;
    margin-bottom: 0.1rem;
}

.factorys .factper .swiper-slide .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.factorys .factper .swiper-slide .imgs .img {
    width: 100%;
    padding-top: 56.23%;
    transition: all ease 0.5s;
}

.factorys .factper .swiper-slide .imgs .vom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    padding: 0.3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.factorys .factper .swiper-slide .imgs .vom .vt {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.5;
}

.factorys .factper .swiper-slide .imgs .vom .vt.w100 {
    width: 100%;
    text-align: center;
}

.factorys .factper .swiper-slide .imgs .vom .fd {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.factorys .factper .swiper-slide .imgs .vom .fd img {
    width: 100%;
    display: block;
}

.factorys .factper .btn {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    top: calc(50% - 0.175rem);
    transform: translateY(-50%);
    position: absolute;
    z-index: 5;
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 50%;
}

.factorys .factper .btn img {
    width: 100%;
    display: block;
}

.factorys .factper .btn img:first-child {
    display: block;
}

.factorys .factper .btn img:last-child {
    display: none;
}

.factorys .factper .btn:hover {
    background-color: #006d41;
    border: solid 1px #006d41;
}

.factorys .factper .btn:hover img:first-child {
    display: none;
}

.factorys .factper .btn:hover img:last-child {
    display: block;
}

.factorys .factper .bl {
    left: -0.8rem;
}

.factorys .factper .br {
    right: -0.8rem;
}

.factorys .factper .swiper-container {
    padding-bottom: 15px;
}

.factorys .factper .swiper-scrollbar {
    bottom: 0.5em;
    left: 0;
    width: calc(100% - 40px);
    height: 3px;
}

.factorys .factper .swiper-scrollbar-drag {
    background-color: #006d41;
    border-radius: 6px;
}

.factorys .factper .cound {
    position: absolute;
    right: 0;
    bottom: 0;
}

.factorys .factper .cound .now {
    display: inline-block;
    vertical-align: middle;
    color: #006d41;
    font-weight: bold;
}

.factorys .factper .cound .xx,
.factorys .factper .cound .cnum {
    display: inline-block;
    vertical-align: middle;
    color: #222434;
}

.factorys .factper.btc .bl {
    left: -0.25rem;
}

.factorys .factper.btc .br {
    right: -0.25rem;
}

@media (max-width: 1420px) {
    .factorys .factper .bl {
        left: -0.15rem;
    }

    .factorys .factper .br {
        right: -0.15rem;
    }
}

.historys {
    width: 100%;
    padding: 0.4rem 0;
}

.historys .histoper {
    width: 100%;
    position: relative;
}

.historys .histoper .swiper-container {
    width: 100%;
    padding: 0.8rem 0;
}

.historys .histoper:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    background-color: rgba(49, 59, 141, 0.1);
    height: 2px;
}

.historys .histoper .btn {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    top: calc(50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 5;
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 50%;
}

.historys .histoper .btn img {
    width: 100%;
    display: block;
}

.historys .histoper .btn img:first-child {
    display: block;
}

.historys .histoper .btn img:last-child {
    display: none;
}

.historys .histoper .btn:hover {
    background-color: #006d41;
    border: solid 1px #006d41;
}

.historys .histoper .btn:hover img:first-child {
    display: none;
}

.historys .histoper .btn:hover img:last-child {
    display: block;
}

.historys .histoper .bl {
    left: -0.25rem;
}

.historys .histoper .br {
    right: -0.25rem;
}

.historys .histoper .swiper-slide {
    width: 100%;
    text-align: center;
    padding: 1.4rem 0.1rem;
    position: relative;
    cursor: pointer;
}

.historys .histoper .swiper-slide .pim {
    position: absolute;
    bottom: -0.3rem;
    width: 100%;
    padding: 0 0.1rem;
    color: #222434;
    line-height: 1.5;
    height: 4.5em;
}

.historys .histoper .swiper-slide .years {
    width: 100%;
    text-align: center;
    font-size: 0;
    position: absolute;
    top: 0.2rem;
}

.historys .histoper .swiper-slide .years .yeom {
    display: block;
    margin: 0 auto;
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    background-color: #fff;
    color: #222434;
    line-height: 0.85rem;
    text-align: center;
    position: relative;
}

.historys .histoper .swiper-slide .years .yeom:after {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
    border-radius: 50%;
    border: solid 1px #006d41;
    display: none;
}

.historys .histoper .swiper-slide .years .lx {
    display: block;
    margin: 0 auto 0;
    background-color: rgba(49, 59, 141, 0.1);
    width: 2px;
    height: 0.35rem;
}

.historys .histoper .swiper-slide:nth-child(2n) .years {
    bottom: 0.2rem;
    top: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.historys .histoper .swiper-slide:nth-child(2n) .pim {
    bottom: auto;
    top: 0rem;
}

.historys .histoper .swiper-slide.on .years .yeom {
    background-color: #006d41;
    color: #fff;
}

.historys .histoper .swiper-slide.on .years .yeom:after {
    display: block;
}

@media (max-width: 1420px) {
    .historys .histoper .bl {
        left: -0.25rem;
    }

    .historys .histoper .br {
        right: -0.25rem;
    }
}

.produm {
    width: 100%;
    padding: 0.5rem 0;
}

.produm .propm {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.produm .propm .prl {
    display: inline-block;
    vertical-align: top;
    width: calc((310 / 1400 * 100%));
    padding-top: 0.8rem;
}

.produm .propm .prl .pit {
    width: 100%;
    background-color: #006d41;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    padding: 0.2rem 0.3rem;
}

.produm .propm .prl .reul {
    width: 100%;
}

.produm .propm .prl .reul .rli {
    width: 100%;
    background-color: #f4f4f5;
    position: relative;
}

.produm .propm .prl .reul .rli .ras {
    width: 100%;
    font-size: 0;
    border-bottom: solid 1px #eee;
}

.produm .propm .prl .reul .rli .ras>a {
    display: inline-block;
    vertical-align: middle;
    line-height: 2;
    color: #333;
    font-weight: bold;
    padding: 0.1rem 0.2rem;
}

.produm .propm .prl .reul .rli .ras>a:hover {
    color: #006d41;
}

.produm .propm .prl .reul .rli .eul {
    width: 100%;
    position: relative;
    display: none;
    background: #fff;
    border-top: solid 1px #eee;
    padding: 0 0.1rem;
}

.produm .propm .prl .reul .rli .eul .el {
    width: 100%;
    border-bottom: solid 1px #eee;
    position: relative;
}

.produm .propm .prl .reul .rli .eul .el:after {
    content: ' ';
    position: absolute;
    right: 0.2rem;
    top: 0.25rem;
    width: 14px;
    height: 9px;
    background-image: url("../images/x.png");
    background-size: 100% 100%;
    transition: all ease 0.5s;
    text-align: center;
    display: none;
}

.produm .propm .prl .reul .rli .eul .es {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 3;
    color: #666;
    padding-left: 0.2rem;
    position: relative;
}

.produm .propm .prl .reul .rli .eul .es:hover {
    color: #006d41;
}

.produm .propm .prl .reul .rli .eul .el.has-navss:after {
    display: inline-block;
}

.produm .propm .prl .reul .rli .eul .el.has-navss.show:after {
    content: ' ';
    transform: rotate(180deg);
}

.produm .propm .prl .reul .rli .eul .sul {
    width: 100%;
    display: none;
    border-top: solid 1px #eee;
    padding: 0.2rem 0.3rem;
}

.produm .propm .prl .reul .rli .eul .sul a {
    width: 100%;
    line-height: 2.2;
    color: #666;
    display: block;
}

.produm .propm .prl .reul .rli .eul .sul a.active {
    color: #006d41;
}

.produm .propm .prl .reul .rli .eul .sul a:hover {
    color: #006d41;
}

.produm .propm .prl .reul .rli:after {
    content: ' ';
    position: absolute;
    right: 0.2rem;
    top: 0.25rem;
    width: 14px;
    height: 9px;
    display: block;
    transition: all ease 0.5s;
    background-image: url("../images/x.png");
    background-size: 100% 100%;
    color: #000;
    display: none;
}

.produm .propm .prl .reul .rli.has-navs:after {
    display: block;
}

.produm .propm .prl .reul .rli.has-navs.show:after {
    content: ' ';
    transform: rotate(180deg);
}

.produm .propm .prr {
    display: inline-block;
    vertical-align: top;
    width: calc((1045 / 1400 * 100%));
}

.produm .propm .prr .maul {
    width: 100%;
}

.produm .propm .prr .sacem {
    width: 100%;
    display: none;
}

.produm .propm .prr .sacem.active {
    display: block;
}

.produm .propm .prr .sit {
    width: 100%;
    color: #222434;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 0.15rem;
}

.produm .propm .prr .sorm {
    width: 100%;
}

.produm .propm .prr .sorm form {
    width: 100%;
    display: block;
    font-size: 0;
}

.produm .propm .prr .sorm .inpt {
    display: inline-block;
    vertical-align: top;
    margin-right: calc(5 / 1045 * 100%);
    margin-bottom: 0.1rem;
    width: calc(290 / 1045 * 100%);
}

.produm .propm .prr .sorm .inpt .select-con {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 0;
    background-color: #fff;
    border: solid 1px #d2d2d2;
    padding: 0 0.4rem 0 0.2rem;
    overflow: hidden;
}

.produm .propm .prr .sorm .inpt .select-con .select-value {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 3.2;
    height: 3.2em;
    color: #333;
}

.produm .propm .prr .sorm .inpt .select-con select {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
}

.produm .propm .prr .sorm .inpt .select-con select option {
    color: #666;
    font-size: calc(12px - 0.12rem + 0.14rem);
    line-height: 2.8;
    background: #fff;
}

.produm .propm .prr .sorm .inpt .select-con:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 0;
    height: 0;
    border: solid 0.05rem;
    border-color: #919191 transparent transparent transparent;
}

.produm .propm .prr .sorm .sub {
    display: inline-block;
    vertical-align: top;
    width: calc((159 / 1045) * 100%);
    text-align: center;
    height: 3.2em;
    line-height: 3.2;
    color: #fff;
    position: relative;
    background-color: #006d41;
    overflow: hidden;
}

.produm .propm .prr .sorm .sub span {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    margin-right: 0.1rem;
}

.produm .propm .prr .sorm .sub span img {
    width: 100%;
    display: block;
}

.produm .propm .prr .sorm .sub input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    cursor: pointer;
}

.produm .propm .prr .sacemlis {
    width: 100%;
    font-size: 0;
}

.produm .propm .prr .sacemlis .cemas {
    display: inline-block;
    vertical-align: top;
    width: calc((335 / 1045 * 100%));
    margin-right: calc((19 / 1045 * 100%));
    margin-bottom: 0.2rem;
    background-color: #fff;
    transition: all ease 0.5s;
    border: solid 1px #e8e8f4;
}

.produm .propm .prr .sacemlis .cemas .stm {
    width: 100%;
}

.produm .propm .prr .sacemlis .cemas a {
    width: 100%;
    display: block;
    padding: 0.3rem;
}

.produm .propm .prr .sacemlis .cemas .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.produm .propm .prr .sacemlis .cemas .imgs .img {
    width: 100%;
    padding-top: 54.54%;
    transition: all ease 0.5s;
    background-size: contain !important;
}

.produm .propm .prr .sacemlis .cemas .xit {
    width: 100%;
    text-align: center;
    color: #222434;
    line-height: 1.5;
    margin-top: 0.1rem;
}

.produm .propm .prr .sacemlis .cemas .xim {
    width: 100%;
    text-align: center;
    color: #81838e;
    line-height: 1.5;
    height: 3em;
    margin: 0.12rem 0;
}

.produm .propm .prr .sacemlis .cemas .add {
    width: 0.34rem;
    height: 0.34rem;
    display: block;
    margin: 0 auto;
    transition: all ease 0.5s;
}

.produm .propm .prr .sacemlis .cemas .add img {
    width: 100%;
    display: block;
}

.produm .propm .prr .sacemlis .cemas .add img:first-child {
    display: block;
}

.produm .propm .prr .sacemlis .cemas .add img:last-child {
    display: none;
}

.produm .propm .prr .sacemlis .cemas .vob {
    width: 100%;
    background-color: #f4f4f5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.produm .propm .prr .sacemlis .cemas .vob a {
    display: inline-block;
    vertical-align: middle;
    width: 0.48rem;
    height: 0.48rem;
    padding: 0;
}

.produm .propm .prr .sacemlis .cemas .vob a img {
    width: 100%;
    height: 100%;
    display: block;
}

.produm .propm .prr .sacemlis .cemas .vob .xt {
    display: inline-block;
    vertical-align: middle;
    flex: 1;
    text-align: center;
    color: #333;
    height: auto !important;
    line-height: 1.5 !important;
}

.produm .propm .prr .sacemlis .cemas .stm:hover .imgs .img {
    transform: scale(1.1);
}

.produm .propm .prr .sacemlis .cemas .stm:hover .add {
    background-color: #006d41;
}

.produm .propm .prr .sacemlis .cemas .stm:hover .add img:first-child {
    display: none;
}

.produm .propm .prr .sacemlis .cemas .stm:hover .add img:last-child {
    display: block;
}

.produm .propm .prr .sacemlis .cemas:nth-child(3n) {
    margin-right: 0;
}

.produm .propm .prr .sacemlis .cemas:hover {
    box-shadow: 8px 6px 30px 0px rgba(216, 216, 232, 0.4);
}

.produm .propm .prr .descm {
    width: 100%;
    padding: 0.3rem 0;
}

.produm .propm .prr .descm .detop {
    width: 100%;
    background-color: #f4f4f5;
    padding: 5px 5px 0;
    font-size: 0;
}

.produm .propm .prr .descm .detop span {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    color: #222434;
    line-height: 2.5;
    padding: 0 0.4rem;
}

.produm .propm .prr .descm .dinp {
    width: 100%;
    margin: 0.3rem 0;
    color: #666;
    line-height: 1.8;
    padding: 0 3px;
}

.produm .propm .prr .descm .dinp p {
    color: #666;
    line-height: 1.8;
}

.produm .propm .prr .descm .nob {
    width: 100%;
    margin-top: 0.3rem;
    font-size: 0;
}

.produm .propm .prr .descm .nob .nab {
    width: 49%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: middle;
}

.produm .propm .prr .descm .nob .nab a {
    width: 100%;
    display: block;
    background-color: #ffffff;
    border: solid 1px #e8e8f4;
    padding: 0.1rem 0.3rem;
    color: #666;
    line-height: 1.5;
    text-align: center;
}

.produm .propm .prr .descm .nob .nab a:hover {
    color: #fff;
    background-color: #006d41;
    border: solid 1px #006d41;
}

.produm .propm .prr .descm .nob .nab:nth-child(2n) {
    margin-right: 0;
}

.produm .propm .prr .relateds .relatper .bl {
    left: -0.25rem;
}

.produm .propm .prr .relateds .relatper .br {
    right: -0.25rem;
}

.produm .propm .prr .proeom {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.produm .propm .prr .proeom .poml {
    display: inline-block;
    vertical-align: top;
    width: calc(600 / 1045 * 100%);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.produm .propm .prr .proeom .poml .elper {
    width: calc((120 / 600) * 100%);
    margin-left: calc((15 / 600) * 100%);
    position: relative;
    box-sizing: border-box;
}

.produm .propm .prr .proeom .poml .elper .swiper-container {
    width: 100%;
    height: calc(100% - 62px);
    padding: 0.1rem 0;
}

.produm .propm .prr .proeom .poml .elper .swiper-slide {
    width: 100%;
    transition: all ease 0.5s;
    cursor: pointer;
    height: auto;
    border: solid 1px #ccc;
}

.produm .propm .prr .proeom .poml .elper .swiper-slide .img {
    width: 100%;
    padding-top: 100%;
    background-size: contain !important;
}

.produm .propm .prr .proeom .poml .elper .swiper-slide.on {
    border: solid 1px #006d41;
}

.produm .propm .prr .proeom .poml .elper .btn {
    position: relative;
    width: 31px;
    height: 31px;
    margin: 0 auto 0rem;
    cursor: pointer;
    border-radius: 50%;
    border: solid 1px #e8e8f4;
}

.produm .propm .prr .proeom .poml .elper .btn img {
    width: 100%;
    display: block;
}

.produm .propm .prr .proeom .poml .elper .btn img:first-child {
    display: block;
}

.produm .propm .prr .proeom .poml .elper .btn img:last-child {
    display: none;
}

.produm .propm .prr .proeom .poml .elper .btn:hover {
    border: solid 1px #006d41;
    background-color: #006d41;
}

.produm .propm .prr .proeom .poml .elper .btn:hover img:first-child {
    display: none;
}

.produm .propm .prr .proeom .poml .elper .btn:hover img:last-child {
    display: block;
}

.produm .propm .prr .proeom .poml .erper {
    width: calc((460 / 600) * 100%);
}

.produm .propm .prr .proeom .poml .erper .swiper-slide {
    width: 100%;
}

.produm .propm .prr .proeom .poml .erper .swiper-slide .img {
    width: 100%;
    padding-top: 100%;
    border: solid 1px #ccc;
    background-size: contain !important;
}

.produm .propm .prr .proeom .pomr {
    display: inline-block;
    vertical-align: top;
    width: calc((370 / 1045* 100%));
}

.produm .propm .prr .proeom .pomr .pir {
    width: 100%;
    font-size: 0;
}

.produm .propm .prr .proeom .pomr .pir .pt {
    display: inline-block;
    vertical-align: middle;
    color: #222434;
    line-height: 1.5;
    position: relative;
}

.produm .propm .prr .proeom .pomr .pir .ic {
    position: absolute;
    top: 50%;
    width: 19px;
    height: 19px;
    left: 103%;
    top: 0;
}

.produm .propm .prr .proeom .pomr .pir .ic .cm {
    width: 100%;
    height: 100%;
    display: block;
}

.produm .propm .prr .proeom .pomr .pir .ic .sm {
    width: 1rem;
    height: 1rem;
    width: 100px;
    height: 100px;
    max-width: none;
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    opacity: 0;
    transition: all ease 0.5s;
}

.produm .propm .prr .proeom .pomr .pir .ic:hover .sm {
    opacity: 1;
}

.produm .propm .prr .proeom .pomr .pinp {
    width: 100%;
    color: #666;
    line-height: 1.5;
    margin: 0.2rem 0;
}

.produm .propm .prr .proeom .pomr .pinp p {
    color: #666;
    line-height: 1.5;
}

.produm .propm .prr .proeom .pomr .numbers {
    width: 100%;
    font-size: 0;
    margin: 0.35rem 0;
}

.produm .propm .prr .proeom .pomr .numbers span {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 2.2;
}

.produm .propm .prr .proeom .pomr .numbers .cum {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-left: 0.2rem;
}

.produm .propm .prr .proeom .pomr .numbers .cum .ctn {
    display: inline-block;
    vertical-align: middle;
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.2em;
    border: solid 1px #313131;
}

.produm .propm .prr .proeom .pomr .numbers .cum .ctn img {
    width: 100%;
    display: block;
}

.produm .propm .prr .proeom .pomr .numbers .cum .counx {
    display: inline-block;
    vertical-align: middle;
    width: 66px;
    margin: 0 0.1rem;
}

.produm .propm .prr .proeom .pomr .numbers .cum .counx input {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    height: 2.2em;
    line-height: 2.2em;
    text-align: center;
    display: block;
    background-color: #ffffff;
    border: solid 1px #313131;
    color: #222;
}

.produm .propm .prr .proeom .pomr .ptm {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.produm .propm .prr .proeom .pomr .ptm .pas {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 2.8;
    width: auto;
    padding: 0 40px;
    margin-right: 0.12rem;
    background-color: #006d41;
}

.produm .propm .prr .proeom .pomr .ptm .vas {
    display: inline-block;
    vertical-align: middle;
    flex: 1;
    color: #fff;
    line-height: 2.8;
    text-align: center;
    background-color: #222434;
}

.produm .propm .prr .proeom .pomr .ptm .vas span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -0.02rem;
    width: 21px;
    margin-right: 0.06rem;
}

.produm .propm .prr .proeom .pomr .ptm .vas span img {
    width: 100%;
    display: block;
}

.produm .propm .pack {
    display: none;
}

@media (max-width: 800px) {
    .crumbs .crum .cenu {
        display: block;
    }

    .produm .propm {
        padding-top: 0;
    }

    .produm .propm .prl {
        width: 80%;
        position: fixed;
        left: 0;
        top: 0;
        right: auto;
        height: 100vh;
        background-color: #fff;
        margin-right: 0;
        overflow: auto;
        z-index: 501;
        transition: transform .3s;
        padding: 0.5rem 0.2rem;
        display: block;
        text-align: left;
        display: none;
    }

    .produm .propm .prr {
        width: 100%;
    }

    .produm .propm .prr .sorm .inpt {
        width: 100%;
        margin-right: 0;
    }

    .produm .propm .prr .sorm .sub {
        width: 100%;
    }

    .produm .propm .prr .sacemlis {
        width: 100%;
    }

    .produm .propm .prr .sacemlis .cemas .vob a {
        width: 30px;
        height: 30px;
    }

    .produm .propm .prr .proeom .poml .elper {
        font-size: 0;
    }

    .produm .propm .prr .proeom .poml .elper .btn {
        display: inline-block;
        vertical-align: middle;
        transform: rotate(-90deg);
    }

    .produm .propm .prr .proeom .poml .elper .swiper-container {
        width: calc(100% - 62px - 0.2rem);
        margin: 0 0.1rem;
        height: auto;
        padding: 0.1rem 0;
        display: inline-block;
        vertical-align: middle;
    }

    .produm .propm .pack {
        position: fixed;
        right: 0;
        top: 0;
        left: auto;
        height: 100vh;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        overflow: auto;
        z-index: 500;
        transition: transform .3s;
        padding: 0.1rem;
        display: block;
        text-align: left;
        display: none;
    }
}

.consulting {
    width: 100%;
    padding: 0.3rem 0;
}

.consulting .cit {
    width: 100%;
    color: #222434;
    line-height: 1.5;
    margin-bottom: 0.2rem;
}

.consulting .conbles {
    width: 100%;
    border: solid 1px #e8e8f4;
}

.consulting .conbles .tr {
    width: 100%;
    font-size: 0;
    display: flex;
}

.consulting .conbles .tr .td {
    flex: 1;
    display: inline-block;
    vertical-align: middle;
}

.consulting .conbles .tr .tdm {
    width: 100%;
    height: 100%;
    padding: 0.2rem;
    line-height: 1.5;
    color: #222434;
    display: flex;
    align-items: center;
}

.consulting .conbles .tr .tdm .num {
    display: inline-block;
    vertical-align: middle;
    border: solid 1px #e8e8f4;
    padding: 0 0.3rem;
    color: #666;
    line-height: 2.5;
}

.consulting .conbles .tr .td+.td {
    border-left: solid 1px #e8e8f4;
}

.consulting .conbles .tr.head {
    background-color: #f4f4f5;
}

.consulting .conbles .tr.head .tdm {
    color: #666;
}

.consulting .conbles .tr+.tr {
    border-top: solid 1px #e8e8f4;
}

.consulting .conform {
    width: 100%;
    margin-top: 0.3rem;
    background-color: #f4f4f5;
    padding: 0.5rem;
}

.consulting .conform form {
    width: 100%;
    display: block;
}

.consulting .conform .row {
    width: 100%;
    font-size: 0;
}

.consulting .conform .row .inpuv {
    display: inline-block;
    vertical-align: top;
    width: calc((318 / 1300 * 100%));
    margin-right: calc((8 / 1300 * 100%));
    margin-bottom: 0.1rem;
}

.consulting .conform .row .inpuv input {
    width: 100%;
    display: block;
    background-color: #ffffff;
    border: solid 1px #d7d7de;
    padding: 0 0.12rem;
    line-height: 3;
    height: 3em;
    color: #333;
}

.consulting .conform .row .inpuv:nth-child(4n) {
    margin-right: 0;
}

.consulting .conform .row .text {
    width: 100%;
}

.consulting .conform .row .text .area {
    width: 100%;
    display: block;
    background-color: #ffffff;
    border: solid 1px #d7d7de;
    padding: 0.12rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0.1rem;
}

.consulting .conform .row .code {
    width: 100%;
    font-size: 0;
    display: flex;
}

.consulting .conform .row .code .int {
    width: 2.3rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.15rem;
}

.consulting .conform .row .code .int input {
    width: 100%;
    display: block;
    padding: 0 0.2rem;
    color: #333;
    line-height: 3;
    height: 3em;
    border: none;
    background-color: #ffffff;
    border: solid 1px #d7d7de;
}

.consulting .conform .row .code .ymg {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 3em;
}

.consulting .conform .row .code .ymg img {
    height: 100%;
    display: block;
}

.consulting .conform input::-webkit-input-placeholder,
.consulting .conform textarea::-webkit-input-placeholder {
    color: #999;
}

.consulting .conform input:-moz-placeholder,
.consulting .conform textarea:-moz-placeholder {
    color: #999;
}

.consulting .conform input::-moz-placeholder,
.consulting .conform textarea::-moz-placeholder {
    color: #999;
}

.consulting .conform input:-ms-input-placeholder,
.consulting .conform textarea:-ms-input-placeholder {
    color: #999;
}

.consulting .conform .sub {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 0.2rem;
}

.consulting .conform .sub .stn {
    display: inline-block;
    vertical-align: middle;
    min-width: 2.3rem;
    text-align: center;
    color: #222434;
    line-height: 3em;
    height: 3em;
    background-color: #006d41;
    cursor: pointer;
    border: none;
}

.faqs {
    width: 100%;
    padding: 0.2rem 0 0.5rem;
}

.faqs .faqlist {
    width: 100%;
}

.faqs .faqlist .recuim {
    width: 100%;
}

.faqs .faqlist .recuim .ritle {
    width: 100%;
    display: flex;
    background-color: #f4f4f5;
    position: relative;
}

.faqs .faqlist .recuim .ritle .qs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.2rem;
    text-align: center;
    color: #000;
    font-weight: bold;
    background-color: #006d41;
}

.faqs .faqlist .recuim .ritle .rm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
    padding: 0.2rem 0.3rem;
    line-height: 1.5;
    font-weight: bold;
    padding-right: 0.4rem;
}

.faqs .faqlist .recuim .ritle .ic {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    position: absolute;
    right: 0.2rem;
    top: calc(0.1rem + 0.75em);
}

.faqs .faqlist .recuim .ritle .ic img {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 6px;
    transition: all ease 0.5s;
}

.faqs .faqlist .recuim .recont {
    width: 100%;
    border: solid 1px #efeff5;
    display: none;
}

.faqs .faqlist .recuim .recont .ritm {
    width: 100%;
    display: flex;
}

.faqs .faqlist .recuim .recont .ritm .ric {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.2rem;
    text-align: center;
    color: #000;
    background-color: #ffffff;
    border-right: solid 1px #efeff5;
}

.faqs .faqlist .recuim .recont .ritm .rinp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
    padding: 0.4rem 0.3rem;
    line-height: 1.5;
    color: #81838e;
    text-align: justify;
}

.faqs .faqlist .recuim .recont .ritm .rinp p {
    line-height: 1.5;
    color: #81838e;
}

.faqs .faqlist .recuim+.recuim {
    margin-top: 0.1rem;
}

.faqs .faqlist .recuim.show .ritle .ic img {
    transform: rotate(180deg);
}

.oems {
    width: 100%;
    padding: 60px 0 60px;
}

.oems .oemsm {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.oems .oemsm .eol {
    display: inline-block;
    vertical-align: middle;
    width: calc(690 / 1400 * 100%);
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    top: calc(50% - 0.4rem);
    transform: translateY(-50%);
}

.oems .oemsm .eol .img {
    width: 100%;
    padding-top: 56.23%;
}

.oems .oemsm .eol .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 0.8rem;
    height: 0.8rem;
    cursor: pointer;
    transition: all ease 0.5s;
}

.oems .oemsm .eol .play img {
    width: 100%;
    display: block;
}

.oems .oemsm .eol .play:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.oems .oemsm .eor {
    width: calc(762 / 1400 * 100%);
    border: solid 6px #f8f9fc;
    padding: 0.3rem 0.6rem 0.3rem 1.1rem;
    min-height: 388px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.oems .oemsm .eor .eit {
    width: 100%;
    color: #222434;
    line-height: 1.5;
    margin-bottom: 0.2rem;
}

.oems .oemsm .eor .einp {
    width: 100%;
    color: #666;
    line-height: 1.5;
}

.oems .oemsm .eor .einp p {
    color: #666;
    line-height: 1.5;
}

@media (max-width: 800px) {
    .oems .oemsm .eol {
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
        width: 100%;
    }

    .oems .oemsm .eor {
        width: 100%;
        padding: 0.4rem;
        min-height: 0;
    }
}

.feels {
    width: 100%;
    padding: 0.5rem 0;
}

.feels .felem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    background-color: #f4f4f5;
}

.feels .felem .fel {
    display: inline-block;
    vertical-align: middle;
    width: calc(354 / 1400 * 100%);
    position: relative;
    overflow: hidden;
}

.feels .felem .fel .img {
    width: 100%;
    padding-top: 124.29%;
}

.feels .felem .fer {
    display: inline-block;
    vertical-align: middle;
    width: calc((1045 / 1400 * 100%));
    padding: 0.5rem;
}

.feels .felem .fer .fit {
    width: 100%;
    color: #222434;
    line-height: 1.5;
    margin-bottom: 0.2rem;
}

.feels .felem .fer .form {
    width: 100%;
    display: block;
}

.feels .felem .fer .row {
    width: 100%;
    font-size: 0;
}

.feels .felem .fer .row .inpuv {
    display: inline-block;
    vertical-align: top;
    width: calc((318 / 1300 * 100%));
    margin-right: calc((8 / 1300 * 100%));
    margin-bottom: 0.1rem;
}

.feels .felem .fer .row .inpuv input {
    width: 100%;
    display: block;
    background-color: #ffffff;
    border: solid 1px #d7d7de;
    padding: 0 0.12rem;
    line-height: 3;
    height: 3em;
    color: #333;
}

.feels .felem .fer .row .inpuv:nth-child(4n) {
    margin-right: 0;
}

.feels .felem .fer .row .text {
    width: 100%;
}

.feels .felem .fer .row .text .area {
    width: 100%;
    display: block;
    background-color: #ffffff;
    border: solid 1px #d7d7de;
    padding: 0.12rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0.1rem;
}

.feels .felem .fer .row .code {
    width: 100%;
    font-size: 0;
    display: flex;
}

.feels .felem .fer .row .code .int {
    width: 2.3rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.15rem;
}

.feels .felem .fer .row .code .int input {
    width: 100%;
    display: block;
    padding: 0 0.2rem;
    color: #333;
    line-height: 3;
    height: 3em;
    border: none;
    background-color: #ffffff;
    border: solid 1px #d7d7de;
}

.feels .felem .fer .row .code .ymg {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 3em;
}

.feels .felem .fer .row .code .ymg img {
    height: 100%;
    display: block;
}

.feels .felem .fer input::-webkit-input-placeholder,
.feels .felem .fer textarea::-webkit-input-placeholder {
    color: #999;
}

.feels .felem .fer input:-moz-placeholder,
.feels .felem .fer textarea:-moz-placeholder {
    color: #999;
}

.feels .felem .fer input::-moz-placeholder,
.feels .felem .fer textarea::-moz-placeholder {
    color: #999;
}

.feels .felem .fer input:-ms-input-placeholder,
.feels .felem .fer textarea:-ms-input-placeholder {
    color: #999;
}

.feels .felem .fer .sub {
    width: 100%;
    font-size: 0;
    margin-top: 0.2rem;
}

.feels .felem .fer .sub .stn {
    display: inline-block;
    vertical-align: middle;
    min-width: 2.3rem;
    text-align: center;
    color: #222434;
    line-height: 3em;
    height: 3em;
    background-color: #006d41;
    cursor: pointer;
    border: none;
}

@media (max-width: 800px) {
    .feels .felem .fel {
        width: 100%;
    }

    .feels .felem .fel .img {
        padding-top: 50%;
    }

    .feels .felem .fer {
        width: 100%;
    }
}

.cs-row{width: 100%;overflow: hidden;}
.cs-left{float: left;font-size: 0;user-select: none;}
.cs-right{float: right;font-size: 0;}
.cs-num{width: .5rem;height: .3rem;border: 1px solid #e8e8f4;text-align: center;color: #666;margin: 0 .04rem;}
.cs-delete{display: inline-block;vertical-align: top;width: .3rem;height: .3rem;background-image: url(../images/cs1.png);background-size: .2rem auto;background-repeat: no-repeat;background-position: center center;cursor: pointer;}
.cs-minus,
.cs-add{display: inline-block;vertical-align: top;width: .3rem;height: .3rem;line-height: .28rem;border: 1px solid #e8e8f4;text-align: center;cursor: pointer;background-size: 100% 100%;}
.cs-minus{background-image: url(../images/cs2.png);}
.cs-add{background-image: url(../images/cs3.png);}
.cs-hd{width: 100%;position: relative;}
.cs-rt{position: absolute;right: 0;top: 50%;font-size: 0;transform: translate(0,-50%);}
.cs-btn{display: inline-block;vertical-align: top;color: #666;cursor: pointer;}
.cs-btn:after{content: "";display: inline-block;vertical-align: top;width: .875em;height: .9375em;margin-left: .25em;background-size: 100% 100%;}
.cs-back{margin-left: .26rem;}
.cs-empty:after{background-image: url(../images/cs4.png);}
.cs-back:after{background-image: url(../images/cs5.png);}
@media(max-width: 1920px){
    .cs-num{width: 50px;height: 30px;margin: 0 4px;}
    .cs-delete{width: 30px;height: 30px;background-size: 20px auto;}
    .cs-minus,
    .cs-add{width: 30px;height: 30px;line-height: 28px;}
}
@media(max-width: 700px){
    .cs-left{float: none;width: 100%;text-align: center;margin-bottom: 20px;padding-top: 10px;}
    .cs-right{float: none;width: 100%;text-align: right;}
}
@media(max-width: 450px){
    .consulting .conbles .tr .td{width: calc(50% - 70px);flex: auto;}
    .consulting .conbles .tr .td:nth-child(3n){width: 140px;}
}

