﻿@charset "utf-8";

/*=========
 基本默认值
 ==========*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-word-break: normal !important;
    word-break: normal !important;
    word-wrap: break-word !important;
}

html, body {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; /*苹果手机端滑动卡屏*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent; /*手机端点击底部出现背景*/
    width: 100%;
    overflow-x: hidden;
    min-width: 320px;
    font-size: 12px;
}

body {
    font-size: 12px;
    color: #000;
    font-family: "Arial", "Microsoft YaHei";
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #000;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

::after, ::before {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

input, textarea, select {
    font-family: "Arial", "Microsoft YaHei";
    font-size: 12px;
    outline: none;
}

/*94%的内容*/
.container {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: relative;
}
.container1{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*图片通用样式*/
.img-common {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
}

/*清楚浮动*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}

/*Flex居中样式*/
.flex-center {
    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;
}

/*动画*/
.donghua {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

/*文字溢出*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/*通用标题*/
.mtitle{
    padding: 60px 0;
    text-align: center;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translate3d(0,-20%, 0);
    -ms-transform: translate3d(0,-20%, 0);
    -o-transform: translate3d(0,-20%, 0);
    transform: translate3d(0,-20%, 0);
    opacity: 0;
    visibility: hidden;
}
.mtitle.on{
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}
.mtitle .cn{
    font-size: 34px;
    color: #029044;
}
.mtitle .en{
    font-size: 18px;
    color: #808080;
    text-transform: uppercase;
}
/* =========

  首页

  ========== */
/*导航*/
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    z-index: 122;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

/*logo*/
.header .logo {
    float: left;
    /*display: block;*/
    display: flex;
    align-items: center;
    height: 90px;
}

.header .logo .logomm-img {
    display: none;
}

@media only screen and (max-width: 1280px) {
    
    .header .logo img{
        width: 90%;
    }
    .mtitle{
        padding: 40px 0;
    }
    .mtitle .cn{
        font-size: 28px;
    }
    .mtitle .en{
        font-size: 16px;
    }
}
@media only screen and (max-width: 1200px) {
    .header .logo .logomm-img {
        height: 60px;
    }
    .header .logo{
        height: 60px;
    }
    .header .logo img{
        width: 80%;
    }
}
@media only screen and (max-width: 1024px) {
    .mtitle{
        padding: 30px 0;
    }
}
@media only screen and (max-width: 640px) {
    .mtitle{
        padding: 20px 0;
    }
    .mtitle .cn{
        font-size: 24px;
    }
    .mtitle .en{
        font-size: 14px;
    }
    .header .logo img{
        width: 68%;
    }
}


/*手机导航按钮*/
.header .mm-nav-button {
    float: right;
    height: 90px;
    display: none;
    position: relative;
    width: 25px;
    margin-left: 3%;
}

.header .mm-nav-button .line {
    width: 24px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.header .mm-nav-button .line.line1 {
    margin-top: -8px;
}

.header .mm-nav-button .line.line3 {
    margin-top: 7px;
}

/*阿里旺铺*/
.header .language-box {
    float: right;
    margin-left: 30px;
    position: relative;
    cursor: pointer;
    height: 90px;
    display: flex;
    align-items: center;
}
.header .language-box .btn{
    display: flex;
    width: 106px;
    height: 44px;
    line-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid #f88e21;
    background-color: #fef1e4;
    color: #f88e21;
    font-size: 15px;
    border-radius: 4px;
}
.header .language-box .btn img{
    margin-right: 7px;
}


@media only screen and (max-width: 601px) {
    .header .language-box .btn{
        display: none;
    }
}
/*搜索*/
.header .inSearch-box {
    height: 90px;
    float: right;
    background-color: #fff;
    width: 50px;
    position: relative;
    z-index: 113;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}
.header .inSearch-box::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 37px;
    background-color: #d3d3d3;
    z-index: 113;
    margin-top: -18.5px;
}
.header .inSearch-box[data-on="click"]{
    margin-left: -100px;
    width: 150px;
}
.header .inSearch-box[data-on="click"] .inSearch-form input[type="text"]{
   width: 100%;
}
.header .inSearch-box .inSearch-form input[type="text"] {
    line-height: 37px;
    width: 0;
    outline: none;
    transition: all .4s;
    border: none;
    font-size: 1.16rem;
    height: 37px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}
.header .inSearch-box .inSearch-form input[type="submit"] {
    background-image: url(../images/insearch2_03.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 22px;
    height: 23px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 112;
}

@media only screen and (min-width: 601px) {
    .header .inSearch-box:hover {
        margin-left: -100px;
        width: 150px;
    }

    .header .inSearch-box:hover .inSearch-form input[type="text"] {
        width: 100%;
    }
}
@media only screen and (max-width: 320px){
    .header .inSearch-box[data-on="click"]{
        margin-left: -70px;
        width: 120px;
    }
}

/*导航条*/
.header .nav-list {
    float: right;
    line-height: 90px;
    position: relative;
    margin-right: 20px;
}

.header .nav-list .list-index {
    display: inline-block;
    padding: 0 18px;
    cursor: pointer;
    position: relative;
}

.header .nav-list .list-index .nav-word {
    display: block;
    font-size: 15px;
    color: #969696;
    width: auto;
    font-weight: bold;
}
.header .nav-list .list-index .nav-word.on{
    color: #000;
    font-weight: bold;
}
.header .nav-list .list-n {
    display: inline-block;
    padding: 0 18px;
    position: relative;
    z-index: 112;
    cursor: pointer;
}

.header .nav-list .list-n .nav-word {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #969696;
    width: auto;
}


.header .nav-list .list-n .nav-menu {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    display: inline-block;
    z-index: 111;
    opacity: 0;
    visibility: hidden;
    transition-delay: .2s;
    background-color: #fff;
    line-height: 30px;
    padding: 20px 0;
}
.header .nav-list .list-n .nav-menu .nav-info{
    padding-left: 20%;
}

.header .nav-list .list-n[data-on="touch"] .nav-menu {
    opacity: 1;
    visibility: visible;
}

.header .nav-list .list-n .nav-menu .nav-menu-icon {
    display: inline-block;
    padding-right: 20px;
    border-right: 1px solid #4e5054;
    -webkit-transform: translate3d(10%, 0, 0);
    -ms-transform: translate3d(10%, 0, 0);
    -o-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
    visibility: hidden;
}

.header .nav-list .list-n[data-on="touch"] .nav-menu .nav-menu-icon {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}


.header .nav-list .list-n .nav-menu .menu-a {
    display: inline-block;
    /*line-height: 30px;*/
    padding: 0 18px;
    font-size: 14px;
    color: #393939;
    -webkit-transform: translate3d(10%, 0, 0);
    -ms-transform: translate3d(10%, 0, 0);
    -o-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
    visibility: hidden;
    font-weight: bold;
}

.header .nav-list .list-n[data-on="touch"] .nav-menu .menu-a {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.header .nav-list .nav-border {
    width: 0px;
    left: -1000px;
    bottom: 0;
    position: absolute;
    height: 5px;
    margin-left: 18px;
    background: rgb(2, 143, 68);
    transition: height 0.1s, width 0.1s, left 0.3s;
    z-index: -1;
}

@media only screen and (min-width: 601px) {
    .header .nav-list .list-n .nav-menu .menu-a:hover{
        color: #01863f;
    }
    .header .language-box.ali{
        display: none;
    }
}

@media only screen and (max-width: 1280px) {
    .header .nav-list .list-n{
        padding: 0 12px;
    }
}
@media only screen and (max-width: 1200px) {
    .header .nav-list {
        display: none;
    }
    .header .mm-nav-button {
        display: block;
    }
    .header {
        height: 60px;
    }
    .header .logo{
        height: 60px;
    }

    .header .mm-nav-button {
        height: 60px;
    }

    .header .language-box {
        margin-left: 3%;
        height: 60px;
    }

    .header .language-box .language-word {
        line-height: 60px;
    }

    .header .inSearch-box {
        height: 60px;
    }

    .header .inSearch-box .inSearch-form input[type="text"] {
        line-height: 60px;
        height: 60px;
        border-bottom: 1px solid #e5e5e5;
    }
    
}
@media only screen and (max-width: 601px) {
    .header .language-box.ali{
        float: none;
        margin-top: 15px;
        display: block;
    }
    
    .header .language-box.ali .btn{
        display: block;
        margin: 0 auto;
    }

}

/*手机导航*/
.mm-nav {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .mm-nav {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 59px;
        background-color: #fff;
        border-top: 1px solid #f6f7fa;
        z-index: 122;
        overflow-y: auto;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
        visibility: hidden;
    }

    .mm-nav[data-on="click"] {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
    }
    .mm-nav .mmNav-list{
        background-color: #fff;
    }
    .mm-nav .mmNav-list .list-mm {
        line-height: 50px;
    }

    .mm-nav .mmNav-list .list-mm .mmNav-word {
        font-size: 1.16rem;
        padding: 0 3%;
        display: block;
        border-bottom: 1px solid #f6f7fa;
        position: relative;
    }

    .mm-nav .mmNav-list .list-mm .mmNav-word:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-width: 1px;
        border-style: solid;
        border-color: #807f81 #807f81 transparent transparent;
        position: absolute;
        right: 3%;
        top: 50%;
        margin-top: -4px;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg); /* IE 9 */
        -moz-transform: rotate(45deg); /* Firefox */
        -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
        -o-transform: rotate(45deg); /* Opera */
    }

    .mm-nav .mmNav-list .list-mm[data-on="click"] .mmNav-word:after {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg); /* IE 9 */
        -moz-transform: rotate(135deg); /* Firefox */
        -webkit-transform: rotate(135deg); /* Safari 和 Chrome */
        -o-transform: rotate(135deg);
    }
    .mm-nav .mmNav-list .list-mm.aa .mmNav-word:after{
        display: none;
    }

    .mm-nav .mmNav-list .list-mm .mmNav-sub {
        padding: 0 3%;
        background-color: #f6f7fa;
        display: none;
        max-height: calc(100vh - 417px);
        overflow-y: auto;
    }

    .mm-nav .mmNav-list .list-mm .mmNav-sub .mmNav-a {
        display: block;
    }
}

/*首页轮播图*/
.inBanner-swiper {
    margin-top: 90px;
    /*height: 800px;*/
    position: relative;

}

.inBanner-swiper .swiper-wrapper .swiper-slide a {
    display: block;
    /*height: 100%;*/
    padding-top: calc(600 / 1920 * 100%);
    min-height: 260px;
}

.inBanner-swiper .inBanner-prev {
    width: 30px;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #909090 transparent transparent #909090;
    position: absolute;
    left: 6%;
    top: 50%;
    margin-top: -8px;
    z-index: 100;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -moz-transform: rotate(-45deg); /* Firefox */
    -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
    -o-transform: rotate(-45deg); /* Opera */
    cursor: pointer;
}

.inBanner-swiper .inBanner-next {
    width: 30px;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #909090 #909090 transparent transparent;
    position: absolute;
    right: 6%;
    top: 50%;
    margin-top: -8px;
    z-index: 100;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg); /* Opera */
    cursor: pointer;
}

.inBanner-swiper .inBanner-pagination {
    position: absolute;
    bottom: 6%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 102;
}

.inBanner-swiper .inBanner-pagination .swiper-pagination-bullet {
    width: 45px;
    height: 2px;
    border-radius: 0;
    background-color: #aaaaaa;
    opacity: 1;
}

.inBanner-swiper .inBanner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #585858;
}

@media only screen and (min-width: 600px) {
    .inBanner-swiper .swiper-wrapper .swiper-slide a.banner2{
        display: none;
    }
}
@media only screen and (max-width: 1920px) {
    .inBanner-swiper {
        /*height: 600px;*/
    }
}

@media only screen and (max-width: 1600px) {
    .inBanner-swiper {
        /*height: 580px;*/
    }
}

@media only screen and (max-width: 1400px) {
    .inBanner-swiper {
        /*height: 550px;*/
    }
}

@media only screen and (max-width: 1280px) {
    .inBanner-swiper {
        /*height: 520px;*/
    }
}

@media only screen and (max-width: 1200px) {
    .inBanner-swiper {
        margin-top: 60px;
        /*height: 500px;*/
    }
}

@media only screen and (max-width: 800px) {
    .inBanner-swiper {
        /*height: 450px;*/
    }
}

@media only screen and (max-width: 600px) {
    .inBanner-swiper {
        /*height: 420px;*/
    }
    .inBanner-swiper .swiper-wrapper .swiper-slide a.banner1{
        display: none;
    }
}

@media only screen and (max-width: 414px) {
    .inBanner-swiper {
        /*height: 260px;*/
    }

    .inBanner-swiper .inBanner-next {
        display: none;
    }

    .inBanner-swiper .inBanner-prev {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .inBanner-swiper {
        /*height: 200px;*/
    }
}

/*首页公司简介*/
.incompany{
    padding-bottom: 100px;
}
.index-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 130px;
}

.index-about .about-img {
    width: -moz-calc(100% - 800px);
    width: -webkit-calc(100% - 800px);
    width: calc(100% - 800px);
    min-width: 300px;
}

.index-about .about-img img {
    width: 100%;
}

.index-about .about-right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    width: 800px;
    /*padding: 80px 0 80px 70px;*/
    padding-left: 70px;
    position: relative;
}

.index-about .about-right .about-title {
    font-size: 2.5rem;
    height: 60px;
    color: #0091dc;
    text-align: left;
    position: relative;
    margin-bottom: 18px;
}

.index-about .about-right .about-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #00903c;
    left: 0;
    bottom: 0;
}

.index-about .about-right .about-massage {
    font-size: 18px;
    line-height: 2.5rem;
    color: #333333;
}

.index-about .about-right .about-link{
    position: absolute;
    bottom: 0;
}
.index-about .about-right .about-link .about-more {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    color: #029044;
    padding: 0 40px 0 30px;
    border: 1px solid #029044;
    border-radius: 50px;
    position: relative;
}

.index-about .about-right .about-link .about-more:before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background-color: #0091dc;
    position: absolute;
    top: 50%;
    /*margin-top: -0.5px;*/
    right: 23px;
}

.index-about .about-right .about-link .about-more:after {
    content: "";
    display: block;
    width: 1px;
    height: 5px;
    background-color: #0091dc;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 25px;
}

.mvrbox{
    display: flex;
    box-shadow: 0 0 8px #f2f2f2;
    margin-bottom: 100px;
}
.mvrbox:last-child{
    margin-bottom: 0;
}
.mvrbox .mvrleft{
    width: 52%;
    padding: 30px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    opacity: 0;
    transform: translateX(100%);
    transition: all .5s;
}
.mvrbox .mvrleft .tit{
    font-size: 18px;
    color: #029044;
}
.mvrbox .mvrleft .font{
    font-size: 14px;
    color: #808080;
    line-height: 1.5;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
text-overflow: ellipsis;
max-height: 84px;
}
.mvrbox .mvrleft .more{
    font-size: 14px;
    color: #808080;
    padding: 8px 42px;
    border: 1px solid #808080;
    border-radius: 20px;
}
.mvrbox .mvrleft .more:hover{
    color: #029044;
    border: 1px solid #029044;
}
.mvrbox .mvrright{
    width: 48%;
    opacity: 0;
    transform: translateX(-100%);
    transition: all .5s;
}
.mvrbox .mvrright .img{
    padding-top: calc(295 / 565 * 100%);
}

.mvrbox.prokind{
    flex-direction: row-reverse;
}
.mvrbox.prokind .mvrleft{
    opacity: 0;
    transform: translateX(-100%);
    transition: all 1s;
}
.mvrbox.prokind .mvrright{
    opacity: 0;
    transform: translateX(100%);
    transition: all 1s;
}

.mvrbox .mvrleft.on,.mvrbox .mvrright.on{
    opacity: 1;
    transform: translateX(0);
}
.mvrbox.prokind .mvrleft.on,.mvrbox.prokind .mvrright.on{
    opacity: 1;
    transform: translateX(0);
}



@media only screen and (min-width: 1024px) {
    
}
@media only screen and (max-width: 1600px) {
    .index-about .about-right {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 1400px) {
    .index-about .about-right {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1280px) {
    .index-about{
        margin-bottom: 100px;
    }
    .index-about .about-right .about-massage {
        line-height: 1.5;
        font-size: 16px;
    }

}

@media only screen and (max-width: 1024px) {
    .index-about{
        margin-bottom: 80px;
    }
    .index-about .about-img {
        display: none;
    }

    .index-about .about-right {
        padding-left: 0;
    }

    .index-about .about-right .about-title {
        margin-bottom: 2%;
    }

    .index-about .about-right .about-massage {
        margin-bottom: 3.6%;
    }

    .index-about .about-right .about-more {
        margin: 0 auto;
    }

    .index-about .about-right .about-link {
        text-align: center;
        position: initial;
    }
    .index-about .about-right .about-link .about-more{
        height: 35px;
        line-height: 35px;
    }
    .incompany{
        padding-bottom: 7%;
    }
    .mvrbox{
        display: block;
        margin-bottom: 7%;
    }
    .mvrbox .mvrleft{
        padding: 30px 10px;
    }
    .mvrbox .mvrleft,.mvrbox .mvrright{
        width: 100%;
    }
    .mvrbox .mvrleft .tit{
        margin-bottom: 15px;
    }
    .mvrbox .mvrleft .font{
        margin-bottom: 20px;
        display: block;
        max-height: 100%;
    }
}
@media only screen and (max-width: 800px) {
    .index-about{
        margin-bottom: 7%;
    }
    .index-about .about-right .about-massage{
        font-size: 14px;
    }
}

/*福邦优势*/
.advantage{
    background-color: #f7f7f7;
    padding-bottom: 120px;
}
.advantage .content{
    display: flex;
    /*flex-direction: row-reverse;*/
}
.advantage .content .advt-left{
    float: left;
    width: calc(50% - 11px);
    margin-right: 11px;
    position: relative;
    display: none;
}
.advantage .content .advt-left .img{
    padding-top: calc(442 / 589 * 100%);
    filter: blur(2px);
}
.advantage .content .advt-left .black{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30,30,30,.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    align-items: center;
}
.advantage .content .advt-left .black .tit{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 24px;
}
.advantage .content .advt-left .black .tit::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    height: 4px;
    margin-left: -40%;
    background-color: #fff;
}
.advantage .content .advt-left .black .font{
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.advantage .content .advt-left[data-on="on"]{
    display: block;
}
.advantage .content .advt-right{
    float: left;
    width: calc(50% - 11px);
    margin-left: 11px;
}
.advantage .content .advt-right .item{
    width: calc(50% - 11px);
    float: left;
    position: relative;
}
.advantage .content .advt-right .item:nth-child(2n+1){
    margin-right: 11px;
}
.advantage .content .advt-right .item:nth-child(2n){
    margin-left: 11px;
}
.advantage .content .advt-right .item.one{
    margin-bottom: 23px;
}
.advantage .content .advt-right .item .img{
    padding-top: calc(210 / 284 * 100%);
}
.advantage .content .advt-right .item .tit{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: rgba(0,0,0,.6);
    font-size: 14px;
    color: #fff;
    text-align: center;
    transition: all .5s;
}

.advantage .content .advt-right .item:hover .tit,.advantage .content .advt-right .item.on .tit{
    background-color: rgba(2,144,68,.6);
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1280px) {
    .advantage{
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 1024px) {
    .advantage{
        padding-bottom: 80px;
    }
    
}

@media only screen and (max-width: 800px) {
    .advantage{
        padding-bottom: 7%;
    }
    .advantage .content{
        display: block;
    }
    .advantage .content .advt-right,.advantage .content .advt-left{
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .advantage .content .advt-right{
        margin-top: 1px;
    }
    .advantage .content .advt-right .item{
        width: calc(50% - 1px);
        /*margin-right: 1px;*/
        margin-bottom: 1px;
    }
    .advantage .content .advt-right .item:nth-child(2n+1){
        margin-right: 1px;
    }
    .advantage .content .advt-right .item:nth-child(2n){
        margin-left: 0;
        margin-right: 0;
    }
    .advantage .content .advt-right .item.one{
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 320px) {

}

/*产品展示*/
.mproduct{
    position: relative;
}

.indexProduct-swiper {
    position: relative;
}

.indexProduct-swiper .swiper-wrapper .swiper-slide {
    padding-right: 10px;
    padding-left: 10px;
    display: block;
}
.indexProduct-swiper .swiper-wrapper .swiper-slide a{
    display: block;
}
.indexProduct-swiper .swiper-wrapper .swiper-slide .index-product-img {
    padding-top: -moz-calc((290 / 284) * 100%);
    padding-top: -webkit-calc((290 / 284) * 100%);
    padding-top: calc((290 / 284) * 100%);
}
.indexProduct-swiper .swiper-wrapper .swiper-slide .index-product-bg{
    overflow: hidden;
    border: 1px solid #f7f7f7;
}
.indexProduct-swiper .swiper-wrapper .swiper-slide .index-product-massage {
    font-size: 16px;
    color: #545454;
    height: 50px;
    line-height: 1.2;
    text-align: center;
    background-color: #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 5px;
}
.indexProduct-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .index-product-bg{
    border: 1px solid #029044;
}
.indexProduct-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .index-product-massage{
    background-color: #029044;
    color: #fff;
}

.mproduct .indexProduct-prev{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #029044;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -20px;
    z-index: 11;
    cursor: pointer;
}

.mproduct .indexProduct-prev:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-width: 2px;
    border-style: solid;
    border-radius: 2px;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -3px;
    transform: rotate(-135deg);
}

.mproduct .indexProduct-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #029044;
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-top: -20px;
    z-index: 11;
    cursor: pointer;
}

.mproduct .indexProduct-next:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-width: 2px;
    border-style: solid;
    border-radius: 2px;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -8px;
    transform: rotate(45deg);
}
.mproduct .indexProduct-prev.swiper-button-disabled,.mproduct .indexProduct-next.swiper-button-disabled{
    background-color: #cccccc;
}

.mmore{
    width: 100%;
    position: relative;
    text-align: center;
    margin: 40px 0 60px 0;
}
.mmore::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #e6e6e6;
    transform: translateY(-50%);
}
.mmore::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    height: 1px;
    background-color: #e6e6e6;
    transform: translateY(-50%);
}
.mmore .btn{
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    color: #029044;
    padding: 0 40px 0 30px;
    border: 1px solid #029044;
    border-radius: 50px;
    position: relative;
    background-color: #fff;
    z-index: 112;
}
.mmore .btn::before{
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background-color: #0091dc;
    position: absolute;
    top: 50%;
    /*margin-top: -0.5px;*/
    right: 23px;
}
.mmore .btn::after{
    content: "";
    display: block;
    width: 1px;
    height: 5px;
    background-color: #0091dc;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 25px;
}

@media only screen and (min-width: 601px){

    .indexProduct-swiper .swiper-wrapper .swiper-slide:hover .index-product-bg{
        border: 1px solid #029044;
    }
    .indexProduct-swiper .swiper-wrapper .swiper-slide:hover .index-product-img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .indexProduct-swiper .swiper-wrapper .swiper-slide:hover .index-product-massage{
        background-color: #029044;
        color: #fff;
    }
}

@media only screen and  (max-width: 1400px) {
    .index-product-title .index-product-word {
        line-height: 80px;
    }
}

@media only screen and  (max-width: 1280px) {
    .index-product-title .index-product-word {
        line-height: 70px;
    }
}

@media only screen and  (max-width: 1024px) {
    .index-product-title .index-product-word a {
        right: -80px;
    }

    .indexProduct-swiper:after {
        display: none;
    }

    .mproduct .indexProduct-prev,.mproduct .indexProduct-next {
        display: none;
    }
    .indexProduct-swiper{
        width: 100%;
    }
}

@media only screen and  (max-width: 800px) {
    .index-product-title .index-product-word a {
        right: -70px;
    }
    .indexProduct-swiper .swiper-wrapper .swiper-slide .index-product-massage{
        font-size: 14px;
    }
}

@media only screen and  (max-width: 600px) {
    .index-product-title .index-product-word a {
        right: -60px;
    }
    .indexProduct-swiper .swiper-wrapper .swiper-slide{
        padding-left: 5px;
        padding-right: 5px;
    }
    
}

@media only screen and  (max-width: 320px) {
    .indexProduct-swiper:before {
        right: -5px;
    }
}

/*定制流程*/
.dzbox{
    padding-bottom: 58px;
}
.dz-img{
    text-align: center;
    margin-top: 30px;
}
.dz-img .dzitem{
    width: 16.6666%;
    float: left;
    position: relative;
    
    
    -webkit-transform: translate3d(0, -30%, 0);
    -ms-transform: translate3d(0, -30%, 0);
    -o-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.dz-img .dzitem.on{
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}
.dz-img .dzitem:nth-child(2){transition-delay: .1s;}
.dz-img .dzitem:nth-child(3){transition-delay: .2s;}
.dz-img .dzitem:nth-child(4){transition-delay: .3s;}
.dz-img .dzitem:nth-child(5){transition-delay: .4s;}
.dz-img .dzitem:nth-child(6){transition-delay: .5s;}

.dz-img .dzitem .dzinfo{
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    padding-bottom: 30px;
}
.dz-img .dzitem .nums{
    font-size: 30px;
    color: #434343;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    top: -16px;
}
.dz-img .dzitem .nums::before,.dz-img .dzitem .nums::after{
    background-color: transparent;
}
.dz-img .dzitem .dzinfo:hover{
    border-left: 3px solid #029044;
    border-right: 3px solid #029044;
    border-bottom: 3px solid #029044;
}
.dz-img .dzitem:hover .nums::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -3px;
    width: 30%;
    height: 3px;
    background-color: #029044;
    margin-top: -1.5px;
}
.dz-img .dzitem:hover .nums::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -3px;
    width: 30%;
    height: 3px;
    background-color: #029044;
    margin-top: -1.5px;
}

.dz-img .dzitem .img{
    height: 60px;
    margin-bottom: 14px;
}
.dz-img .dzitem .cntit{
    font-size: 18px;
    color: #434343;
}
.dz-img .dzitem .entit{
    font-size: 12px;
    color: #434343;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.dz-img .dzitem .arrow{
    position: relative;
    display: inline-block;
}
.dz-img .dzitem .arrow::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 29px;
    border-style: dotted;
    border-width: 1px;
    border-color: #029044;
    margin-left: -18px;
}
.dz-img .dzitem .arrow::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border-style: solid;
    border-width: 2px;
    border-color: #029044 #029044 transparent transparent;
    transform: rotate(45deg);
    margin-top: -5px;
}

@media only screen and (max-width: 1024px){
    .dz-img .dzitem{
        width: 33.333333%;
        margin-bottom: 30px;
    }
    .dzbox{
        padding-bottom: 2%;
    }
}
@media only screen and (max-width: 600px){
    .dz-img .dzitem{
        width: 50%;
        margin-bottom: 20px;
    }
}



/*应用行业*/
.index-application {
    position: relative;
}

.apply-swiper .swiper-slide .apply-left{
    position: relative;
}
.apply-swiper .swiper-slide .apply-left .img{
    width: 193px;
    overflow: hidden;
}
.apply-swiper .swiper-slide .apply-left .img img{
    transition: all .5s;
}
.apply-swiper .swiper-slide .apply-left .line{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 33px;
    height: 33px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 8px;
}
.apply-swiper .swiper-slide .apply-left .line div{
    height: 2px;
    background-color: #029044;
}
.apply-swiper .swiper-slide .apply-left .line .ll{
    width: 18px;
}
.apply-swiper .swiper-slide .apply-left .line .lm{
    width: 13px;
    margin: 2px 0;
}
.apply-swiper .swiper-slide .apply-left .line .ls{
    width: 7px;
}
.apply-swiper .swiper-slide .apply-right{
    padding-left: 18px;
}
.apply-swiper .swiper-slide .apply-right .tit{
    font-size: 18px;
    color: #333;
    margin-bottom: 24px;
}
.apply-swiper .swiper-slide:hover .apply-right .tit{color: #029044;}
.apply-swiper .swiper-slide .apply-right .font{
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
}
.mapply .swiper-pagination{
    width: 100%;
    text-align: center;
    margin-top: 30px;
    position: initial;
}
.mapply .swiper-pagination .swiper-pagination-bullet{
    margin: 0 6px;
    width: 10px;
    height: 10px;
    background-color: #d1d1d1;
    opacity: 1;
}
.mapply .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #029044;
}


.apply-swiper .swiper-slide .apply-content:hover .apply-left .img img{
    transform: scale(1.1);
}

@media only screen and (max-width: 1280px){

}

@media only screen and (max-width: 1024px){


}

@media only screen and (max-width: 500px){
    .apply-swiper .swiper-slide .apply-content{
        display: block;
    }
    .apply-swiper .swiper-slide .apply-left .img{
        width: 100%;
    }
    .apply-swiper .swiper-slide .apply-right{
        padding-left: 0;
    }
    .apply-swiper .swiper-slide .apply-right .tit{
        margin: 5px 0;
    }

}


/*最新动态*/
.index-new-bg {
    /*padding-top: 75px;*/
    padding-bottom: 100px;
    background-color: #f7f7f7;
}

.index-new-bg .index-new-title {
    margin-bottom: 35px;
    text-align: center;
}

.index-new-bg .index-new-title .index-new-word {
    display: inline-block;
    position: relative;
    font-size: 3rem;
    line-height: 3rem;
    color: #323232;
}

.index-new-bg .index-new-title .index-new-word a {
    position: absolute;
    display: block;
    right: -100px;
    top: 0;
    height: 100%;
    font-size: 1.03rem;
    color: #0091dc;
}

.index-new-bg .index-new-title .index-new-word a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #0091dc #0091dc transparent transparent;
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -3px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.index-new-bg .index-new-title .index-new-word a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #0091dc #0091dc transparent transparent;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -3px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.index-new-bg .index-new-box .list-new {
    width: -moz-calc((100% - 46px) / 3);
    width: -webkit-calc((100% - 46px) / 3);
    width: calc((100% - 46px) / 3);
    float: left;
    margin-right: 23px;
    display: block;
}


.index-new-bg .index-new-box .list-new .newimg{
    overflow: hidden;
}
.index-new-bg .index-new-box .list-new .list-new-img {
    padding-top: -moz-calc(215 / 385 * 100%);
    padding-top: -webkit-calc(215 / 385 * 100%);
    padding-top: calc(215 / 385 * 100%);
    transition: all .5s;
}

.index-new-bg .index-new-box .list-new .list-new-time {
    font-size: 1.16rem;
    line-height: 1;
    color: #bebebe;
    margin-top: 25px;
}

.index-new-bg .index-new-box .list-new .list-new-title {
    font-size: 1.33rem;
    line-height: 1.5;
    color: #292929;
    margin-top: 10px;
    min-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-new-bg .index-new-box .list-new .list-new-massage {
    font-size: 1.08rem;
    line-height: 2;
    color: #888787;
    margin-top: 20px;
    margin-bottom: 25px;
    height:  4rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-new-bg .index-new-box .list-new .list-new-more {
    display: block;
    font-size: 1.08rem;
    color: #029044;
}

.index-new-bg .index-new-box .list-new .list-new-more span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #029044;
    margin-right: 8px;
    position: relative;
    vertical-align: bottom;
}

.index-new-bg .index-new-box .list-new .list-new-more span:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff #ffffff transparent transparent;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg); /* Opera */
    position: absolute;
    top: 50%;
    margin-top: -3px;
}

.index-new-bg .index-new-box .list-new:nth-child(3) {
    margin-right: 0;
    background-color: #f5f6f9;
    border-bottom: 1px solid #e2e2e2;
}

.index-new-bg .index-new-box .list-new:nth-child(3) .list-new-detail {
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 14px;
    border-top: 1px solid #e2e2e2;
    display: block;
}


.index-new-bg .index-new-box .list-new:nth-child(3) .list-new-detail .new-detail-title {
    font-size: 16px;
    color: #4a4849;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}
.index-new-bg .index-new-box .list-new:nth-child(3) .list-new-detail .new-detail-title::before{
    content: ".";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #029044;
    margin-top: -5px;
}

.index-new-bg .index-new-box .list-new:nth-child(3) .list-new-detail .new-detail-time {
    font-size: 12px;
    color: #c7c7c7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}

@media only screen and (min-width: 601px) {
    .index-new-bg .index-new-box .list-new:hover .list-new-img{
        transform: scale(1.1);
    }
    .index-new-bg .index-new-box .list-new:nth-child(3) .list-new-detail:hover {
        background-color: #029044;
    }
    
    .index-new-bg .index-new-box .list-new:nth-child(3) .list-new-detail:hover .new-detail-title {
        color: #ffffff;
    }
    .index-new-bg .index-new-box .list-new:nth-child(3) .list-new-detail:hover .new-detail-title::before{
        color: #ffffff;
    }
    .index-new-bg .index-new-box .list-new:nth-child(3) .list-new-detail:hover .new-detail-time {
        color: #ffffff;
    }
}
@media only screen and (max-width: 1600px){
    .index-new-bg {
        /*padding-top: 75px;*/
        padding-bottom: 90px;
    }
}
@media only screen and (max-width: 1400px){
    .index-new-bg {
        /*padding-top: 75px;*/
        padding-bottom:80px;
    }
}
@media only screen and (max-width: 1280px){
    .index-new-bg {
        /*padding-top: 65px;*/
        padding-bottom:70px;
    }
}
@media only screen and (max-width: 1024px){
    .index-new-bg {
        /*padding-top: 6.5%;*/
        padding-bottom:7%;
    }
.index-new-bg .index-new-box .list-new .list-new-time {
    margin-top: 2.5%;
}

.index-new-bg .index-new-box .list-new .list-new-title {
    margin-top: 1%;
}

.index-new-bg .index-new-box .list-new .list-new-massage {
    margin-top: 2%;
    margin-bottom: 2.5%;
}
.index-new-bg .index-new-box .list-new:nth-child(3) .list-new-detail .new-detail-title {
    margin-bottom: 1%;
}
}
@media only screen and (max-width: 800px){
    .index-new-bg .index-new-box .list-new {
        width: -moz-calc((100% - 46px) / 2);
        width: -webkit-calc((100% - 46px) / 2);
        width: calc((100% - 15px) / 2);
        margin-right: 15px;
        margin-bottom: 3%;
    }
    .index-new-bg .index-new-box .list-new:nth-child(2){
        margin-right: 0;
    }
    .index-new-bg .index-new-box .list-new:nth-child(3){
        width: 100%;
    }
    .index-new-bg .index-new-title .index-new-word {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}
@media only screen and (max-width: 414px){
    .index-new-bg .index-new-box .list-new {
        width:100%;
        margin-right: 0;
    }
    /*.index-new-bg .index-new-box .list-new:nth-child(2) {
       display: none;
    }*/
    .index-new-bg .index-new-box .list-new:nth-child(3){
        width: 100%;
    }
}

/*首页客服*/
.index-kefu{
    position: fixed;
    right: 1%;
    bottom: 100px;
    z-index: 122;
    /*float: right;*/
}
.index-kefu .kefu-box{
    width: 36px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    position: relative;
}
.index-kefu .kefu-box.kefu-phone{
    background-image: url(../images/phone.png);
    background-color: #029044;
    margin-bottom: 1px;
}
.index-kefu .kefu-box.kefu-phone .sub-box{
    position: absolute;
    border: 1px solid #d6d6d6;
    right: 100%;
    top:0;
    width: 140px;
    padding: 10px 0;
    background-color: #fff;
}
.index-kefu .kefu-box.kefu-phone .sub-box:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6 #d6d6d6 transparent transparent;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    position: absolute;
    right: -5px;
    top:50%;
    margin-top: -5px;
}
.index-kefu .kefu-box.kefu-phone .sub-box:after{
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #fff;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    position: absolute;
    right: -4px;
    top:50%;
    margin-top: -4px;
}
.index-kefu .kefu-box.kefu-phone .sub-box .phone-title{
    font-size: 1.16rem;
    line-height: 2.16rem;
    color: #515151;
    text-align: center;
    font-weight: bold;
}
.index-kefu .kefu-box.kefu-phone .sub-box .phone-number{
    display: block;
   font-size: 1.16rem;
    font-weight: bold;
    color: #0083ca;
    text-align: center;
}
.index-kefu .kefu-box.kefu-qq{
    background-image: url(../images/qq.png);
    background-color: #029044;
    margin-bottom: 1px;
}
.index-kefu .kefu-box.kefu-qq .sub-box{
    position: absolute;
    border: 1px solid #d6d6d6;
    right: 100%;
    top:0;
    width: 140px;
    padding: 10px 0;
    background-color: #fff;
}
.index-kefu .kefu-box.kefu-qq .sub-box:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6 #d6d6d6 transparent transparent;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    position: absolute;
    right: -5px;
    top:20%;
}
.index-kefu .kefu-box.kefu-qq .sub-box:after{
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #fff;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    position: absolute;
    right: -4px;
    top:20%;
}
.index-kefu .kefu-box.kefu-qq .sub-box .qq-title{
    font-size: 1.16rem;
    line-height: 2.16rem;
    color: #515151;
    text-align: center;
    font-weight: bold;
}
.index-kefu .kefu-box.kefu-qq .sub-box .qq-number{
    display: block;
    font-size: 1.16rem;
    font-weight: bold;
    color: #0083ca;
    text-align: center;
}
.index-kefu .kefu-box.kefu-weixin{
    background-image: url(../images/weixin.png);
    background-color: #029044;
    margin-bottom: 1px;
}
.index-kefu .kefu-box.kefu-weixin .sub-box{
    width: 140px;
    height: 140px;
    position: absolute;
    right: 100%;
    top:-50%;
}
.index-kefu .kefu-box.kefu-weixin .sub-box img{
    position: relative;
    display: block;
    z-index: 100;
    width: 100%;
}
.index-kefu .kefu-box.kefu-weixin .sub-box:before{
     content: "";
     display: block;
     width: 10px;
     height: 10px;
     border-width: 1px;
     border-style: solid;
     border-color: #d6d6d6 #d6d6d6 transparent transparent;
     transform:rotate(45deg);
     -ms-transform:rotate(45deg); 	/* IE 9 */
     -moz-transform:rotate(45deg); 	/* Firefox */
     -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
     -o-transform:rotate(45deg); 	/* Opera */
     position: absolute;
     right: -5px;
     top:30%;
    z-index: 99;
 }
.index-kefu .kefu-box.kefu-weixin .sub-box:after{
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff #ffffff transparent transparent;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    position: absolute;
    right: -4px;
    top:30%;
    z-index: 99;
}
.index-kefu .kefu-box.kefu-top{
    display: none;
    background-color: #029044;
    color: #fff;
    text-align: center;
    padding-top: 16px;
}
.index-kefu .kefu-box.kefu-top.in{
    display: block;
}
.index-kefu .kefu-box.kefu-top:after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-style: solid;
    border-width:2px;
    border-color: #ffffff #ffffff transparent transparent;
    position: absolute;
    left: 50%;
    top:50%;
    margin-left: -7px;
    margin-top: -7px;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); 	/* IE 9 */
    -moz-transform:rotate(-45deg); 	/* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
    -o-transform:rotate(-45deg); 	/* Opera */
}
.index-kefu .kefu-box .sub-box{
    display: none;
}
@media only screen and (min-width: 601px) {
 .index-kefu .kefu-box.kefu-phone:hover .sub-box{
    display: block;
}
.index-kefu .kefu-box.kefu-qq:hover .sub-box{
    display: block;
}
.index-kefu .kefu-box.kefu-weixin:hover .sub-box{
    display: block;
} 
}
@media only screen and (max-width: 600px) {
    .index-kefu{
        display: none;
    }
}

/*通用内页导航*/
.allPage-nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e7e8ea;
}
.allPage-nav .href-left{
    float: left;
}
.allPage-nav .back{
    float: right;
    display: inline-block;
    font-size: 12px;
    color: #8e9297;
    position: relative;
}
.allPage-nav .back:hover{
    color: #029044;
}

.allPage-nav .allPage-index{
    display: inline-block;
    position: relative;
    padding-right: 14px;
    padding-left: 5px;
    font-size: 14px;
    color: #464646;
}
.allPage-nav .allPage-index::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #464646 #464646 transparent transparent;
    transform: rotate(45deg);
    margin-top: -3px;
}
.allPage-nav .allPage-index:first-child{
    color: #029044;
}
.allPage-nav .allPage-index:last-child::after{
    display: none;
}


@media only screen and (max-width: 640px) {
    .allPage-nav .allPage-index:nth-child(2)::after{
    display: none;
}
    .allPage-nav .allPage-index:nth-child(3){
    display: none;
   }
}
@media only screen and (max-width: 414px) {
    
   .allPage-nav .allPage-index{
    font-size: 12px;
   }
   
}

/*通用内页大图*/
.allPage-banner{
    height: 400px;
    margin-top: 90px;
}
.allPage-banner .allPage-banner-title{
    font-size: 3.66rem;
    color: #ffffff;
         -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
   -webkit-transform: translate3d(0, -30%, 0);
    -ms-transform: translate3d(0, -30%, 0);
    -o-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
    visibility: hidden;
    text-transform:uppercase;
}
.allPage-banner .allPage-banner-title.on{
   -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 1200px){
    .allPage-banner{
        margin-top: 60px;
    }
}
@media only screen and (max-width: 600px){
    .allPage-banner .allPage-banner-title{
        display: none;
    }
}

/*通用内页标题*/
.allPage-title {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
      -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
        -webkit-transform: translate3d(0,-20%, 0);
    -ms-transform: translate3d(0,-20%, 0);
    -o-transform: translate3d(0,-20%, 0);
    transform: translate3d(0,-20%, 0);
    opacity: 0;
    visibility: hidden;
}
.allPage-title.on{
       -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}
.allPage-title .cn{
    color: #029044;
    font-size: 34px;
}
.allPage-title .en{
    color: #808080;
    font-size: 18px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1280px) {
    .allPage-title .cn{
        font-size: 28px;
    } 
    .allPage-title .en{
        font-size: 16px;
    }
}

@media only screen and (max-width: 640px){
    .allPage-title .cn{
        font-size: 24px;
    } 
}

/*通用分页*/
.all-Page-box {
    text-align: center;
    height: 40px;
}

.all-Page-box .all-page-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #d2d2d2;
    border-radius: 50%;
    font-size: 1.5rem;
    line-height: 40px;
    position: relative;
}

.all-Page-box .all-page-btn.page-left:before {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background-color: #aaaaaa;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 50%;
    margin-top: -5px;
}

.all-Page-box .all-page-btn.page-left:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: #b1b1b1 transparent transparent #b1b1b1;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -moz-transform: rotate(-45deg); /* Firefox */
    -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
    -o-transform: rotate(-45deg); /* Opera */
}

.all-Page-box .all-page-btn.page-right:before {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background-color: #aaaaaa;
    position: absolute;
    right: 50%;
    margin-right: -4px;
    top: 50%;
    margin-top: -5px;
}

.all-Page-box .all-page-btn.page-right:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: #b1b1b1 #b1b1b1 transparent transparent;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -4px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg); /* Opera */
}

.all-Page-box .all-page-btn.page-prev:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: #b1b1b1 transparent transparent #b1b1b1;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -moz-transform: rotate(-45deg); /* Firefox */
    -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
    -o-transform: rotate(-45deg); /* Opera */
}

.all-Page-box .all-page-btn.page-next:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: #b1b1b1 #b1b1b1 transparent transparent;
    position: absolute;
    right: 50%;
    margin-right: -2px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg); /* Opera */
}

.all-Page-box .all-page-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 2px solid transparent;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #9b9b9b;
}

.all-Page-box .all-page-link.on {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 2px solid transparent;
    text-decoration: underline;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #029044;
}

/* =========

  显触简介

  ========== */
/*显触简介*/
.intro-top-bg {
    padding-top: 60px;
}
.intro-top-bg2{
    padding-bottom: 95px;
}
.intro-top-bg .intro-top-massage {
    font-size: 1.33rem;
    line-height: 2;
    color: #717171;
}

.intro-top-bg2 .intro-team-box {
    padding-bottom: 40px;
    margin-top: 90px;
    position: relative;
}

.intro-top-bg2 .intro-team-box .intro-team-swiper {
    width: 910px;
    float: left;
}

.intro-top-bg2 .intro-team-box .intro-team-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 480px;
}

.intro-top-bg2 .intro-team-box .intro-team-swiper .intro-team-pagination {
    position: absolute;
    bottom: 3%;
    z-index: 100;
    text-align: center;
}

.intro-top-bg2 .intro-team-box .intro-team-swiper .intro-team-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.intro-top-bg2 .intro-team-box .intro-team-swiper .intro-team-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #029044 !important;
}

.intro-top-bg2 .intro-team-box .intro-team-right {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #029044;
    padding: 60px 55px;
    width: 400px;
    z-index: 111;
}

.intro-top-bg2 .intro-team-box .intro-team-right .allPage-title.intro-team-title {
    color: #ffffff;
    text-align: left;
}

.intro-top-bg2 .intro-team-box .intro-team-right .allPage-title.intro-team-title:after {
    background-color: #fff;
    left: 0;
    margin-left: 0;
}

.intro-top-bg2 .intro-team-box .intro-team-right .intro-team-massage {
    font-size: 1.16rem;
    line-height: 2;
    color: #ffffff;
}

/*显触概览*/
.intro-show-bg {
    padding-top: 60px;
    background-color: #f6f7fa;
    position: relative;
}

.intro-show-bg:after {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    background-color: #fff;
    margin-top: -85px;
}

.intro-show-bg .allPage-title.intro-show-title {
    margin-bottom: 30px;
}

.intro-show-bg .intro-show-box {
    position: relative;
    width: 100%;
}

.intro-show-bg .intro-show-box .intro-show-swiper .swiper-wrapper .swiper-slide .intro-show-img {
    padding-top: -moz-calc(179 / 283 * 100%);
    padding-top: -webkit-calc(179 / 283 * 100%);
    padding-top: calc(179 / 283 * 100%);
}

.intro-show-bg .intro-show-box .intro-show-pagination {
    position: absolute;
    bottom: -35px;
    width: 100%;
    z-index: 155;
    text-align: center;
}

.intro-show-bg .intro-show-box .intro-show-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

.intro-show-bg .intro-show-box .intro-show-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #029044 !important;
}

.intro-show-bg .intro-show-box .intro-show-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #029044;
    border-radius: 50%;
    left: -80px;
    top: 50%;
    margin-top: -20px;
    z-index: 114;
    cursor: pointer;
}

.intro-show-bg .intro-show-box .intro-show-prev:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #029044 transparent transparent #029044;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -moz-transform: rotate(-45deg); /* Firefox */
    -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
    -o-transform: rotate(-45deg); /* Opera */
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -5px;
}

.intro-show-bg .intro-show-box .intro-show-next {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #029044;
    border-radius: 50%;
    right: -80px;
    top: 50%;
    margin-top: -20px;
    z-index: 114;
    cursor: pointer;
}

.intro-show-bg .intro-show-box .intro-show-next:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #029044 #029044 transparent transparent;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg); /* Opera */
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -5px;
}
.layui-layer-nobg{
 margin: 3%;
}
.layui-layer-content{

  max-width: 1200px;
  max-height: 800px;
}
.layui-layer-content img{
    max-height: 100%;
}
@media only screen and (max-width: 1400px) {
    .intro-top-bg2 .intro-team-box {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 1280px) {
    .intro-top-bg2 {
        padding-bottom: 85px;
    }

    .intro-top-bg2 .intro-team-box {
        margin-top: 60px;
    }

}

@media only screen and (max-width: 1024px) {
    .intro-top-bg {
        padding-top: 6%;
    }
    .intro-top-bg2 {
        padding-bottom: 6.5%;
    }

    .intro-top-bg2 .intro-team-box {
        padding-bottom: 4%;
        margin-top: 6%;
    }

    .intro-top-bg2 .intro-team-box .intro-team-swiper {
        width: 100%;
        height: 420px;
        float: none;
    }

    .intro-top-bg2 .intro-team-box .intro-team-right {
        position: static;
        padding: 6% 5.5%;
        width: 100%;
    }

    .intro-show-bg {
        padding-top: 6%;
        margin-bottom: 6.5%;
    }

    .intro-show-bg .allPage-title.intro-show-title {
        margin-bottom: 3%;
    }

    .intro-show-bg:after {
        height: 100px;
    }
}

@media only screen and (max-width: 800px) {
    .intro-top-bg2 .intro-team-box .intro-team-swiper {
        height: 380px;
    }
}

@media only screen and (max-width: 600px) {
    .intro-top-bg2 .intro-team-box .intro-team-swiper {
        height: 320px;
    }

    .intro-show-bg2 .intro-show-box .intro-show-pagination {
        bottom: -28px;
    }

}

@media only screen and (max-width: 414px) {
    .intro-top-bg2 .intro-team-box .intro-team-swiper {
        height: 250px;
    }

    .intro-show-bg:after {
        height: 100px;
    }
}

@media only screen and (max-width: 375px) {
    .intro-top-bg2 .intro-team-box .intro-team-swiper {
        height: 250px;
    }

    .intro-show-bg:after {
        bottom: -45px;
    }

    .intro-show-bg2 .intro-show-box .intro-show-pagination {
        bottom: -30px;
    }
}

@media only screen and (max-width: 320px) {
    .intro-show-bg .intro-show-box .intro-show-pagination {
        bottom: -25px;
    }
}

/*企业文化*/
.culture-bg {
    padding-top: 60px;
    padding-bottom: 110px;
}
.culture-main{
    font-size: 1.33rem;
    line-height: 2;
    color: #717171;
}
.culture-bg .culture-main img {
    width: auto;
    margin: 0 auto;
    display: block;
}


@media only screen and (max-width: 1400px) {
    .culture-bg {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 1280px) {
    .culture-bg {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 1024px) {
    .culture-bg {
        padding-top: 6%;
        padding-bottom: 6%;
    }
}

/*发展历程*/
.history-bg {
    padding-top: 60px;
    padding-bottom: 85px;
}

.history-bg .history-swiper-box {
    position: relative;
}

.history-bg .history-swiper-box .history-swiper {
    max-height: 630px;
    margin-bottom: 85px;
    position: relative;
    padding-top: 10px;
}

.history-bg .history-swiper-box .history-swiper .swiper-wrapper .swiper-slide{
    height: auto;
}

.history-bg .history-swiper-box .history-swiper .swiper-wrapper .swiper-slide .history-slide .history-box {
    width: 50%;
    float: right;
    padding-bottom: 40px;
    border-left: 1px solid #ced7e4;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
}

.history-bg .history-swiper-box .history-swiper .swiper-wrapper .swiper-slide .history-slide .history-box:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 3px solid #0091dc;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 0;
}

.history-bg .history-swiper-box .history-swiper .swiper-wrapper .swiper-slide .history-slide:nth-child(2n) .history-box {
    width: 50%;
    float: left;
    padding-bottom: 40px;
    border-left: 1px solid transparent;
    border-right: 1px solid #ced7e4;
    padding-left: 0;
    padding-right: 26px;
    text-align: right;
    margin-left: 1px;
}

.history-bg .history-swiper-box .history-swiper .swiper-wrapper .swiper-slide .history-slide:nth-child(2n) .history-box:after {
    left: auto;
    right: -9px;
    top: 0;
}

.history-bg .history-swiper-box .history-swiper .swiper-wrapper .swiper-slide .history-slide .history-box .history-time {
    font-size: 2.16rem;
    color: #555555;
    font-weight: bold;
    position: absolute;
    left: -90px;
    top: -8px;
}

.history-bg .history-swiper-box .history-swiper .swiper-wrapper .swiper-slide .history-slide:nth-child(2n) .history-box .history-time {
    right: -90px;
    left: auto;
}

.history-bg .history-swiper-box .history-swiper .swiper-wrapper .swiper-slide .history-slide .history-box .history-list .list-h {
    position: relative;
    font-size: 1.16rem;
    line-height: 2rem;
    margin-bottom: 10px;
    padding-left: 15px;
}

.history-bg .history-swiper-box .history-swiper .swiper-wrapper .swiper-slide .history-slide:nth-child(2n) .history-box .history-list .list-h {
    padding-left: 0;
    padding-right: 15px;
}

.history-bg .history-swiper-box .history-swiper .swiper-wrapper .swiper-slide .history-slide .history-box .history-list .list-h:before {
    content: "•";
    color: #0091dc;
    position: absolute;
    left: 0;
    top: 0;
}

.history-bg .history-swiper-box .history-swiper .swiper-wrapper .swiper-slide .history-slide:nth-child(2n) .history-box .history-list .list-h:before {
    display: none;
}

.history-bg .history-swiper-box .history-swiper .swiper-wrapper .swiper-slide .history-slide:nth-child(2n) .history-box .history-list .list-h:after {
    content: "•";
    color: #0091dc;
    position: absolute;
    right: 0;
    top: 0;
}

.history-bg .history-swiper-box .history-next {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    left: 50%;
    margin-left: -20px;
    bottom: -40px;
    cursor: pointer;
    animation: nextmove 2s infinite linear;
    -moz-animation: nextmove 2s infinite linear; /* Firefox */
    -webkit-animation: nextmove 2s infinite linear;  /* Safari 和 Chrome */
    -o-animation: nextmove 2s infinite linear;   /* Opera */
}

.history-bg .history-swiper-box .history-next:before {
    content: "";
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent #ffffff #ffffff transparent;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg); /* Opera */
}

@keyframes nextmove
{
    0%   {-webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);}
    50%  {-webkit-transform: translate3d(0, 25%, 0);
    -ms-transform: translate3d(0, 25%, 0);
    -o-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);}
    100% {-webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);}
}

@-moz-keyframes nextmove /* Firefox */
{
     0%   {-webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);}  
    50%  {-webkit-transform: translate3d(0, 25%, 0);
    -ms-transform: translate3d(0, 25%, 0);
    -o-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);}
    100% {-webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);}
}

@-webkit-keyframes nextmove /* Safari 和 Chrome */
{
     0%   {-webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);} 
    50%  {-webkit-transform: translate3d(0, 25%, 0);
    -ms-transform: translate3d(0, 25%, 0);
    -o-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);}
    100% {-webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);}
}

@-o-keyframes nextmove /* Opera */
{
  0%   {-webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);}
    50%  {-webkit-transform: translate3d(0, 25%, 0);
    -ms-transform: translate3d(0, 25%, 0);
    -o-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);}
    100% {-webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);}
}

@media only screen and (max-width: 1280px) {
    .history-bg {
        padding-bottom: 75px;
    }
}

@media only screen and (max-width: 1024px) {
    .history-bg {
        padding-top: 6%;
        padding-bottom: 7.5%;
    }

    .history-bg .history-swiper-box .history-swiper {
        margin-bottom: 6.5%;
    }
    .history-bg .history-swiper-box .history-swiper .swiper-wrapper .swiper-slide .history-slide .history-box {
        padding-bottom: 4%;
        padding-left: 3%;
    }
}

@media only screen and (max-width: 800px) {
    .history-bg .history-swiper-box .history-swiper {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 600px) {
    .history-bg .history-swiper-box .history-swiper .swiper-wrapper .swiper-slide .history-slide .history-box {
        width: 100%;
        float: none;
        margin-left: 3%;
    }

    .history-bg .history-swiper-box .history-swiper .swiper-wrapper .swiper-slide .history-slide:nth-child(2n) .history-box {
        width: 100%;
        float: none;
        border-left: 1px solid #ced7e4;
        padding-left: 3%;
        margin-left: 3%;
        padding-right: 25px;
        text-align: left;
    }

    .history-bg .history-swiper-box .history-swiper .swiper-wrapper .swiper-slide .history-slide:nth-child(2n) .history-box:after {
        left: -8px;
        right: auto;
    }

    .history-bg .history-swiper-box .history-swiper .swiper-wrapper .swiper-slide .history-slide:nth-child(2n) .history-box .history-list .list-h {
        padding-left: 15px;
        padding-right: 0;
    }

    .history-bg .history-swiper-box .history-swiper .swiper-wrapper .swiper-slide .history-slide:nth-child(2n) .history-box .history-list .list-h:before {
        display: block;
    }

    .history-bg .history-swiper-box .history-swiper .swiper-wrapper .swiper-slide .history-slide:nth-child(2n) .history-box .history-list .list-h:after {
        display: none;
    }

    .history-bg .history-swiper-box .history-next:after {
        display: none;
    }

    .history-bg .history-swiper-box .history-swiper .swiper-wrapper .swiper-slide .history-slide .history-box .history-time {
        position: static;
    }
}

/*资质认证*/
.qualification-bg {
    padding-top: 60px;
    padding-bottom: 80px;
}

.qualification-bg .qualification-list .list-q {
    width: -moz-calc((100% - 90px) / 3);
    width: -webkit-calc((100% - 90px) / 3);
    width: calc((100% - 90px) / 3);
    float: left;
    margin-right: 45px;
    margin-bottom: 65px;
    position: relative;
    text-align: center;
}

.qualification-bg .qualification-list .list-q:nth-child(3n) {
    margin-right: 0;
}

.qualification-bg .qualification-list .list-q:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 130px;
    background-color: #f2f2f2;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.qualification-bg .qualification-list .list-q .qualification-img {
    display: inline-block;
    width: 170px;
    height: 243px;
}

.qualification-bg .qualification-list .list-q .qualification-name {
    font-size: 1.16rem;
    line-height: 50px;
    height: 50px;
    color: #3c3c3c;
}

@media only screen and (max-width: 1024px) {
    .qualification-bg {
        padding-top: 6%;
        padding-bottom: 8%;
    }

    .qualification-bg .qualification-list .list-q {
        margin-bottom: 6.5%;
    }
}

@media only screen and (max-width: 800px) {

}

@media only screen and (max-width: 600px) {
    .qualification-bg .qualification-list .list-q {
        width: -moz-calc((100% - 45px) / 2);
        width: -webkit-calc((100% - 45px) / 2);
        width: calc((100% - 45px) / 2);
        margin-right: 45px;
    }

    .qualification-bg .qualification-list .list-q:nth-child(3n) {
        margin-right: 45px;
    }

    .qualification-bg .qualification-list .list-q:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 414px) {
    .qualification-bg .qualification-list .list-q {
        width: 100%;
        margin-right: 0;
    }

    .qualification-bg .qualification-list .list-q .qualification-name {
        line-height: 40px;
        height: 40px;
    }
}

/* =========

  触摸屏

  ========== */
.allPage-banner.product-banner{
    height: 400px;
}
@media only screen and (min-width:600px){
    .allPage-banner.product-banner.banner2{
        display: none;
    }
}
@media only screen and (max-width:1600px){
.allPage-banner.product-banner{
    height: 380px;
}
}
@media only screen and (max-width:1400px){
.allPage-banner.product-banner{
    height: 330px;
}
}
@media only screen and (max-width:1280px){
.allPage-banner.product-banner{
    height: 300px;
}
}
@media only screen and (max-width:1024px){

}
@media only screen and (max-width:600px){
    .allPage-banner.product-banner.banner2{
        display: block;
    }
    .allPage-banner.product-banner.banner1{
        display: none;
    }

}

@media only screen and (max-width:414px){
    .allPage-banner.product-banner{
        height: 260px;
    }
}

@media only screen and (max-width:320px){

}
/*触摸屏and一体机*/
.product-bg {
    /*padding-top: 60px;*/
    padding-bottom: 90px;
}

.product-bg .product-list .list-t {
    width: -moz-calc((100% - 60px) / 3);
    width: -webkit-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
    float: left;
    margin-right: 30px;
    margin-bottom: 40px;
    transition: all .5s;
    border: 1px solid #fff;
}

.product-bg .product-list .list-t:nth-child(3n) {
    margin-right: 0;
}

.product-bg .product-list .list-t .product-img{
    display: block;
}
.product-bg .product-list .list-t .product-img .img{
    padding-top: -moz-calc(350 / 380 * 100%);
    padding-top: -webkit-calc(350 / 380 * 100%);
    padding-top: calc(350 / 380 * 100%);
    position: relative;
}
.product-bg .product-list .list-t .product-img .img::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 63%;
    height: 1px;
    background-color: #029044;
    transform: translateX(-50%);
}

.product-bg .product-list .list-t .product-name {
    font-size: 16px;
    color: #3c3c3c;
    text-align: center;
    transition: all .5s;
    height: 57px;
    line-height: 57px;
}
.product-bg .product-list .list-t .product-name .tit{
    float: left;
    text-align: center;
    width: 100%;
    line-height: 1.2;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.product-bg .product-list .list-t .product-name .promore{
    font-size: 14px;
    width: 97px;
    position: relative;
    float: right;
    display: none;
}
.product-bg .product-list .list-t .product-name .promore::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,.2);
}
.product-bg .product-list .list-t .product-name .promore::after{
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 8px;
    height: 8px;
    /*border-radius: 3px;*/
    border-style: solid;
    border-width: 1px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    margin-top: -5px;
}


@media only screen and (min-width: 1024px) {
    .product-bg .product-list .list-t:hover .product-name .promore{
        display: inline-block;
    }
}
@media only screen and (min-width: 601px) {
    .product-bg .product-list .list-t:hover{
        border: 1px solid #029044;
    }
    .product-bg .product-list .list-t:hover .product-img .img::after{
        opacity: 0;
    }
    .product-bg .product-list .list-t:hover .product-name{
        background-color: #029044;
        color: #fff;
    }
    .product-bg .product-list .list-t:hover .product-name .tit{
        width: calc(100% - 97px);
        white-space: initial;
        line-height: 1.2;
        height: 57px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
}

@media only screen and (max-width: 1400px) {
    .product-bg {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 1280px) {
    .product-bg {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 1024px) {
    .product-bg {
        padding-top: 2%;
        padding-bottom: 7%;
    }

    .product-bg .product-list .list-t {
        margin-bottom: 4%;
    }
    .product-bg .product-list .list-t .product-name {
        height: 45px;
        line-height: 45px;
    }
    .product-bg .product-list .list-t .product-name .tit{
        float: none;
        height: 45px;
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }
    .product-bg .product-list .list-t:hover .product-name .tit{
        width: 100%;
        height: 45px;
    }
}

@media only screen and (max-width: 768px) {
    .product-bg .product-list .list-t {
        width: -moz-calc((100% - 15px) / 2);
        width: -webkit-calc((100% - 15px) / 2);
        width: calc((100% - 15px) / 2);
    }
    .product-bg .product-list .list-t{
        margin-right: 15px;
    }
    .product-bg .product-list .list-t:nth-child(3n) {
        margin-right: 15px;
    }

    .product-bg .product-list .list-t:nth-child(2n) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 600px) {
    .product-bg .product-list .list-t .product-name{
        height: 100%;
    }
}
@media only screen and (max-width: 320px) {
    .product-bg .product-list .list-t {
        width: 100%;
    }
}

/*触摸屏详细*/
.touchdetail-banner-bg {
    padding-top: 80px;
    padding-bottom: 55px;
    background-color: #eef1f7;
}

.touchdetail-banner-bg .touchdetail-banner-img {
    width: 100%;
}
.touchdetail-banner-bg .touchdetail-banner-img img{
    display: block;
    margin: 0 auto;
}
.touchdetail-banner-bg .touchdetail-banner-name {
    font-size: 2.5rem;
    line-height: 1;
    margin-top: 50px;
    text-align: center;
}

@media only screen and (max-width: 1400px) {
    .touchdetail-banner-bg {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 1280px) {
    .touchdetail-banner-bg {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .touchdetail-banner-bg {
        padding-top: 6%;
        padding-bottom: 5.5%;
    }

    .touchdetail-banner-bg .touchdetail-banner-name {
        margin-top: 5%;
    }
}



/*产品详情*/
.lookbox{
    width: 100%;
    border: 3px solid #bc0101;
    margin: 85px auto 54px auto;
    padding: 45px 0;
}
.lookbox .look-left{
    width: 29%;
    float: left;
    text-align: center;
}
.lookbox .look-right{
    width: 71%;
    float: left;
}
.lookbox .look-right .tit{
    font-size: 24px;
    color: #bc0101;
    font-weight: bold;
    margin-bottom: 10px;
}
.lookbox .look-right .info{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.prodetail{
    padding-bottom: 100px;
    font-size: 14px;
    line-height: 2;
    color: #515151;
}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1280px) {
    .prodetail{
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 1024px) {
    .lookbox{
        padding: 30px 0;
        margin: 60px auto 45px auto;
    }
    .lookbox .look-left{
        width: 23%;
    }
    .lookbox .look-right{
        width: 77%;
    }
    .lookbox .look-right .info{
        line-height: 26px;
    }
    .prodetail{
        padding-bottom: 60px;
    }

}
@media only screen and (max-width: 600px){
    .lookbox{
        padding: 4% 0;
        margin: 8% auto 7% auto;
    }
    .lookbox .look-left{
        width: 100%;
        margin-bottom: 10px;
    }
    .lookbox .look-right{
        width: 100%;
        padding: 0 4%;
    }
    .lookbox .look-right .tit{
        font-size: 20px;
        text-align: center;
    }
    .lookbox .look-right .info{
        line-height: 24px;
        font-size: 14px;
    }
    .prodetail{
        padding-bottom: 40px;
    }
}



/* =========

  新闻

  ========== */
/*公司新闻*/
.news-title-bg {
    height: 150px;
    background-color: #f6f8fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.news-title-bg .news-title {
    display: inline-block;
    float: left;
    font-size: 3rem;
    color: #333333;
    line-height: 50px;
}

.news-title-bg .ts {
    display: inline-block;
    font-size: 1.08rem;
    color: #3b3b3b;
    float: right;
    margin-right: 25px;
    line-height: 50px;
}

.news-title-bg .news-year {
    display: inline-block;
    float: right;
    position: relative;
}

.news-title-bg .news-year .news-year-word {
    padding-left: 15px;
    padding-right: 100px;
    font-size: 1.33rem;
    color: #444444;
    position: relative;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #dedede;
}

.news-title-bg .news-year .news-year-word:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #a5a8ad #a5a8ad transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.news-title-bg .news-year[data-on="click"] .news-year-word:after {
    transform: rotate(225deg);
    -ms-transform: rotate(225deg); /* IE 9 */
    -moz-transform: rotate(225deg); /* Firefox */
    -webkit-transform: rotate(225deg); /* Safari 和 Chrome */
    -o-transform: rotate(225deg); /* Opera */
    margin-top: 0;
}

.news-title-bg .news-year .news-year-sub {
    position: absolute;
    width: 100%;
    background-color: #fff;
    display: none;
    z-index: 111;
}

.news-title-bg .news-year .news-year-sub .news-year-select {
    padding-left: 15px;
    font-size: 1.33rem;
    color: #444444;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.news-main {
    padding-bottom: 80px;
}

.news-main .news-list {
    padding-bottom: 40px;
}

.news-main .news-list .list-news a {
    display: block;
    padding: 50px 0;
    border-bottom: 1px solid #e0e3ea;
}

.news-main .news-list .list-news a .list-news-img {
    width: 320px;
    /*height: 180px;*/
    margin-right: 30px;
    float: left;
}

.news-main .news-list .list-news a .list-news-img img {
    width: 100%;
}

.news-main .news-list .list-news a .list-news-right {
    width: -moz-calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
    float: left;
}

.news-main .news-list .list-news a .list-news-right .list-news-time {
    font-size: 1.16rem;
    line-height: 2rem;
    margin-bottom: 30px;
    color: #8b8b8b;
}

.news-main .news-list .list-news a .list-news-right .list-news-title {
    font-size: 2.16rem;
    color: #3a3a3a;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-main .news-list .list-news a .list-news-right .list-news-massage {
    font-size: 1.08rem;
    line-height: 2rem;
    color: #888787;
    margin-bottom: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-main .news-list .list-news a .list-news-right .list-news-more {
    font-size: 1.16rem;
    line-height: 1;
    color: #029044;
}

@media only screen and (min-width: 600px) {
    .news-main .news-list .list-news a .list-news-right .list-news-massage{
        display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
    }
}
@media only screen and (max-width: 1600px) {
    .news-title-bg {
        height: 130px;
    }
}

@media only screen and (max-width: 1400px) {
    .news-title-bg {
        height: 120px;
    }
}

@media only screen and (max-width: 1280px) {
    .news-title-bg {
        height: 100px;
    }

    .news-main {
        padding-bottom: 70px;
    }

    .news-main .news-list .list-news a .list-news-right .list-news-time {
        margin-bottom: 10px;
    }
    .news-title-bg .news-title{
        font-size: 32px;
    }
}

@media only screen and (max-width: 1024px) {
    .news-title-bg {
        height: 80px;
    }

    .news-main {
        padding-bottom: 6%;
    }

    .news-main .news-list {
        padding-bottom: 4%;
    }

    .news-main .news-list .list-news a {
        padding: 5% 0;
    }

    .news-main .news-list .list-news a .list-news-img {
        width: 300px;
        /*height: 160px;*/
        margin-right: 20px;
    }

    .news-main .news-list .list-news a .list-news-right{
        width: -moz-calc(100% - 320px);
        width: -webkit-calc(100% - 320px);
        width: calc(100% - 320px);
    }
    .news-main .news-list .list-news a .list-news-right .list-news-time {
        margin-bottom: 3%;
    }

    .news-main .news-list .list-news a .list-news-right .list-news-massage {
        margin-bottom: 3.5%;
    }
}

@media only screen and (max-width: 800px) {
    .news-main .news-list .list-news a .list-news-img {
        width: 280px;
        /*height: 140px;*/
    }
}

@media only screen and (max-width: 600px) {
    .news-title-bg .news-title {
        font-size: 24px;
    }
    .news-main .news-list .list-news a .list-news-right .list-news-title {
        font-size: 1.5rem;
    }
    .news-main .news-list .list-news a .list-news-img {
        width: 100%;
        height: auto;
        float: none;
    }

    .news-main .news-list .list-news a .list-news-right {
        width: 100%;
        float: none;
    }
    .news-title-bg .ts {
       display: none;
   }
   .news-title-bg .news-year .news-year-word {
    padding-right: 50px;
}
}

@media only screen and (max-width: 414px) {
    .news-title-bg {
        height: 60px;
    }

    .news-title-bg .news-title {
        line-height: 40px;
    }

    .news-title-bg .ts {
        margin-right: 2.5%;
        line-height: 40px;
    }

    .news-title-bg .news-year .news-year-word {
        height: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 320px){
  .news-title-bg .news-year .news-year-word {
    padding-right: 15px;
}
.news-title-bg .news-year .news-year-word:after {
    display: none;
}
}

/*公司新闻详情*/
.newsdetail-top-bg {
    height: 285px;
    background-color: #33353a;
    margin-top: 90px;
}

.newsdetail-top-bg .newsdetail-top-time {
    font-size: 1.16rem;
    line-height: 2rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.newsdetail-top-bg .newsdetail-top-title {
    font-size: 2.16rem;
    color: #ffffff;
    text-align: center;
}
/*分享*/
.newsdetail-top-bg .newsdetail-top-share .bshare-custom {
    text-align: center;
    margin-top: 20px;
    font-size: 1rem;
    color: #d6d6d6;
}
.newsdetail-top-bg .newsdetail-top-share .bshare-custom a{
    height: 19px;
}
.newsdetail-top-bg .newsdetail-top-share .bshare-custom .bshare-qqim {
    background-image: url("../images/qqshare_03.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: 10px;
}

.newsdetail-top-bg .newsdetail-top-share .bshare-custom .bshare-weixin {
    background-image: url("../images/weixinshare_03.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: 10px;
}

.newsdetail-top-bg .newsdetail-top-share .bshare-custom .bshare-sinaminiblog {
    background-image: url("../images/weiboshare_03.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: 10px;
}

.newsdetail-top-bg .newsdetail-top-share .bshare-custom .bshare-more {
    background-image: url("../images/Share_03.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: 10px;
}

.newsdetail-main-bg {
    padding-top: 60px;
}

.newsdetail-main-bg .newsdetail-content {
    padding-left: 12.5%;
    padding-right: 12.5%;
    padding-bottom: 50px;
    border-bottom: 1px solid #e0e3ea;
    position: relative;
}

.newsdetail-main-bg .newsdetail-content .newsdetail-back {
    display: block;
    font-size: 1.16rem;
    color: #029044;
    margin-bottom: 45px;
    font-weight: bold;
}

.newsdetail-main-bg .newsdetail-content .newsdetail-massage {
    display: block;
    font-size: 1.16rem;
    line-height: 2.5rem;
    color: #5a5a5a;
}

.newsdetail-main-bg .newsdetail-page {
    padding: 30px 12.5%;
}

.newsdetail-main-bg .newsdetail-page .newsdetail-prev {
    display: inline-block;
    float: left;  
}

.newsdetail-main-bg .newsdetail-page .newsdetail-prev .prev-btn {
    font-size: 1rem;
    color: #029044;
}

.newsdetail-main-bg .newsdetail-page .newsdetail-prev span {
    color: #8d8d8d;
    margin: 0 20px;
}
.newsdetail-main-bg .newsdetail-page .newsdetail-prev .prev-word{
    font-size: 1rem;
    color: #8d8d8d;
}

.newsdetail-main-bg .newsdetail-page .newsdetail-next {
    display: inline-block;
    float: right;
    font-size: 1rem;
    color: #8d8d8d;
}

.newsdetail-main-bg .newsdetail-page .newsdetail-next .next-btn {
    font-size: 1rem;
    color: #029044;
    float: right;
}

.newsdetail-main-bg .newsdetail-page .newsdetail-next span {
    color: #8d8d8d;
    margin: 0 20px;
    float: right;
}
.newsdetail-main-bg .newsdetail-page .newsdetail-next .next-word{
    font-size: 1rem;
    color: #8d8d8d;
}

@media only screen and (max-width: 1600px) {
    .newsdetail-top-bg {
        height: 265px;
    }
}

@media only screen and (max-width: 1400px) {
    .newsdetail-top-bg {
        height: 245px;
    }
}

@media only screen and (max-width: 1280px) {
    .newsdetail-top-bg {
        height: 225px;
    }
}

@media only screen and (max-width: 1200px) {
    .newsdetail-top-bg {
        margin-top: 60px;
    }
}


@media only screen and (max-width: 1024px) {
    .newsdetail-top-bg {
        height: 205px;
    }

    .newsdetail-main-bg {
        padding-top: 6%;
    }

    .newsdetail-main-bg .newsdetail-content .newsdetail-back {
        margin-bottom: 4.5%;
    }
    .newsdetail-top-bg .newsdetail-top-time {
    margin-bottom: 3%;
}

}

@media only screen and (max-width: 800px) {
    .newsdetail-top-bg {
        height: 185px;
    }

    .newsdetail-main-bg .newsdetail-content {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 5%;
    }

    .newsdetail-main-bg .newsdetail-page {
        padding: 3% 0;
    }
}

@media only screen and (max-width: 600px) {
    .newsdetail-top-bg {
        height: 165px;
    }

    .newsdetail-main-bg .newsdetail-page .newsdetail-prev {
        display: block;
        float: none;
        margin: 5px 0;
    }

    .newsdetail-main-bg .newsdetail-page .newsdetail-next {
        display: block;
        float: none;
        margin: 5px 0;

    }

    .newsdetail-main-bg .newsdetail-page .newsdetail-next .prev-btn {
        float: none;
    }

    .newsdetail-main-bg .newsdetail-page .newsdetail-next span {
        float: none;
    }
    .newsdetail-top-bg .newsdetail-top-title {
        font-size:1.5rem;
    }
    .newsdetail-main-bg .newsdetail-page .newsdetail-next .next-btn {
        float: left;
        margin-right: 3px
    }
}

@media only screen and (max-width: 414px) {
    .newsdetail-top-bg {
        height: 145px;
    }
}
@media only screen and (max-width: 320px) {
    .newsdetail-top-bg {
        height: 135px;
    }
}

/* =========

  应用行业

  ========== */
.allPage-nav.usev{
    margin-top: 90px;
}
.casetop-box {
    text-align: center;
    margin-top: 50px;
}
.aboutcomBox .d1 {
    text-align: center;
    color: #029044;
    font-family: "Microsoft JhengHei";
    font-size: 44px;
    line-height: 1.2;
}
.casetop-box .desc {
    font-size: 18px;
    color: #4a4949;
    margin-top: 20px;
}
.aboutcomBox .dline {
    height: 36px;
    width: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #029044;
    margin-top: 25px;
}
.casetop-box .content {
    font-size: 14px;
    color: #4a4949;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    margin-top: 22px;
}


.caseUl li {
    float: left;
    width: 25%;
    overflow: hidden;
}
.caseUl li:first-child {
    width: 50%;
}
.caseUl li a {
    display: block;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.caseUl li a img {
    width: 100%;
}
.caseUl li a .inbox {
    position: absolute;
    left: 5.2%;
    bottom: 7.8%;
}
.caseUl li a .inbox .title {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.caseUl li a .inbox .more {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    height: 14px;
    overflow: hidden;
}


@media only screen and (max-width: 1280px) {
    .aboutcomBox .d1{
        font-size: 38px;
    }
    .casetop-box{
        margin-top: 5%;
    }
}
@media only screen and (max-width: 1200px) {
    .allPage-nav.usev{
        margin-top: 60px;
    }
}
@media only screen and (max-width: 1024px) {
    .caseUl{
        padding-bottom: 10%;
    }
    .aboutcomBox .d1{
        font-size: 32px;
    }
    .casetop-box .desc{
        font-size: 16px;
        margin-top: 10px;
    }
    .caseUl li:first-child{
        width: 100%;
    }
    .caseUl li{
        width: 50%;
    }
    .caseUl li a .inbox{
        left: 50%;
        top: 50%;
        bottom: initial;
        transform: translate(-50%,-50%);
    }
    .caseUl li a .inbox .title{
        font-size: 18px;
        white-space: initial;
        line-height: 1.2;
    }
    .caseUl li a .inbox .more{
        text-align: center;
    }
}
@media only screen and (max-width: 640px) {
    .aboutcomBox .d1{
        font-size: 26px;
    }
    .casetop-box .desc{
        margin-top: 5px;
    }
    .caseUl li a .inbox .title{
        font-size: 16px;
    }
}
@media only screen and (max-width: 414px) {
    .caseUl li a .inbox .title{
        font-size: 14px;
    }
}



/*应用详情*/
.caseDetTop-box {
    margin-top: 50px;
}

.caseDetTop-box .d1 {
    color: #2a2a2a;
}
.aboutcomBox .dline {
    height: 36px;
    width: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #029044;
    margin-top: 25px;
}
.caseDetTop-box .imgbox {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*height: 335px;*/
    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;
    margin-top: 30px;
    padding-top: calc(335 / 1200 * 100%);
    position: relative;
    min-height: 200px;
}
.caseDetTop-box .imgbox .inbox {
    width: 143px;
    height: 124px;
    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;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.caseDetTop-box .imgbox .inbox .ininbox {
    text-align: center;
    overflow: hidden;
    width: 80%;
}
.caseDetTop-box .imgbox .inbox img {
    width: 50px;
    height: 40px;
}
.caseDetTop-box .imgbox .inbox .title {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 12px;
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 90%;
    margin-left: 5%;
}
.caseDetUl {
    margin-bottom: 145px;
}
.caseDetUl li .top {
    background-color: #029044;
    padding: 20px 28px 25px;
    position: relative;
    cursor: pointer;
    border-top: 1px solid rgba(255,255,255,.25);
}
.caseDetUl li .top .title {
    font-size: 24px;
    color: #ffffff;
    font-family: "Microsoft JhengHei";
    line-height: 1.5;
    height: 36px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
}
.caseDetUl li .top .desc {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
}
.caseDetUl li .top .icon {
    position: absolute;
    top: 50%;
    right: 28px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.5);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.caseDetUl li .top .icon:after, .caseDetUl li .top .icon:before {
    content: "";
    width: 18px;
    height: 2px;
    background-color: #029044;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.caseDetUl li .top .icon:before {
    height: 18px;
    width: 2px;
}
.caseDetUl li .content {
    padding-left: 28px;
    padding-right: 28px;
    background-color: #f5f5f5;
    line-height: 2;
    color: #686868;
    font-size: 14px;
    padding-top: 35px;
    padding-bottom: 40px;
    display: none;
}


@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 600px) {

}

/* =========

  联系我们

  ========== */

/*联系方式*/
.contact-way-bg {
    padding-top: 60px;
    padding-bottom: 45px;
}

.contact-way-bg .contact-way-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.contact-way-bg .contact-way-box .contact-way-left {
    width: 450px;
    background-color: #029044;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    padding-top: 65px;
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.16rem;
    color: #fff;
    line-height: 2;
}


.contact-way-bg .contact-way-box .contact-way-right {
    width: -moz-calc(100% - 450px);
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
}

/*关注公众号*/
.contact-weixin-bg {
    margin-top: 45px;
    margin-bottom: 45px;
    position: relative;
    text-align: center;
}

.contact-weixin-bg .line {
    width: 100%;
    height: 1px;
    background-color: #029044;
    position: absolute;
    top: 50%;
    z-index:1;
}

.contact-weixin-bg .line.line1 {
    margin-top: -3px;
}

.contact-weixin-bg .line.line3 {
    margin-top: 3px;
}

.contact-weixin-bg .contact-weixin-box {
    padding: 0 20px;
    background-color: #fff;
    display: inline-block;
     margin: 0 auto;
     position: relative;
     z-index: 2
}

.contact-weixin-bg .contact-weixin-box .contact-weixin-img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.contact-weixin-bg .contact-weixin-box .contact-weixin-img img {
    width: 100%;
}

.contact-weixin-bg .contact-weixin-box .contact-weixin-title {
    font-size: 1rem;
    text-align: center;
}

/*联系人员*/
.contact-member-list {
    /*min-height: 100px;*/
}
.contact-member-list .list-member {
    width: -moz-calc((100% - 36px) / 2);
    width: -webkit-calc((100% - 36px) / 2);
    width: calc((100% - 36px) / 2);
    float: left;
    margin-right: 36px;
    margin-bottom: 40px;
    padding: 30px 45px;
    border: 1px solid #e6e6e6;
}

.contact-member-list .list-member:nth-child(2n) {
    margin-right: 0;
}

.contact-member-list .list-member .list-member-box {
    min-height: 144px;
}

.contact-member-list .list-member .list-member-box .list-member-massage {
    position: relative;
    font-size: 1.16rem;
    line-height: 3rem;
    padding-left: 90px;
    min-height: 36px;
}

.contact-member-list .list-member .list-member-box .list-member-massage .member-massage-kind {
    position: absolute;
    left: 0;
    font-weight: bold;
}

.contact-member-list .list-member .list-member-box .list-member-massage .member-massage-kind img {
    width: 15px;
    height: 15px;
    margin-right: 20px;
}

/*地图*/
.contact-map {
    width: 100%;
    height: 370px;
    margin-bottom: 95px;
}

.contact-map img {
    max-width: none;
}

@media only screen and (max-width: 1600px) {
    /*.allPage-banner {
        height: 265px;
    }*/
}

@media only screen and (max-width: 1400px) {
   /* .allPage-banner {
        height: 245px;
    }*/

    .contact-map {
        height: 350px;
        margin-bottom: 85px;
    }
}

@media only screen and (max-width: 1280px) {
    /*.allPage-banner {
        height: 225px;
    }*/

    .contact-map {
        height: 320px;
        margin-bottom: 75px;
    }
}

@media only screen and (max-width: 1024px) {
    /*.allPage-banner {
        height: 205px;
    }*/

    .contact-way-bg {
        padding-top: 6%;
        padding-bottom: 4.5%;
    }

    .allPage-title {
        margin-bottom: 5%;
        padding-bottom: 15px;
    }

    .contact-weixin-bg {
        margin-top: 4.5%;
        margin-bottom: 4.5%;
    }
    .contact-way-bg .contact-way-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .contact-way-bg .contact-way-box .contact-way-left {
        padding-top: 6.5%;
        padding-bottom: 4.5%;
        padding-left: 3%;
        padding-right: 3%;
        width: 100%;
    }

    .contact-way-bg .contact-way-box .contact-way-right {
        padding-top: -moz-calc(371 / 749 * 100%);
        padding-top: -webkit-calc(371 / 749 * 100%);
        padding-top: calc(371 / 749 * 100%);
        width: 100%;
    }

    .contact-way-bg .contact-way-box .contact-way-left .contact-way-en {
        margin-bottom: 3%;
    }

    .contact-member-list .list-member {
        margin-bottom: 4%;
        padding: 3% 4.5%;
    }

    .contact-map {
        height: 300px;
        margin-bottom: 65px;
    }
}

@media only screen and (max-width: 800px) {
   /* .allPage-banner {
        height: 185px;
    }*/

    .contact-map {
        height: 280px;
        margin-bottom: 6.5%;
    }
}

@media only screen and (max-width: 600px) {
    .allPage-banner {
        height: 165px;
    }

    .contact-member-list .list-member {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .contact-way-bg .contact-way-box .contact-way-left .contact-way-massage .list-m {
        line-height: 2.5rem;
    }

    .contact-member-list .list-member .list-member-massage {
        line-height: 2.5rem;
    }
}

@media only screen and (max-width: 414px) {
   /* .allPage-banner {
        height: 145px;
    }*/

    .contact-way-bg .contact-way-box .contact-way-left .contact-way-massage .list-m {
        line-height: 2rem;
    }

    .contact-member-list .list-member .list-member-massage {
        line-height: 2rem;
    }
}

@media only screen and (max-width: 320px) {
    /*.allPage-banner {
        height: 125px;
    }*/
}




/*产品详情banner*/
.proview-banner{
    height: 590px;
}
.proview-banner .proviewbox{
    display: flex;
    align-items: center;
}
.proview-banner .banner-left{
    width: 50%;
    float: left;
}
.proview-banner .banner-left .tit{
    font-size: 40px;
    color: #333333;
    margin: 15px 0 30px 0;
}
.proview-banner .banner-left .font{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}
.proview-banner .banner-right{
    width: 50%;
    float: left;
    text-align: center;
}
.proview-banner .banner-right .img{
    padding-top: calc(485 / 585 * 100%);
}
.proview-banner .banner-right .bannerr-pagination{
    text-align: center;
}
.proview-banner .banner-right .bannerr-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background:#fff;
    margin: 0 5px;
}
.proview-banner .banner-right .bannerr-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #029044;
}

@media only screen and (max-width: 1600px) {
    .proview-banner{
        height: 550px;
    }
}
@media only screen and (max-width: 1400px) {
    .proview-banner{
        height: 520px;
    }
}
@media only screen and (max-width: 1280px) {
    .proview-banner{
        height: 500px;
    }
    .proview-banner .banner-left .tit{
        font-size: 34px;
        margin: 10px 0 16px 0;
    }
}
@media only screen and (max-width: 1024px) {
    .proview-banner{
        height: 450px;
    }
    .proview-banner .banner-left .tit{
        font-size: 28px;
        margin: 5px 0 10px 0;
    }
    .proview-banner .banner-left .font{
        line-height: 27px;
    }
}
@media only screen and (max-width: 800px) {
    .proview-banner{
        height: 400px;
    }
}
@media only screen and (max-width: 600px) {
    .proview-banner{
        height: 350px;
    }
    .proview-banner .proviewbox{
        flex-direction: column-reverse;
    }
    .proview-banner .banner-left{
        width: 100%;
    }
    .proview-banner .banner-left .logo{
        display: none;
    }
    .proview-banner .banner-right{
        /*width: 70%;*/
        float: none;
        margin: auto;
    }
    .proview-banner .banner-left .tit {
        font-size: 20px;
        margin: 0 0 5px 0;
    }
    .proview-banner .banner-left .font{
        font-size: 14px;
        line-height: 1.2;
        display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
text-overflow: ellipsis;
max-height: 84px;
    }
}
@media only screen and (max-width: 414px) {
    .proview-banner{
        height: 300px;
    }
}




/*留言*/
.massaged-bg {
    padding-top: 60px;
    padding-bottom: 120px;
}

.massaged-bg .massaged-form {
    width: 94%;
    max-width: 550px;
    margin: 0 auto;
}

.massaged-bg .massaged-form .my-item {
    width: -moz-calc((100% - 15px) / 2);
    width: -webkit-calc((100% - 15px) / 2);
    width: calc((100% - 15px) / 2);
    float: left;
    margin-right: 15px;
    margin-bottom: 25px;
}

.massaged-bg .massaged-form .my-item:nth-child(2n) {
    margin-right: 0;
}

.massaged-bg .massaged-form .my-item.my-item-title {
    width: 100%;
}

.massaged-bg .massaged-form .my-item .my-label {
    font-size: 1.16rem;
    line-height: 2rem;
    color: #4d4d4d;
}

.massaged-bg .massaged-form .my-item .my-input input[type="text"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1.16rem;
    border: 1px solid #e6e6e6;
    
}

.massaged-bg .massaged-form .my-item.my-item-textarea {
    width: 100%;
}

.massaged-bg .massaged-form .my-item.my-item-textarea .my-textarea textarea {
    width: 100%;
    height: 200px;
    resize: none;
    border: 1px solid #e6e6e6;
    padding: 10px;
}

.massaged-bg .massaged-form .btn {
    width: -moz-calc((100% - 15px) / 2);
    width: -webkit-calc((100% - 15px) / 2);
    width: calc((100% - 15px) / 2);
    float: left;
    margin-right: 15px;
    margin-top: 35px;
    height: 57px;
    background-color: #95989f;
    border: none;
    color: #ffffff;
    font-size: 1.33rem;
    line-height: 57px;
    text-align: center;
}

.massaged-bg .massaged-form .btn.btn-tj {
    background-color: #029044;
    margin-right: 0;
}

@media only screen and (max-width: 1024px) {
    .massaged-bg {
        padding-top: 6%;
        padding-bottom: 100px;
    }

    .massaged-bg .massaged-form .my-item {
        margin-bottom: 2.5%;
    }

    .massaged-bg .massaged-form .btn {
        margin-top: 3.5%;
    }
}

@media only screen and (max-width: 800px) {
    .massaged-bg {
        padding-top: 6%;
        padding-bottom: 8%;
    }
}

@media only screen and (max-width: 414px) {
    .massaged-bg .massaged-form .my-item {
        width: 100%;
        margin-right: 0;
    }

    .massaged-bg .massaged-form .btn {
        width: 100%;
        margin-right: 0;
    }
    .massaged-bg .massaged-form .my-item .my-input input[type="text"] {
        height: 40px;
        line-height: 40px;
    }
    .massaged-bg .massaged-form .my-item.my-item-textarea .my-textarea textarea {
        height: 180px;
    }
}


/*人才招聘*/
.jobbox{
    padding-top: 60px;
}
.join-bg {
    padding-bottom: 60px;
}
.join-bg .jhead {
    height: 60px;
    line-height: 60px;
    background-color: #029044;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.join-bg .jhead .hh {
    font-size: 16px;
    color: #fff;
    width: -webkit-calc((100% - 180px) / 5);
    width: -moz-calc((100% - 180px) / 5);
    width: calc((100% - 180px) / 5);
    text-align: center;
}
.join-bg .jhead .hh.h2 {
    width: 180px;
}
.join-bg .jbody .bitem .lib {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #cacaca;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.join-bg .jbody .bitem .lib .bb {
    font-size: 16px;
    color: #444444;
    width: -webkit-calc((100% - 180px) / 5);
    width: -moz-calc((100% - 180px) / 5);
    width: calc((100% - 180px) / 5);
    text-align: center;
    position: relative;
}
.join-bg .jbody .bitem .lib .bb.click {
    cursor: pointer;
}
.join-bg .jbody .bitem .lib .bb.b2 {
    width: 180px;
}
.join-bg .jbody .bitem .lib .bb .jt {
    width: 14px;
    height: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #029044 #029044 transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.join-bg .jbody .bitem .lib .bb .jt:after {
    content: "";
    border-width: 3px;
    border-style: solid;
    border-color: transparent #029044 #029044 transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.join-bg .jbody .bitem[data-on="on"] .lib .bb .jt {
    margin-top: -3px;
    border-color: #60cf96 transparent transparent #60cf96;
}
.join-bg .jbody .bitem[data-on="on"] .lib .bb .jt:after {
    border-color: #60cf96 transparent transparent #60cf96;
}
.join-bg .jbody .bitem .sub {
    padding: 30px 80px;
    font-size: 14px;
    color: #444444;
    line-height: 2;
    overflow: hidden;
    border-bottom: 1px solid #e0ccab;
    display: none;
}

@media only screen and (max-width: 768px) {
    .join-bg .jbody .bitem .sub{
        padding: 30px 50px;
    }
    .join-bg .jhead .hh{
        width: calc((100% - 180px) / 3);
    }
    .join-bg .jbody .bitem .lib .bb{
        width: calc((100% - 180px) / 3);
    }
    .join-bg .jhead .hh:nth-child(2),.join-bg .jhead .hh:nth-child(4){
        display: none;
    }
    .join-bg .jbody .bitem .lib .bb:nth-child(2),.join-bg .jbody .bitem .lib .bb:nth-child(4){
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .join-bg .jbody .bitem .sub{
        padding: 4% 5%;
    }
    .join-bg .jhead .hh{
        width: calc((100% - 180px) / 1);
    }
    .join-bg .jbody .bitem .lib .bb{
        width: calc((100% - 180px) / 1);
    }
    .join-bg .jhead .hh:nth-child(3),.join-bg .jhead .hh:nth-child(5){
        display: none;
    }
    .join-bg .jbody .bitem .lib .bb:nth-child(3),.join-bg .jbody .bitem .lib .bb:nth-child(5){
        display: none;
    }
}


/* =========

  蒸馏系统

  ========== */
.zl-main{
    margin-top: 90px;
}
.product-item{
    height: 945px;
    position: relative;
    overflow: hidden;
}
.product-item .innerbox {
    position: relative;
    z-index: 1;
}
.product-item-left .innerbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}
.product-item-top .innerbox {
    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;
}
.product-item-right .innerbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}
.product-item-left .innerbox .wrapper{
    max-width: 40%;
}
.product-item-top .innerbox .wrapper {
    text-align: center;
    margin-top: 11.25%;
}
.product-item-right .innerbox .wrapper {
    max-width: 40%;
}
.product-item .innerbox .wrapper .title {
    font-size: 34px;
    color: #383838;
    line-height: 1.2;
}
.product-item .innerbox .wrapper .font{
    font-size: 20px;
}
.product-item .innerbox .wrapper .desc {
    font-size: 16px;
    color: #383838;
    line-height: 1.8;
    margin-top: 30px;
    text-align: left;
}
.product-item .innerbox .wrapper .imglist{display: flex;justify-content: space-between;align-items: center;margin-top: 15px;}
.product-item .innerbox .wrapper .imglist .gg{display: flex;flex-direction: column;align-items: center;font-size: 16px;color: #084294;}
.product-item .innerbox .wrapper .imglist .gg img{margin-bottom: 14px;}
.product-item .imgbox {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-item:nth-child(1) .innerbox .wrapper .title{color: #084294;}
.product-item:nth-child(1) .innerbox .wrapper .font{color: #084294;}

.product-item:nth-child(2) .innerbox .wrapper .title{color: #ffffff;}
.product-item:nth-child(2) .innerbox .wrapper .desc{color: #fff;}

.product-item:nth-child(3) .innerbox .wrapper .title{color: #084294;}
.product-item:nth-child(3) .innerbox .wrapper .font{color: #084294;}

.product-item:nth-child(4) .innerbox .wrapper .title{color: #ffffff;}
.product-item:nth-child(4) .innerbox .wrapper .font{color: #ffffff;}
.product-item:nth-child(4) .innerbox .wrapper .desc{color: #fff;}

.product-item:nth-child(5) .innerbox .wrapper .title{color: #ffffff;}
.product-item:nth-child(5) .innerbox .wrapper .font{color: #ffffff;}
.product-item:nth-child(5) .innerbox .wrapper .desc{color: #fff;}

.product-item:nth-child(6) .innerbox .wrapper .title{color: #084294;}
.product-item:nth-child(6) .innerbox .wrapper .font{color: #084294;}

.product-item:nth-child(7) .innerbox .wrapper .title{color: #ffffff;}
.product-item:nth-child(7) .innerbox .wrapper .font{color: #ffffff;}
.product-item:nth-child(7) .innerbox .wrapper .desc{color: #fff;}

.product-item:nth-child(8) .innerbox .wrapper .title{color: #084294;text-align: right;}
.product-item:nth-child(8) .innerbox .wrapper .font{color: #084294;text-align: right;}



@media only screen and (max-width: 1600px) {
    .product-item{
        height: 788px;
    }
}
@media only screen and (max-width: 1440px) {
    .product-item{
        height: 709px;
    }
}
@media only screen and (max-width: 1280px) {
    .product-item{
        height: 630px;
    }
    .product-item .innerbox .wrapper .title {
        font-size: 32px;
    }
    .product-item .innerbox .wrapper .desc {
        margin-top: 20px;
        max-height: 400px;
        overflow-y: auto;
    }
    .product-item .innerbox .wrapper .desc::-webkit-scrollbar{
        display: none;
    }
    .product-item-top .innerbox .wrapper .desc{
        max-height: 230px;
    }
}
@media only screen and (max-width: 1200px) {
    .zl-main{
        margin-top: 60px;
    }
}
@media only screen and (max-width: 1024px) {
    .product-item{
        height: 504px;
    }
    .product-item .innerbox .wrapper .title {
        font-size: 28px;
    }
    .product-item .innerbox .wrapper .desc {
        margin-top: 15px;
        font-size: 15px;
        max-height: 248px;
    }
    .product-item-top .innerbox .wrapper .desc{
        max-height: 165px;
    }
    
}

@media only screen and (max-width: 800px) {
    .product-item{
        height: 394px;
    }
    .product-item-right .innerbox .wrapper {
        max-width: none;
    }
    .product-item .innerbox .wrapper .title {
        font-size: 24px;
    }
    .product-item .innerbox .wrapper .desc {
        margin-top: 10px;
        font-size: 14px;
        max-height: 220px;
    }
    .product-item:nth-child(1) .innerbox .wrapper .desc{
        max-height: 170px;
    }
    .product-item-top .innerbox .wrapper .desc{
        max-height: 148px;
    }
}
@media only screen and (max-width: 640px) {
    .product-item{
        height: auto;
    }
    .product-item .innerbox{
        padding: 7% 0;
    }
    .product-item-right .innerbox, .product-item-left .innerbox {
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
    }
    .product-item-left .innerbox .wrapper, .product-item-right .innerbox .wrapper{
        max-width: none;
    }
    .product-item .innerbox .wrapper .title {
        font-size: 20px;
    }
    .product-item .imgbox{
        position: static;
    }
    .product-item .imgbox:before {
        content: "";
        float: left;
        width: 1px;
        margin-left: -1px;
        height: 0;
        padding-top: calc(945 / 1920 * 100%);
    }
    .product-item .imgbox:after {
        content: "";
        clear: both;
        display: table;
    }
    .product-item .innerbox .wrapper .desc {
        color: #383838 !important;
        overflow-y: initial;
        max-height: 100%;
    }
    .product-item:nth-child(1) .innerbox .wrapper .desc{
        max-height: 100%;
    }
    .product-item-top .innerbox .wrapper .desc{
        max-height: 100%;
    }
    .product-item .innerbox .wrapper .font{
        font-size: 16px;
    }
    .product-item-top .innerbox .wrapper{margin-top: 0;}
    .product-item:nth-child(2) .innerbox .wrapper .title,
    .product-item:nth-child(4) .innerbox .wrapper .title,
    .product-item:nth-child(4) .innerbox .wrapper .font,
    .product-item:nth-child(5) .innerbox .wrapper .title,
    .product-item:nth-child(5) .innerbox .wrapper .font,
    .product-item:nth-child(7) .innerbox .wrapper .title,
    .product-item:nth-child(7) .innerbox .wrapper .font{color: #084294;}

    .product-item:nth-child(8) .innerbox .wrapper .title,
    .product-item:nth-child(8) .innerbox .wrapper .font{text-align: center;}
}
@media only screen and (max-width: 414px) {
    .product-item .innerbox .wrapper .title {
        font-size: 18px;
    }
}



/*页脚*/
.footer {
    background-color: #1f2024;
    padding-top: 60px;
}

.footer .footer-list {
    margin-bottom: 38px;
    /*float: left;*/
    width: 100%;
}

.footer .footer-list .list-f {
    width: 20%;
    float: left;
}

.footer .footer-list .list-f:last-child {
    width: 40%;
}

.footer .footer-list .list-f .list-ftitle {
    font-size: 1.33rem;
    color: #83838f;
    margin-bottom: 10px;
    display: block;
}

.footer .footer-list .list-f .list-fa {
    display: block;
    font-size: 1.16rem;
    line-height: 2;
    color: #e6e6e6;
}

.footer .footer-bottom {
    font-size: 1rem;
    line-height: 2;
    color: rgba(255, 255, 255, .35);
    padding: 25px 0;
    border-top: 1px solid #36373a;
}
.footer .footer-bottom .footer-bottom-left{
    display: inline-block;
    line-height: 32px;
    width: 100%;
    text-align: center;
}
.footer .footer-bottom .footer-bottom-left a{
    font-size: 1rem;
    color: rgba(255, 255, 255, .35);
}
.footer .footer-bottom .footer-bottom-left a:hover{
    color: #fff;
}


@media only screen and (min-width: 601px){

}

@media only screen and (max-width: 1024px) {
    .footer {
        padding-top: 6%;
    }
    .footer .footer-list {
        margin-bottom: 3%;
    }
    .footer .footer-bottom {
        padding: 2.5% 0;
    }
}

@media only screen and (max-width: 600px) {
    .footer .footer-list .list-f {
        width: 25%;
    }
    .footer .footer-list .list-f:last-child{
        width: 100%;
    }

}

@media only screen and (max-width: 414px) {
    .footer .footer-list .list-f {
        display: none;
    }
    .footer .footer-list .list-f:last-child{
        display: block;
    }
}

/*搜索结果*/
.all{
    min-height: calc(100vh - 550px);
}
.all .searchbg .box{
    text-align: center;
}
.all .searchbg .box .title{
    display: inline-block;
    font-size: 3rem;
    line-height: 1;
    margin: 3% 0;
}


.all .search-main .list li{
   width: -moz-calc((100% - 50px) / 2);
   width: -webkit-calc((100% - 50px) / 2);
   width: calc((100% - 50px) / 2);
   float: left;
   margin-right: 50px;
   display: block;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}
.all .search-main .list li:nth-child(2n){
   margin-right: 0;
}

.all .search-main .list li a .tu{
    margin-bottom: 20px;
}
.all .search-main .list li a .tu img{
    max-width: 100%;
}

.all .search-main .list li a .text .title{
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.all .search-main .list li a .text .demo{
    font-size: 12px;
    opacity: .7;
    line-height: 1.5;
    margin-bottom: 20px;
    height: 90px;
    overflow: hidden;
}
.all .search-main .list li a .text .rq{
    font-size: 14px;
    opacity: .7;
    line-height: 1.5;
    margin-bottom: 15px;
}


@media only screen and (min-width: 600px){
    .all .search-main .list li a{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -ms-box-orient: horizontal;
        box-orient: horizontal;
    }
    .all .search-main .list li a .tu{
        width: 200px;
        margin-right: 30px;
        margin-bottom: 0px;
        max-height: 176px;
    }
    .all .search-main .list li a .text{
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-flex: 1;
    }
}
@media only screen and (max-width: 600px){
    .all .search-main .list li{
        float: none;
        width: 100%;
        padding: 0;
    }
    .all .search-main .list li a .text .demo{
        margin-bottom: 10px;
        height: auto;
    }
    .all .searchbg .box .title{
        font-size: 26px;
    }
}