* {
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif
}

img {
    border: 0
}

li,
ol,
ul {
    list-style: none
}

a {
    color: inherit;
    outline: 0;
    text-decoration: none
}

i {
    font-style: normal
}

input,
option,
select,
textarea {
    resize: none;
    outline: 0;
    border: none
}

.fl {
    float: left
}

.ri {
    float: right
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

body::-webkit-scrollbar {
    width: 6px;
    height: 0;
    background-color: #f0f0f0
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 rgba(50, 89, 206, .25);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .25)
}

body::-webkit-scrollbar-thumb {
    border-radius: 100px;
    box-shadow: inset 0 0 0 rgba(240, 240, 240, .5);
    background-color: rgba(0, 150, 136, .8)
}

.viewBox {
    width: 85%;
    max-width: 1400px;
    min-width: 1024px;
    margin: auto
}

.topBar {
    height: 38px;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    line-height: 38px;
    position: relative;
    z-index: 4
}

.topBar .viewBox {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.topBar p {
    font-size: 12px;
    color: #ababab;
    width: 50%;
    padding-right: 5%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.topBar ul {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 2%
}

.topBar ul li a {
    color: #777;
    font-size: 12px;
    padding: 0 0 0 35px;
    display: flex;
    align-items: center;
    font-weight: 400;
    letter-spacing: 1px
}
.topBar ul li a span{font-size: 12px;color: #777;}
.topBar ul li.tel a {
    color: #eb4d02
}

.topBar ul li a img {
    display: block;
    width: 16px
}

.topBar ul li a i {
    padding-right: 2px
}

.topBar ul li a:hover {
    color: #f37e0e
}

.topBar ul li {
    position: relative
}

.topBar ul li:hover .hideBox {
    display: block
}

.topBar ul li .hideBox {
    display: none;
    position: absolute;
    width: 150px;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    top: 100%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}

.topBar ul li .hideBox img {
    display: block;
    width: 100%; text-align:left
}

.header {
    background: #fff;
    height: 90px;
    position: relative;
    z-index: 3
}

.header.active {
    position: fixed;
    width: 100%;
    height: 91px;
    top: 0;
    left: 0;
    z-index: 9;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.header .viewBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

.header .logo {
    width: 40%;
    display: flex;
    align-items: center
}

.header .logo b {
    width: calc(100% - 42px);
    padding-left: 10px;
    font-size: 30px;
    font-weight: 900;
    color: #222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.header .logo img {
    display: block;
    width: 42px
}

.header .headerTel {
    display: none
}

.headerTel {
    width: 18%;
    display: flex;
    align-items: center
}

.headerTel img {
    display: block;
    width: 38px
}

.headerTel p {
    padding-left: 5px
}

.headerTel p span {
    font-size: 14px;
    color: #666
}

.headerTel p b {
    font-size: 26px;
    color: #009688
}

.nav {
    width: 60%;
    padding: 0 0 0 5%;
    height: 100%
}

.nav ul {
    display: flex;
    justify-content: flex-end
}

.nav ul li {
    position: relative
}

.nav ul li>a {
    display: block;
    font-size: 16px;
    color: #222;
    transition: .3s;
    position: relative;
    line-height: 90px;
    height: 90px;
    padding: 0 25px;
    background: #fff;
    transition: .2s;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 900;
    transition: 0.3s;
}

.nav ul li:hover>a {
    background: #009688;
    color: #fff;
}

.nav ul li .hideBox {
    position: absolute;
    top: 101%;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 200%;
    min-width: 100%;
    max-height: 100vh;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: none;
    transition: .3s
}

.nav ul li:hover .hideBox {
    display: block
}

.nav ul li .hideBox a {
    color: #333;
    display: block;
    padding: 6px 10px;
    text-align: center;
    transition: .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; font-style:12px;
    border-bottom: 1px dashed #ddd; text-align:left
}

.nav ul li .hideBox a:last-child {
    border-bottom: none
}

.nav ul li .hideBox a:hover {
    color: #009688;
    text-decoration: underline
}

.bannerSwiper .swiper-slide img {
    display: block;
    width: 100%
}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{
	font-size: 36px;
	color: #009688;
	font-weight:900
}
.bannerSwiper .swiper-pagination-bullet-active{background:#009688;}
.hotProduct {
    border-bottom: 1px solid #ececec
}

.hotProduct .viewBox {
    display: flex;
    height: 60px;
    justify-content: space-between
}

.hotProduct ul {
    display: flex;
    align-items: center;
    width: calc(100% - 300px)
}

.hotProduct ul li {
    padding-right: 20px
}

.hotProduct ul li a {
    color: #777;
    font-size: 14px
}

.hotProduct ul li b {
    font-weight: 400;
    color: #222
}

.hotProduct .viewBox div {
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 5px;
    overflow: hidden
}

.hotProduct div form {
    width: 100%
}

.hotProduct div #search_name {
    width: 80%;
    height: 38px;
    line-height: 38px;
    float: left;
    background: #f4f4f4;
    outline: 0;
    color: #999;
    font-size: 13px;
    text-indent: 20px
}

.hotProduct div input[type=submit] {
    width: 20%;
    height: 38px;
    line-height: 38px;
    background: url(../img/ss.png) no-repeat center #f4f4f4;
    float: right;
    cursor: pointer;
    border: none;
    outline: 0;
    transition: .3s;
    font-size: 0
}

.productClass {
    overflow: hidden
}

.productClass li {
    float: left;
    width: 19%;
    margin: 0 1.25% 1.25% 0;
    height: 40px;
    background: #009688;
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAyNCAxMDI0JyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzQ4JyBoZWlnaHQ9JzQ4Jz48cGF0aCBkPSdNNTAzLjQ2NjY2NyA0OTAuNjY2NjY3bDE3NC45MzMzMzMgMTc0LjkzMzMzMy01OS43MzMzMzMgNTkuNzMzMzMzTDM4NCA0OTAuNjY2NjY3IDYxOC42NjY2NjcgMjU2bDU5LjczMzMzMyA1OS43MzMzMzMtMTc0LjkzMzMzMyAxNzQuOTMzMzM0eicgZmlsbD0nI2ZmZmZmZic+PC9wYXRoPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 25px;
    padding-left: 38px;
    padding-right: 10px;
    border-radius: 100px;
    transition: .3s
}

.productClass li:hover {
    background-color: #eb8302
}

.productClass li:hover a {
    color: #fff
}

.productClass li:nth-child(5n) {
    margin-right: 0
}

.productClass li a {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    line-height: 40px;
    transition: .3s;
    display: block
}

.productClass li.active {
    color: #fff;
    background-color: #009688;
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAyNCAxMDI0JyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzEyOCcgaGVpZ2h0PScxMjgnPjxwYXRoIGQ9J003NDcuODA2IDQ0MS40N0w4NjIgMzczLjE0NSA1MTIgMTc2LjQyNCAxNjIgMzczLjE0NWwxMTQuMTk0IDY4LjMyNUwxNjIgNTA1LjY1NWwxMTQuMTk0IDY4LjMyNUwxNjIgNjM4LjE2NGwzNTAgMjA5LjQxMiAzNTAtMjA5LjQxMi0xMTQuMTk0LTY0LjE4NEw4NjIgNTA1LjY1NSA3NDcuODA2IDQ0MS40N3ogbS00NzIuNjMzLTY2Ljc5TDUxMiAyNDEuNTY5bDIzNi44MjcgMTMzLjExLTU4LjA1NCAzNC43MzYtNTYuMTQzIDMzLjU5LTU4LjA1NCAzNC43MzQtNTYuMTQzIDMzLjU5MS04LjQzMyA1LjA0Ny04LjQzNC01LjA0Ny01Ni4xNDMtMzMuNTkxLTU4LjA1NC0zNC43MzQtNTYuMTQzLTMzLjU5LTU4LjA1My0zNC43MzV6IG00NzMuNjU0IDI2NS4wMThMNTEyIDc4MS4zOTUgMjc1LjE3MyA2MzkuNjk4bDU3LjE2Mi0zMi4xMjlMNTEyIDcxNS4wNjcgNjkxLjY2NSA2MDcuNTdsNTcuMTYyIDMyLjEyOHogbS01OC4wNTQtOTcuNzczbC01Ni4xNDMgMzMuNTg5TDUxMiA2NDguODg2bC0xMjIuNjMxLTczLjM3Mi01Ni4xNDMtMzMuNTg5LTU4LjA1NC0zNC43MzYgNTcuMTYyLTMyLjEyOSA1OC4wNTQgMzQuNzM2IDU2LjE0MyAzMy41OUw1MTIgNTgyLjU1N2w2NS40NjktMzkuMTcyIDU2LjE0My0zMy41OSA1OC4wNTQtMzQuNzM2IDU3LjE2MiAzMi4xMjktNTguMDU1IDM0LjczN3onIGZpbGw9JyNmZmZmZmYnPjwvcGF0aD48L3N2Zz4=")
}

.title {
    text-align: center;
    margin-bottom: 50px
}

.title h2 {
    color: #333;
    font-size: 30px;
    margin-bottom: 5px !important
}

.title h2 span {
    color: #009688;
    font-weight: 700;
    font-size: 36px
}

.title p {
    display: inline-block;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    position: relative
}

.title p:before {
    position: absolute;
    left: -130px;
    top: 50%;
    content: '';
    width: 100px;
    height: 1px;
    background: #cecece
}

.title p:after {
    position: absolute;
    right: -130px;
    top: 50%;
    content: '';
    width: 100px;
    height: 1px;
    background: #cecece
}

.product {
    padding: 4% 0
}

.productList .jslist {
    height: 690px;
    overflow: hidden
}

.productList ul {
    transition: linear
}

.productList li {
    overflow: hidden;
    border-radius: 3px;
    float: left;
    width: 32%;
    margin: 0 2% 20px 0;
    height: 335px;
    position: relative
}

.productList li:nth-child(3n) {
    margin-right: 0
}

.productList li img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.productList li span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: #fff;
    color: #009688;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    transition: .3s
}

.productList li:hover span {
    bottom: -45px
}

.productList li:hover img {
    transform: scale(1.08)
}

.productList li .hideBox {
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, .9);
    width: 0;
    height: 0;
    padding: 8% 0;
    text-align: center;
    z-index: 2;
    transition: .4s;
    opacity: 0;
    overflow: hidden
}

.productList li:hover .hideBox {
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    opacity: 1
}

.productList li .hideBox b {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    background: url(../img/cptit_line.png) no-repeat center bottom;
    height: 40px;
    display: block
}

.productList li .hideBox p {
    color: #7f7f7f;
    font-size: 16px;
    padding: 20px 0 30px;
    display: block;
    line-height: 1.6
}

.productList li .hideBox i {
    font-size: 16px;
    color: #009688
}

.productList li .hideBox a {
    display: inline-block;
    width: 40%;
    height: 35px;
    line-height: 35px;
    background: #009688;
    border-radius: 20px;
    color: #fff
}

.adBox {
    background: #009688;
    position: relative;
    padding: 2% 0
}

.adBox .viewBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-align: center
}

.adText {
    width: 60%
}

.adText h2 {
    font-size: 22px;
    font-weight: 900;
    padding-bottom: 20px
}

.adText p {
    display: inline-block;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    position: relative
}

.adText p:before {
    position: absolute;
    left: -70px;
    top: 40%;
    content: '';
    background: url(../img/gg_tit_left.png) no-repeat left top;
    width: 52px;
    height: 8px
}

.adText p:after {
    position: absolute;
    right: -70px;
    top: 40%;
    content: '';
    background: url(../img/gg_tit_right.png) no-repeat left top;
    width: 52px;
    height: 8px
}

.adText a {
    display: block;
    width: 180px;
    height: 45px;
    line-height: 45px;
    background: #009688;
    border-radius: 5px;
    color: #fff;
    transition: .3s;
    margin: 1% auto 0
}

.adBox .headerTel {
    width: 30%;
    flex-wrap: wrap
}

.adBox .headerTel img {
    width: 44px
}

.adBox .headerTel span {
    font-size: 16px;
    color: #fff;
    text-align: left;
    display: block
}

.adBox .headerTel b a {
    font-size: 36px;
    color: #ffe000
}

.adBox .headerTel i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    height: 50px;
    line-height: 50px;
    border: 1px solid rgba(255, 255, 255, .2);
    margin-top: 5%;
    padding: 0 10px;
    background-size: 32px;
    white-space: nowrap;
    font-size: 15px;
    letter-spacing: 1px
}

.adBox .headerTel i img {
    display: block;
    width: 18px;
    margin-right: 5px
}

.case {
    padding: 4% 0
}

.caseSwiper .swiper-slide {
    overflow: hidden;
    border: 2px solid #009688;
    border-radius: 5px;
}

.caseSwiper .swiper-slide img {
    display: block;
    width: 100%;
    transition: .3s
}

.caseSwiper .swiper-slide:hover img {
    transform: scale(1.1)
}

.caseSwiper .swiper-slide .hideBox {
    position: absolute;
    left: -10%;
    bottom: 5%;
    width: 80%;
    height: auto;
    border-radius: 10px;
    background: rgba(255, 255, 255, .9);
    transition: .4s;
    padding: 3% 5%;
    opacity: 0
}

.caseSwiper .swiper-slide:hover .hideBox {
    opacity: 1;
    left: 10%
}

.caseSwiper .swiper-slide .hideBox p {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #e8e8e7;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding-left: 5%
}

.caseSwiper .swiper-slide .hideBox p:before {
    position: absolute;
    left: 0;
    top: 20%;
    width: 3px;
    height: 60%;
    background: #009688;
    content: ''
}

.caseSwiper .swiper-slide .hideBox span {
    display: block;
    color: #7f7f7f;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.caseButton {
    margin-top: 50px;
    display: flex;
    justify-content: center
}

.caseButton div,
.caseButton span a {
    display: block;
    border-radius: 0;
    width: 32px;
    height: 32px;
    margin: 2px;
    text-align: center;
    line-height: 35px;
    background-color: #009688;
    position: relative;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    border-radius: 100px;
}

.caseButton .case-prev {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAyNCAxMDI0JyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzEyOCcgaGVpZ2h0PScxMjgnPjxwYXRoIGQ9J002NjYuNjE3IDE2MkwzNTcuMzgyIDQ3MS4yMzUgMzE2LjYxNyA1MTJsNDAuNzY1IDQwLjc2NUw2NjYuNjE3IDg2Mmw0MC43NjYtNDAuNzY0TDM5OC4xNDcgNTEybDMwOS4yMzYtMzA5LjIzNnonIGZpbGw9JyNmZmZmZmYnPjwvcGF0aD48L3N2Zz4=")
}

.caseButton .case-next {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAyNCAxMDI0JyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzEyOCcgaGVpZ2h0PScxMjgnPjxwYXRoIGQ9J00zNTcuMzgzIDg2MmwzMDkuMjM1LTMwOS4yMzVMNzA3LjM4MyA1MTJsLTQwLjc2NS00MC43NjVMMzU3LjM4MyAxNjJsLTQwLjc2NiA0MC43NjRMNjI1Ljg1MyA1MTIgMzE2LjYxNyA4MjEuMjM2eicgZmlsbD0nI2ZmZmZmZic+PC9wYXRoPjwvc3ZnPg==")
}

.caseButton span a {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAyNCAxMDI0JyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzEyOCcgaGVpZ2h0PScxMjgnPjxwYXRoIGQ9J00zMjcgMTYyYy05MC45ODEgMC0xNjUgNzQuMDIzLTE2NSAxNjVzNzQuMDE5IDE2NSAxNjUgMTY1aDE2NVYzMjdjMC05MC45NzctNzQuMDE5LTE2NS0xNjUtMTY1eiBtMTA1IDI3MEgzMjdjLTU3Ljg5NiAwLTEwNS00Ny4xLTEwNS0xMDVzNDcuMTA0LTEwNSAxMDUtMTA1IDEwNSA0Ny4xIDEwNSAxMDV2MTA1ek04NjIgMzI3YzAtOTAuOTc3LTc0LjAxOS0xNjUtMTY1LTE2NXMtMTY1IDc0LjAyMy0xNjUgMTY1djE2NWgxNjVjOTAuOTgxIDAgMTY1LTc0LjAyMyAxNjUtMTY1eiBtLTI3MCAwYzAtNTcuOSA0Ny4xMDQtMTA1IDEwNS0xMDVzMTA1IDQ3LjEgMTA1IDEwNS00Ny4xMDQgMTA1LTEwNSAxMDVINTkyVjMyN3pNMTYyIDY5N2MwIDkwLjk3NyA3NC4wMTkgMTY1IDE2NSAxNjVzMTY1LTc0LjAyMyAxNjUtMTY1VjUzMkgzMjdjLTkwLjk4MSAwLTE2NSA3NC4wMjMtMTY1IDE2NXogbTI3MCAwYzAgNTcuOS00Ny4xMDQgMTA1LTEwNSAxMDVzLTEwNS00Ny4xLTEwNS0xMDUgNDcuMTA0LTEwNSAxMDUtMTA1aDEwNXYxMDV6TTY5NyA1MzJINTMydjE2NWMwIDkwLjk3NyA3NC4wMTkgMTY1IDE2NSAxNjVzMTY1LTc0LjAyMyAxNjUtMTY1LTc0LjAxOS0xNjUtMTY1LTE2NXogbTAgMjcwYy01Ny44OTYgMC0xMDUtNDcuMS0xMDUtMTA1VjU5MmgxMDVjNTcuODk2IDAgMTA1IDQ3LjEgMTA1IDEwNXMtNDcuMTA0IDEwNS0xMDUgMTA1eicgZmlsbD0nI2ZmZmZmZic+PC9wYXRoPjwvc3ZnPg==")
}

.caseButton a:hover,
.caseButton div:hover {
    background-color: #eb8302
}

.about {
    padding: 4% 0;
    background: url(../img/jj_bj.jpg) no-repeat center
}

.about .viewBox {
    display: flex;
    justify-content: space-between
}

.aboutImg {
    width: 45%
}

.aboutImg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutInfo {
    width: 50%;
    color: #666;
    line-height: 35px;
    font-size: 16px
}

.aboutInfo .bt {
    padding-bottom: 2%;
    position: relative;
    background: url(../img/jj_tit_line.png) repeat-x left bottom
}

.aboutInfo .bt p {
    color: #009688;
    font-size: 32px;
    font-weight: 700;
    height: 40px
}

.aboutInfo .bt span {
    display: block;
    color: #333;
    font-size: 20px
}

.aboutInfo .content_zy {
    padding: 5% 0;
    color: #666;
    font-size: 16px
}

.aboutInfo .content_zy a {
    color: #009688
}

.aboutInfo ul {
    text-align: center;
    padding-top: 3%
}

.aboutInfo ul li {
    display: inline-block;
    width: 24%;
    text-align: center
}

.aboutInfo ul li p {
    background: #009688;
    width: 74px;
    height: 74px;
    line-height: 74px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto
}

.aboutInfo ul li p img {
    display: block;
    width: 34px
}

.aboutInfo ul li span {
    display: block;
    color: #666;
    font-size: 16px;
    padding-top: 5px
}

.aboutInfo ul li:hover p img {
    -webkit-animation: swing 1 1s linear;
    -o-animation: swing 1 1s linear;
    animation: swing 1 1s linear
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

.service {
    padding: 4% 0;
    background: url(../img/ysbj.jpg) no-repeat center fixed
}

.service .title h2,
.service .title h2 span {
    color: #fff
}

.service ul {
    overflow: hidden
}

.service ul li {
    width: 23%;
    margin-right: 2.666%;
    padding: 20px 0 0;
    background: #fff;
    border-radius: 3px;
    float: left;
    text-align: center
}

.service ul li:last-child {
    margin-right: 0
}

.service ul li .pic {
    background: url(../img/jj_lb.png) no-repeat center;
    width: 74px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.service ul li .pic img {
    display: block;
    width: 32px
}

.service ul li h3 {
    color: #333;
    font-size: 18px;
    padding: 5% 0 2%
}

.service ul li span {
    display: block;
    padding: 3% 10%;
    text-align: center;
    color: #999;
    font-size: 16px;
    min-height: 110px;
    line-height: 30px
}

.service ul li svg {
    display: block;
    width: 20px;
    margin: 20px auto 0
}

.news {
    padding: 4% 0;
    background: url(../img/xwbj.jpg) repeat-y center
}

.news .viewBox {
    display: flex;
    justify-content: space-between
}

.newsLeft {
    width: 48%;
    margin-right: 2%;
    position: relative
}

.newsLeft {
    background: #fff
}

.newsLeft .swiper-slide .pic {
    width: 100%;
    height: 380px
}

.newsLeft .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news b {
    border-bottom: 1px solid #ececec;
    color: #333;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: .3s;
    display: block;
    margin: 15px 0 10px;
    padding: 0 15px 10px
}

.news .newsInfo {
    color: #999;
    font-size: 14px;
    margin: 1% 0;
    white-space: normal;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding: 0 15px
}

.newsRight {
    width: 50%;
    padding-left: 2%
}

.time {
    display: inline-block;
    color: #888;
    font-size: 12px;
    padding: 15px 0 20px 40px;
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAyNCAxMDI0JyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzQ4JyBoZWlnaHQ9JzQ4Jz48cGF0aCBkPSdNNjc1LjMyOCAxMTcuNzE3MzMzQTQyNS40MjkzMzMgNDI1LjQyOTMzMyAwIDAgMCA1MTIgODUuMzMzMzMzQzI3Ni4zNTIgODUuMzMzMzMzIDg1LjMzMzMzMyAyNzYuMzUyIDg1LjMzMzMzMyA1MTJzMTkxLjAxODY2NyA0MjYuNjY2NjY3IDQyNi42NjY2NjcgNDI2LjY2NjY2NyA0MjYuNjY2NjY3LTE5MS4wMTg2NjcgNDI2LjY2NjY2Ny00MjYuNjY2NjY3YzAtNTYuNzQ2NjY3LTExLjA5MzMzMy0xMTItMzIuMzg0LTE2My4zMjhhMjEuMzMzMzMzIDIxLjMzMzMzMyAwIDAgMC0zOS40MDI2NjcgMTYuMzQxMzMzQTM4Mi43NjI2NjcgMzgyLjc2MjY2NyAwIDAgMSA4OTYgNTEyYzAgMjEyLjA3NDY2Ny0xNzEuOTI1MzMzIDM4NC0zODQgMzg0UzEyOCA3MjQuMDc0NjY3IDEyOCA1MTIgMjk5LjkyNTMzMyAxMjggNTEyIDEyOGM1MS4xMTQ2NjcgMCAxMDAuOCA5Ljk4NCAxNDYuOTg2NjY3IDI5LjEyYTIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDAgMTYuMzQxMzMzLTM5LjQwMjY2N3pNNTMzLjMzMzMzMyAzNjIuNjY2NjY3YTIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDAtNDIuNjY2NjY2IDB2MTcwLjY2NjY2NmEyMS4zMzMzMzMgMjEuMzMzMzMzIDAgMCAwIDYuMjUwNjY2IDE1LjA4MjY2N2wxMjggMTI4YTIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDAgMzAuMTY1MzM0LTMwLjE2NTMzM0w1MzMuMzMzMzMzIDUyNC41MDEzMzNWMzYyLjY2NjY2N3onIGZpbGw9JyM4YThhOGEnPjwvcGF0aD48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: 15px 13px;
    background-size: 18px
}

.news-pagination {
    position: absolute;
    text-align: right;
    bottom: 15px !important;
    left: inherit !important;
    right: 15px
}

.newsRight li {
    background: #fff;
    padding-top: 10px;
    margin-bottom: 18px;
    zoom: 1
}

.newsRight li::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.newsRight li b {
    margin-top: 0
}

.newsRight li:last-child {
    margin-bottom: 0
}

.newsRightmore {
    margin-right: 15px;
    margin-top: 10px;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 100px;
    background: #009688;
    color: #fff;
    font-size: 12px;
    float: right
}

.footer {
    background: #009688;
}

.footer ul {
    display: flex;
    justify-content: space-between;
    padding: 2% 0;
    color: #fff
}

.footer ul li {
    border-right: 1px solid rgba(255, 255, 255, .1);
    padding-right: 10px
}

.footer ul li.fl-1 {
    width: 39%
}

.footer ul li.fl-2 {
    width: 33%
}

.footer ul li.fl-3 {
    width: 28%
}

.footer ul li:last-child {
    border-right: none
}

.footerLogo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px
}

.footerLogo img {
    display: block;
    width: 32px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1)
}

.footerLogo b {
    width: calc(100% - 35px);
    font-size: 26px;
    color: #fff;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.fl-1 p {
    margin-top: 15px;
    font-size: 14px;
    display: flex
}

.fl-1 p img {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px
}

.footer ul li.fl-2 {
    padding: 0 10px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.fl-2 .tit {
    width: 100%;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center
}

.fl-2 .tit span {
    font-size: 14px;
    text-transform: uppercase;
    font-family: Arial;
    padding-left: 10px
}

.fl-2 a {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAyNCAxMDI0JyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJz48cGF0aCBkPSdNMzAyLjM0ODE4NiA0NC4zMTEyNDVsMTI3LjcxNDkxOCAwIDAgMTI3LjcxMDYxOC0xMjcuNzE0OTE4IDAgMC0xMjcuNzEwNjE4Wk00MzAuMDYyMDggMTcyLjAyMTg2MmwxMjcuNzIxOTg0IDAgMCAxMjcuNzA3NTQ2LTEyNy43MjE5ODQgMCAwLTEyNy43MDc1NDZaTTU1Ny43ODQwNjQgMjk5LjcyOTQwOGwxMjcuNzExODQ2IDAgMCAxMjcuNzA5NTk0LTEyNy43MTE4NDYgMCAwLTEyNy43MDk1OTRaTTY4NS40OTU5MSA0MjcuNDM4MDhsMTI3LjcxNDkxOCAwIDAgMTI3LjcxNjc2Mi0xMjcuNzE0OTE4IDAgMC0xMjcuNzE2NzYyWk01NTcuNzg0MDY0IDU1NS4xNTQ4NDJsMTI3LjcxMTg0NiAwIDAgMTI3LjcwMTQwMi0xMjcuNzExODQ2IDAgMC0xMjcuNzAxNDAyWk00MzAuMDYyMDggNjgyLjg1NjM0NmwxMjcuNzIxOTg0IDAgMCAxMjcuNzE3Nzg2LTEyNy43MjE5ODQgMCAwLTEyNy43MTc3ODZaTTMwMi4zNDgxODYgODE4LjU1Mzg1NiAzMDIuMzQ4MTg2IDkzOC4yODA3NTUgMzAyLjM0ODE4NiA5NDYuMjYxNTA0IDQzMC4wNjIwOCA5NDYuMjYxNTA0IDQzMC4wNjIwOCA5MzguMjgwNzU1IDQzMC4wNjIwOCA4MTguNTUzODU2IDQzMC4wNjIwOCA4MTAuNTc0MTMxIDMwMi4zNDgxODYgODEwLjU3NDEzMVonIGZpbGw9JyNmZmZmZmYnPjwvcGF0aD48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: 15% center;
    background-size: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33%
}

.fl-3 img {
    display: block;
    width: 130px;
    margin: auto
}

.fl-3 span {
    text-align: center;
    font-size: 14px;
    display: block;
    padding-top: 10px
}

.copyRight {
    padding: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, .4);
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    font-size: 12px
}

.copyRight * {
    color: rgba(255, 255, 255, .4);
    font-size: 12px;
}

.pro_tit {
    text-align: center;
    line-height: 40px
}

.pro_tit h2 {
    color: #333;
    font-size: 40px;
    font-weight: 700
}

.pro_tit h2 span {
    color: #009688;
    font-size: 40px
}

.pro_tit p {
    color: #333;
    font-size: 18px
}

.n_product {
    padding: 4% 0
}

.classSwiper {
    margin: 4% auto 3%
}

.classSwiper .swiper-slide {
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-right: 1px solid #e5e5e5
}

.classSwiper .swiper-slide * {
    transition: .3s
}

.classSwiper .swiper-slide div {
    float: left;
    width: 48px;
    height: 48px;
    line-height: 45px;
    border: 1px solid #cfcfcf;
    border-radius: 100%;
    transition: .3s;
    padding: 8px;
    background: url(../img/class22.png) no-repeat center;
    background-size: 32px;
    background-color: #f37e0e;
    border-color: #f37e0e
}

.classSwiper .swiper-slide p {
    float: left;
    padding-left: 10px;
    text-align: left;
    line-height: 25px
}

.classSwiper .swiper-slide p span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #f37e0e;
    font-size: 18px
}

.classSwiper .swiper-slide p i {
    font-size: 12px;
    color: #f37e0e;
    text-transform: uppercase;
    font-style: normal
}

.classSwiper .swiper-slide:hover div {
    background-color: #009688;
    border-color: #009688
}

.classSwiper .swiper-slide:hover p * {
    color: #009688
}

.productMain ul {
    overflow: hidden
}

.productMain ul li {
    width: 49%;
    margin-right: 2%;
    float: left;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 2%
}

.productMain ul li:nth-child(even) {
    margin-right: 0
}

.productMain ul li b {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 22px;
    color: #333;
    position: relative;
    z-index: 2;
    padding-left: 24px;
    margin-bottom: 20px
}

.productMain ul li b::after {
    position: absolute;
    left: 5px;
    top: 0;
    content: '';
    width: 13px;
    height: 30px;
    border-radius: 2px;
    background: #009688;
    transition: all linear .3s;
    transform: skewX(-20deg);
    z-index: -1
}

.productMain ul li .info {
    display: flex;
    justify-content: space-between
}

.productMain ul li .info .text {
    width: 42%;
    padding-right: 20px
}

.productMain ul li .info .picBox {
    width: 58%;
    height: 280px
}

.productMain ul li .info .picBox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.productMain ul li .info span {
    color: #666;
    padding-left: 25px;
    position: relative;
    font-size: 16px
}

.productMain ul li .info span i {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #f37e0e;
    border-radius: 100px
}

.productMain ul li .info span i::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #f37e0e;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 100px
}

.productMain ul li .info p {
    display: block;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dashed #ddd;
    color: #999;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    line-height: 1.8
}

.productMain ul li .info a {
    display: inline-block;
    background: #009688;
    text-align: center;
    transition: .3s;
    height: 40px;
    line-height: 40px;
    width: 80%;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 2
}

.productMain ul li .info a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 0;
    height: 40px;
    background: #f37e0e;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: .4s;
    z-index: -1
}

.productMain ul li:hover .info a:before {
    width: 80%
}

.productMain ul li:hover b::after {
    background: #009688;
    transform: skewX(0);
    width: 100%
}

.productMain ul li:hover b {
    color: #fff
}

.page {
    padding: 50px 0
}

.page ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.page ul li {
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    margin: 0 3px;
    cursor: pointer;
    transition: .3s
}

.page ul li a {
    font-size: 12px;
    line-height: 2;
    color: #666;
    transition: .3s
}

.page ul li.active {
    background: #009688;
    border-color: #009688
}

.page ul li.active a {
    color: #fff
}

.page ul li:hover {
    background: #009688;
    border-color: #009688
}

.page ul li:hover a {
    color: #fff
}

.n_news ul {
    display: flex;
    flex-wrap: wrap
}

.n_news ul li {
    width: 33.333%;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding: 35px 35px 60px
}

.n_news ul li:nth-child(3n) {
    border-right: none
}

.n_news ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.n_news ul li b {
    font-size: 20px;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 15px
}

.n_news ul li .picBox {
    margin: 10px 0;
    height: 150px
}

.n_news ul li .text b {
    font-weight: 400;
    color: #333;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.n_news ul li .text p {
    line-height: 1.8;
    margin-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #777
}

.n_news ul li .text .more {
    color: #ccc;
    display: inline-block;
    width: 146px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 12px;
    padding: 0 15px;
    background: url(../img/right.png) no-repeat 110px center;
    background-size: 26px;
    transition: .3s
}

.n_news ul li .text .wrapBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px
}

.n_news ul li .text .date {
    font-size: 12px;
    color: #c1c1c1;
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAyNCAxMDI0JyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzQ4JyBoZWlnaHQ9JzQ4Jz48cGF0aCBkPSdNNjc1LjMyOCAxMTcuNzE3MzMzQTQyNS40MjkzMzMgNDI1LjQyOTMzMyAwIDAgMCA1MTIgODUuMzMzMzMzQzI3Ni4zNTIgODUuMzMzMzMzIDg1LjMzMzMzMyAyNzYuMzUyIDg1LjMzMzMzMyA1MTJzMTkxLjAxODY2NyA0MjYuNjY2NjY3IDQyNi42NjY2NjcgNDI2LjY2NjY2NyA0MjYuNjY2NjY3LTE5MS4wMTg2NjcgNDI2LjY2NjY2Ny00MjYuNjY2NjY3YzAtNTYuNzQ2NjY3LTExLjA5MzMzMy0xMTItMzIuMzg0LTE2My4zMjhhMjEuMzMzMzMzIDIxLjMzMzMzMyAwIDAgMC0zOS40MDI2NjcgMTYuMzQxMzMzQTM4Mi43NjI2NjcgMzgyLjc2MjY2NyAwIDAgMSA4OTYgNTEyYzAgMjEyLjA3NDY2Ny0xNzEuOTI1MzMzIDM4NC0zODQgMzg0UzEyOCA3MjQuMDc0NjY3IDEyOCA1MTIgMjk5LjkyNTMzMyAxMjggNTEyIDEyOGM1MS4xMTQ2NjcgMCAxMDAuOCA5Ljk4NCAxNDYuOTg2NjY3IDI5LjEyYTIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDAgMTYuMzQxMzMzLTM5LjQwMjY2N3pNNTMzLjMzMzMzMyAzNjIuNjY2NjY3YTIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDAtNDIuNjY2NjY2IDB2MTcwLjY2NjY2NmEyMS4zMzMzMzMgMjEuMzMzMzMzIDAgMCAwIDYuMjUwNjY2IDE1LjA4MjY2N2wxMjggMTI4YTIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDAgMzAuMTY1MzM0LTMwLjE2NTMzM0w1MzMuMzMzMzMzIDUyNC41MDEzMzNWMzYyLjY2NjY2N3onIGZpbGw9JyNhN2E3YTcnPjwvcGF0aD48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    padding-left: 20px
}

.n_news ul li:hover b {
    color: #009688
}

.n_news ul li:hover .more {
    background-color: #009688;
    border-color: #009688;
    color: #fff
}

.n_aboout {
    padding: 4% 0
}

.n_aboout .introduce .bt {
    background: url(../img/jj_tit_line.png) repeat-x left bottom;
    padding-bottom: 1%;
    line-height: 38px;
    position: relative;
    margin-bottom: 35px
}

.n_aboout .introduce .bt:before {
    position: absolute;
    content: 'Company profile';
    left: 0;
    top: 20%;
    text-transform: uppercase;
    color: rgba(192, 5, 5, .03);
    width: 100%;
    height: 100%;
    font-size: 70px;
    font-family: Bahnschrift
}

.n_aboout .introduce .bt p {
    color: #333;
    font-size: 32px;
    font-weight: 700
}

.n_aboout .introduce .bt p b {
    float: left;
    margin-right: 5px;
    display: block;
    width: 13px;
    height: 30px;
    border-radius: 2px;
    background: #009688;
    transition: all linear .3s;
    transform: skewX(-20deg)
}

.n_aboout .introduce .bt p i {
    float: left;
    margin-left: 10px;
    font-size: 32px
}

.n_aboout .introduce .bt span {
    display: block;
    clear: both;
    color: #666;
    font-size: 18px
}

.n_aboout .content {
    display: flex;
    justify-content: space-between
}

.n_aboout .content .text {
    width: 58%;
    padding-right: 30px
}

.n_aboout .content .text p {
    color: #666;
    font-size: 15px;
    line-height: 35px
}

.n_aboout .content .picBox {
    width: 42%
}

.n_aboout .content .picBox img {
    display: block;
    width: 100%;
}

.n_aboout .introduce ul {
    display: flex;
    justify-content: space-between;
    padding: 100px 0 60px
}

.n_aboout .introduce ul li {
    width: 30%;
    display: flex;
    justify-content: space-between;
    padding: 24px;
    border: 1px solid #d7d7d7;
    border-radius: 3px
}

.n_aboout .introduce ul li img {
    display: block;
    width: 70px;
    height: 70px
}

.n_aboout .introduce ul li p {
    width: calc(100% - 74px);
    padding-left: 15px
}

.n_aboout .introduce ul li p b {
    font-size: 22px;
    color: #333;
    display: block
}

.n_aboout .introduce ul li p span {
    font-size: 14px;
    color: #888;
    line-height: 2
}

.n_about_ad {
    background: url(../img/jj_gg_bj.jpg) no-repeat center fixed;
    margin-bottom: 3%
}

.n_about_ad .viewBox {
    padding: 2% 0;
    text-align: center;
    color: #fff
}

.n_about_ad h2 {
    font-size: 36px;
    font-weight: 700 !important
}

.n_about_ad p {
    font-size: 16px;
    line-height: 50px
}

.n_about_ad .more {
    display: inline-block;
    padding: 0 5%;
    font-size: 18px;
    margin-top: 2%;
    height: 45px;
    line-height: 45px;
    background: #009688;
    border-radius: 25px
}

.powerSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.honor {
    background: #ebf0f6;
    padding: 4% 0
}

.honor .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.honor .swiper-slide div {
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #efefef;
    border-bottom: none
}

.honor .swiper-slide span {
    display: block;
    width: 100%;
    padding: 15px;
    background: #dedede;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    transition: .3s
}

.honor .swiper-slide:hover span {
    background: #009688;
    color: #fff
}

.process {
    display: flex;
    justify-content: space-between;
    padding: 4% 0
}

.process .headerTel {
    width: 30%
}

.process .headerTel span {
    font-size: 22px;
    color: #333
}

.process .headerTel span i {
    color: #888;
    padding-left: 8px
}

.process .headerTel p b {
    display: block
}

.process ul {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.process ul li img {
    display: block;
    width: 48px;
    margin: 0 auto 10px
}

.process ul li span {
    font-size: 14px;
    color: #555;
    display: block;
    text-align: center
}

.process ul li i {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/right2.png) no-repeat center;
    background-size: cover
}

.news_details {
    background: #f5f6f8;
    padding: 4% 0
}

.news_details .viewBox {
    display: flex;
    justify-content: space-between
}

.slideBar {
    background: #fff;
    width: 25%
}

.bar-title {
    background: #009688;
    color: #fff;
    padding: 7% 4%;
    position: relative;
    text-align: center
}

.bar-title p {
    font-size: 22px;
}

.bar-title span {
    font-family: arial;
    font-size: 12px;
    text-transform: uppercase
}

.bar-title i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
    font-size: 40px;
    font-family: Bahnschrift;
    font-weight: 700;
    color: rgba(255, 255, 255, .1);
    text-transform: uppercase;
    letter-spacing: -3px
}

.slideBar ul li {
    border-bottom: 1px dashed #e1e1e1;
    position: relative;
    transition: .3s
}

.slideBar ul li:hover {
    background: #f8f8f8
}

.slideBar ul li a {
    color: #333;
    font-size: 14px;
    padding: 15px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 40px
}

.slideBar ul li::after {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/right3.png) no-repeat center;
    background-size: cover;
    right: 15px;
    top: 50%;
    margin-top: -12px
}

.bar-contact {
    padding: 15px;
    text-align: left;
}

.bar-contact p {
    line-height: 2.4;
    font-size: 14px;
    color: #333
}

.details-content {
    width: 73%;
    background: #fff;
    padding: 0
}

.details-content .news_details_con img {
    display: block;
    margin: 15px auto;
    max-width: 100%
}

.news_details_con p {
    font-size: 14px;
    color: #333;
    line-height: 2;
    margin-bottom: 15px
}

.news-head {
    padding: 3%;
}
.news_details_con {
    padding: 0 3% 3%;
}

.news-head b {
    display: block;
    font-size: 26px;
    color: #323232;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px
}

.news-head p span i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAyNCAxMDI0JyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzQ4JyBoZWlnaHQ9JzQ4Jz48cGF0aCBkPSdNNjc1LjMyOCAxMTcuNzE3MzMzQTQyNS40MjkzMzMgNDI1LjQyOTMzMyAwIDAgMCA1MTIgODUuMzMzMzMzQzI3Ni4zNTIgODUuMzMzMzMzIDg1LjMzMzMzMyAyNzYuMzUyIDg1LjMzMzMzMyA1MTJzMTkxLjAxODY2NyA0MjYuNjY2NjY3IDQyNi42NjY2NjcgNDI2LjY2NjY2NyA0MjYuNjY2NjY3LTE5MS4wMTg2NjcgNDI2LjY2NjY2Ny00MjYuNjY2NjY3YzAtNTYuNzQ2NjY3LTExLjA5MzMzMy0xMTItMzIuMzg0LTE2My4zMjhhMjEuMzMzMzMzIDIxLjMzMzMzMyAwIDAgMC0zOS40MDI2NjcgMTYuMzQxMzMzQTM4Mi43NjI2NjcgMzgyLjc2MjY2NyAwIDAgMSA4OTYgNTEyYzAgMjEyLjA3NDY2Ny0xNzEuOTI1MzMzIDM4NC0zODQgMzg0UzEyOCA3MjQuMDc0NjY3IDEyOCA1MTIgMjk5LjkyNTMzMyAxMjggNTEyIDEyOGM1MS4xMTQ2NjcgMCAxMDAuOCA5Ljk4NCAxNDYuOTg2NjY3IDI5LjEyYTIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDAgMTYuMzQxMzMzLTM5LjQwMjY2N3pNNTMzLjMzMzMzMyAzNjIuNjY2NjY3YTIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDAtNDIuNjY2NjY2IDB2MTcwLjY2NjY2NmEyMS4zMzMzMzMgMjEuMzMzMzMzIDAgMCAwIDYuMjUwNjY2IDE1LjA4MjY2N2wxMjggMTI4YTIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDAgMzAuMTY1MzM0LTMwLjE2NTMzM0w1MzMuMzMzMzMzIDUyNC41MDEzMzNWMzYyLjY2NjY2N3onIGZpbGw9JyNhN2E3YTcnPjwvcGF0aD48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 4px;
    margin-right: 5px
}

.news-head p {
    text-align: center
}

.news-head p span {
    padding-right: 15px;
    color: #777
}

.news-head p span:last-child i {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAyNCAxMDI0JyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzQ4JyBoZWlnaHQ9JzQ4Jz48cGF0aCBkPSdNNTEyIDEyOEMxNzAuNjY2NjY3IDEyOCA0Mi42NjY2NjcgNTEyIDQyLjY2NjY2NyA1MTJzMTI4IDM4My45Nzg2NjcgNDY5LjMzMzMzMyAzODRjMzQxLjMzMzMzMyAwLjAyMTMzMyA0NjkuMzMzMzMzLTM4NCA0NjkuMzMzMzMzLTM4NFM4NTMuMzMzMzMzIDEyOCA1MTIgMTI4eiBtMC4wNDI2NjcgNzI1LjMzMzMzM0g1MTJjLTEyNi45NzYgMC0yMzcuMTQxMzMzLTU4LjQzMi0zMjcuNDg4LTE3My42MTA2NjZDMTMwLjQ3NDY2NyA2MTAuNzk0NjY3IDk5LjU4NCA1NDAuNjkzMzMzIDg4LjIxMzMzMyA1MTIgMTEzLjk0MTMzMyA0NDcuMTA0IDIzOS42MzczMzMgMTcwLjY2NjY2NyA1MTIgMTcwLjY2NjY2N2MxMjYuOTc2IDAgMjM3LjE0MTMzMyA1OC40MTA2NjcgMzI3LjQ4OCAxNzMuNjEwNjY2IDU0LjAzNzMzMyA2OC45MDY2NjcgODQuOTI4IDEzOS4wMjkzMzMgOTYuMjk4NjY3IDE2Ny43MjI2NjctMTEuMzkyIDI4LjczNi00Mi4yODI2NjcgOTguODM3MzMzLTk2LjI5ODY2NyAxNjcuNzQ0Qzc0OS4xNjI2NjcgNzk0Ljk0NCA2MzguOTk3MzMzIDg1My4zMzMzMzMgNTEyLjA0MjY2NyA4NTMuMzMzMzMzek01MTIgMjU2Yy0xNDEuMzc2IDAtMjU2IDExNC42MjQtMjU2IDI1NnMxMTQuNjI0IDI1NiAyNTYgMjU2IDI1Ni0xMTQuNjI0IDI1Ni0yNTYtMTE0LjYyNC0yNTYtMjU2LTI1NnogbTAgNDY5LjMzMzMzM2MtMTE3LjYzMiAwLTIxMy4zMzMzMzMtOTUuNzAxMzMzLTIxMy4zMzMzMzMtMjEzLjMzMzMzM3M5NS43MDEzMzMtMjEzLjMzMzMzMyAyMTMuMzMzMzMzLTIxMy4zMzMzMzMgMjEzLjMzMzMzMyA5NS43MDEzMzMgMjEzLjMzMzMzMyAyMTMuMzMzMzMzLTk1LjcwMTMzMyAyMTMuMzMzMzMzLTIxMy4zMzMzMzMgMjEzLjMzMzMzM3ogbTAtMzYyLjY2NjY2NmEyMS4zMzMzMzMgMjEuMzMzMzMzIDAgMCAwIDAgNDIuNjY2NjY2YzU4LjgxNiAwIDEwNi42NjY2NjcgNDcuODUwNjY3IDEwNi42NjY2NjcgMTA2LjY2NjY2N2EyMS4zMzMzMzMgMjEuMzMzMzMzIDAgMCAwIDQyLjY2NjY2NiAwYzAtODIuMzQ2NjY3LTY2Ljk4NjY2Ny0xNDkuMzMzMzMzLTE0OS4zMzMzMzMtMTQ5LjMzMzMzM3onIGZpbGw9JyNhN2E3YTcnPjwvcGF0aD48L3N2Zz4=")
}

.newsPage {
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid #ececec
}

.newsPage div {
    display: block;
    width: 100%;
    padding: 5px 0;
    color: #888
}

.newsPage div a {
    color: #888
}

.newsPage div:hover a {
    color: #009688
}

.product-head {
    box-shadow: 0 0 10px rgba(0, 99, 187, .2);
    border-radius: 10px;
    padding: 2%;
    position: relative;
    overflow: hidden;
    margin: 70px auto;
   
}

.product-head:before {
    position: absolute;
    right: -40px;
    top: -40px;
    content: '';
    background: url(../img/hot.png) no-repeat right top;
    width: 171px;
    height: 171px
}

.product-head:after {
    position: absolute;
    right: 0;
    bottom: 10%;
    content: '';
    background: url(../img/xing.png) no-repeat right center;
    width: 100%;
    height: 60px;
    z-index: -1
}

.product-head .leftBox {
    width: 50%
}

.product-head .leftBox img {
    display: block;
    width: 100%; 
}
.clear{ clear:both}

.product-head .rightBox {
    width: 98%;
    padding: 2% 2% 0
}
.product-head .rightBox img{ width:100%}
.product-head .rightBox b {
    color: #333;
    font-size: 28px;
    font-weight: 700 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding-left: 24px
}

.product-head .rightBox b::after {
    position: absolute;
    left: 5px;
    top: 0;
    content: '';
    width: 13px;
    height: 30px;
    border-radius: 2px;
    background: #009688;
    transition: all linear .3s;
    transform: skewX(-20deg);
    z-index: -1
}

.product-head .rightBox p {
    padding: 15px 0;
    border-top: 1px dashed #ececec;
    border-bottom: 1px dashed #ececec;
    margin: 20px auto;
    color: #666
}

.product-head .rightBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.product-head .rightBox ul i {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 900;
    color: #666;
    padding-bottom: 15px
}

.product-head .rightBox ul li {
    width: 32%;
    padding-bottom: 36px
}

.product-head .rightBox ul li div {
    height: 100%
}

.product-head .rightBox ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-head .rightBox ul li span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 36px;
    text-align: center
}

.product-head .rightBox .button {
    display: inline-block;
    line-height: 50px;
    padding: 0 50px 0 75px;
    background: #009688 url(../img/case-4.png) no-repeat 50px center;
    background-size: 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
    transition: .3s
}

.product-head .rightBox .button:hover {
    background-color: #555
}

.product-content {
    background: #f5f6f8;
    padding: 4% 0
}

.product-content .viewBox {
    display: flex;
    justify-content: space-between
}

.product-content .details-content {
    padding: 0
}

.p-nav ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ececec
}

.p-nav ul li {
    line-height: 70px;
    text-align: center;
    width: 25%;
    font-size: 16px;
    color: #333;
    position: relative;
    cursor: pointer;
    transition: .3s
}

.p-nav ul li.active:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 50%;
    height: 3px;
    background: #f37e0e;
    transition: .3s
}

.p-nav ul li:before {
    position: absolute;
    right: 0;
    top: 30%;
    width: 1px;
    height: 40%;
    content: '';
    background: #d5d5d5
}

.p-nav ul li:last-child::before {
    display: none
}

.p-nav ul li:hover {
    color: #f37e0e
}

.p-con {
    padding: 5%;
    color: #333;
    line-height: 1.8
}

.p-feats ul {
    padding: 0 15px;
    display: flex;
    justify-content: space-between
}

.p-feats ul li {
    width: 23.5%;
    transition: .3s;
    overflow: hidden;
    position: relative;
    border: 1px solid #ededed;
    padding: 2%;
    cursor: default;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.p-feats ul li img {
    display: block;
    width: 50px;
    margin: auto
}

.p-feats ul li b {
    color: #333;
    font-size: 17px;
    margin: 8% 0 2%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.p-feats ul li p {
    display: block;
    margin: 3% 5%;
    text-align: center;
    color: #999;
    font-size: 13px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.p-tit {
    text-align: center;
    margin-top: 6%;
    margin-bottom: 2%
}

.p-tit b {
    color: #333;
    font-size: 26px;
    position: relative
}

.p-tit p {
    position: relative;
    color: rgba(192, 5, 5, .05);
    font-size: 60px;
    text-transform: uppercase;
    margin-top: -50px
}

.p-case {
    padding: 0 15px
}

.p-caseSwiper .swiper-slide {
    cursor: pointer
}
.p-caseSwiper .swiper-slide div{height: 240px;}
.p-caseSwiper .swiper-slide div img,
.p-more .swiper-slide div img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.p-more .swiper-slide div {
    height: 240px;
}

.p-caseSwiper .swiper-slide span,
.p-more .swiper-slide span {
    display: block;
    line-height: 50px;
    padding: 0 10px;
    text-align: center;
    color: #333;
    background: #f5f6f8;
    transition: .3s
}

.p-caseSwiper .swiper-slide:hover span,
.p-more .swiper-slide:hover span {
    background: #f37e0e;
    color: #fff
}

.p-more {
    padding: 0 15px 50px
}

.navButton {
    display: none
}

.n_contact {
    padding: 5% 0
}

.contactBox ul {
    margin: 100px auto;
    display: flex;
    justify-content: space-between
}

.contactBox ul li {
    width: 23%;
    text-align: center;
    border-right: 1px solid #ececec
}

.contactBox ul li:last-child {
    border: none
}

.contactBox ul li img {
    display: block;
    width: 50px;
    margin: auto
}

.contactBox ul li b {
    display: block;
    font-size: 18px;
    color: #333;
    padding: 10px 0
}

.contactBox ul li p {
    color: #666;
    font-size: 16px
}

.mapBox {
    width: 100%;
    height: 500px;
    border-radius: 5px
}

.culture {
    padding: 4% 0 7%;
    background: url(../img/whbg.png) no-repeat center;
    background-size: cover
}

.culture>b {
    display: block;
    padding-bottom: 5%;
    color: #fff;
    font-size: 36px;
    text-align: center
}

.culture ul {
    display: flex
}

.culture ul li {
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 0 3%;
    align-items: center
}

.culture ul li:last-child {
    border-right: none
}

.culture ul li img {
    display: block;
    width: 38px
}

.culture ul li b {
    font-size: 22px;
    display: block;
    padding: 15px 0 10px
}

.culture ul li p {
    font-size: 15px
}

.jobBox {
    padding: 4% 0;
    display: flex;
    justify-content: space-between
}

.jobNav {
    width: 300px;
    background: #f4f4f4
}

.jobNav b {
    display: block;
    padding: 20px 36px;
    background: #009688;
    color: #fff;
    font-size: 18px
}

.jobNav ul li {
    display: block;
    padding: 20px 36px;
    background: #f4f4f4;
    color: #222;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    transition: .5s;
    position: relative;
    cursor: pointer
}

.jobNav ul li::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 0;
    background: #009688;
    transition: .5s
}

.jobNav ul li.active::after,
.jobNav ul li:hover::after {
    height: 100%
}

.jobNav ul li.active,
.jobNav ul li:hover {
    background: #fff
}

.jobContent {
    width: calc(100% - 320px);
    background: #f4f4f4;
    padding: 40px 65px 100px;
    overflow: auto
}

.jobContent ul li {
    display: none
}

.jobContent ul li.active {
    display: block
}

.jobContent .jobOverview {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e6e6e6
}

.jobContent .jobOverview b {
    display: block;
    padding-bottom: 5px;
    color: #333;
    font-size: 20px
}

.jobContent .jobOverview span {
    display: inline-block;
    padding-right: 15px;
    color: #111;
    font-size: 14px
}

.jobContent .jobInfo p {
    color: #333;
    line-height: 2.5
}

.crumbs {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.crumbs img {
    display: block;
    width: 18px;
    position: relative;
    top: -1px
}

.crumbs * {
    font-size: 12px;
    color: #888
}

.crumbs a {
    display: block;
    padding: 0 5px
}

.swiper-slidea {
    width: 100%
}

.swiper-slidea div {
    float: left;
    width: 32%;
    margin-right: 2px
}

.swiper-slidea div img {
    height: 380px
}

.flink {
    margin-top: 20px
}

.flink li {
    float: left;
    margin-right: 5px;
    padding-right: 5px
}

.yingyongn {
    width: 100%
}

.yingyongn li {
    float: left;
    width: 24%;
    line-height: 24px;
    margin-top: 10px;
    margin-right: 0.5%;
    margin-left: 0.5%
}

.yingyongn li img {
    width: 100%
}

.dnav a {
    color: #97c1bd
}

.newslist{ width:100%}
.newslistt{
	margin: 0 auto 20px auto;
	background: #009688;
	padding: 15px 20px 0;
}
	
	.newslistt span {
    display: inline-block;
    line-height: 30px;
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 20px;
    font-weight: 900;
	color:#fff;
}
.news-list{margin:0;padding: 0 20px;}
.news-list li{border-bottom:1px solid #e6e7e8;margin-bottom:10px;padding-bottom:10px;display: flex;justify-content: space-between;}
.news-list li a{display: block;width: calc(100% - 130px);text-align: left;}
.news-list li h1{font-size:16px;margin:0;font-weight:500;display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.news-list li aside{font-size:12px;line-height:24px;color:#999;}
.news-list li p{display: none;}
@media(max-width:768px) {
    .viewBox {
        width: 100%;
        padding: 0 10px;
        min-width: inherit;
        max-width: inherit
    }

    .header {
        padding: 10px 0;
        height: 65px
    }

    .header.active {
        height: 65px
    }

    .headerTel {
        display: none
    }

    .header .logo {
        width: calc(100% - 50px)
    }

    .nav {
        position: fixed;
        width: 100vw;
        height: 0;
        overflow: hidden;
        background: #fff;
        left: 0;
        top: 0;
        z-index: 99;
        transition: .6s
    }

    .nav.active {
        height: 100vh;
        display: block
    }

    .nav ul {
        flex-direction: column;
        padding-top: 20%
    }

    .nav ul li a {
        padding: 15px 0;
        display: block;
        border-top: 1px solid #ececec;
        font-size: 16px;
        height: auto;
        line-height: inherit
    }
	.nav ul li:hover>a{background:none;color:#009688}
    .navButton {
        display: block;
        position: relative;
        z-index: 100
    }

    .navButton span {
        display: block;
        width: 24px;
        height: 3px;
        background: #222;
        border-radius: 100px;
        margin: 6px 0;
        transition: .3s
    }

    .navButton.active span {
        display: none
    }

    .navButton.active span:first-child {
        display: block;
        transform: rotate(45deg)
    }

    .navButton.active span:last-child {
        display: block;
        transform: rotate(-45deg);
        position: relative;
        top: -9px
    }

    .hotProduct ul {
        display: none
    }

    .hotProduct .viewBox {
        height: 34px
    }

    .hotProduct .viewBox div {
        margin: auto;
        width: 100%;
        justify-content: flex-start
    }

    .title {
        margin-bottom: 20px;
        width: 100%;
        overflow: hidden
    }

    .title h2,
    .title h2 span {
        font-size: 18px
    }

    .title p {
        font-size: 12px
    }

    .productClass {
        margin-bottom: 10px
    }

    .productClass li {
        width: 49%;
        background-size: 16px;
        background-position: 5px center;
        padding: 5px 5px 5px 22px;
        height: auto;
        line-height: 1;
        font-size: 12px;
        margin-right: 2%
    }

    .productClass li a {
        line-height: 1.8
    }

    .productClass li:nth-child(5n) {
        margin-right: 2%
    }

    .productClass li:nth-child(2n) {
        margin-right: 0
    }

    .productList li {
        width: 100%;
        height: auto;
    }

    .productList li:nth-child(3n) {
        margin-right: 2%
    }

    .productList li:nth-child(2n) {
        margin-right: 0
    }

    .productList li span {
        display: block;
        font-size: 14px;
        height: 40px;
        line-height: 40px
    }

    .productList li:hover span {
        bottom: 0
    }

    .hideBox {
        display: none !important
    }

    .adText {
        width: 100%
    }

    .adBox {
        padding: 20px 0 35px
    }

    .adText h2 {
        font-size: 16px
    }

    .adText p {
        font-size: 12px;
		width: 60%;
		line-height: inherit;
		height: auto;
    }

    .adText p:after,
    .adText p:before {
        width: 40px;
        height: 3px;
        top: 46%
    }

    .adText a {
        width: 105px;
        height: 35px;
        line-height: 35px;
        font-size: 12px
    }
	.caseButton{margin-top:20px;}

    .about .viewBox {
        display: block
    }

    .aboutImg {
        width: 100%
    }

    .aboutInfo {
        width: 100%;
        padding-top: 20px
    }

    .aboutInfo .bt p {
        font-size: 22px;
        height: auto;
        text-align: center
    }

    .aboutInfo .bt span {
        font-size: 14px;
        text-align: center
    }

    .aboutInfo .content_zy {
        font-size: 14px
    }

    .aboutInfo ul li p {
        width: 52px;
        height: 52px;
        background-size: cover
    }

    .aboutInfo ul li p img {
        width: 28px
    }

    .aboutInfo ul li span {
        font-size: 14px;
        padding-top: 0
    }

    .service ul li {
        width: 100%;
        margin-bottom: 10px
    }

    .service ul li .pic {
        background-size: cover;
        width: 50px;
        height: 58px
    }

    .service ul li h3 {
        font-size: 16px;
        padding: 15px 0
    }

    .service ul li span {
        padding: 0 15px;
        min-height: auto;
        line-height: 1.6;
        font-size: 14px
    }

    .service ul li svg {
        margin-top: 5px
    }
	.flink{overflow:hidden}
    .newsLeft {
        width: 100%;
        margin-right: 0
    }

    .newsLeft .swiper-slide .pic {
        height: 200px
    }

    .news .viewBox {
        display: block
    }

    .newsRight {
        width: 100%;
        padding: 0;
        margin-top: 15px
    }

    .footerLogo {
        display: none
    }

    .footer ul li.fl-2 {
        display: none
    }

    .footer ul {
        display: block
    }

    .footer ul li.fl-3,.footer ul li.fl-1 {
        width: 100%;
        border: none
    }

    .footer ul li.fl-3 {
        padding: 0;
        margin-top: 20px
    }
	
	.bannerSwiper .swiper-slide img{
		height: 200px;
		object-fit: cover;
	}
	.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{font-size:26px;}

    .fl-3 img {
        width: 90px
    }

    .pro_tit h2,
    .pro_tit h2 span {
        font-size: 22px
    }

    .pro_tit p {
        font-size: 12px;
        line-height: 1.5
    }

    .n_product {
        padding: 10px
    }

    .classSwiper .swiper-slide div {
        width: 20px;
        height: 20px;
        background-size: 12px
    }
	.classSwiper .swiper-slide a {
		display: flex;
		align-items: center;
		justify-content:center;
		width:100%
	}

    .classSwiper .swiper-slide p {
        padding-left: 5px;
        line-height: 20px;
		max-width:calc(100% - 30px)
    }

    .classSwiper .swiper-slide p span {
        font-size: 14px
    }

    .classSwiper .swiper-slide p i {
        display: none
    }

    .productMain ul li {
        width: 100%;
        padding: 10px
    }

    .productMain ul li b {
        font-size: 16px
    }

    .productMain ul li .info a {
        width: 68%;
        height: 35px;
        line-height: 37px;
        font-size: 12px
    }

    .n_news ul li {
        width: 100%;
        padding: 10px 0 20px;
        border-right: none
    }

    .n_news ul li .text .date {
        display: none
    }

    .n_news ul li .text p {
        margin-top: 10px
    }

    .n_news ul li b {
        padding: 10px 0
    }

    .n_news ul li .text .wrapBox {
        margin-top: 15px
    }

    .n_news ul li .text .more {
        width: 100%;
        text-align: center
    }

    .n_aboout .introduce .bt p i {
        width: calc(100% - 50px);
        font-size: 22px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .n_aboout .introduce .bt:before {
        display: none
    }

    .n_aboout .introduce .bt span {
        font-size: 12px;
        padding-bottom: 15px;
        line-height: 2
    }

    .n_aboout .content .text {
        width: 100%
    }

    .n_aboout .content .picBox {
        width: 100%
    }

    .n_aboout .content {
        display: block
    }

    .n_aboout .introduce ul {
        padding: 50px 0;
        display: block
    }

    .n_aboout .introduce ul li {
        width: 100%;
        margin-bottom: 10px;
        padding: 15px;
        align-items: center
    }

    .n_aboout .introduce ul li img {
        width: 40px;
        height: 40px
    }

    .n_aboout .introduce ul li p {
        width: calc(100% - 40px)
    }

    .n_aboout .introduce ul li p b {
        font-size: 16px;
        padding-bottom: 5px
    }

    .n_aboout .introduce ul li p span {
        font-size: 12px;
        line-height: 1.6
    }

    .n_about_ad .viewBox {
        padding: 10px 10px 20px
    }

    .n_about_ad h2 {
        font-size: 18px;
        line-height: 1.8
    }

    .n_about_ad .more {
        font-size: 12px;
        height: 40px;
        line-height: 40px
    }

    .n_about_ad p {
        display: none
    }

    .process {
        display: none
    }

    .product-head {
        margin: 20px auto;
        display: block;
        width: calc(100% - 20px);
        border-radius: 3px;
        padding: 10px
    }

    .product-head .leftBox {
        width: 100%
    }

    .product-head .rightBox {
        width: 100%;
        padding: 10px 0
    }

    .product-head:before {
        display: none
    }

    .product-head .rightBox b {
        font-size: 20px
    }

    .product-head .rightBox b::after {
        height: 24px
    }

    .product-head .rightBox p {
        margin: 10px 0
    }

    .product-head .rightBox ul i {
        font-size: 16px
    }

    .product-head .rightBox .button {
        width: 100%;
        background: #009688;
        text-align: center;
        padding: 0;
        font-size: 14px;
        line-height: 40px
    }

    .product-content .viewBox {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }
	.news_details .viewBox{
		flex-wrap: wrap;
    	flex-direction: column-reverse;
	}
    .slideBar {
        width: 100%
    }

    .bar-title {
        padding: 2%
    }

    .bar-title p {
        font-size: 20px
    }

    .bar-title span {
        font-size: 12px
    }

    .bar-title i {
        font-size: 32px;
		padding-top:2%
    }

    .slideBar ul li a {
        padding: 10px 25px 10px 10px
    }

    .slideBar ul li::after {
        width: 15px;
        height: 15px;
        right: 10px;
        margin-top: -7.5px
    }

    .details-content {
        width: 100%;
		margin-bottom: 10px;
    }
	.newslistt{
		padding: 5px 10px 0;
		margin: 0 auto 10px;
	}
	.news-list{padding:0 10px;}
	.news-list li h1{font-size:14px;}
	.newslistt span{
		font-size: 16px;
		padding: 0 0 5px 0;
	}
    .p-nav ul li {
        font-size: 14px
    }

    .p-feats ul {
        flex-wrap: wrap
    }

    .p-feats ul li {
        width: 49%;
        margin-bottom: 10px
    }

    .p-feats ul li b {
        font-size: 16px
    }

    .p-tit p {
        font-size: 30px;
        margin-top: -22px
    }

    .p-feats ul li p {
        height: 85px;
        overflow: hidden
    }

    .news-head b {
        font-size: 18px
    }

    .news-head {
        padding-bottom: 20px
    }

    .topBar {
        display: none
    }

    .culture {
        padding: 30px 0
    }

    .culture>b {
        font-size: 18px;
        padding-bottom: 30px
    }

    .culture ul {
        flex-wrap: wrap
    }

    .culture ul li {
        width: 50%;
        margin-bottom: 20px
    }

    .culture ul li:nth-child(even) {
        border: none
    }

    .culture ul li img {
        width: 26px
    }

    .culture ul li b {
        font-size: 14px;
        padding: 10px 0 5px
    }

    .culture ul li p {
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        width: 100%;
        text-align: center
    }

    .jobBox {
        flex-wrap: wrap
    }

    .jobNav {
        width: 100%
    }

    .jobNav b {
        padding: 20px
    }

    .jobNav ul li {
        padding: 10px 20px
    }

    .jobContent {
        width: 100%;
        padding: 15px;
        margin-top: 15px
    }

    .jobContent .jobOverview b {
        font-size: 18px
    }

    .jobContent .jobOverview {
        padding-bottom: 10px;
        margin-bottom: 20px
    }

    .n_contact {
        padding: 20px 10px
    }

    .contactBox ul {
        margin: 30px auto;
        flex-wrap: wrap
    }

    .contactBox ul li {
        width: 50%;
        padding: 10px;
        border: 1px solid #ececec
    }

    .contactBox ul li:nth-child(even) {
        border-left: none
    }

    .contactBox ul li:last-child {
        border: 1px solid #ececec;
        border-left: none
    }

    .contactBox ul li img {
        width: 30px
    }

    .contactBox ul li b {
        font-size: 16px
    }

    .contactBox ul li p {
        font-size: 14px
    }

    .header .logo img {
        width: 25px
    }

    .header .logo b {
        width: calc(100% - 40px);
        padding-left: 5px;
        font-size: 20px
    }

    .productMain ul li .info .picBox {
        height: 180px
    }

    .indexHotProduct {
        display: none
    }
}
