
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: #ffc000;
    color: #fff;
}

header .hop .languages .lauges .language .latem.on a {
    background: #ffc000;
    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: #ffc000;
}

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: #ffc000;
}

header .hob nav .natem .navuls ul li:hover .ns {
    background-color: #ffc000;
}

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: #ffc000;
}

header .hob nav .natem.on .nas:after {
    opacity: 1;
}

header .hob nav .natem:hover .nas a {
    color: #ffc000;
}

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: #ffc000;
        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: #ffc000;
    }

    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: #ffc000;
    }

    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: #ffc000;
    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: #ffc000;
}

@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;
    }
}

.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: #ffc000;
}

.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: #ffc000;
}

.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: #ffc000;
    border: solid 1px #ffc000;
}

.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: #ffc000;
    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: #ffc000;
    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;
    }
}

.abouts {
    width: 100%;
    padding: 0.9rem 0;
    position: relative;
    background-color: #ffc000;
}

.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: #ffc000;
    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: #ffc000;
    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: #ffc000;
}

.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: #ffc000;
    }

    .abouts .datas .datm.black .mk {
        color: #fff;
    }
}

.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);
}

.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: #ffc000;
}

.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: #ffc000;
}

@media (max-width: 800px) {
    .newscen .newom .nesper .swiper-slide .imgs .img {
        padding-top: 73.47%;
    }
}

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: #ffc000;
    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%;
    }
}
