﻿* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    opacity: .8;
    filter: opacity(80%);
}

img {
    max-width: 100%;
    height: auto;
}

html {
    font-size: 62.5%;
}


header {
    background: linear-gradient(45deg, #0e065c, #327d2c);
    padding: 20px 0;
    position: relative;
}

header .logo {
    width: 200px;
}

header .logo>img {}

header .nav {
    /* overflow: hidden; */
    width: 100%;
}

header .nav>li {
    float: left;
    width: calc(100% / 8);
    position: relative;
}

header .nav>li>a {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 60px;
    color: #fff;
    text-align: center;
}

header .nav .sec {
    position: absolute;
    width: 110px;
    background-color: #fff;
    background-image: linear-gradient(180deg, transparent 30%, #0661b087 100%);
    z-index: 2;
    display: none;
}

header .nav .sec>li {}

header .nav .sec>li>a {
    color: #0661b0;
    font-size: 1.6rem;
    display: block;
    text-align: center;
    padding: 10px 0;
}


#index-mv {
    position: relative;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

#index-mv .swiper-slide {}

#index-mv .swiper-slide>img {}

#index-mv .swiper-slide .txt {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    animation: TxtOpa 2s;
}

#index-mv .swiper-slide .txt>p {
    font-size: 4rem;
    color: #0661b0;
    line-height: 2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
}

#index-mv .pic {
    position: absolute;
    bottom: 6%;
    left: -2%;
    max-width: 532px;
    z-index: 1;
    animation: Opa 2s;
    opacity: .3;
    filter: opacity(30%);
}

@keyframes Opa {
    0% {
        opacity: 1;
        filter: opacity(100%);
    }

    100% {
        opacity: .3;
        filter: opacity(30%);
    }
}


@keyframes TxtOpa {
    0% {
        opacity: 0;
        filter: opacity(0%);
    }

    100% {
        opacity: 1;
        filter: opacity(100%);
    }
}



#index-cate {
    position: relative;
    z-index: 1;
}

#index-cate .items {
    padding: 10px 0;
    text-align: center;
}


#index-cate .items:nth-child(1),
.productPage #product-list .items:nth-child(1) .item>a .tit,
.product-article #index-cate .item:nth-child(1) {
    background: linear-gradient(45deg, #0661b0 0%, #097add 100%);
}

#index-cate .items:nth-child(2),
.productPage #product-list .items:nth-child(2) .item>a .tit,
.product-article #index-cate .item:nth-child(2) {
    background: linear-gradient(45deg, #00ABBD 0%, #03d3e9 100%);
}

#index-cate .items:nth-child(3),
.productPage #product-list .items:nth-child(3) .item>a .tit,
.product-article #index-cate .item:nth-child(3) {
    background: linear-gradient(45deg, #0099DD 0%, #09b1fb 100%);
}

#index-cate .items:nth-child(4),
.productPage #product-list .items:nth-child(4) .item>a .tit,
.product-article #index-cate .item:nth-child(4) {
    background: linear-gradient(45deg, #3a9d37 0%, #4bc548 100%);
}

#index-cate .item>a,
.productPage #product-list .item>a {
    display: block;
    width: 100%;
}

#index-cate .item>a img,
.productPage #product-list .item>a .tit img,
.product-article #index-cate .item img {
    width: 40px;
}

#index-cate .item>a span,
.productPage #product-list .item>a .tit span,
.product-article #index-cate .item span {
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    margin-left: 16px;
    vertical-align: middle;
    letter-spacing: 2px;
}

#index-cate.cur {
    position: fixed;
    z-index: 11;
    top: 0;
    width: 100%;
}


#index-about {
    margin-top: 8%;
    position: relative;
}

#index-about .con {
    position: relative;
    z-index: 1;
}

#index-about .con h1 {
    font-size: 3rem;
    color: #0661b0;
    text-align: center;
    font-weight: 700;
    letter-spacing: 3px;
}

#index-about .con h2 {
    font-size: 1.9rem;
    color: #0661b0;
    line-height: 1.6;
    font-weight: 600;
    max-width: 570px;
    margin: 2% auto;
    text-align: center;
}

#index-about .con p {
    font-size: 1.6rem;
    color: #3d4548;
    line-height: 2;
    font-weight: 600;
    max-width: 800px;
    margin: 2% auto;
}

#index-about .pic {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 320px;
}

#index-about .pic img {}

h1.ntit {
    font-size: 3rem;
    color: #fff;
    text-align: center;
}

h2.ntxt {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #fff;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 2%;
    text-align: center;
}

#index-pro {
    margin-top: 6%;
    padding: 10% 0;
}

#index-pro .items {
    margin-top: 7%;
}

#index-pro .items:nth-child(1) .item {
    background: linear-gradient(45deg, #0661b0 0%, #097add 100%);
}

#index-pro .items:nth-child(2) .item {
    background: linear-gradient(45deg, #00ABBD 0%, #03d3e9 100%);
}

#index-pro .items:nth-child(3) .item {
    background: linear-gradient(45deg, #0099DD 0%, #09b1fb 100%);
}

#index-pro .items:nth-child(4) .item {
    background: linear-gradient(45deg, #3a9d37 0%, #4bc548 100%);
}

#index-pro .item {
    padding: 6% 0;
    box-shadow: 2px 2px 7px rgba(255, 255, 255, .5);
}

#index-pro .item>a {
    display: block;
    text-align: center;
}

#index-pro .item>a img {}

#index-pro .item>a span {
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
    margin-left: 16px;
    vertical-align: middle;
    box-shadow: 0 0 rgba(0, 0, 0, 0.3);
}

#index-columns {
    margin-top: 6%;
}

#index-columns .item {
    border: 1px solid #eee;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

#index-columns .item>a {
    display: block;
}

#index-columns .item>a img {}

#index-columns .item>a h2 {
    color: #0661b0;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 2rem;
    text-align: center;
    padding: 5% 3% 5% 3%;
    margin-bottom: 0;
}

#index-columns .item>a p.txt {
    font-size: 1.6rem;
    padding: 0 5% 5% 5%;
    color: #3d4548;
    min-height: auto;
}

#index-honor {
    position: relative;
    margin-top: 6%;
    padding-bottom: 4%;
}

#index-honor .swiper-slide {
    text-align: center;
    border: 1px solid #eee;
}

#index-honor .swiper-slide img {}

#index-honor .swiper-button-prev:after {
    color: #0e065c;
}

#index-honor .swiper-button-next:after {
    color: #0e065c;
}

#index-honor .swiper-pagination {}

#index-honor .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
}

#index-honor .swiper-pagination-bullet-active {
    background: #0e065c;
}

footer #index-contact {
    margin-top: 6%;
    background: linear-gradient(45deg, #0e065c, #327d2c);
    padding: 6% 0;
}

footer #index-contact .logo {
    margin-top: 27%;
}

footer #index-contact .logo a {}

footer #index-contact .logo img {}

footer #index-contact h2 {
    color: #fff;
    font-size: 3rem;
    letter-spacing: 2px;
    margin-bottom: 6%;
}

footer #index-contact p {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 1.2em;
}

footer #index-contact p span {}

footer #fcon {
    background: #0e065c;
    padding: 3% 0;
}

footer #fcon .nav {
    display: block;
}

footer #fcon .nav .nav-item {
    margin-bottom: 8%;
}

footer #fcon .nav .nav-item>a {
    font-size: 1.6rem;
    color: #fff;
}

footer #fcon .nav .nav-item>a strong {
    font-weight: bold;
}

footer #fcon .iso {
    display: flex;
}

footer #fcon .iso>li {
    float: left;
    background: #fff;
    border-radius: 2px;
    padding: 3px;
    margin: 0 6px;
}

footer #fcon .iso>li img {}

footer .copyright {
    display: block;
    width: 100%;
    margin-top: 3%;
    padding-top: 3%;
    border-top: 1px solid rgba(255, 255, 255, .3);
    font-size: 1.4rem;
    color: #fff;
}

footer .copyright:hover {
    color: #fff;
}

#n-mv {
    position: relative;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

#n-mv::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #95cef3 10%, transparent 100%);
    -webkit-background: linear-gradient(45deg, #0e065c, #327d2c);
    position: absolute;
    top: 0;
    opacity: .5;
}

#n-mv>img {
    width: 100%;
}

#n-mv .txt {
    position: absolute;
    left: 12%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
}

#n-mv .txt>p {
    font-size: 3rem;
    color: #0661b0;
    letter-spacing: 2px;
    text-shadow: 2px 2px 6px rgba(255, 255, 255, 1);
    max-width: 550px;
    font-weight: 600;
}

.aboutPage #index-about .con .logo {
    text-align: center;
    margin-bottom: 5%;
}

.aboutPage #index-about .con .logo img {
    max-width: 200px;
    margin-top: 0;
}

.aboutPage #index-about .con,
.aboutPage #index-about .con p,
.aboutPage #index-about .con h2 {
    max-width: 990px;
    margin: 0 auto;
}

.aboutPage #index-about .con h2 {
    margin-top: 3%;
}

.aboutPage #index-about .con h4 {
    margin-top: 3%;
}

.aboutPage #index-about .con img {
    margin-top: 6%;
}

.aboutPage #index-honor {
    background-color: #f2f2f2;
    padding: 8% 0 12% 0;
}

.aboutPage #index-honor .swiper-pagination {
    bottom: 14%;
}

#index-culture {
    margin: 6% 0;
}

#index-culture .ntit {
    font-size: 3rem;
    color: #0661b0;
    text-align: center;
    font-weight: 700;
    letter-spacing: 5px;
}

#index-culture .con {
    max-width: 990px;
    margin: 3% auto;
}

#index-culture .con h2 {
    color: #0661b0;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 3%;
}

#index-culture .con .txt {}

#index-culture .con .txt p {
    font-size: 1.6rem;
    color: #3d4548;
    line-height: 1.5;
    font-weight: 600;
    margin: 2% auto;
    letter-spacing: 1px;
}

.productPage #product-list {
    margin: 3% 0;
    background: #f2f2f2;
    padding: 6% 0;
}

.productPage #product-list .ntit,
.productPage #product-list .ntxt {
    color: #0661b0;
}

.productPage #product-list .items {
    margin-top: 5%;
}

.productPage #product-list .item {}

.productPage #product-list .item>a {}

.productPage #product-list .item>a>img {}

.productPage #product-list .item>a .tit {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
}

.productPage #product-list .item>a .tit img {}

.productPage #product-list .item>a .tit span {}

.productPage #product-list .item>a .txt {
    background: #fff;
    padding: 6%;
    min-height: 170px;
}

.productPage #product-list .item>a .txt h2 {
    margin-bottom: 6%;
    font-weight: 600;
}

.productPage #product-list .item>a .txt li {
    font-size: 1.5rem;
    color: #3d4548;
    list-style: circle;
    margin-left: 20px;
}

.productPage #index-about h2 {
    color: #0661b0;
    font-size: 3rem;
    font-weight: 600;
}

.productPage #index-about p {
    font-size: 1.6rem;
    line-height: 1.8;
}

.productPage #index-about h3 {
    background: #0661b0;
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    letter-spacing: 6px;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, .8);
    border-radius: 6px;
}

.productPage #index-about .row.js {
    margin-top: 6%;
}

.productPage #index-about .row.js h2 {
    border-bottom: 2px solid #0661b0;
    margin-bottom: 6%;
    padding-bottom: 2%;
}

.productPage #index-about .row.js img {
    width: 100% !important;
}

.product-article {}

.product-article .item {
    padding: 10px;
    text-align: center;
    transition: all .5s;
}

.product-article #index-cate .item span {
    margin-left: 2px;
    font-size: 1.6rem;
    display: none;
    transition: all .5s;
}

.product-article #index-cate .item.cur,
.product-article #index-cate .item:hover {
    flex-grow: 1;
}

.product-article #index-cate .item.cur span,
.product-article #index-cate .item:hover span {
    display: inline-block;
}

.product-article #index-about .con h1 {
    color: #0661b0;
    margin-bottom: 6%;
}

.product-article #index-about .con h2 {
    background: linear-gradient(45deg, #0e065c, #327d2c);
    color: #fff;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 999px;
    font-weight: 500;
    margin: 0 auto 4% auto;
    font-size: 1.6rem;
}

#pArticle1,
#pArticle2,
#pArticle3 {
    padding: 8% 0;
}

#pArticle1 .pic,
#pArticle2 .pic,
#pArticle3 .pic {
    position: relative;
}

#pArticle1 .pic>img {}

#pArticle1 .pic ul {}

#pArticle1 .pic ul li,
#pArticle2 .pic ul li,
#pArticle3 .pic ul li {
    font-size: 2rem;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 28px;
    background: #0661b0;
    text-align: center;
    border-radius: 999px;
    border: 2px solid;
}

#pArticle1 .pic ul li:nth-child(1) {
    position: absolute;
    top: 67%;
    left: -5%;
}

#pArticle1 .pic ul li:nth-child(2) {
    position: absolute;
    top: 65%;
    left: 14%;
}

#pArticle1 .pic ul li:nth-child(3) {
    position: absolute;
    top: 69%;
    left: 26%;
}

#pArticle1 .pic ul li:nth-child(4) {
    position: absolute;
    top: 78%;
    right: 43%;
}

#pArticle1 .con {}

#pArticle1 .con h1,
#pArticle2 .con h1,
#pArticle3 .con h1 {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
}

#pArticle1 .con .info,
#pArticle2 .con .info,
#pArticle3 .con .info {
    margin-top: 10%;
}

#pArticle1 .con .info ul {}

#pArticle1 .con .info ul li,
#pArticle2 .con .info ul li,
#pArticle3 .con .info ul li {
    display: flex;
    margin-bottom: 6%;
}

#pArticle1 .con .info ul li p.num,
#pArticle2 .con .info ul li p.num,
#pArticle3 .con .info ul li p.num {
    display: block;
    font-size: 2rem;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 30px;
    background: #0661b0;
    text-align: center;
    border-radius: 999px;
    border: 2px solid;
}

#pArticle1 .con .info ul li p.txt,
#pArticle2 .con .info ul li p.txt,
#pArticle3 .con .info ul li p.txt {
    color: #fff;
    font-size: 1.6rem;
    width: calc(100% - 100px);
    margin-left: 5%;
    margin-bottom: 0;
}

#pArticle2 .pic,
#pArticle3 .pic {
    text-align: center;
}

#pArticle2 .pic ul li:nth-child(1) {
    position: absolute;
    left: calc(50% - 10px);
    top: 13%;
}

#pArticle2 .pic ul li:nth-child(2) {
    position: absolute;
    top: 26%;
    left: calc(50% - 10px);
}

#pArticle2 .pic ul li:nth-child(3) {
    position: absolute;
    top: 34%;
    left: calc(50% - 10px);
}

#pArticle2 .pic ul li:nth-child(4) {
    position: absolute;
    left: calc(50% - 10px);
    top: 7%;
}

#pArticle2 .pic ul li:nth-child(5) {
    position: absolute;
    left: calc(50% - 10px);
    top: 19%;
}

#pArticle2 .pic ul li:nth-child(6) {
    position: absolute;
    left: calc(50% + 10px);
    top: 30%;
}

#pArticle3 .pic ul li:nth-child(1) {
    position: absolute;
    top: 23%;
    left: 53%;
}

#pArticle3 .pic ul li:nth-child(2) {
    position: absolute;
    top: 30%;
    left: 45%;
}

#pArticle3 .pic ul li:nth-child(3) {
    position: absolute;
    top: 38%;
    left: 45%;
}

#pArticle3 .pic ul li:nth-child(4) {
    position: absolute;
    top: 50%;
    left: 48%;
}

#pArticle3 .pic ul li:nth-child(5) {
    position: absolute;
    top: 70%;
    left: 45%;
}

#pArticle3 .pic ul li:nth-child(6) {
    position: absolute;
    left: 49%;
    top: 90%;
}

.product-article #index-about {
    margin-bottom: 5%;
}

.servicePage {}

.servicePage p .num {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #0661b0;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    border-radius: 999px;
}

.downPage #index-about,
.videoPage #index-about {
    margin-top: 4%;
}

.downPage #index-about .con h1,
.videoPage #index-about .con h1 {
    margin-bottom: 4%;
}

.downPage .item {
    margin-top: 5%;
}

.downPage .item>a {
    display: flex;
}

.downPage #index-about .con p {
    margin: 0;
}

.downPage .item img {}

.downPage .item h3 {
    font-size: 2rem;
    color: #333;
    margin-left: 20px;
}

.jobPage {}

.jobPage #index-about ul {}

.jobPage #index-about ul>li {
    text-align: left;
    margin-bottom: 3%;
}

.jobPage #index-about ul>li h2 {
    text-align: left;
    max-width: 800px;
    border-bottom: 1px solid #0661b0;
    position: relative;
    cursor: pointer;
}

.jobPage #index-about ul>li h2 .ico {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.jobPage #index-about ul>li h2 .ico::before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #2e61b0;
}

.jobPage #index-about ul>li h2 .ico::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #2e61b0;
    transform: rotate(90deg);
}

.jobPage #index-about ul>li .con {
    max-width: 800px;
    margin: 0 auto;
    background: #eee;
    padding: 3%;
    display: none;
}

.jobPage #index-about ul>li .con .txt {}

.jobPage #index-about ul>li .con .txt p {}

.jobPage #index-about ul>li.cur h2 .ico::after {
    display: none;
}

.newPage #index-about .con.item {
    border-bottom: 1px solid #eee;
    padding-bottom: 5%;
}

.newPage #index-about .con .txt {
    margin: 0 20px;
}

.newPage #index-about .con .txt p {
    margin-top: 10px;
}

.downPage.newPage .item h3 {
    margin-left: 0;
}

.newPage button {
    border: none;
    outline: none;
    margin: 6% auto 0 auto;
    background: none;
}

.newPage button>a {
    display: block;
    width: 200px;
    line-height: 50px;
    text-align: center;
    background: #0661b0;
    color: #fff;
    border-radius: 30px;
    font-size: 1.6rem;
    letter-spacing: 5px;
}

.newPage #index-about .con p {
    max-width: 990px;
}

.newPage #index-about .con .info {
    margin-top: 3%;
}

#index-mv .swiper-button-prev:after,
#index-mv .swiper-button-next:after {
    color: #0661b0;
}

header .menu {
    display: none;
    background: transparent;
    outline: none;
    border: none;
}

header .menu span {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    backface-visibility: hidden;
    border-radius: 2px;
    margin-top: 14px;
}

header .menu span::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    backface-visibility: hidden;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 8px;
}

header .menu span::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    backface-visibility: hidden;
    border-radius: 2px;
    position: absolute;
    top: 16px;
}

header .menu.cur {}

header .menu.cur span {
    background-color: transparent;
}

header .menu.cur span::before {
    transform: rotate(45deg) translate(-1px, 0px);
    -ms-transform: rotate(45deg) translate(-1px, 0px);
    -webkit-transform: rotate(45deg) translate(-1px, 0px);
}

header .menu.cur span::after {
    transform: rotate(-45deg) translate(6px, -7px);
    -ms-transform: rotate(-45deg) translate(6px, -7px);
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
}

header .nav>li.js-nav .arrow {
    position: absolute;
    top: 16px;
    right: 30%;
    display: none;
}

.article_h1 {
    color: #0661b0;
    text-align: center;
    margin-bottom: 6%;
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: 3px;
}

.article_tb {
    margin-top: 6%;
    width: 100%;
    overflow-x: auto;
}

.article_tb table {
    width: 100%;
    background: #fff;
    width: 1100px;
}

.article_tb table tr {
    border-bottom: 1px solid #eee;
}

.article_tb table tr:nth-child(1) {
    background: linear-gradient(45deg, #0e065c, #327d2c);
    border-bottom: 2px solid #fff;
}

.article_tb table tr td {
    font-size: 16px;
    padding: 10px;
    border-left: 1px solid #eee;
}

.article_tb table tr td:last-child {
    border-right: 1px solid #eee;
}

.article_tb table tr td p {
    margin: 0;
    line-height: 1.6;
}

.article_tb table tr:nth-child(1) td {
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, .3);
}


.product-article .white .article_h1 {
    color: #fff;
}

.product-article .white .article_tb table tr td {}

.product-article .white .article_tb table tr:nth-child(1) {
    border-bottom: 2px solid transparent;
}


/* 整个滚动条 */
.product-article .article_tb::-webkit-scrollbar {
    width: 4px;
    height: 7px;
}

.product-article .article_tb::-webkit-scrollbar-corner {
    background: #b9b9b9;
}

.product-article .article_tb::-webkit-scrollbar-thumb {
    background: #0661b0;
    border-radius: 10px;
}

.product-article .article_tb::-webkit-scrollbar-track {
    background: #b9b9b9;
    border-radius: 2px;
}


/*kefu*/
#kf_slide {
    width: 56px;
    height: 236px;
    position: fixed;
    top: 50%;
    background-color: #07acf4;
    right: 0;
    border-radius: 5px 0 0 5px;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: none;
}

#kf_slide ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#kf_slide .kf_icon li {
    height: 38px;
    margin-top: 17px;
    cursor: pointer;
}

#kf_slide .kf_icon .kf_up {
    background: url(../image/kf_up.png) no-repeat center;
    background-size: 30px auto;
}

#kf_slide .kf_icon li.kf1 {
    background: url(../image/kf1.png) no-repeat center;
    background-size: 30px auto;
}

#kf_slide .kf_icon li.kf2 {
    background: url(../image/kf2.png) no-repeat center;
    background-size: 30px auto;
}

#kf_slide .kf_icon li.kf3 {
    background: url(../image/kf3.png) no-repeat center;
    background-size: 30px auto;
}

#kf_slide .kf_msg {
    top: 50%;
    height: 150px;
    position: absolute;
    right: 100%;
    background-color: #07acf4;
    width: 0px;
    overflow: hidden;
    margin-top: -73.5px;
    transition: 0.5s;
    border-radius: 4px 0 0 4px;
}

#kf_slide .kf_msg.hover {
    width: 230px;
}

#kf_slide .kf_msg li {
    width: 100%;
    color: #fff;
    text-align: center;
}

#kf_slide .kf_msg li p {
    font-size: 17px;
    line-height: 1.5;
    padding: 15px;
    text-align: left;
    font-weight: bold;
}

#kf_slide .kf_msg li p b {
    font-size: 15px;
    display: block;
    margin-top: 8px;
}

#kf_slide .kf_msg li.kf1 p a {
    display: block;
    margin-top: 12px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
}

#kf_slide .kf_msg li.kf1 p a:hover {
    color: #555;
    border: none;
    background: #fff;
}

#kf_slide .kf_msg li div.kf_img img {
    max-width: 120px;
}

#kf_slide .kf_msg li.kf3 {
    padding: 15px;
}

#kf_slide .kf_msg li.kf3 p {
    line-height: 1.2;
    padding: 0px;
    margin-top: 10px;
}







@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    header .menu {
        display: block;
    }


    html {
        font-size: 50%;
    }

    header {
        padding: 10px 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 11;
    }

    header .col-2 {
        position: static;
    }

    header .logo {
        width: 150px;
    }

    header .nav {
        position: absolute;
        top: 64px;
        left: 0;
        width: 100%;
        height: 100vh;
        background: linear-gradient(45deg, #0e065c, #327d2c);
        z-index: 11;
        display: none;
        padding: 10px 0;
    }

    header .nav>li {
        width: 100%;
        position: relative;
    }

    header .nav>li>a {
        line-height: 50px;
        font-size: 2rem;
    }

    header .nav .sec {
        display: block;
        position: static;
        width: 80%;
        margin: 10px auto;
        display: none;
    }

    header .nav>li.js-nav .arrow {
        display: block;
    }

    #index-pro {
        padding: 18% 0;
    }

    #index-pro,
    #index-honor,
    #index-about,
    #index-columns {
        margin-top: 15%;
    }

    #index-honor {
        padding-bottom: 15%;
    }

    h2.ntxt {
        margin-top: 6%;
        margin-bottom: 5%;
    }

    #index-mv .pic {
        max-width: 180px;
        left: 0;
        display: none;
    }

    #index-mv .swiper-slide .txt {
        width: 90%;
        left: 5%;
        top: 38%;
        text-align: center;
    }

    #index-mv .swiper-slide .txt>p,
    #index-about .con h1,
    h1.ntit {
        font-size: 2.6rem;
    }

    #index-mv .swiper-button-next,
    #index-mv .swiper-button-prev {
        display: none;
    }

    #index-cate .item>a span,
    #index-pro .item>a span {
        display: block;
        margin-left: 0;
    }

    #index-columns .item {
        margin-bottom: 8%;
    }

    #index-about {
        padding-bottom: 25%;
    }

    footer #index-contact .logo img {
        max-width: 150px;
        margin-bottom: 5%;
    }

    footer #fcon .iso {
        margin-top: 6%;
    }

    footer .copyright {
        text-align: center;
    }

    #index-about .pic {
        max-width: 200px;
    }

    #n-mv {
        margin-top: 60px;
    }

    #n-mv>img {
        width: 100%;
        height: 210px;
        object-fit: cover;
    }

    #n-mv .txt {
        left: 6%;
        width: 76%;
    }

    #n-mv .txt>p {
        font-size: 3rem;
    }

    .aboutPage #index-about .con h4 {
        margin-top: 8%;
    }

    .aboutPage #index-about .con p {
        line-height: 2 !important;
    }

    .aboutPage #index-about .con p span {
        font-size: 1.8rem !important;
        letter-spacing: 1px;
    }

    .aboutPage #index-about,
    .product-article #index-about {
        padding-bottom: 0;
    }

    .aboutPage #index-honor {
        padding-bottom: 30%;
    }

    .productPage #index-about h3 {
        font-size: 3rem;
        display: block;
        text-align: center;
        padding: 10px;
    }

    .productPage #index-about .row.js {
        margin-top: 20%;
    }

    .productPage #index-about h3 img {
        margin-top: 20px;
    }

    .offset-2 {
        margin: 0 !important;
    }

    .contactPage #index-about .con.info h2 {
        font-size: 2.5rem;
    }

    .contactPage #index-about .con.info p {
        font-size: 2rem;
    }

    footer #fcon .nav .nav-item>a {
        font-size: 1.8rem;
    }

    #index-about .con h2 {
        font-size: 1.8rem;
    }

    .servicePage #index-about .con p {
        margin: 4% auto;
    }

    .productPage #product-list .item>a .tit span {
        font-size: 2rem;
    }

    #pArticle1 .pic ul li:nth-child(2) {
        left: 20%;
    }

    #pArticle1 .pic ul li:nth-child(3) {
        left: 36%;
    }

    #pArticle1 .pic ul li:nth-child(4) {
        right: 20%;
    }

    #pArticle1 .con h1,
    #pArticle2 .con h1,
    #pArticle3 .con h1 {
        text-align: center;
    }

    #pArticle1 .con .info ul li p.txt,
    #pArticle2 .con .info ul li p.txt,
    #pArticle3 .con .info ul li p.txt {
        width: calc(100% - 60px);
    }

    .product-article #index-about,
    .product-article #pArticle2 {
        margin-bottom: 20%;
    }

    .product-article video {
        height: auto !important;
        margin-top: 3%;
    }

    #index-about .con p {
        font-size: 1.8rem;
    }

    .pc_br {
        display: none !important;
    }
}