<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.w1800 {
    width: 18rem;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .3rem 0;
}

@media (max-width: 1460px) {
    .w1800 {
        width: 94%;
    }
}

.w1200 {
    width: 12rem;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}

@media (max-width: 1220px) {
    .w1200 {
        width: 94%;
    }
}

#fp-nav ul li {
    width: 12px;
    height: 12px;
    margin: 10px 0;
    border-radius: 0;
}

#fp-nav ul li a span {
    width: 12px;
    height: 12px;
    margin: 0 !important;
    border-radius: 0;
    left: 0;
    top: 0;
    background-color: transparent !important;
    border: solid 1px #ffffff;
}

#fp-nav ul li a.active span {
    width: 12px;
    height: 12px;
    background-color: #fff !important;
    border-radius: 0;
}

#fp-nav.left {
    right: 0.1rem;
    left: unset;
}

header {
    width: 100%;
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 13px 0px rgba(203, 203, 203, 0.25);
}

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

header .logo a {
    width: 100%;
    height: 100%;
    display: block;
}

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

header .head-left {
    display: flex;
    align-items: center;
}

header .mid .menu {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    /* width: 0.4rem;
    height: 0.4rem; */
}

header .mid .menu img {
    width: 100%;
    height: 100%;
    display: block;
}

header .search {
    margin: 0 0.3rem;
    cursor: pointer;
}

header .search .icon.ss {
    display: inline-block;
    vertical-align: middle;
}

header .search .icon.ss img {
    width: 100%;
    height: 100%;
    display: block;
}

header .service {
    width: 1.2rem;
    display: inline-block;
    vertical-align: middle;
}

header .service a {
    width: 100%;
    line-height: 2.5;
    text-align: center;
    color: #fff;
    border-radius: 1.25em;
    background: #1d2088;
    display: block;
}

header .sear {
    width: 100%;
    font-size: 0;
    padding: 0.1rem 0.2rem;
    border-top: solid 1px #f6f6f6;
    display: none;
    position: absolute;
    left: 0;
    top: 1rem;
    z-index: 1111;
    background: #fff;
}

header .sear form {
    width: 100%;
    font-size: 0;
    margin: 0 auto;
    max-width: 10rem;
    display: block;
}

header .sear .input {
    width: calc(100% - 2rem);
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    background: #f6f6f6;
}

header .sear .input input {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    background: #f6f6f6;
    color: #666666;
    font-size: calc(12px - 0.12rem + 0.16rem);
    line-height: 2.5;
    height: 2.5em;
    padding: 0 0.2rem;
    border: none;
}

header .sear .submxt {
    width: 2rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

header .sear .submxt input {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    background: #e50012;
    color: #fff;
    font-size: calc(12px - 0.12rem + 0.16rem);
    line-height: 2.5;
    padding: 0 0.2rem;
    border: none;
    text-align: center;
    cursor: pointer;
}

header .black {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 40;
    cursor: pointer;
}

header.menu-state .black {
    display: block;
}

@media (max-width: 900px) {
    header {
        /* padding: 0.2rem 0; */
    }
    header nav {
        width: 60%;
        width: 5rem;
        position: fixed;
        right: 0;
        top: 0;
        height: 100vh;
        /*background-color: #fff;*/
        margin-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        overflow: auto;
        z-index: 100;
        transform: translate(100%, 0);
        transition: transform .3s;
        background: rgba(0, 0, 0, 0.5);
    }
    header nav .natem {
        width: 100%;
        position: relative;
        margin: 0;
        text-align: left;
        padding: 0 0.2rem;
    }
    header nav .natem .nas a {
        color: #fff;
        line-height: 3.5;
    }
    header nav .natem .navul {
        width: 100%;
        position: relative;
        /*background: #fff;*/
        display: none;
    }
    header nav .natem .navul ul li {
        width: 100%;
    }
    header nav .natem .navul ul li a {
        color: #e4e4e4;
        padding: 0 0.3rem;
        text-align: left;
        /*background: #fff;*/
    }
    header nav .natem.on:after {
        display: none;
    }
    header nav .natem.has-nav:after {
        content: "+";
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 30px;
        text-align: center;
        position: absolute;
        background: none;
        right: 0;
        left: auto;
        transform: translateX(0);
        top: 0;
        font-size: 20px;
        color: #fff;
    }
    header nav .natem.has-nav.show:after {
        content: "-";
    }
    /* header .mid {
      display: inline-block;
      vertical-align: middle;
      text-align: right;
      width: calc(100% - 2.51rem - 1rem);
      width: calc(100% - 1.25rem - 1rem - 80px);
      font-size: 0;
      padding-right: 0.24rem;
    } */
    header .service {
        width: 80px;
    }
    header.menu-state nav {
        transform: translate(0, 0);
    }
}

.lng {
    margin: 0 0.3rem;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon.lag {
    display: inline-block;
    vertical-align: middle;
    margin-right: .1rem;
}

.icon.lag img {
    width: 100%;
    height: 100%;
    display: inline-block;
}

header .drop-down {
    width: 100%;
    font-size: 0;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1111;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

nav {
    box-shadow: 0px 0px 8px 0px rgba(79, 79, 79, 0.14);
    text-align: left;
    font-size: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: .8rem 1.6rem;
}

nav .natem .nas {
    font-weight: bold;
    padding-bottom: .6rem;
    color: #fff;
}

nav .natem .navul li {
    color: #dadada;
    padding-bottom: .3rem;
}

nav .natem .navul li a:hover {
    color: #e50012;
    border-bottom: #e50012 1px solid;
}

@media (max-width: 900px) {
    header .drop-down .w1800 {
        display: none;
    }
    nav {
        box-shadow: 0px 0px 8px 0px rgba(79, 79, 79, 0.14);
        text-align: left;
        font-size: 0;
        display: block;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0;
    }
    nav .natem .nas {
        padding-bottom: .2rem;
    }
    header nav .natem .nas a {
        line-height: 2;
    }
}

main {
    background-color: #fff;
}

main.f9 {
    background-color: #f9f9f9;
}

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

.banner .swiper-slide {
    width: 100%;
    height: 100vh;
    display: block;
    position: relative;
}

.banner-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 14rem;
}

.banner-con .text {
    font-size: .6rem;
    line-height: 1.5;
}

.banner-con .text2 {
    /*font-size: .2rem;*/
}

.banner-con .text3 {
    display: none;
}

.banner-con .btn {
    display: block;
    width: 2rem;
    height: .6rem;
    line-height: .6rem;
    margin: auto;
    margin-top: 1rem;
    background-color: #e50012;
}

.banner .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    opacity: 1;
    border: 1px solid #fff;
    background-color: transparent;
    margin: 0 0.1rem;
    display: inline-block;
    vertical-align: middle;
}

.banner .swiper-pagination-bullet-active {
    width: 0.12rem;
    height: 0.12rem;
    background-size: 100%;
    background-position: center;
    background-color: #fff;
}

@media (max-width: 700px) {
    .banner-con1 .text1 {
    font-size: .4rem;
    /*padding-bottom: .45rem;*/
    line-height: 1.5;
}
    .banner-con1 .text1.texten {
    font-size: .3rem;
}
}

@media (max-width: 768px) {
    .banner .swiper-slide a {
        opacity: 1;
    }
    .banner .swiper-slide .plays {
        bottom: auto;
        top: 42%;
        left: calc((180 / 1920) * 100%);
    }
    .banner-con .text2 {
        text-align: initial;
    }
    .banner-con1 .text2 {
        text-align: initial;
    }
}

/* 制造轮播 */

.makebanner .swiper-slide {
    width: 100%;
    height: 100vh;
    display: block;
    position: relative;
}

.swiper-container-horizontal&gt;.swiper-pagination-progress {
    top: auto;
    bottom: 20%;
    left: 50%;
    width: 10%;
    transform: translateX(-50%);
    background-color: #cfcfcf;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background-color: #e50012;
}

.banner-con .text1 {
    font-size: .6rem;
/*    padding-bottom: .45rem;*/
    line-height: 1.5;
}
.banner-con .text1.texten{
    font-size: .35rem;
}

.banner-con .text3.texten{
    display: none;
}

.banner-con1 .text1.texten{
    font-size: .35rem;
}


.banner-con .text2 {
    padding: 0 15px;
    line-height: 2;
}

.secmap{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
}

.banner-con .con-line, .banner-con1 .con-line {
    width: .68rem;
    height: 5px;
    background-color: #ffffff;
    margin: auto;
    position: relative;
    margin-bottom: .5rem;
    margin-top: .45rem;
}

.banner-con .con-line::after, .banner-con1 .con-line::after {
    position: absolute;
    width: .6rem;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: -.6rem;
    transform: translateY(-50%);
    content: '';
}

.banner-con .con-line::before, .banner-con1 .con-line::before {
    position: absolute;
    width: .6rem;
    height: 1px;
    background-color: #fff;
    top: 50%;
    right: -.6rem;
    transform: translateY(-50%);
    content: '';
}

.banner-con1 {
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 14rem;
}

.banner-con1 .text1 {
    font-size: .48rem;
    /*padding-bottom: .45rem;*/
    line-height: 1.5;
}


.banner-con1 .text2 {
    line-height: 2;
    padding: 0 15px;
}

.partnerswiper {
    width: 14rem;
    margin: auto;
}

.partnerswiper .swiper-slide {
    width: 312px;
    height: 160px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 0 !important;
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .4rem;
}

.partnerswiper .swiper-slide:hover {
    background-color: #e50012;
}

@media (max-width: 768px) {
    .banner-con {
        width: 90%;
    }
    .banner-con1 {
        width: 90%;
    }
    .partnerswiper {
        width: 100%;
        margin: auto;
    }
    .secmap{
        top: 50%;
    }
}

/* 关于我们首页 */

.m_inside_banner {
    height: 5rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.m_inside_banner .bgbig{
    height: 100%;
}

.m_inside_banner .subject {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*text-align: center;*/
    margin: auto;
    color: #fff;
    width: 14rem;
}

.m_inside_banner .subject .p1 {
    font-size: .48rem;
    /*margin-bottom: .5rem;*/
    text-align: center;
}

.m_inside_banner .subject .p2 {
    line-height: 2;
}

.m_inside_banner .subject .p3 {
    line-height: 2;
    text-align: center;
    margin-bottom: .5rem;
}
@media (max-width: 1400px) {
    .m_inside_banner1 {
        height: auto;
    }
    .m_inside_banner .subject1 {
        position: unset;
        left: 0;
        top: 0;
        transform: unset;
        padding-top: 10%;
        padding-bottom: 10%;
    }
}

@media (max-width: 1100px) {
    .m_inside_banner .subject {
        width: 90%;
    }
}

@media (max-width: 900px) {
    .m_inside_banner .subject1 {
        padding-top: 8%;
    }
    .m_inside_banner .subject::-webkit-scrollbar {
        width: 0 !important
    }
}

@media (max-width: 700px) {
    .m_inside_banner .subject1 {
        padding-top: 15%;
    }
}

.head-nav {
    width: 100%;
    height: .6rem;
    box-shadow: 0px 1px 0px 0px #e5e5e5;
    margin-bottom: .2rem;
    background-color: #fff;
}

.head-nav .nav {
    width: 14rem;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}



.head-nav .nav li {
    text-align: center;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: .6rem;
    height: 100%;
    cursor: pointer;
    /* font-size: 16px; */
}

.head-nav .nav li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: .6rem;
    height: 100%;
}

.head-nav .nav li:hover {
    background-color: #e50012;
    color: #fff;
}

.head-nav .nav li a:hover {
    background-color: #e50012;
    color: #fff;
}

.head-nav .nav li.on a {
    background-color: #e50012;
    color: #fff;
}
@media (max-width: 700px) {
    .head-nav .nav {
        width: 100%;
        display: inline-block;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .head-nav .nav li {
        width: 50%;
    }
}
.crumbs {
    width: 14rem;
    margin: auto;
    text-align: right;
    font-size: 14px;
    color: #555;
    margin-bottom: .5rem;
}

.crumbs a {
    margin: 0 .1rem;
}

@media (max-width: 700px) {
    .crumbs {
        width: 100%;
        padding-right: 20px;
    }
    .head-nav .nav li a {
        /* display: inline-block;
        width: 100%;
        text-align: center;
        line-height: .6rem;
        height: 100%; */
        font-size: 12px;
    }
    .head-nav .nav li {
        font-size: 12px;
    }
}

.cont-us {
    width: 1400px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.cont-us .us {
    flex: 1;
    margin-right: .8rem;
}

.cont-us .us .sec-nav {
    width: 3.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #e50012;
    height: .5rem;
    margin-bottom: .5rem;
}

.cont-us .us .sec-nav li {
    font-size: .18rem;
    width: 100%;
    text-align: center;
}

.cont-us .us .tit {
    margin-bottom: .74rem;
    position: relative;
    font-weight: bold;
}

.cont-us .us .tit::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #e50012;
    left: 0;
    bottom: -.35rem;
}

.cont-us .us .text {
    color: #333333;
    line-height: 2;
    flex: 1;
    height: 3rem;
    overflow: auto;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.cont-us .us .text::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
  }

  /*定义滚动条轨道 内阴影+圆角*/
  .cont-us .us .text::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  /*定义滑块 内阴影+圆角*/
  .cont-us .us .text::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c8c8c8;
  }

.cont-us .map {
    width: 7.9rem;
    height: 4.6rem;
    background-position: center;
    background-size: cover;
}

@media(max-width: 1440px) {
    .cont-us {
        width: 1200px;
    }
}

@media(max-width: 1200px) {
    .cont-us {
        width: 900px;
    }
}

@media(max-width: 900px) {
    .cont-us {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
        flex-direction: column;
    }
    .cont-us .us {
        margin-right: 0;
        margin-bottom: .2rem;
    }
    .cont-us .map {
        width: 100%;
    }
    .cont-us .us .sec-nav {
        width: 100%;
    }
}

.bus {
    background-color: #cc1225;
    position: relative;
    height: 4.3rem;
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
}

.bus-con {
    width: 1400px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.bus-con .img {
    background-position: center;
    background-size: cover;
    width: 60%;
    height: 5.75rem;
    float: left;
    position: absolute;
    bottom: 0;
}

.bus-con .con-text {
    float: right;
    margin-left: .5rem;
    width: 35%;
    height: 5.7rem;
}

/* .bus-con .con-text::-webkit-scrollbar {
    width: 0 !important
} */

.bus-con .con-text .tit {
    margin-top: .4rem;
    margin-bottom: 1.1rem;
    position: relative;
}

.bus-con .con-text .tit::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #e50012;
    left: 0;
    bottom: -.35rem;
}

.bus-con .con-text .tit2 {
    color: #fff;
    line-height: 2;
    height: 3rem;
    overflow: auto;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.bus-con .con-text .tit2::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
  }

  /*定义滚动条轨道 内阴影+圆角*/
  .bus-con .con-text .tit2::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  /*定义滑块 内阴影+圆角*/
  .bus-con .con-text .tit2::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c8c8c8;
  }
@media(max-width: 1400px){
    .bus-con {
        width: 1200px;
    }
    .bus-con .img{
        width: 60%;
    }
    .bus-con .con-text {
        width: 35%;
    }
}
@media(max-width: 1200px){
    .bus-con {
        width: 900px;
    }
}
@media(max-width: 900px) {
    .bus {
        background-color: #cc1225;
        position: unset;
        height: auto;
        margin-top: 1rem;
        margin-bottom: 1.6rem;
    }
    .bus-con {
        width: 100%;
        position: unset;
        left: 0;
        transform: unset;
    }
    .bus-con .img {
        width: 100%;
        height: 5.75rem;
        float: none;
        position: unset;
        bottom: 0;
    }
    .bus-con .con-text {
        float: none;
        margin-left: 0;
        width: 100%;
        height: auto;
        overflow: auto;
        padding: 10px;
    }
    .bus-con .con-text .tit {
        color: #fff;
    }
    .bus-con .con-text .tit::after {
        background-color: #fff;
    }

    .cont-us .us .text{
        height: auto;
    }
    .bus-con .con-text .tit2{
        height: auto;
    }
}

.about-art {
    width: 14rem;
    margin: auto;
    /*text-align: center;*/
    margin-bottom: 1rem;
}

.about-art h1 {
    margin-bottom: .5rem;
    text-align: center;
}

.about-art p {
    line-height: 2;
}

.about-art img {
    margin: .8rem 0 .5rem 0;
}

@media(max-width: 700px) {
    .about-art {
        width: 100%;
        padding: 0 20px;
    }
    .banner-con .text {
    font-size: .35rem;
    display: none;
    }
    .banner-con .text1.texten{
    font-size: .3rem;
    display: none;
    }
    .banner-con .text3 {
    font-size: .4rem;
    display: block;
    line-height: 1.5;
    }
    .banner-con .text3.texten{
    display: block;
    font-size: .3rem;
    line-height: 1.5;
    }
    .banner-con .text1 {
    font-size: .35rem;
    display: none;
    }
}

.new {
    background-color: #f9f9f9;
}

.new-list {
    padding-top: .87rem;
    width: 14rem;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.new-item {
    width: 4.46rem;
    margin-right: .3rem;
    margin-bottom: .6rem;
    background-color: #fff;
}
.new-item:hover .n1 img{
    transform: scale(1.1);
    transition: .5s;
}

.new-item:nth-child(3n+3) {
    margin-right: 0;
}

.new-item .n1 {
    width: 100%;
    height: auto;
    margin-bottom: .2rem;
    overflow: hidden;

}

.new-item .n2 {
    color: #333333;
    font-weight: bold;
    margin-bottom: .2rem;
    padding: 0 .3rem;
    line-height: 1.3;
}

.new-item .n3 {
    color: #999999;
    margin-bottom: .2rem;
    line-height: 2;
    /* height: .5rem; */
    padding: 0 .3rem;
}

.new-item .n4 {
    color: #999999;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: .3rem;
    border-top: 1px solid #f1f1f1;
}

.new-item .n4 .btn {
    width: 0.5rem;
    height: 0.5rem;
    text-align: center;
    line-height: .5rem;
    border-left: 1px solid #f1f1f1;
}

.new-item:hover .n2 {
    color: #e50012;
}

.new-item:hover .n4 .btn {
    background-color: #e50012;
    color: #fff;
}

@media(max-width: 1200px) {
    .new-list {
        width: 900px;
    }
    .new-item {
        width: 32%;
        margin-right: 2%;
    }
    .new-item:nth-child(4n+4) {
        margin-right: 2%;
    }
    .new-item:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media(max-width: 900px) {
    .new-list {
        width: 100%;
        padding: 0 20px;
        padding-top: .87rem;
    }
    .new-item:nth-child(4n+4) {
        margin-right: 3%;
    }
    .new-item:nth-child(3n+3) {
        margin-right: 3%;
    }
    .new-item {
        width: 48%;
        margin-right: 3%;
    }
    .new-item:nth-child(2n+2) {
        margin-right: 0;
    }
}

.page {
    width: 100%;
    text-align: center;
    padding: .3rem 0 .5rem 0;
}

/* .page  {
    display: inline-block;
    margin: 0 .05rem;
    background-color: #fff;
    border: solid 1px #eeeeee;
} */

.page a,.page span {
    display: inline-block;
    width: .46rem;
    height: .46rem;
    text-align: center;
    line-height: .46rem;
    font-size: .15rem;
    margin: 0 .05rem;
    background-color: #fff;
    border: solid 1px #eeeeee;
}

.page a:nth-last-child(2), .page a:nth-child(2) {
    width: .9rem;
}

.page a:first-child, .page a:last-child {
    width: .8rem;
}

.page a:hover, .page span.active {
    background-color: #e50012;
    color: #fff;
}

.newdeta {
    width: 14rem;
    margin: auto;
    background-color: #fff;
    padding: .5rem .6rem .7rem .6rem;
}

.newdeta .detahead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .3rem;
}

.newdeta .detahead h1 {
    flex: 1;
}

.newdeta .detahead .share-btn .btn {
    display: inline-block;
    background-color: #bfbfbf;
    width: .36rem;
    height: .36rem;
    text-align: center;
    line-height: .36rem;
}

.newdeta .detahead .share-btn .btn:hover {
    background-color: #e50012;
}

.newdeta .date {
    display: flex;
    align-items: center;
    color: #999999;
    margin-bottom: .4rem;
}

.newdeta .date img {
    margin-right: .1rem;
}

.newdeta .text-con {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    /*text-align: center;*/
    padding: .4rem 0;
    margin-bottom: .5rem;
}

.newdeta .text-con p {
    margin-bottom: .2rem;
    line-height: 2;
}

.newdeta .text-con img {
    margin: .2rem 0;
}

.newdeta .jumpbtn {
    text-align: center;
}

.newdeta .jumpbtn a {
    display: inline-block;
    width: 1.5rem;
    height: .5rem;
    background-color: #bfbfbf;
    text-align: center;
    line-height: .5rem;
}

.newdeta .jumpbtn a:hover {
    background-color: #e50012;
    color: #fff;
}

@media(max-width: 900px) {
    .newdeta {
        width: 100%;
    }
}

.conbox {
    width: 14rem;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 .8rem;
    margin-bottom: .5rem;
}

.conbox .item {
    text-align: center;
    width: 23%;
}

.conbox .item .img {
    display: inline-block;
    width: .9rem;
    height: .9rem;
    line-height: .9rem;
    background-color: #ffffff;
    border: solid 1px #dedede;
    border-radius: 50%;
    margin-bottom: .35rem;
}

.conbox .item .p1 {
    margin-bottom: .15rem;
}

.conbox .item .p2 {
    line-height: 2;
}

.message {
    width: 14rem;
    margin: auto;
    background-color: #f8f8f8;
    padding: .7rem .5rem;
    margin-bottom: 1rem;
}

.message form {
    width: 100%;
    font-size: 0;
}

.message .tit {
    margin-bottom: .6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.message .tit .t1 p:first-child {
    margin-bottom: .27rem;
}

.message .tit .t1 p:last-child {
    line-height: 1.5;
}

.message .input {
    width: 49%;
    /* margin-right: .3rem; */
    margin-bottom: .2rem;
    padding-left: 0.47rem;
    height: .6rem;
    background-color: #ffffff;
    display: inline-block;
    position: relative;
}

.message .input img {
    position: absolute;
    left: .18rem;
    top: 50%;
    transform: translateY(-50%);
}

.message .input:nth-child(even) {
    margin-right: 2%;
}

.message .input input {
    width: 100%;
    height: 100%;
    border: none;
}

.message .textarea {
    width: 100%;
    height: 1rem;
    padding: .2rem;
    padding-left: .47rem;
    background-color: #fff;
    margin-bottom: .4rem;
    position: relative;
}

.message .textarea img {
    position: absolute;
    left: .18rem;
    top: .22rem;
}

.message .textarea textarea {
    border: none;
    width: 100%;
    height: 100%;
    line-height: 2;
}

.message input[type=submit] {
    width: 1.5rem;
    height: .5rem;
    background-color: #e50012;
    color: #fff;
    border: none;
}
.message .subbtn2{
    display: none;
}

@media(max-width: 1200px) {
    .message .textarea {
        padding-left: .7rem;
    }
    .message .input {
        padding-left: 0.7rem;
    }
}

@media(max-width: 900px) {
    
    .conbox {
        width: 100%;
        flex-flow: wrap;
    }
    .conbox .item {
        width: 45%;
        margin-bottom: .2rem;
    }
    .conbox .item .img {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .cont-us {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
        flex-direction: column-reverse;
    }
    .cont-us .us {
        margin-right: 0;
    }
    .cont-us .map {
        width: 100%;
        margin-bottom: .2rem;
    }
    .message {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .message .input {
        width: 100%;
    }
    .message .input:nth-child(even) {
        margin-right: 0;
    }
    .message .input {
        height: 1rem;
    }
    .message .textarea {
        width: 100%;
        height: 3rem;
        background-color: #fff;
        margin-bottom: .4rem;
    }
    .message input[type=submit]{
        display: none;
    }
    .message input[type=submit].subbtn2{
        display: block !important;
        margin: auto;
        width: 3rem;
        height: 1rem;
    }
}

.conmap {
    width: 100%;
    height: 5rem;
}

.engcon {
    width: 14rem;
    margin: auto;
}

.engcon .engdeta {
    background-color: #f9f9f9;
    margin-bottom: .5rem;
}

.engcon .engdeta .img {
    width: 50%;
    float: left;
}

.engcon .engdeta .text {
    float: right;
    width: 50%;
    padding: .6rem .5rem 0 .5rem;
}

.engcon .engdeta .text h2 {
    margin-bottom: .5rem;
}

.engcon .engdeta .text p {
    line-height: 2;
    margin-bottom: .6rem;
}

.engcon .engdeta .text a {
    display: block;
    text-align: center;
    line-height: .46rem;
    width: 1.4rem;
    height: .46rem;
    color: #fff;
    background-color: #e50012;
}

.englist {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.engitem {
    width: 4.46rem;
    margin-right: .3rem;
    margin-bottom: .5rem;
    background-color: #fff;
}
.engitem:hover .e1 img{
    transform: scale(1.1);
    transition: .5s;
}

.engitem .e1 {
    margin-bottom: .2rem;
    overflow: hidden;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    background-color: #f8f8f8;
}
.engitem .e1 img{
    max-width: 100%;
    max-height: 100%;
}

.engitem:nth-child(3n+3) {
    margin-right: 0;
}

.engitem:hover .e2 {
    color: #e50012;
}

@media(max-width: 1200px) {
    .engcon {
        width: 900px;
    }
    .engitem {
        width: 32%;
        margin-right: 2%;
    }
    .engitem:nth-child(4n+4) {
        margin-right: 2%;
    }
    .engitem:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media(max-width: 900px) {
    .engcon .engdeta .text a{
        width: 3rem;
        height: 1rem;
        line-height: 1rem;
    }
    .engcon {
        width: 100%;
        padding: 0 20px;
    }
    .engcon .engdeta .img {
        width: 100%;
        float: none;
        text-align: center;
    }
    .engcon .engdeta .text {
        width: 100%;
        float: none;
        margin: auto;
        padding-bottom: .6rem;
    }
    .engitem:nth-child(4n+4) {
        margin-right: 3%;
    }
    .engitem:nth-child(3n+3) {
        margin-right: 3%;
    }
    .engitem {
        width: 48%;
        margin-right: 3%;
    }
    .engitem:nth-child(2n+2) {
        margin-right: 0;
    }
}

.rancon {
    width: 14rem;
    margin: auto;
    text-align: center;
    padding-bottom: .3rem;
}

.rancon h2 {
    margin-bottom: .6rem;
}

.rancon .ranlist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rancon .ranlist .item {
    width: 25%;
    margin-bottom: .5rem;
}

.rancon .ranlist .item img {
    margin-bottom: .24rem;
}

.sellbox {
    background-color: #f9f9f9;
    padding-top: .7rem;
    padding-bottom: .8rem;
}

.sellbox .pre-sale {
    width: 14rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    margin-bottom: .7rem;
}

.sellbox .pre-sale .img {
    width: 50%;
}

.sellbox .pre-sale .text {
    width: 50%;
}

.sellbox .pre-sale .text h2 {
    margin-bottom: .5rem;
    text-align: center;
}

.sellbox .pre-sale .text .tip {
    padding-left: 1.6rem;
}

.sellbox .pre-sale .text .tip .t1 {
    margin-bottom: .4rem;
}

.sellbox .pre-sale .text .tip .t1:last-child {
    margin-bottom: 0;
}

.sellbox .pre-sale .text .tip .t1 img {
    margin-right: .25rem;
}

.sellbox .after-sale {
    width: 14rem;
    margin: auto;
    text-align: center;
}

.sellbox .after-sale h2 {
    margin-bottom: .4rem;
}

.sellbox .after-sale .after-icon {
    width: 100%;
    background-position: center;
    background-size: cover;
    padding: .8rem 1rem;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sellbox .after-sale .after-icon .item {
    width: 25%;
    margin-bottom: .8rem;
}

.sellbox .after-sale .after-icon img {
    margin-bottom: .3rem;
}

.sellbox .after-sale .after-icon p {
    color: #fff;
}

@media(max-width: 1200px) {
    .sellbox .pre-sale {
        width: 900px;
    }
    .sellbox .after-sale {
        width: 900px;
    }
}

@media(max-width: 900px) {
    .rancon .ranlist .item img{
        padding: 0 25%;
    }
    .rancon {
        width: 100%;
        padding: 0 20px;
    }
    .rancon .ranlist .item {
        width: 50%;
    }
    .sellbox .pre-sale {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
    }
    .sellbox .pre-sale:nth-child(2) {
        flex-direction: column-reverse;
    }
    .sellbox .pre-sale .img {
        width: 100%;
    }
    .sellbox .pre-sale .text {
        width: 100%;
        padding: .3rem 0;
    }
    .sellbox .pre-sale .text .tip {
        padding-left: 0;
    }
    .sellbox .after-sale {
        width: 100%;
    }
    .sellbox .after-sale .after-icon .item {
        width: 50%;
    }
}

.m_pop {
    position: fixed;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.m_pop.show {
    z-index: 999999;
    opacity: 1
}

.m_pop_mask {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999991;
}

.m_pop_body {
    z-index: 9999993;
    position: absolute;
    max-width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 45%
}

.m_pop_top {
    height: 76px;
}

.m_pop_top .close_d {
    float: right;
    margin-right: 36px;
}

.m_pop_top .close_d .close_btn {
    cursor: pointer;
    position: relative;
}

.m_pop_top .close_d .close_btn:before {
    display: block;
    content: '';
    position: absolute;
    border-left: 1px solid #ffffff;
    left: 50%;
    height: 47px;
    top: 100%
}

.m_pop_main {
    width: 840px;
    background: #ffffff;
    padding: 50px 30px;
    font-size: 15px;
    box-sizing: border-box;
}
.m_pop_main form{
    font-size: 0;
}
.m_pop_main .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .6rem;
}

.m_pop_main .tit .t1 p {
    line-height: 2;
}

.m_pop_main .tit .t2 {
    margin-bottom: .3rem;
    display: flex;
}
.m_pop_main .tit .t2 span{
    margin-right: .2rem;
}

.m_pop_main .input {
    width: 32%;
    height: .5rem;
    display: inline-block;
    border: solid 1px #dcdcdc;
    padding-left: .2rem;
    margin-bottom: .2rem;
    margin-right: 2%;
}
.m_pop_main .input:nth-child(4n+4){
    margin-right: 0;
}

.m_pop_main .input input {
    width: 100%;
    height: 100%;
    border: none;
}

.m_pop_main .textarea {
    width: 100%;
    height: 1rem;
    padding: .2rem;
    background-color: #fff;
    margin-bottom: .4rem;
    position: relative;
    border: solid 1px #dcdcdc;
}

.m_pop_main .textarea textarea {
    border: none;
    width: 100%;
    height: 100%;
    line-height: 2;
}

.m_pop_main input[type=submit] {
    display: block;
    width: 2.45rem;
    height: .5rem;
    background-color: #e50012;
    color: #fff;
    border: none;
    margin: auto;
}

@media(max-width: 900px) {
    .m_pop_main {
        width: 100%;
    }
    .m_pop_body {
        width: 100%;
    }
    .m_pop_main {
        padding: .5rem .3rem;
    }
    .m_pop_main .input{
        width: 100%;
    }
}

.parts {
    width: 14rem;
    margin: auto;
}

.parts .engitem {
    text-align: center;
    width: 4.3rem;
    margin-right: .55rem;
}

.parts .engitem:nth-child(3n+3) {
    margin-right: 0;
}

@media (max-width: 1200px) {
    .parts {
        width: 900px;
    }
    .parts .engitem {
        width: 32%;
        margin-right: 2%;
    }
    .parts .engitem:nth-child(4n+4) {
        margin-right: 2%;
    }
    .parts .engitem:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media (max-width: 900px) {
    .parts {
        width: 100%;
        padding: 0 20px;
    }
    .parts .engitem:nth-child(4n+4) {
        margin-right: 3%;
    }
    .parts .engitem:nth-child(3n+3) {
        margin-right: 3%;
    }
    .parts .engitem {
        width: 48%;
        margin-right: 3%;
    }
    .parts .engitem:nth-child(2n+2) {
        margin-right: 0;
    }
}

.procon {
    width: 1400px;
    margin: auto;
}

.prolist {
    /* display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; */
}

.proitem {
    width: 328px;
    background-color: #f8f8f8;
    text-align: center;
    margin-bottom: .4rem;
    float: left;
    margin-right: 29px;
    padding: .3rem .55rem;
}

.proitem:nth-child(4n+4) {
    margin-right: 0;
}

.proitem .pro1 {
    margin-bottom: .1rem;
    /* background-position: center;
    background-size: cover;
    width: 100%;
    height: 2.1rem; */
    overflow: hidden;
}

.proitem .pro2 {
    margin-bottom: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.58rem;
}

.proitem .pro3 {
    width: 1.4rem;
    height: .4rem;
    border: solid 1px #a0a0a0;
    text-align: center;
    line-height: .4rem;
    margin: auto;
}

.proitem:hover .pro3 {
    background-color: #e50012;
    border: none;
    color: #fff;
}
.proitem:hover .pro1 img{
    transform: scale(1.1);
    transition: .5s;
}

@media (max-width: 1400px) {
    .procon {
        width: 1200px;
    }
    .proitem {
        width: 24.25%;
        margin-right: 1%;
    }
}

@media (max-width: 1200px) {
    .procon {
        width: 900px;
    }
    .proitem {
        width: 48%;
        margin-right: 2%;
    }
    .proitem:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media (max-width: 900px) {
    .procon {
        width: 100%;
        padding: 0 20px;
    }
    .proitem .pro1 {
        margin-bottom: .2rem;
    }
    .proitem .pro3 {
        width: 100px;
        height: 30px;
        line-height: 30px;
    }
}

/* 产品详情 */

.detacon {
    width: 14rem;
    margin: auto;
    padding-bottom: .8rem;
}

.part1 {
    background-color: #fff;
    padding: .6rem .8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .4rem;
}

.pro-wg {
    width: 6rem;
    margin-right: .7rem;
}

.pro-wg .wg-l {
    width: 4.6rem;
    height: 4.6rem;
    float: right;
}

.pro-wg .wg-l .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.pro-wg .wg-l .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.pro-wg .r-box {
    width: .9rem;
    float: left;
    height: 4.6rem;
    position: relative;
}

.pro-wg .wg-r {
    width: 100%;
    height: 100%;
    margin: 0;
}

.pro-wg .wg-r .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.pro-wg .wg-r .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 20%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.wg-r .swiper-slide-thumb-active {
    border: solid 1px #e50012;
}

.part1 .text {
    flex: 1;
}

.part1 .text .t1 {
    margin-bottom: .5rem;
}

.part1 .text .t2 {
    line-height: 2;
    margin-bottom: 1rem;
}

.part1 .text .t3 {
    display: flex;
    align-items: center;
}

.part1 .text .t3 img {
    margin-right: .2rem;
}

.part1 .text .t3 .t4 p:first-child {
    margin-bottom: .1rem;
}

.part1 .text .t3 .t4 p:last-child {
    color: #e50012;
}

@media (max-width: 900px) {
    .detacon {
        width: 100%;
    }
    .part1 {
        flex-direction: column;
    }
    .pro-wg {
        width: 100%;
        margin-right: 0;
        margin-bottom: .3rem;
    }
    .pro-wg .wg-l {
        width: 65%;
    }
    .pro-wg .r-box {
        width: 30%;
    }
}

.part2 {
    background-color: #ffffff;
    padding: 0 .6rem;
}

.part2 .pronav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .6rem;
    padding: 0 1.4rem;
    border-bottom: 1px solid #f2f2f2;
}

.part2 .pronav a {
    height: 100%;
    line-height: .6rem;
    cursor: pointer;
}

.part2 .pronav a:hover {
    border-bottom: 1px solid #e50012;
    color: #e50012;
}
.part2 .pronav a.active {
    border-bottom: 1px solid #e50012;
    color: #e50012;
}
.pronav.fixed {
    position: fixed;
    z-index: 98;
    width: 14rem;
    left: 50%;
    transform: translate(-50%);
    padding: 0 2rem;
    background-color: #fff;
}
/* .cptd{
    margin-bottom: .8rem;
} */

.part2 .alltit {
    margin-bottom: .4rem;
    padding-left: .3rem;
    position: relative;
    padding-top: 1rem;
}

.part2 .alltit::before {
    content: '';
    width: 4px;
    height: .2rem;
    background-color: #e50012;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cptd-con .c1-tit {
    margin-bottom: .2rem;
}

.cptd-con .c1 {
    margin-bottom: .4rem;
}

.cptd-con .c1:last-child {
    margin-bottom: 0;
}

.cptd-con .c1-tit img {
    float: left;
    top: 0;
}

.cptd-con .c1-tit span {
    padding-left: 15px;
    font-weight: bold;
}

.cptd-con .c2 {
    padding-left: 27px;
    color: #666;
    line-height: 1.5;
}

.cptd table {
    width: 100%;
    border: none;
}

.cptd table thead {
    background-color: #e50012;
    color: #fff;
}

.cptd table tr th, .cptd table tr td {
    height: .5rem;
    border: none;
    font-size: 14px;
    text-align: center;
}

.cptd table tbody tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.form-opt {
    margin-bottom: .3rem;
}

.form-opt .opt {
    width: 1.6rem;
    height: .5rem;
    background-color: #f8f8f8;
    display: inline-block;
    line-height: .5rem;
    text-align: center;
    margin-right: .4rem;
}

.form-opt .opt:hover {
    background-color: #e50012;
    color: #fff;
    cursor: pointer;
}

.form-opt .opt.on {
    background-color: #e50012;
    color: #fff;
}

.cptd .form-box form {
    font-size: 0;
    padding-bottom: .7rem;
}

.cptd .form-box .input {
    width: 49%;
    margin-bottom: .2rem;
    padding-left: 0.3rem;
    height: .6rem;
    background-color: #f8f8f8;
    display: inline-block;
}

.cptd .form-box .input input {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #f8f8f8;
}

.cptd .form-box .input:nth-child(odd) {
    margin-right: 2%;
}

.cptd .form-box .textarea {
    width: 100%;
    height: 1rem;
    padding: .2rem;
    padding-left: .2rem;
    background-color: #f8f8f8;
    margin-bottom: .4rem;
}

.cptd .form-box .textarea textarea {
    border: none;
    width: 100%;
    height: 100%;
    line-height: 2;
    background-color: #f8f8f8;
}

.cptd .form-box input[type=submit] {
    width: 1.5rem;
    height: .5rem;
    background-color: #e50012;
    color: #fff;
    border: none;
}

@media (max-width: 1200px) {
    .part2 .pronav {
        padding: 0;
        height: 60px;
        width: 100%;
        padding: 0 20px;
        white-space: nowrap;
        overflow-x: auto;
    }
    .part2 .pronav a {
        line-height: 60px;
        margin-right: 20px;
    }
    .part2 .alltit {
        font-size: 20px;
    }
    .part2 .alltit::before {
        height: 20px;
    }
    .cptd table tr td {
        height: auto;
        padding: 10px;
        line-height: 1.5;
    }
    .cptd .table-box {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }
    .cptd .table-box::-webkit-scrollbar {
        width: 0 !important
    }
}

.footer {
    background-color: #303030;
}

.footer .f-a {
    padding: .7rem 0 .9rem 0;
    width: 16rem;
    margin: auto;
}

.f-b {
    width: 3rem;
    padding-right: 10px;
    float: left;
}

.f-c {
    margin-bottom: .3rem;
}

.f-e {
    width: 2rem;
    padding-right: 10px;
    float: left;
}

.f-f {
    font-size: calc(12px + 6 * 100vw / 1920);
    color: #fff;
    display: block;
    margin-bottom: .44rem;
}

.f-h {
    display: block;
    font-size: calc(12px + 2 * 100vw / 1920);
    color: #fff;
    opacity: 0.5;
    cursor: pointer;
    margin-bottom: .2rem;
}

.f-h:hover {
    opacity: 1;
}

.f-i {
    width: 3rem;
    float: right;
}

.f-j {
    width: 100%;
    display: flex;
    align-items: flex-start;
    font-size: 0;
    color: #fff;
    opacity: 0.5;
    cursor: pointer;
    margin-bottom: .25rem;
}

.f-j img {
    margin-right: .15rem;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    margin-top: 0.03rem;
}

.f-j span {
    line-height: 1.5;
    display: inline-block;
    vertical-align: top;
    font-size: calc(12px + 2 * 100vw / 1920);
    /* width: calc(100% - 0.15rem - 16px); */
}
.f-j p{
    flex: 1;
    line-height: 1.5;
    font-size: calc(12px + 2 * 100vw / 1920);
    text-align: initial;
}
.f-j .dz{
    display: flex;
    align-items: flex-start;
}
.f-s a {
    display: inline-block;
    vertical-align: top;
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: contain; */
}
.fb{
    background-color: #2b2b2b;
}
.fb-a{
    width: 16rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
	opacity: 0.5;
    padding: .2rem 0;
}
.fb-c{
    font-size: calc(12px + 2 * 100vw / 1920);
    line-height: 1.5;
}
@media(max-width: 900px) {
    .footer .f-a {
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
        padding: .7rem 10px;
    }
    .f-b {
        width: 100%;
        padding-right: 0;
        float: none;
        text-align: center;
        margin-bottom: .3rem;
    }
    .f-e {
        width: 100%;
        padding-right: 0;
        float: none;
        margin-bottom: .4rem;
        display: none;
    }
    .f-f{
        font-size: 18px;
        margin-bottom: .2rem;
    }
    .f-h {
        display: inline-block;
        vertical-align: top;
        width: auto;
        margin-right: 10px;
        margin-bottom: 0;
        font-size: 14px;
    }
    .f-i{
        width: 100%;
        text-align: center;
    }
    .f-s a{
        width: 30px;
        height: 20px;
        background-size:unset;
    }
    .fb-a{
        max-width: 500px;
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        color: #ffffff;
        opacity: 0.5;
        padding: .2rem;
    }
    .fb-c{
        font-size: 14px;
        margin-bottom: .2rem;
    }
    .fb-c:last-child{
        font-size: 14px;
        margin-bottom: 0;
    }
}


.cptd table tbody tr:hover,
.cptd table tbody tr:hover td {
    background: #e50012!important;
    color: #fff;
}</pre></body></html>