﻿@charset "UTF-8";

.container1400,
.header-container,
.index-container,
.ny-container {
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .container1400,
    .header-container, .index-container, .ny-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container1400,
    .header-container, .index-container, .ny-container {
        width: 970px;
    }
}

@media (min-width: 1260px) {
    .container1400,
    .header-container, .index-container, .ny-container {
        width: 1230px;
    }
}

@media (min-width: 1460px) {
    .container1400,
    .header-container, .index-container, .ny-container {
        width: 1430px;
    }
}

@media (min-width: 1680px) {
    .header-container {
        width: 1630px;
    }
}

@media(min-width:1920px) {
    .header-container {
        width: 1830px;
    }
}





.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100px;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.header-full {
    position: relative;
}

.header .logo {
    float: left;
    /* height: 50px; */
    /* width: 150px; */
    margin-top: 7px;
}

    .header .logo img {
        width: 100%;
        height: 100%;
    }

.language {
    margin-top: 39px;
    float: right;
    margin-left: 20px;
}

    .language a {
        display: block;
        float: left;
        width: 43px;
        height: 22px;
        font-size: 14px;
        text-align: center;
        line-height: 22px;
        color: #999;
        border-radius: 10px;
        background: transparent;
        font-family: arial;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .language a:hover {
            color: #10713a
        }

        .language a.on {
            color: #fff;
            background: #10713a;
        }

.nav-search {
    float: right;
    position: relative;
}

.nav-t-sear {
    font-size: 18px;
    color: #666;
    padding: 0 15px;
    line-height: 52px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-top: 48px;
}

    .nav-t-sear i {
        font-size: 18px;
    }

.search-box {
    position: absolute;
    right: -8px;
    top: 100px;
    font-size: 0;
    line-height: 46px;
    width: 320px;
    max-height: 0;
    z-index: 100;
    background: url(../images/nav_h.png) no-repeat right 18px top;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    overflow: hidden;
    -webkit-box-shadow: -2px 0 5px 0 rgba(0,0,0,0.1);
    box-shadow: -2px 0 5px 0 rgba(0,0,0,0.1);
}

.nav-search:hover .search-box {
    opacity: 1;
    max-height: 100px;
    padding-top: 12px;
}

.search-box .search {
    width: 260px;
    height: 46px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0 15px;
    color: #666;
}

.search-box .butt {
    border: 1px solid #10713a;
    width: 60px;
    height: 46px;
    background: #10713a;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.navbar {
    float: left;
    margin-left: 75px;
}

.category-item {
    float: left;
    padding: 0 40px 0 40px;
}

.category-a {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 52px;
}

    .category-a::after {
        content: '';
        width: 0;
        height: 3px;
        background: #10713a;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.category-item.active .category-a,
.category-item:hover .category-a {
    color: #10713a;
}

    .category-item.active .category-a::after,
    .category-item:hover .category-a::after {
        width: 100%;
    }

.header .dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1100;
    background-color: #f5f5f5;
    border-top: 1px solid #cdcdcd;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
    display: none;
    overflow: hidden;
    width: 100%;
    left: 0;
    margin-top: 0;
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}

.category-item:hover .dropdown-menu {
    display: block;
    visibility: visible;
}

.navbar:hover .category-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.drop-padd {
    padding: 55px 0 50px 250px;
}

    .drop-padd dl {
        float: left;
        margin-left: 15px;
        width: 320px;
    }

    .drop-padd dt {
        padding-bottom: 15px;
        border-bottom: 1px solid #dbdbdb;
        position: relative;
        margin-bottom: 10px;
    }

        .drop-padd dt::after {
            content: '';
            width: 30px;
            height: 2px;
            background: #10713a;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2;
        }

        .drop-padd dt a {
            font-size: 20px;
            color: #444;
            line-height: 24px;
        }

    .drop-padd dd {
        padding: 7px 0;
    }

        .drop-padd dd a {
            color: #666;
        }

            .drop-padd dd a::before {
                content: ">";
                font-size: 14px;
                color: #777;
                font-family: "宋体";
                margin-right: 10px;
                display: inline-block;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

    .drop-padd dl a {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .drop-padd dl a:hover,
        .drop-padd dl a:hover::before {
            color: #10713a
        }

.drop-menu dl {
    float: left;
    width: 60%;
}

.drop-menu dd {
    float: left;
    width: 50%;
}

.drop-pic {
    float: right;
    padding: 0 32px 0 42px;
    border-left: 1px solid #d7d7d7;
}

    .drop-pic .m-pic {
        width: 320px;
        height: 180px;
        overflow: hidden;
    }

        .drop-pic .m-pic img {
            width: 100%;
            height: 100%;
            -webkit-transition: all .8s;
            -o-transition: all .8s;
            transition: all .8s;
        }

        .drop-pic .m-pic:hover img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

.container-middle {
    width: 1400px;
}

/*header app*/
.header-app {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 500;
    overflow: hidden;
    -webkit-box-shadow: 3px 0 7px 0 rgba(0,0,0,.1);
    box-shadow: 3px 0 7px 0 rgba(0,0,0,.1);
    -webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    display: none;
}

    .header-app.open-menu {
        height: 100%;
        background: #fff;
        -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
        -o-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
        transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    }

.navbar-app {
    position: relative;
    background: #fff;
    height: 50px;
    text-align: center;
}

.header-app .logo {
    float: left;
    height: 50px;
    vertical-align: middle;
    padding: 14px 20px;
}

    .header-app .logo img {
        height: 100%;
    }

.app-sousuo {
    color: #10713a;
    float: right;
    font-size: 22px !important;
    margin-top: 14px;
}

.alert-search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 9999;
}

.alert-top {
    height: 50px;
    background: white;
    padding: 0 15px;
}

    .alert-top .text {
        height: 30px;
        margin-top: 10px;
        background: none;
        border-bottom: solid 1px #ccc;
        width: 80%;
        float: left;
    }

    .alert-top .search {
        background: url(../images/search.png) no-repeat center;
        width: 20px;
        height: 20px;
        background-size: cover;
        float: left;
        margin-top: 15px;
    }

    .alert-top span {
        color: #10713a;
        float: right;
        font-size: 20px !important;
        margin-top: 15px;
    }

.navapp-user {
    float: right;
    width: 60px;
    height: 50px;
    color: rgba(255,255,255,.82);
    line-height: 50px;
    font-size: 16px;
}

.navbar-togger {
    float: right;
    background: transparent;
    border: none;
    padding: 17px 20px;
    display: inline-block;
    visibility: visible;
    transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96),opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1),-webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

    .navbar-togger .icon_bar {
        width: 20px;
        height: 2px;
        background-color: #10713a;
        opacity: 1;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .navbar-togger .icon_bar:nth-of-type(2) {
            margin: 5px 0;
        }

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
    opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
    -webkit-transform: translate(0,7px) rotate(45deg);
    -ms-transform: translate(0,7px) rotate(45deg);
    transform: translate(0,7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
    -webkit-transform: translate(0,-7px) rotate(-45deg);
    -ms-transform: translate(0,-7px) rotate(-45deg);
    transform: translate(0,-7px) rotate(-45deg);
}

.nav-menu {
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 620;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
}

.header-app.open-menu .nav-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-list li {
    border-bottom: 1px solid #ccc;
    opacity: 0;
    pointer-events: none;
}

.header-app.open-menu .nav-list li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.nav-list li:nth-child(1) {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
    transition: opacity .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s,transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s,-webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s,transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s,-webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}

.nav-list li:nth-child(2) {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s,transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s,-webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
    transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s,transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s,-webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;
}

.nav-list li:nth-child(3) {
    -webkit-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
    transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s,transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s,-webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
    transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s,transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s,-webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;
}

.nav-list li:nth-child(4) {
    -webkit-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
    transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s,transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s,-webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
    transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s,transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s,-webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;
}

.nav-list li:nth-child(5) {
    -webkit-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    transform: translateY(-28px);
    transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s,transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s,-webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
    transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s,transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s,-webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s;
}

.nav-list li:nth-child(6) {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s,transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s,-webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
    transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s,transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s,-webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;
}

.nav-list li:nth-child(7) {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s,transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s,-webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
    transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s,transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s,-webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s;
}

.nav-list li:nth-child(8) {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s,transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s,-webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
    transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s,transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s,-webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s;
}

.cate-item {
    position: relative;
}

    .cate-item a {
        font-size: 16px;
        line-height: 48px;
        margin-right: 60px;
        display: block;
    }

.nav-list li.active .cate-item a {
    color: #10713a
}

.category-cont a:last-child {
    border: none;
}

.category-cont a.active {
    color: #ab1302;
}

.category-tig {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

    .category-tig::before, .category-tig::after {
        content: '';
        background: #888;
        position: absolute;
        top: 50%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .category-tig::before {
        width: 16px;
        height: 2px;
        right: 0;
        margin-top: -1px;
    }

    .category-tig::after {
        width: 2px;
        height: 16px;
        margin-top: -8px;
        right: 7px;
    }

.nav-list li.open .category-tig::after {
    opacity: 0;
}

.category-cont {
    display: none;
}

.nav-list li.open .category-cont {
    display: block;
}

.category-pad {
    padding-bottom: .2rem;
    border-top: 1px solid #ccc;
}

.category-cont a {
    line-height: 36px;
    border-bottom: 1px solid #ccc;
    display: block;
    text-indent: 2em;
}

.category-pad a.active {
    color: #10713a;
}

.app-search {
    position: relative;
}

.app-search-text {
    width: 76%;
    height: 48px;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.app-search-btn {
    width: 48px;
    height: 48px;
    display: inline-block;
    background: transparent;
    vertical-align: middle;
    font-size: 16px;
    line-height: 48px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

.nav-language {
    text-align: center;
    padding: 10px 0;
}

    .nav-language a {
        display: inline-block;
        width: auto;
        height: 26px;
        border: none;
        font-size: 14px;
        line-height: 26px;
        padding: 0 20px;
        margin: 0 5px;
        vertical-align: middle;
        border-radius: 20px;
    }

        .nav-language a.on {
            background: #10713a;
            color: #fff;
        }

.wrapper {
    padding-top: 100px;
}




/*pc-底部*/
.foot {
    background: rgba(31, 25, 25, 0.94);
    /* border-top: solid 3px #10713a; */
    padding-top: 80px;
}

.foot-top {
    padding-bottom: 47px; /* border-bottom: solid 1px #393939; */
}

.foot-left {
    float: right;
    width: 61.5%;
    padding-bottom: 30px; /* border-right: solid 1px #393939; */
}

    .foot-left dl {
        float: right;
        width: 15.3%;
        padding-left: 10px;
    }

        .foot-left dl:last-child {
            width: auto;
        }

    .foot-left dt {
        margin-bottom: 24px;
        position: relative;
    }

        .foot-left dt:after {
            position: absolute;
            content: '';
            width: 2px;
            height: 16px;
            background: #10713a;
            left: -10px;
            top: 0;
            display: none;
        }

        .foot-left dt a {
            font-size: 18px;
            color: #fff;
            line-height: 16px;
            display: block;
            text-align: right;
        }

    .foot-left dd a {
        font-size: 14px;
        color: #E8E1E0;
        opacity: 0.6;
        line-height: 26px;
    }

    .foot-left dt a:hover {
        color: #10713a;
    }

    .foot-left dd a:hover {
        opacity: 1;
    }

.foot-mid {
    float: left;
    margin-left: 0;
    width: 38%;
    margin-top: -3px;
}

.foot-tel {
    line-height: 22px;
    margin-bottom: 10px;
    padding-left: 35px;
    background: url(../images/foot-tei.png) no-repeat left center;
    color: #fff;
    font-size: 24px;
    font-family: 'cond';
    word-break: break-all;
}

.foot-mid p a,
.foot-mid p {
    font-size: 16px;
    color: #ddd;
    line-height: 26px;
    margin-bottom: 8px;
}

    .foot-mid p .cond {
        font-size: 26px;
        font-family: 'cond';
    }

.foot-right {
    float: right;
}

.ewm {
    padding: 7px;
    background: #303030;
    width: 125px;
    height: 154px;
    float: right;
    margin-bottom: 25px;
}

    .ewm h3 {
        font-size: 14px;
        color: #ccc;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 7px;
    }

.foot-share a {
    border: solid 1px #383838;
    border-radius: 50%;
    color: #919191;
    font-size: 20px !important;
    background-image: none !important;
    width: 35px;
    height: 35px !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 15px !important;
    line-height: 35px !important;
    text-align: center;
}

    .foot-share a:hover {
        opacity: 1 !important;
        color: white !important;
        background: #cc681c;
        border: none;
    }

.foot-bot {
    padding: 23px 0 19px 0;
    position: relative;
    opacity: 0.4;
}

    .foot-bot .link {
        margin-bottom: 25px;
    }

        .foot-bot .link a {
            padding: 0 12px;
            border-right: solid 1px #393939;
            display: inline-block;
            font-size: 14px;
            line-height: 14px;
            color: white;
            opacity: 0.6;
        }

    .foot-bot p {
        line-height: 24px;
        color: #fff;
        font-size: 16px;
    }

        .foot-bot p.footp-left {
            float: left;
        }

        .foot-bot p.footp-right {
            float: right;
        }

        .foot-bot p a {
            color: #fff;
            opacity: 1;
        }

            .foot-bot p a:hover, .foot-bot .link a:hover {
                color: white;
                opacity: 1;
            }

.foot-child {
    position: absolute;
    right: 0;
    top: 35px;
    width: 120px;
    height: 32px;
    border: solid 1px #393939;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #a9a9a9;
    background: url(../images/foot-top.png) no-repeat right 20px center;
    background-size: 12px 6px;
    padding-right: 20px;
}

.foot-hide {
    height: 0;
    opacity: 0;
    transition: all .5s;
    overflow: hidden;
    background: #222222;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    border: solid 1px #393939;
    border-bottom: none;
}

    .foot-hide a {
        display: block;
        line-height: 32px;
        font-size: 14px;
        color: #a9a9a9;
        border-bottom: solid 1px #393939;
    }

.foot-child:hover .foot-hide {
    height: auto;
    opacity: 1;
}

.foot-hide a:hover {
    color: white;
}

/*app-foot*/
.footer {
    display: none;
    width: 100%;
    background: #1c1c1c;
    padding: 0px 0 20px;
}

.footer-item:first-child {
    border-top: 1px solid #2f2f2f;
}

.footer-item {
    border-bottom: 1px solid #2f2f2f;
    font-weight: lighter;
}

.footer-tit {
    position: relative;
    padding: 0 20px;
}

.open .footer-tit a {
    color: #10713a;
}

.footer-tit a {
    font-size: 16px;
    color: #d5d5d5;
    line-height: 60px;
    margin-right: 60px;
    display: block;
}

.footer-tig {
    font-size: 16px;
    color: #888;
    text-align: right;
    line-height: 60px;
    width: 50px;
    height: 60px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 2;
}

    .footer-tig::before, .footer-tig::after {
        content: '';
        background: #888;
        position: absolute;
        top: 50%;
        left: 50%;
        transition: all .3s;
    }

    .footer-tig::after {
        width: 2px;
        height: 16px;
        margin-top: -8px;
        margin-left: 7px;
    }

    .footer-tig::before {
        /*width: 18px;
	height: 10px;
	margin-top: -5px;
	margin-left: -5.5px;
	background: url(../images/top.png) no-repeat center;*/
        width: 16px;
        height: 2px;
        right: 0;
        margin-top: -1px;
    }

.footer-item.open .footer-tig::after {
    opacity: 0;
}

.footer-cont {
    display: none;
    padding: 16px 0;
    border-top: 1px solid #2f2f2f;
}

    .footer-cont a {
        line-height: 40px;
        color: #999999;
        display: block;
        font-size: 14px;
    }

        .footer-cont a:last-child {
            border: none;
        }

.footer-item.open .footer-cont a.active {
    color: #10713a;
}

.footer-pad {
    padding: 0 20px;
}

.footer-bottom {
    padding: 0 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #2f2f2f;
}

.footer-hotline .m-text {
    color: #888;
    font-size: 14px;
}

.footer-hotline .m-tel {
    color: #fff;
    font-size: 24px;
}

.share .bdsharebuttonbox a {
    width: .5rem;
    height: .5rem;
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
    border-radius: 50%;
    border: solid 1px #979797;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.share .bdsharebuttonbox a {
    border: solid 1px #383838;
    border-radius: 50%;
    color: #919191;
    font-size: 20px !important;
    background-image: none !important;
    width: 40px;
    height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 20px !important;
    line-height: 40px !important;
    text-align: center;
}

    .share .bdsharebuttonbox a:hover {
        opacity: 1 !important;
        color: white !important;
        background: #cc681c;
        border: none;
    }

.footer-fir a {
    color: rgba(170,170,170,0.5);
    margin-right: 15px;
}

.footer-sec {
    color: #666;
    font-size: 12px;
    margin-top: 20px;
    padding: 0 20px;
}

    .footer-sec a {
        color: rgba(170,170,170,0.5);
    }

.footer-thr {
    color: #666;
    font-size: 12px;
    padding: 0 20px;
    margin-top: 10px;
}

    .footer-thr a {
        color: rgba(170,170,170,0.5);
    }

.app-ewm {
    float: right;
}

.footer-right {
    float: left;
    width: 50%;
}

    .footer-right p {
        font-size: 14px;
        color: #999;
        line-height: 26px;
        word-break: break-all;
    }

.footer-bot {
    padding: 35px 20px 20px 20px;
}

    .footer-bot .link {
        margin-bottom: 25px;
    }

        .footer-bot .link a {
            padding: 0 10px;
            border-right: solid 1px #393939;
            display: inline-block;
            font-size: 14px;
            line-height: 14px;
            color: white;
            opacity: 0.6;
        }

            .footer-bot .link a:last-child {
                border-right: none;
            }

    .footer-bot p {
        line-height: 24px;
        color: #a9a9a9;
        font-size: 14px;
    }

        .footer-bot p.footp-left {
            float: left;
            width: 60%;
        }

        .footer-bot p.footp-right {
            float: right;
        }

        .footer-bot p a {
            color: #a9a9a9;
            opacity: 1;
        }

            .footer-bot p a:hover, .footer-bot .link a:hover {
                color: white;
                opacity: 1;
            }

@media (max-width: 1440px) {
    .container-middle {
        width: 1200px;
    }
}

@media (max-width: 1440px) {
    .container-middle, .main {
        width: 1200px;
    }

    .drop-padd {
        padding-left: 150px;
    }

    .navbar {
        margin-left: 50px;
    }
    /* .foot-left dl{width: 145px;} */
}


@media (max-width: 1220px) {
    .container-middle, .main {
        width: 970px;
    }

    .drop-padd dl {
        width: 30%;
    }

    .drop-menu dl {
        width: 50%;
    }

    .drop-padd {
        padding-left: 50px;
    }

    .navbar {
        margin-left: 30px;
    }

    .category-item {
        padding: 0 10px;
    }

    .foot-left dl {
        width: 107px;
    }
}


@media (max-width: 769px) {
    .main {
        width: 750px;
    }
}

@media (max-width: 992px) {
    .main {
        width: 970px;
    }

    .foot-left dl {
        width: 107px;
    }
}
/*@media (min-width: 1260px) {
    .main{width: 1230px;}
    .foot-left dl{width: 150px;}
    .ine-right{width: 530px;margin-left: 30px;}
    .ine-list{margin-left: 30px;}
    .ine-big{margin-left: -30px;}
    .inr-right{width: 370px;}
	    .index-three li{padding: 0 85px;}
}*/
/*@media (min-width: 1380px) {
  .main{
    width: 1350px;
  }
 
}*/
@media (max-width: 1025px) {
    .header, .banner {
        display: none;
    }

    .header-app, .app-banner {
        display: block;
    }

    .wrapper {
        padding-top: 50px;
    }

    .main {
        width: auto;
        padding: 0 20px;
    }
}

@media (max-width: 769px) {
}

@media (max-width: 640px) {
}

@media (max-width: 420px) {
    .footer-bot p.footp-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer-bot p.footp-right {
        float: left;
    }
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
    .foot-share a {
        margin-left: 5px !important;
    }

    .footer-right {
        width: 57%;
    }

    .ewm {
        width: 120px;
    }

    .footer-bot .link a {
        padding: 0 4px;
    }
}




/*ny-banner*/
.wrap {
    width: 1200px;
    margin: 0 auto;
}

.ny-banner {
    padding-top: 167px;
    margin-top: 100px;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ny-tit {
    padding-left: 14px;
    border-left: solid 2px #10713a;
}

    .ny-tit h3 {
        font-family: 'scn';
        font-size: 36px;
        color: white;
        line-height: 36px;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .ny-tit h4 {
        font-family: arial;
        font-size: 18px;
        color: white;
        opacity: 0.8;
        line-height: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .ny-tit h5 {
        margin-bottom: 24px;
        font-size: 30px;
        text-align: center;
        color: white;
    }

    .ny-tit h6 {
        font-size: 18px;
        color: white;
        line-height: 30px;
        text-align: center;
    }

.rcln-banner {
    padding-top: 127px;
}

.ny-tit h5 span {
    border-bottom: solid 1px #7e8d9d;
    padding: 0 40px;
    padding-bottom: 14px;
    position: relative;
    line-height: 30px;
    font-size: 30px;
}

    .ny-tit h5 span:after {
        position: absolute;
        content: '';
        width: 34px;
        height: 2px;
        background: #10713a;
        left: 50%;
        bottom: -1px;
        margin-left: -17px;
    }

.rcln-banner .ny-tit {
    border-left: none;
}


/*appnt-banner*/
.appny-banner {
    padding-top: 90px;
    padding-left: 40px;
    display: none;
    margin-top: 50px;
    height: 250px;
    background-size: cover;
    background-position: center;
}

.appny-tit {
    padding-left: 14px;
    border-left: solid 2px #10713a;
}

    .appny-tit h3 {
        font-family: 'scn';
        font-size: 28px;
        color: white;
        line-height: 36px;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .appny-tit h4 {
        font-family: arial;
        font-size: 18px;
        color: white;
        opacity: 0.8;
        line-height: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .appny-tit h5 {
        margin-bottom: 24px;
        text-align: center;
        color: white;
    }

    .appny-tit h6 {
        font-size: 16px;
        color: white;
        line-height: 26px;
        text-align: center;
    }

.rclnapp-banner {
    padding-top: 75px;
    padding-left: 0;
}

.appny-tit h5 span {
    border-bottom: solid 1px #7e8d9d;
    padding: 0 20px;
    padding-bottom: 14px;
    position: relative;
    line-height: 30px;
    font-size: 24px;
}

    .appny-tit h5 span:after {
        position: absolute;
        content: '';
        width: 34px;
        height: 2px;
        background: #10713a;
        left: 50%;
        bottom: -1px;
        margin-left: -17px;
    }

.rclnapp-banner .appny-tit {
    border-left: none;
    padding-left: 0;
}

/*pc-二级*/
.second-nav {
    height: 60px;
    background: #f5f5f5;
}

    .second-nav a {
        float: left;
        display: block;
        height: 60px;
        width: 140px;
        color: #444444;
        font-size: 16px;
        line-height: 60px;
        text-align: center;
    }

        .second-nav a.active {
            color: white;
            background: #10713a;
        }

/*appsecond-nav*/
.appsecond-nav {
    position: relative;
    display: none;
}

.bot {
    position: absolute;
    top: 48px;
    background: #fff;
    z-index: 10;
}

.se-top1 {
    background: #f5f5f5;
    border-bottom: none !important;
}

.se-top {
    height: 48px;
    line-height: 48px;
    border-bottom: solid 1px #d8d8d8;
    position: relative;
}

    .se-top .se-a {
        color: #444;
        font-size: 16px;
        display: block;
        padding: 0px 20px;
    }

.se-tig.P_tig {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

    .se-tig.P_tig::before, .se-tig1.P_tig::before, .se-tig2.P_tig::before {
        content: '';
        position: absolute;
        transition: all .3s;
        left: 50%;
        top: 50%;
    }

    .se-tig.P_tig::before, .se-tig1.P_tig::before, .se-tig2.P_tig::before {
        width: 10px;
        height: 16px;
        margin-top: -10px;
        margin-left: -5px;
        background: url(../images/app-more-right.png) no-repeat center;
        background-size: cover;
    }

.se-tig1.P_tig::before, .se-tig2.P_tig::before {
    background: url(../images/app-more-right.png) no-repeat center;
    background-size: cover;
}

.se-tig.P_tig.open::before, .se-tig1.P_tig.open::before, .se-tig2.P_tig.open::before {
    transform: rotateZ(90deg);
    opacity: 1;
}

.se-bot {
    width: 100%;
    display: none;
}

.P_tig.open::before {
    opacity: 0;
}

.P_tig.open::after {
    opacity: 1;
}

.se-btop {
    height: 48px;
    line-height: 48px;
}

.se-a1 {
    color: #444;
    font-size: 16px;
    padding: 0px 20px;
    display: block;
}

    .se-a1.hover {
        color: #10713a;
        background: #fff;
        border-bottom: solid 1px #d8d8d8;
    }

.se-tig1 {
    width: 48px;
    height: 48px;
    line-height: 48px;
    float: right;
    position: relative;
    margin-top: -48px;
}

.se-tig2 {
    width: 48px;
    height: 48px;
    line-height: 48px;
    float: right;
    position: relative;
}

.se-tig1.P_tig.open::before { /*background-image: url(../images/pp-more-white.png);*/
}

.se-bbbot a {
    display: block;
    line-height: 30px;
}

.se-bbot {
    padding: 0 20px;
}

.se-a2.active {
    color: #10713a;
}

/*展会活动*/
.zhhd {
    padding: 80px 0 80px 0;
}

.zhhd-big {
    margin-left: -20px;
}

.zhhd-list {
    margin-bottom: 30px;
    position: relative;
    margin-left: 20px;
    width: 385px;
    float: left;
    display: block;
}

.zhhd-pic {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

    .zhhd-pic img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .5s;
    }

.zhhd-font {
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.06);
    padding: 30px 25px 40px;
    background: white;
}

    .zhhd-font h3 {
        font-size: 18px;
        color: #444;
        line-height: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .zhhd-font h4 {
        margin-bottom: 15px;
        font-size: 15px;
        color: #777;
        line-height: 15px;
        font-family: arial;
        margin-top: 12px;
    }

    .zhhd-font p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 48px;
        margin-bottom: 30px;
        font-size: 14px;
        color: #777;
        line-height: 24px;
    }

    .zhhd-font span.more-span {
        transition: all .5s;
        display: block;
        width: 130px;
        height: 40px;
        font-size: 14px;
        color: #666;
        text-align: center;
        line-height: 40px;
        border: solid 1px #e6e6e6;
        border-radius: 3px;
        background: url(../images/zhhd-more.png) no-repeat left 19px center;
        padding-left: 19px;
    }

.zhhd-list:hover img {
    transform: scale(1.1);
}

.zhhd-list:hover span.more-span {
    background: #10713a url(../images/zhhd-moreH.png) no-repeat left 19px center;
    color: white;
    border: none;
}

.zhhd-tit {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
}

    .zhhd-tit span {
        display: block;
        font-size: 12px;
        color: white;
        transform: rotateZ(45deg);
        margin-top: 12px;
        margin-left: 20px;
    }

.yjs {
    background-image: url(../images/yjs.png);
}

.jxz {
    background-image: url(../images/jxz.png);
}

.wks {
    background-image: url(../images/wks.png);
}

/*分页*/
.page {
    width: 100%;
    height: 60px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 60px;
}

.page_inner {
    font-size: 0;
}

.page a {
    width: 58px;
    height: 58px;
    color: #666;
    font-size: 20px;
    display: inline-block;
    line-height: 58px; /*border-left: 1px solid #e0e0e0;*/
    border-right: 1px solid #e0e0e0;
    text-align: center;
    border-spacing: 0;
    border-collapse: collapse;
}

    .page a:first-child {
        border-left: 1px solid #e0e0e0;
    }

    .page a.on, .page a:hover {
        color: #10713a;
    }

.page .page_prev {
    float: right;
    font-weight: bold;
    border-right: none;
    font-size: 16px;
    border-left: 1px solid #e0e0e0;
    color: #999999;
}

    .page .page_prev:hover {
    }

.page .page_next {
    float: right;
    border-left: 1px solid #e0e0e0;
    font-weight: bold;
    font-size: 16px;
    color: #999999;
}

    .page .page_next:hover {
    }

/*新闻详情*/
.news-left {
    float: left;
    width: 800px;
    border: solid 1px #ebebeb;
    padding: 36px 50px 80px 50px;
    background: #fafafa;
}

    .news-left h1 {
        font-size: 26px;
        color: #444;
        line-height: 28px; /*font-family: 'st';*/
    }

.ninfo {
    margin-top: 23px;
    margin-bottom: 43px;
}

.ninfo-left {
    font-family: "微软雅黑";
    float: left;
    font-size: 14px;
    color: #999;
    line-height: 32px;
    padding-left: 28px;
    background: url(../images/time.png) no-repeat left center;
}

.news-share {
    float: right;
}

    .news-share span {
        float: left;
        display: block;
        font-size: 14px;
        color: #666;
        padding-right: 20px;
        background: url(../images/share.png) no-repeat right center;
        line-height: 32px;
    }

    .news-share a {
        float: left;
        width: 32px;
        height: 32px !important;
        padding: 0 !important;
        margin: 0 !important;
        margin-left: 9px !important;
        border-radius: 50%;
        opacity: 0.9;
    }

        .news-share a.bds_tsina {
            background: url(../images/news-wb.png) no-repeat center;
        }

        .news-share a.bds_weixin {
            background: url(../images/news-wx.png) no-repeat center;
        }

        .news-share a.bds_sqq {
            background: url(../images/news-qq.png) no-repeat center;
        }

        .news-share a.bds_linkedin {
            background: url(../images/news-in.png) no-repeat center;
        }

        .news-share a.bds_qzone {
            background: url(../images/news-qz.png) no-repeat center;
        }

        .news-share a:hover {
            opacity: 1 !important;
        }

.back {
    height: 40px;
    margin-top: 37px;
}

.news-prev {
    display: block;
    float: left;
    margin-right: 10px;
    width: 150px;
    height: 40px;
    font-size: 16px;
    padding-left: 10px;
    line-height: 36px;
    color: #10713a;
    text-align: center;
    border-radius: 30px;
    border: solid 1px #10713a;
    font-family: "微软雅黑";
    background: url(../images/news-prev.png) no-repeat left 40px center;
}

.news-next {
    display: block;
    float: left;
    width: 150px;
    height: 40px;
    font-size: 16px;
    line-height: 36px;
    padding-right: 10px;
    color: #10713a;
    text-align: center;
    border-radius: 30px;
    border: solid 1px #10713a;
    font-family: "微软雅黑";
    background: url(../images/news-right.png) no-repeat right 40px center;
}

    .news-prev:hover, .news-next:hover {
        background-image: url(../images/more-right.png);
        color: white;
        background-color: #10713a;
        border-color: #10713a;
    }

.news-prev:hover {
    background-image: url(../images/news-rightH.png);
}

.news-right {
    float: right;
    width: 370px;
    background: #fafafa;
    border: solid 1px #ebebeb;
    padding: 30px 25px 42px 25px;
}

    .news-right h3 {
        font-size: 20px;
        color: #333; /*font-family: 'st';*/
        padding-left: 30px;
        background: url(../images/zan.png) no-repeat left 3px top;
        padding-bottom: 20px;
        border-bottom: solid 1px #e7e7e7;
        line-height: 20px;
    }

.news-tj {
    display: block;
    margin-top: 25px;
}

    .news-tj h4 {
        padding-left: 19px; /*font-family: 'st';*/
        font-size: 16px;
        color: #444;
        line-height: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-bottom: 7px;
        position: relative;
    }

        .news-tj h4:before {
            position: absolute;
            content: '';
            width: 6px;
            height: 12px;
            background: url(../images/app-more-right.png) no-repeat center;
            background-size: cover;
            left: 7px;
            top: 50%;
            margin-top: -6px;
        }

    .news-tj h5 {
        padding-left: 19px;
        font-size: 14px;
        color: #999;
        font-family: "微软雅黑";
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .news-tj:hover h4 {
        color: #10713a;
    }

/*投资者关系*/
.tzz {
    padding: 80px 0;
}

    .tzz h3 {
        font-size: 30px;
        color: #333;
        text-align: center;
        line-height: 30px;
        padding-bottom: 24px;
        position: relative;
    }

        .tzz h3:after {
            position: absolute;
            content: '';
            width: 26px;
            height: 2px;
            background: #10713a;
            left: 50%;
            margin-left: -13px;
            bottom: 0;
        }

    .tzz ul {
        margin-top: 40px;
    }

    .tzz li {
        height: 80px;
        padding: 0 50px 0 28px;
    }

        .tzz li:nth-child(odd) {
            background: #f5f5f5;
        }

.tzz-list {
    display: block;
    width: 100%;
    height: 100%;
}

    .tzz-list p {
        float: left;
        width: 70%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 16px;
        color: #666;
        line-height: 80px;
        padding-left: 13px;
        position: relative;
    }

        .tzz-list p:after {
            position: absolute;
            content: '';
            width: 2px;
            height: 18px;
            background: #10713a;
            left: 0;
            top: 50%;
            margin-top: -9px;
        }

    .tzz-list span {
        width: 135px;
        float: right;
        display: block;
        line-height: 80px;
        font-size: 16px;
        color: #666;
        font-family: 'Ooen Sans';
        padding-right: 40px;
        background: url(../images/tzz.png) no-repeat right center;
    }

    .tzz-list:hover span {
        background-image: url(../images/tzzH.png);
    }

    .tzz-list:hover p {
        color: #10713a;
    }

.loading {
    display: block;
    text-align: center;
}

/*资质荣誉*/
.zzry {
    padding: 80px 0 100px 0;
}

.zzry-top {
    text-align: center;
    margin-bottom: 65px;
}

    .zzry-top a {
        display: inline-block;
        width: 200px;
        height: 56px;
        border: solid 1px #cccccc;
        font-size: 18px;
        color: #666;
        text-align: center;
        line-height: 54px;
        margin: 0 5px;
    }

        .zzry-top a.active {
            color: white;
            background: #10713a;
            border-color: #10713a;
        }

.zzry-big ul {
    margin-left: -13px;
}

.zzry-big li {
    float: left;
    width: 290px;
    margin-left: 13px;
    margin-bottom: 45px;
}

    .zzry-big li .zzry-pic {
        padding: 10px;
        width: 100%;
        height: 390px;
        overflow: hidden;
        border: solid 1px #e8e8e8;
    }

        .zzry-big li .zzry-pic img {
            width: 100%;
            height: 100%;
            display: block;
        }

    .zzry-big li h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        color: #666;
        line-height: 30px;
        text-align: center;
        margin-top: 10px;
    }

.zzry .page {
    margin-top: 34px;
}

.zzry-big li:hover h3 {
    color: #10713a;
}

.zzry-big li:hover .zzry-pic {
    border-color: #10713a;
}
/*图片放大*/
#darkbox {
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,0.8) no-repeat none 50%;
    background-size: contain;
    -webkit-box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
    box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
    opacity: 0;
    visibility: hidden;
}

    #darkbox.on {
        opacity: 1;
        visibility: visible;
        height: 90% !important;
        width: 90% !important;
        left: 5% !important;
        top: 5% !important;
    }

#darkbox_prev, #darkbox_next {
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    width: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#darkbox_prev {
    left: -2px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#darkbox_next {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -2px;
}

    #darkbox_prev:hover, #darkbox_next:hover {
        border-color: #fca61f;
    }

#darkbox-description {
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 18px;
    bottom: 25px;
    text-align: center;
    text-shadow: 0 1px 1px #000;
}

#darkbox:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    content: "";
    color: #fff;
    cursor: pointer;
    background: url(../images/close.png) no-repeat center transparent;
}

/*社会工艺*/
.shgy {
    padding: 80px 0 60px 0;
}

    .shgy h3 {
        margin-bottom: 40px;
        letter-spacing: 1px;
        font-size: 30px;
        color: #333;
        text-align: center;
        line-height: 30px;
        padding-bottom: 24px;
        position: relative;
    }

        .shgy h3:after {
            position: absolute;
            content: '';
            width: 26px;
            height: 2px;
            background: #10713a;
            left: 50%;
            margin-left: -13px;
            bottom: 0;
        }

    .shgy p {
        font-size: 14px;
        color: #777;
        line-height: 26px;
        padding: 0 25px;
        letter-spacing: 1px;
    }

.shone {
    padding: 60px 0 80px 0;
    background: #f5f5f5;
}

    .shone h3 {
        margin-bottom: 50px;
        font-size: 26px;
        color: #333;
        text-align: center;
        line-height: 26px;
        letter-spacing: 1px;
    }

.shgy-list {
    display: block;
    border: solid 1px #e8e8e8;
    background: white;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.shgy-pic {
    width: 280px;
    height: 208px;
    overflow: hidden;
    float: left;
}

    .shgy-pic img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .5s;
    }

.shgy-font {
    width: 71%;
    float: left;
    padding-top: 40px;
    margin-left: 35px;
}

    .shgy-font h4 {
        color: #444;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 25px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .shgy-font p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 72px;
        font-size: 14px;
        color: #666;
        line-height: 24px;
    }

/*公司新闻*/
.news-one {
    padding: 80px 0;
}

.none-left {
    width: 49%;
    float: left;
}

.news-slide {
    display: block;
    position: relative;
}

.news-pic {
    width: 100%;
    height: 430px;
    overflow: hidden;
}

    .news-pic img {
        display: block;
    }

.news-font {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 20px;
    background: rgba(0,0,0,0.4);
}

    .news-font h3 {
        width: 75%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: left;
        font-size: 18px;
        color: white;
        line-height: 18px;
    }

    .news-font span {
        line-height: 18px;
        float: right;
        color: white;
        font-size: 14px;
        font-family: arial;
    }

.none-left .swiper-pagination {
    bottom: 15px !important;
    text-align: left;
    padding-left: 17px;
}

.none-left .swiper-pagination-bullet {
    background: #c6c5c3;
}

.none-left .swiper-pagination-bullet-active {
    background: white;
}

.none-right {
    width: 49%;
    float: right;
}

.nr-list {
    transition: all .5s;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 130px;
    background: #f5f5f5;
    padding: 30px 30px 23px 30px;
}

    .nr-list:last-child {
        margin-bottom: 0;
    }

.nr-left {
    float: left;
    width: 50px;
}

.news-time {
    margin-bottom: 12px;
    font-size: 40px;
    color: #999;
    font-family: 'cond';
    text-align: center;
    line-height: 29px;
    padding-bottom: 15px;
    border-bottom: solid 1px #d4d4d4;
}

.news-data {
    font-size: 14px;
    color: #9a9a9a;
    line-height: 14px;
    font-family: arial;
}

.nr-right {
    float: right;
    width: 85%;
}

    .nr-right h3 {
        font-size: 16px;
        color: #333;
        line-height: 16px;
        margin-bottom: 13px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .nr-right p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 48px;
        font-size: 14px;
        color: #777777;
        line-height: 24px;
    }

.nr-list:hover {
    background: #10713a;
}

    .nr-list:hover .news-time, .nr-list:hover h3, .nr-list:hover p {
        color: white;
    }

    .nr-list:hover .news-data {
        color: rgba(255,255,255,0.8);
    }

    .nr-list:hover .news-time {
        border-color: rgba(255,255,255,0.8);
    }

.news-two {
    padding: 80px 0 80px 0;
    background: #f5f5f5;
}


/*招聘*/
.reciue {
    padding: 80px 0;
}

.join-s { /* padding-bottom: 20px; */
}

.job-item {
    margin-bottom: 10px;
}

    .job-item.open .job-le {
        background: #10713a;
    }

        .job-item.open .job-le:after {
            opacity: 0;
        }

.job-hea {
    width: 100%;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}

.job-le {
    float: left;
    width: 60px;
    height: 60px;
    position: relative;
    background: #999999;
}

    .job-le:before {
        content: '';
        width: 20px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -10px;
        margin-top: -1px;
        background: #fff;
    }

    .job-le:after {
        content: '';
        height: 20px;
        width: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -1px;
        margin-top: -10px;
        background: #fff;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

.job-ri {
    padding-left: 60px;
    background: #e0e0e0;
    font-size: 20px;
    line-height: 60px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.job-z {
    float: left;
    padding: 0 30px;
    font-size: 16px;
    color: #444;
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.job-d {
    float: right;
    padding-right: 80px;
    color: #444;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.job-cont {
    display: none;
    background: #f5f5f5;
}

.job-pad {
    padding: 50px 90px 58px 90px;
}

.job-b {
    position: relative;
}

    .job-b h3 {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        line-height: 16px;
        padding-bottom: 25px;
        border-bottom: solid 1px #dadada;
    }

    .job-b ul {
        margin-top: 23px;
        margin-bottom: 25px;
    }

    .job-b li {
        width: 33%;
        float: left;
        font-size: 14px;
        color: #666;
        line-height: 28px;
    }

    .job-b h4 {
        font-size: 14px;
        color: #444;
        margin-bottom: 7px;
        font-weight: bold;
        line-height: 14px;
    }

    .job-b p {
        font-size: 14px;
        color: #666;
        line-height: 28px;
    }

.btn-send {
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    padding: 0 47px;
    background: #10713a;
    border: 1px solid #10713a;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .btn-send:hover {
        background: transparent;
        color: #10713a;
    }


/*人才理念*/
.person {
    padding: 80px 0 0;
}

    .person h3 {
        margin-bottom: 80px;
        color: #333;
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }

    .person ul {
        overflow: hidden;
    }

    .person li {
        width: 25%;
        text-align: center;
        float: left;
    }

.rc-pic {
    transition: all .5s;
    background: url(../images/rc-icon.png) no-repeat center;
    width: 117px;
    height: 103px;
    margin: 0 auto;
    background-size: 100%;
}

.rc-icon {
    transition: all .5s;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.person li h4 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
    line-height: 20px;
    margin-top: 25px;
}

.person li p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding: 0 38px;
}

.rc-icon1 {
    background-image: url(../images/rc-icon1.png);
}

.rc-icon2 {
    background-image: url(../images/rc-icon2.png);
}

.rc-icon3 {
    background-image: url(../images/rc-icon3.png);
}

.rc-icon4 {
    background-image: url(../images/rc-icon4.png);
}

.person li:hover .rc-pic {
    transform: rotateY(180deg);
    background-image: url(../images/rc-iconH.png);
}

.person li:hover .rc-icon1 {
    background-image: url(../images/rc-icon1H.png);
}

.person li:hover .rc-icon2 {
    background-image: url(../images/rc-icon2H.png);
}

.person li:hover .rc-icon3 {
    background-image: url(../images/rc-icon3H.png);
}

.person li:hover .rc-icon4 {
    background-image: url(../images/rc-icon4H.png);
}

/*产品*/
/*.se-tig.P_tig::before,.se-tig1.P_tig::before,.se-tig2.P_tig::before{content: '';position: absolute;transition: all .3s;left: 50%;top: 50%;}
.se-tig.P_tig::before,.se-tig1.P_tig::before,.se-tig2.P_tig::before {width: 10px;height: 20px;margin-top: -10px;margin-left: -5px;}
.se-tig1.P_tig::before ,.se-tig2.P_tig::before{}
.se-tig.P_tig.open::before,.se-tig1.P_tig.open::before,.se-tig2.P_tig.open::before{transform: rotateZ(90deg);opacity: 1;}
.se-tig1{width: 48px;height: 48px;line-height: 48px;float: right;position: relative;}
.se-tig2{width: 48px;height: 48px;line-height: 48px;float: right;position: relative;}*/
/* .product{padding: 80px 0 100px 0;}
.product h3{font-size: 30px;color: #333;line-height: 30px;text-align: center;margin-bottom: 40px;}
.product-top{margin-bottom: 110px; position: relative;height: 80px;text-align: center;}
.product .page{margin-top: 20px;}
.pro-clify{width: 19%;height: 80px;display: inline-block;margin: 0 7px;}
.pro-clify .pro-first{position: relative; border: solid 1px #e8e8e8;height: 80px; display: block;width: 100%;line-height: 80px;text-align: center;font-size: 18px;color: #666;}
.pro-menu{display: none; transition: all .5s; position: absolute;width: 100%;top: 100%; padding-top: 40px;    transition: none;
    height: auto;overflow: hidden; left: 0;border-bottom: solid 1px #e8e8e8;}
.pro-menu a{display: inline-block;padding: 0 6px;margin: 0 35px;font-size: 16px;color: #666;line-height: 16px;padding-bottom: 24px;position: relative;}
.pro-menu a:after{position: absolute;content: '';width: 0%;height: 2px;background: #10713a;left: 50%;bottom: 0;transition: all .5s;}
.pro-menu a.active,.pro-menu a:hover{color: #10713a;}
.pro-menu a.active:after,.pro-menu a:hover:after{width: 100%;left: 0;}
.pro-clify.active .pro-first,.pro-clify:hover .pro-first{color: white;background: #10713a;border-color: #10713a;}
.pro-clify.active .pro-menu,.pro-clify:hover .pro-menu{display: block;}
.product ul{margin-left: -30px;padding-bottom: 30px;}
.product ul li{float: left;margin-left: 30px;margin-bottom: 30px; width: 380px;border: solid 1px #ebebeb;}
.pro-pic{width: 100%;height: 276px;overflow: hidden;}
.pro-pic img{display: block;width: 100%;height: 100%;transition: all .5s;}
.pro-font{padding: 35px 30px;}
.pro-font h4{font-size: 18px;color: #444;line-height: 18px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;line-height: 18px;}
.pro-font p{margin: 12px 0 24px 0; font-size: 14px;color: #777;line-height: 24px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.pro-font span{transition: all .5s; background: #bbbbbb; display: block;width: 120px;height: 34px;border-radius: 30px;color: white;font-size: 14px;text-align: center;line-height: 34px;}
.product ul li:hover img{transform: scale(1.1);}
.product ul li:hover span{background: #10713a;}
.product ul li:hover h4{color: #10713a;} */

/*详情*/
/* .pro-banner{position: relative; text-align: center;padding-top: 140px; margin-top: 100px; background-size: cover;background-position: center;}
.pro-banner h3{margin-top: 15px; color: white;letter-spacing: 6px;font-size: 22px;}
.pro-banner span{color: #fbc100;}
.pro-banner h4 {padding: 0 20px; margin-top: 17px; text-align: center;font-size: 16px;color: rgba(255,255,255,0.8);}
.pro-banner h4 span{padding:10px;letter-spacing: 7px; text-align: center;font-size: 16px;color: rgba(255,255,255,0.8);line-height: 42px;border-top: dashed 1px #464646;border-bottom: dashed 1px #464646;}

.pr-one{padding: 70px 0 65px 0;background: #121212;}
.pr-one p{padding-left: 15px;position: relative; line-height: 32px;color: #fff;opacity: .6;font-size: 16px;}
.pr-one p:after{position: absolute;content: '';width: 4px;height: 4px;background: #a0a0a0;border-radius: 50%;left: 0;top: 13px;}
.proinfo-p{padding-left: 42px;}
.pr-two{padding: 80px 0 100px 0;background: #1b1b1b;}
.proinfo h3{font-size: 36px;color: #fff;text-align: center;line-height: 36px;padding-bottom: 24px;position: relative;margin-bottom: 60px;}
.proinfo h3:after{position: absolute;content: '';width: 26px;height: 2px;background: #10713a;left: 50%;margin-left: -13px;bottom: 0;}
.proinfo ul{margin-left: -40px;}
.proinfo li{float: left; width: 580px;margin-left: 40px;}
.proinfo .prt-pic{width: 100%;height: 300px;overflow: hidden;}
.proinfo .prt-pic img{display: block;width: 100%;height: 100%;transition: all .5s;}
.proinfo h4{font-size: 22px; color: white;height: 70px;line-height: 70px;text-align: center;background: #333;}
.proinfo li:hover img{transform: scale(1.1);}
.pr-three{padding: 80px 0 100px 0;background: #121212;} */

/*定制化服务*/
.dzh-banner {
    position: relative;
    text-align: center;
    padding-top: 147px;
    margin-top: 100px;
    background-size: cover;
    background-position: center;
}

.dzh-tit {
    padding: 0 25px;
}

    .dzh-tit h3 {
        margin-bottom: 25px;
        color: white;
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 30px;
        border-bottom: solid 1px rgba(255,255,255,0.15);
        letter-spacing: 4px;
        position: relative;
    }

        .dzh-tit h3:after {
            position: absolute;
            content: '';
            width: 40px;
            height: 2px;
            background: #10713a;
            bottom: -1px;
            left: 50%;
            margin-left: -20px;
        }

    .dzh-tit p {
        font-size: 16px;
        color: rgba(255,255,255,0.8);
        line-height: 28px;
        padding: 0 15px;
    }

/*视频*/
.video {
    padding: 80px 0 100px 0;
}

.v-one {
    background: #f5f5f5;
}

.vo-left {
    padding: 74px 108px 0 60px;
    float: left;
    width: 37.5%;
}

    .vo-left h3 {
        font-size: 30px;
        color: #333;
        line-height: 30px;
        position: relative;
        padding-bottom: 23px;
    }

        .vo-left h3:after {
            position: absolute;
            content: '';
            width: 30px;
            height: 1px;
            background: #f66c0;
            bottom: 0;
            left: 0;
        }

    .vo-left p {
        font-size: 14px;
        color: #666;
        line-height: 26px;
    }

.vo-right {
    width: 62.5%;
    float: right;
    position: relative;
}

    .vo-right:after {
        position: absolute;
        content: '';
        width: 70px;
        height: 70px;
        left: 50%;
        margin-left: -35px;
        top: 50%;
        margin-top: -35px;
        z-index: 88;
        background: url(../images/pause.png) no-repeat center;
    }

    .vo-right img {
        width: 100%;
    }

.v-two {
    margin-top: 50px;
}

    .v-two h3 {
        margin-bottom: 34px;
        font-size: 24px;
        color: #333;
        line-height: 24px;
        border-left: solid 3px #10713a;
        padding-left: 12px;
    }

    .v-two span {
        color: #999;
        font-size: 16px;
        font-family: arial;
        padding-left: 8px;
    }

    .v-two ul {
        margin-left: -22px;
    }

    .v-two li {
        float: left;
        width: 385px;
        margin-left: 22px;
        position: relative;
    }

.video-pic:after {
    position: absolute;
    content: '';
    width: 56px;
    height: 56px;
    left: 50%;
    margin-left: -28px;
    top: 50%;
    margin-top: -28px;
    z-index: 88;
    background: url(../images/pause.png) no-repeat center;
    background-size: cover;
}

.video-pic {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    padding: 9px;
    border: solid 1px #e5e5e5;
}

    .video-pic img {
        display: block;
        width: 100%;
        height: 100%;
    }

.video-font {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 8px;
}

.video .page {
    margin-top: 80px;
}

/*视频*/
.msg-box-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10001;
    background: rgba(0,0,0,0.5);
}

.msg-box {
    width: 860px;
    height: 524px;
    padding: 50px;
    background-color: #F3F3F3;
    position: absolute;
    left: 50%;
    margin-left: -430px;
    top: 0;
    margin-top: -262px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

    .msg-box .close-box {
        width: 38px;
        height: 38px;
        background: url("../images/btn-close-modal.png") no-repeat center;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        -webkit-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .msg-box .close-box:hover {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }


/*技术支持*/
.jszc-one {
    padding: 80px 0;
}

.jszc h3 {
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-size: 30px;
    color: #333;
    text-align: center;
    line-height: 30px;
    padding-bottom: 24px;
    position: relative;
}

    .jszc h3:after {
        position: absolute;
        content: '';
        width: 26px;
        height: 2px;
        background: #10713a;
        left: 50%;
        margin-left: -13px;
        bottom: 0;
    }

.jszc-one h4 {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    padding: 0 50px;
    text-align: center;
    margin-bottom: 65px;
}

.jszc-one li {
    width: 380px;
    float: left;
    margin-left: 25px;
}

.jszc-one ul {
    margin-left: -25px;
}

.jso-pic {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

    .jso-pic img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .5s;
    }

.jso-font {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 60px;
    background: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

    .jso-font h5 {
        margin-bottom: 25px;
        font-size: 26px;
        color: #333;
        line-height: 26px;
        position: relative;
    }

        .jso-font h5:after {
            position: absolute;
            content: '';
            width: 3px;
            height: 24px;
            background: #10713a;
            left: -12px;
            top: 2px;
        }

    .jso-font p {
        font-size: 16px;
        color: #666;
        line-height: 26px;
        word-break: break-all;
    }

.jszc-two {
    padding: 60px 0;
    background: url(../images/jszc-bg.png) no-repeat center;
    background-size: cover;
}

.form p {
    margin-bottom: 15px;
    overflow: hidden;
    margin-left: -15px;
}

.form .text {
    border-radius: 0px;
    float: left;
    margin-left: 15px;
    width: 390px;
    height: 50px;
    font-size: 14px;
    color: #666;
    background: white;
    border: none;
    outline: none;
    padding-left: 19px;
}

.form .text1 {
    float: left;
    margin-left: 15px;
    width: 592.5px;
    height: 50px;
    font-size: 14px;
    color: #666;
    background: white;
    border: none;
    outline: none;
    padding-left: 19px;
}

.form textarea {
    margin-bottom: 50px;
    width: 100%;
    height: 220px;
    font-size: 14px;
    color: #666;
    background: white;
    border: none;
    outline: none;
    padding-left: 19px;
    resize: none;
    padding-top: 10px;
}

.form .submit {
    display: block;
    margin: 0 auto;
    width: 152px;
    height: 42px;
    color: white;
    font-size: 16px;
    border-radius: 30px;
    background: #10713a;
}

.jszc-three {
    padding: 80px 0;
}

#jszc { /* padding-bottom: 30px; */
}

.js-item {
    margin-bottom: 20px;
}

    .js-item:last-child {
        margin-bottom: 0;
    }

.js-hea {
    padding: 13px;
    height: 60px;
    border: solid 1px #e0e0e0;
    background: white;
}

.js-le {
    width: 33px;
    height: 33px;
    background: #10713a;
    color: white;
    font-size: 18px;
    font-family: arial;
    text-align: center;
    line-height: 33px;
    float: left;
}

.js-ri {
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    float: left;
    line-height: 33px;
    margin-left: 17px;
}

.js-cont {
    display: none;
}

.js-pad {
    overflow: hidden;
    padding: 15px 13px 22px 13px;
    border: solid 1px #e0e0e0;
    border-top: none;
    background: white;
}

.ques-le {
    width: 33px;
    height: 33px;
    background: #4b516b;
    color: white;
    font-size: 18px;
    font-family: arial;
    text-align: center;
    line-height: 33px;
    float: left;
}

.ques-ri {
    float: left;
    margin-left: 17px;
    width: 90%;
}

    .ques-ri h4 {
        margin-bottom: 5px;
        color: #444;
        line-height: 26px;
        font-size: 16px;
    }

    .ques-ri p {
        font-size: 14px;
        color: #777;
        line-height: 26px;
    }

.js-item.open .js-cont {
    display: block;
}

/*产品查询*/
.cpcx {
    padding: 80px 0 93px 0;
}

    .cpcx h3 {
        margin-bottom: 40px;
        letter-spacing: 1px;
        font-size: 30px;
        color: #333;
        text-align: center;
        line-height: 30px;
        padding-bottom: 24px;
        position: relative;
    }

        .cpcx h3:after {
            position: absolute;
            content: '';
            width: 26px;
            height: 2px;
            background: #10713a;
            left: 50%;
            margin-left: -13px;
            bottom: 0;
        }

.cp-one {
    padding-top: 45px;
    margin-bottom: 50px;
    position: relative;
    height: 180px;
    background: url(../images/cp-bg.png) no-repeat center;
    background-size: cover;
}

    .cp-one a {
        display: block;
        position: absolute;
        width: 160px;
        height: 40px;
        background: #10713a;
        font-size: 16px;
        color: white;
        border-radius: 30px;
        bottom: 43px;
        left: 50%;
        margin-left: -80px;
        text-align: center;
        line-height: 40px;
    }

    .cp-one h4 {
        color: white;
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }

.cp-font {
    padding: 0 38px;
}

    .cp-font p {
        font-size: 14px;
        color: #777;
        line-height: 30px;
    }

    .cp-font h4 {
        font-weight: bold;
        font-size: 14px;
        color: #10713a;
        line-height: 30px;
    }

/*车灯*/
.dis-table {
    width: 100%;
    display: table;
    height: 100%;
}

.dis-cell {
    display: table-cell;
    vertical-align: middle;
}

.cd-banner {
    position: relative;
    text-align: center;
    padding-top: 107px;
    margin-top: 100px;
    background-size: cover;
    background-position: center;
}

.cd-tit {
    padding: 0 25px;
}

    .cd-tit h3 {
        margin-bottom: 25px;
        color: white;
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 30px;
        border-bottom: solid 1px rgba(255,255,255,0.15);
        letter-spacing: 10px;
        position: relative;
    }

        .cd-tit h3:after {
            position: absolute;
            content: '';
            width: 40px;
            height: 2px;
            background: #10713a;
            bottom: -1px;
            left: 50%;
            margin-left: -20px;
        }

    .cd-tit p {
        font-size: 16px;
        color: rgba(255,255,255,0.6);
        line-height: 28px;
        padding: 0 15px;
    }

    .cd-tit span {
        color: #10713a;
    }

.fangan {
    padding: 80px 0 150px 0;
    background: #333333;
}

    .fangan h3 {
        margin-bottom: 80px;
        letter-spacing: 1px;
        font-size: 30px;
        color: #fff;
        text-align: center;
        line-height: 30px;
        padding-bottom: 24px;
        position: relative;
    }

        .fangan h3:after {
            position: absolute;
            content: '';
            width: 26px;
            height: 2px;
            background: #10713a;
            left: 50%;
            margin-left: -13px;
            bottom: 0;
        }

.fa-big {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.fa-pic {
    display: inline-block;
}

.fa-left {
    position: absolute;
    left: 0;
    top: 0;
}

.fa-right {
    position: absolute;
    right: 0;
    top: 0;
}

.fa-li {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.fa-icon {
    transition: all .5s;
    float: left;
    margin-right: 23px;
    width: 90px;
    height: 90px;
    border-radius: 8px;
    border: solid 1px rgba(255,255,255,0.3);
    background-position: center;
    background-repeat: no-repeat;
}

.fa-font {
    float: left;
    height: 90px;
    text-align: left;
}

    .fa-font h4 {
        font-size: 18px;
        color: white;
        line-height: 18px;
        margin-bottom: 12px;
    }

    .fa-font h5 {
        color: rgba(255,255,255,0.6);
        line-height: 12px;
        font-size: 12px;
        text-transform: uppercase;
    }

.fa-icon1 {
    background-image: url(../images/fa-icon1.png);
}

.fa-icon2 {
    background-image: url(../images/fa-icon2.png);
}

.fa-icon3 {
    background-image: url(../images/fa-icon3.png);
}

.fa-icon4 {
    background-image: url(../images/fa-icon4.png);
}

.fa-icon5 {
    background-image: url(../images/fa-icon5.png);
}

.fa-icon6 {
    background-image: url(../images/fa-icon6.png);
}

.fa-li:hover .fa-icon {
    transform: rotateY(180deg);
}

/*制造*/
/*锚点*/
.nei_anchor {
    text-align: center;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    font-size: 0;
    width: 100%;
    z-index: 1001;
    background: #fff;
    box-shadow: 0px 0px 8px 0px #d6d6d6;
}

    .nei_anchor span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

        .nei_anchor span a {
            font-size: 16px;
            color: #666;
            line-height: 50px;
            padding: 0 40px;
            display: inline-block;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            position: relative;
        }

            .nei_anchor span a:after {
                content: '';
                width: 1px;
                height: 17px;
                background: #dadada;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
            }

            .nei_anchor span.on a:after, .nei_anchor span a:hover:after {
                display: none;
            }

        .nei_anchor span:hover a,
        .nei_anchor span.on a {
            color: #fff;
            background: #10713a;
        }

.zzzx h3 {
    margin-bottom: 48px;
    letter-spacing: 1px;
    font-size: 30px;
    color: #333;
    text-align: center;
    line-height: 30px;
    padding-bottom: 24px;
    position: relative;
}

    .zzzx h3:after {
        position: absolute;
        content: '';
        width: 26px;
        height: 2px;
        background: #10713a;
        left: 50%;
        margin-left: -13px;
        bottom: 0;
    }

.yfsl {
    padding: 80px 0;
}

    .yfsl li {
        float: left;
        width: 25%;
        position: relative;
    }

        .yfsl li .zz-pic {
            width: 100%;
            overflow: hidden;
            height: 100%;
        }

            .yfsl li .zz-pic img {
                display: block;
                width: 100%;
                height: 100%;
                transition: all .5s;
            }

        .yfsl li:hover img {
            transform: scale(1.1);
        }

.zz-font {
    height: 108px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 50%;
    margin-top: -54px;
    width: 100%;
    left: 0;
}

    .zz-font h4 {
        font-size: 26px;
        color: white;
        line-height: 26px;
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 14px;
    }

    .zz-font h5 {
        font-size: 14px;
        line-height: 14px;
        color: rgba(255,255,255,0.8);
        font-family: arial;
        text-align: center;
        text-transform: uppercase;
    }

.yfzx {
    padding: 80px 0;
    background: url(../images/yfzx-bg.png) no-repeat center;
    background-size: cover;
}

    .yfzx li {
        height: 150px;
        float: left;
        margin-left: 36px;
        width: 47%;
        margin-bottom: 49px;
    }

    .yfzx ul {
        margin-left: -36px;
    }

.zz-icon {
    transition: all .5s;
    float: left;
    position: relative;
    margin-top: 43px;
    z-index: 3;
    width: 65px;
    height: 65px;
    background-color: #10713a;
    background-position: center;
    background-repeat: no-repeat;
}

.zz-icon1 {
    background-image: url(../images/zz-icon1.png);
}

.zz-icon2 {
    background-image: url(../images/zz-icon2.png);
}

.zz-icon3 {
    background-image: url(../images/zz-icon3.png);
}

.zz-icon4 {
    background-image: url(../images/zz-icon4.png);
}

.zx-font {
    background: white;
    float: left;
    width: 94%;
    padding: 0 30px 0 65px;
    margin-left: -32.5px;
    height: 150px;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.05);
}

    .zx-font h4 {
        margin-bottom: 16px;
        font-weight: bold;
        color: #444;
        font-size: 18px;
        line-height: 18px;
    }

    .zx-font p {
        font-size: 14px;
        color: #666;
        line-height: 22px;
        overflow: hidden;
    }

.yfzx li:hover .zz-icon {
    transform: rotateZ(45deg);
}

.cgapp-swiper, .app-swiper {
    display: none;
    position: relative;
}

.yfcg {
    padding: 80px 0; /* background: url(../images/yfcg-bg.png) no-repeat center; */
    background-size: cover;
}

    .yfcg h3 { /* color: white; */
    }

        .yfcg h3:after { /* background: white; */
        }

.cg-pic {
    width: 285px;
    height: 380px;
    padding: 7px 13.5px; /* background: #f5f5f5; */
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

    .cg-pic img {
        display: block;
        width: 100%;
        height: 100%;
    }

.cg-font {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}

.yfcg .swiper-button-next, .yfcg .swiper-button-prev {
    top: 175px;
    margin-top: 0;
    text-align: center;
    line-height: 44px;
    color: #333;
    font-size: 30px !important;
    background: none;
}

.cg-swiper {
    position: relative;
}

.yfcg .swiper-button-next {
    right: -62px;
}

.yfcg .swiper-button-prev {
    left: -65px;
}

.zzsl {
    padding: 80px 0;
}

    .zzsl p {
        font-size: 14px;
        color: #666;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .zzsl ul {
        margin-left: -15px;
        margin-top: 50px;
    }

    .zzsl li {
        float: left;
        margin-left: 15px;
        width: 390px;
        height: 260px;
        overflow: hidden;
    }

        .zzsl li img {
            display: block;
            width: 100%;
            height: 100%;
            transition: all .5s;
        }

        .zzsl li:hover img {
            transform: scale(1.1);
        }

    .zzsl h3 {
        margin-bottom: 39px;
    }

.pzgk {
    padding: 80px 0; /* background: #f5f5f5; */
}

.pz-pic {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

    .pz-pic img {
        display: block;
        width: auto;
        height: auto;
        transition: all .5s;
    }

.pz-font {
    background: white;
}

    .pz-font p {
        font-size: 18px;
        color: #666;
        line-height: 30px;
        text-align: center;
    }

.pxxm {
    padding: 80px 0;
}

.pxxm-swiper {
    padding-bottom: 40px !important;
}

.pxxmapp-swiper {
    display: none;
}

.pxxm-swiper ul {
    margin-left: -40px;
}

.pxxm-swiper li {
    float: left;
    width: 580px;
    height: 180px;
    margin-left: 40px;
    margin-bottom: 40px;
    background: #f5f5f5;
}

.px-pic {
    width: 180px;
    height: 180px;
    float: left;
    overflow: hidden;
}

    .px-pic img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .5s;
    }

.px-font {
    float: left;
    width: 400px;
    padding: 35px;
    overflow: hidden;
}

    .px-font h4 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 18px;
        color: #444;
    }

    .px-font p {
        font-size: 14px;
        color: #777;
        line-height: 26px;
    }

.pxxm-swiper li:hover img {
    transform: scale(1.1);
}

.pxxm-swiper .swiper-pagination-bullet {
    margin: 0 10px !important;
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #cccccc;
}

.pxxm-swiper .swiper-pagination-bullet-active {
    background: #10713a;
}



#darkbox {
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,0.8) no-repeat none 50%;
    background-size: contain;
    -webkit-box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
    box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
    opacity: 0;
    visibility: hidden;
}

    #darkbox.on {
        opacity: 1;
        visibility: visible;
        height: 90% !important;
        width: 90% !important;
        left: 5% !important;
        top: 5% !important;
    }

#darkbox_prev, #darkbox_next {
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    width: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#darkbox_prev {
    left: -2px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#darkbox_next {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -2px;
}

    #darkbox_prev:hover, #darkbox_next:hover {
        border-color: #fca61f;
    }

#darkbox-description {
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 18px;
    bottom: 25px;
    text-align: center;
    text-shadow: 0 1px 1px #000;
}

#darkbox:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    content: "";
    color: #fff;
    cursor: pointer;
    background: url(../images/close.png) no-repeat center transparent;
}

/*关于我们*/
.ab-one {
    background: url(../images/ab-banner.png) no-repeat center;
    background-size: cover;
    /* margin-top: 100px; */
    padding-top: 200px;
}

.abo-left {
    width: 49%;
    float: left;
}

.ab-one h3 {
    margin-bottom: 23px;
    position: relative;
    font-size: 36px;
    color: white;
    font-family: 'scn';
    line-height: 36px;
    letter-spacing: 5px;
    padding-bottom: 28px;
}

    .ab-one h3:after {
        position: absolute;
        content: '';
        width: 26px;
        height: 2px;
        background: #10713a;
        left: 2px;
        bottom: 0;
    }

.abo-p {
    height: 365px;
    overflow-y: auto;
    padding-right: 35px;
}

    .abo-p p {
        color: rgba(255,255,255,0.8);
        font-size: 14px;
        line-height: 28px;
    }

    .abo-p::-webkit-scrollbar {
        width: 3px;
        background-color: #aab4ba;
    }

    .abo-p::-webkit-scrollbar-thumb {
        background-color: #10713a;
        border-radius: 10px;
    }

.abo-right {
    width: 50%;
    float: right;
}

    .abo-right li {
        float: left;
        text-align: center;
        width: 33%;
        margin-bottom: 95px;
    }

.ab-num span {
    font-size: 50px;
    line-height: 50px;
    font-family: 'book';
    color: white;
    font-weight: lighter;
}

.ab-num i {
    font-style: normal;
    font-size: 16px;
    color: white;
    padding-left: 4px;
}

.abo-right li h4 {
    font-size: 16px;
    color: white;
    line-height: 16px;
    margin-top: 5px;
}

.about {
    padding: 80px 0 80px 0;
}

    .about h3 {
        margin-bottom: 40px;
        letter-spacing: 1px;
        font-size: 30px;
        color: #333;
        text-align: center;
        line-height: 30px;
        padding-bottom: 24px;
        position: relative;
    }

        .about h3:after {
            position: absolute;
            content: '';
            width: 26px;
            height: 2px;
            background: #10713a;
            left: 50%;
            margin-left: -13px;
            bottom: 0;
        }

.ab-two p {
    font-size: 18px;
    color: #666;
    text-align: center;
    width: 70%;
    margin: 0 auto 50px;
}

.ab-two ul {
    margin-left: -13px;
}

.ab-two li {
    width: 33.33%;
    padding: 0 10px; /* margin-left: 13px; */
    float: left;
}

    .ab-two li .abt-pic {
        width: 100%;
        overflow: hidden;
    }

        .ab-two li .abt-pic img {
            display: block;
            width: 100%;
            height: 100%;
            transition: all .5s;
        }

.abt-font {
    background: #f5f5f5;
    position: relative;
    padding: 25px 20px;
    height: 158px;
}

    .abt-font:after {
        position: absolute;
        content: '';
        transition: all .5s;
        width: 0%;
        height: 2px;
        background: #10713a;
        left: 0;
        bottom: 0;
    }

    .abt-font h4 {
        font-size: 20px;
        color: #333;
        line-height: 20px;
        text-align: center;
        margin-bottom: 10px;
    }

    .abt-font h5 {
        font-size: 16px;
        color: #666;
        line-height: 16px;
        text-align: center;
        line-height: 26px;
    }

.ab-two li:hover img {
    transform: scale(1.1);
}

.ab-two li:hover .abt-font:after {
    width: 100%;
}

.ab-three {
    background: #f5f5f5;
}

#historySlide {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    #historySlide .history-c {
        height: 240px;
        width: 100%;
        position: relative;
    }

.history-c .swiper-slide {
    width: 1200px;
    height: 240px;
}

#historySlide .history-c .year {
    font-size: 80px;
    font-family: "cond";
    color: #10713a;
    font-weight: lighter;
    border-right: 1px solid #10713a;
    display: inline-block;
    line-height: 60px;
    height: 60px;
    margin-top: 10px;
    padding-right: 60px;
}

#historySlide .history-c .cont {
    position: relative;
    margin: 70px 0px;
    text-align: center;
}

#historySlide .history-c .des {
    width: 47%;
    font-size: 20px;
    line-height: 24px;
    color: #666;
    vertical-align: top;
    display: inline-block;
    padding-left: 56px;
}

#historySlide .p-tit {
    font-size: 18px;
    line-height: 24px;
    color: #444;
    margin-bottom: 14px;
}

#historySlide .history-c .des p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    position: relative;
    padding-left: 14px;
}

#historySlide .history-scroll {
    height: 60px;
    margin: 0 auto;
}

#historySlide .swiper-container {
    padding: 0 22px;
}

.history-scroll .swiper-slide {
    float: left;
    width: 154px;
    height: 60px;
    background: url(../images/time-line.png) no-repeat top left;
    cursor: pointer;
}

    .history-scroll .swiper-slide.active-nav, .history-scroll .swiper-slide.active-nav:hover {
        color: #10713a;
    }

#historySlide .time-line {
    width: 154px;
    height: 60px;
    position: relative;
}

.history-scroll .dot {
    padding: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid #10713a;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    left: -7px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .history-scroll .dot i {
        display: block;
        background: #10713a;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.history-scroll .swiper-slide.active-nav .dot {
    opacity: 1;
}

.history-scroll .daty {
    color: #666666;
    font-family: arial;
    font-size: 16px;
    line-height: 32px;
    position: absolute;
    top: 37px;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

#historySlide .arrow-left, #historySlide .arrow-right {
    width: 55px;
    height: 55px;
    border: 1px solid #c7c7c7;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #999999;
    line-height: 53px;
}

#historySlide .arrow-left {
    left: 0;
}

#historySlide .arrow-right {
    right: 0;
}

    #historySlide .arrow-left:hover, #historySlide .arrow-right:hover {
        border-color: #10713a;
        background: #10713a;
        color: white;
    }

.ab-four ul {
    padding-top: 0;
    margin-bottom: 60px;
}

.ab-four li {
    width: 25%;
    float: left;
    text-align: center;
}

    .ab-four li .abf-icon {
        line-height: 50px;
        font-size: 45px;
        color: #666;
        margin-bottom: 26px;
    }

    .ab-four li h4 {
        font-size: 20px;
        color: #666;
        font-family: arial;
    }

    .ab-four li p {
        padding: 0 30px;
        font-size: 16px;
        color: #666;
        line-height: 24px;
    }

    .ab-four li:hover .abf-icon, .ab-four li:hover h4, .ab-four li:hover p {
        color: #10713a;
    }

.abf-left {
    float: left;
    width: 62.5%;
    height: 400px;
    overflow: hidden;
}

    .abf-left img {
        display: block;
        transition: all .5s;
    }

.abf-box:hover img {
    transform: scale(1.1);
}

.abf-box {
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
}

.abf-right {
    width: 37.5%;
    float: right;
    padding: 94px 55px 0;
}

    .abf-right h4 {
        margin-bottom: 15px;
        padding-bottom: 26px;
        font-size: 22px;
        color: #333;
        line-height: 22px;
        position: relative;
    }

        .abf-right h4:after {
            position: absolute;
            content: '';
            width: 26px;
            height: 2px;
            background: #10713a;
            left: 0;
            bottom: 0;
        }

    .abf-right p {
        font-size: 16px;
        color: #666;
        line-height: 30px;
    }

/*pc-客服*/
.kf {
    transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    z-index: 999999;
    background-color: #fff;
    position: fixed;
    bottom: 140px;
    right: 20px;
    width: 62px;
    border-radius: 5px;
    display: none;
}

    .kf span {
        z-index: 1000001;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        cursor: pointer;
        position: relative;
        display: block;
        width: 62px;
        height: 62px;
        border-bottom: 1px solid #e3e3e3;
        background: url(../images/kefu_j.png) no-repeat center #fff;
    }

        .kf span:hover {
            background-color: #10713a;
        }

    .kf .zx {
        border-radius: 5px 5px 0 0;
        background-position: 0 -62px;
    }

        .kf .zx:hover {
            background-position: 0 -124px;
        }

    .kf .freetel {
        background-position: -62px -62px;
    }

        .kf .freetel:hover {
            background-position: -62px -124px;
        }

    .kf .act {
        background-position: -186px -62px;
    }

        .kf .act:hover {
            background-position: -186px -124px;
        }

    .kf .zxlya {
        background-position: -124px -62px;
    }

        .kf .zxlya:hover {
            background-position: -124px -124px;
        }

    .kf .back_top {
        border-radius: 0 0 5px 5px;
        border: none;
        background-position: -248px -62px;
    }

        .kf .back_top:hover {
            background-position: -248px -124px;
        }

    .kf span div {
        display: none;
        background-color: #fff;
        border-radius: 5px;
        position: absolute;
        right: 75px;
        padding: 20px;
        font-size: 14px;
        text-align: center;
        /*    color: #FC5204;*/
        bottom: 2px;
    }

.kfimgr {
    position: absolute;
    bottom: 23px;
    right: -9px;
}

.kf span div i {
    display: block;
    position: absolute;
    width: 15px;
    height: 200px;
    right: -15px;
    top: 0;
}

.kf .zx div,
.kf .zxlya div,
.kf span:nth-child(4) div {
    text-align: center;
    min-width: 148px;
    font-size: 14px;
    color: #666;
}

.kf span:nth-child(4) div {
    white-space: nowrap;
}

.kf a {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.kf span div, .kf {
    /* -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25); */
    /* box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25); */
}

.nav_center div, .index_nav_center div, .shou, .zhan {
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.shou {
    z-index: 1000000;
    cursor: pointer;
    width: 30px;
    height: 40px;
    top: 50%;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
    right: 62px;
    background: url("../images/kefu_j.png") no-repeat -310px -62px #fff;
    position: absolute;
}

    .shou.on {
        background-position: -310px -102px;
    }

.kf .freetel input {
    text-indent: .5em;
    display: block;
    margin: 15px 0;
    line-height: 28px;
    color: #666;
    font-size: 12px;
    width: 140px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    height: 28px;
}

.kf .btn-call {
    transition: all .5s;
    -webkit-transition: all .5s;
    display: block;
    background: #FC5204;
    border-radius: 2px;
    color: #fff;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    width: 79px;
    height: 26px;
    position: relative;
}

    .kf .btn-call:hover {
        background: #f33e61;
    }

/*app-客服*/
/*客服*/
.wrap2 {
    display: none;
    width: 57px;
    height: 57px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 1111;
}

.icon_menu {
    width: 57px;
    height: 57px;
    position: absolute;
    bottom: 0px;
    right: 4px;
    z-index: 10;
    cursor: pointer;
}

    .icon_menu span {
        diplay: none;
    }

.btnss {
    border-radius: 50%;
    width: 54px;
    height: 54px;
    border: solid 1px #9d9d9d;
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 5px 2px 0;
    cursor: pointer;
}

    .btnss span {
        display: block;
        width: 22px;
        height: 24px;
        font-size: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -12px;
        margin-left: -11px;
        overflow: hidden;
    }

.btn4 {
    background: white url(../images/email.png) no-repeat center;
    background-size: 20px 15px;
}

.btn2 {
    background: white url(../images/add.png) no-repeat center;
    background-size: 20px 25px;
}

.btn3 {
    background: white url(../images/phone.png) no-repeat center;
    background-size: 20px 22px;
}

.btn1 {
    background: white url(../images/k-qq.png) no-repeat center;
    background-size: 20px 25px;
}

.btnss {
    -webkit-transition: bottom .2s,right .2s;
    -moz-transition: bottom .2s,right .2s;
    -o-transition: bottom .2s,right .2s;
    -ms-transition: bottom .2s,right .2s;
    transition: bottom .2s,right .2s;
}

.btn1.close1, .btn2.close1, .btn3.close1, .btn4.close1 {
    bottom: 0;
    right: 0;
}

.btn1.open1 {
    bottom: 125px;
    right: 0;
}

.btn2.open1 {
    bottom: 100px;
    right: 55px;
}

.btn3.open1 {
    bottom: 58px;
    right: 98px;
}

.btn4.open1 {
    bottom: 0px;
    right: 117px;
}

.icon_menu2 {
    /* css3 animation */
    -webkit-animation: anim4 5s linear infinite;
    -moz-animation: anim4 5s linear infinite;
    -ms-animation: anim4 5s linear infinite;
    -o-animation: anim4 5s linear infinite;
    animation: anim4 5s linear infinite;
}


/* css3 keyframes - animation 4 */
@-webkit-keyframes anim4 {
    from {
        -webkit-transform: rotateZ(0deg);
    }

    50% {
        -webkit-transform: rotateZ(180deg);
    }

    to {
        -webkit-transform: rotateZ(360deg);
    }
}

@-moz-keyframes anim4 {
    from {
        -moz-transform: rotateZ(0deg);
    }

    50% {
        -moz-transform: rotateZ(180deg);
    }

    to {
        -moz-transform: rotateZ(360deg);
    }
}

@-ms-keyframes anim4 {
    from {
        -ms-transform: rotateZ(0deg);
    }

    50% {
        -ms-transform: rotateZ(180deg);
    }

    to {
        -ms-transform: rotateZ(360deg);
    }
}

@-o-keyframes anim4 {
    from {
        -o-transform: rotateZ(0deg);
    }

    50% {
        -o-transform: rotateZ(180deg);
    }

    to {
        -o-transform: rotateZ(360deg);
    }
}

@keyframes anim4 {
    from {
        transform: rotateZ(0deg);
    }

    50% {
        transform: rotateZ(180deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

@media (max-width: 1360px) {
    .yfcg .swiper-button-next {
        right: 10px;
        color: #333;
    }

    .yfcg .swiper-button-prev {
        left: 10px;
        color: #333;
    }
}

@media (max-width: 1220px) {
    .wrap {
        width: 970px;
    }

    .msg-box {
        width: 90%;
        left: 5%;
        margin-left: 0;
    }

    .news-left {
        width: 66%;
    }

    .news-right {
        width: 30%;
    }

    .news-left img {
        width: 100%;
    }

    .shgy-font {
        width: 65%;
    }
    /**/
    .abo-right li {
        width: 50%;
        margin-bottom: 70px;
    }

    .ab-two ul {
        margin-left: -10px;
    }

    .ab-four li p {
        padding: 0 20px;
    }

    /**/
    .jszc-one li {
        width: 306px;
    }

    .jso-pic {
        height: 161px;
    }

    .jso-font {
        padding-left: 40px;
    }

    .form .text {
        width: 313px;
    }

    .form .text1 {
        width: 477.5px;
    }

    /**/
    .yfzx li {
        width: 46.4%;
    }

    .zx-font {
        width: 93%;
    }

    .cg-pic {
        width: 230px;
        height: 306px;
    }

    .zzsl li {
        width: 313px;
        height: 210px;
    }

    .pxxm-swiper li {
        width: 465px;
        height: 145px;
    }

    .px-pic {
        width: 145px;
        height: 145px;
    }

    .px-font {
        width: 320px;
        padding: 20px;
    }

    .yfcg .swiper-button-next, .yfcg .swiper-button-prev {
        top: 130px;
    }

    /**/
    .v-two li {
        width: 308px;
    }

    .video-pic {
        height: 240px;
    }

    /**/
    .proinfo li {
        width: 465px;
    }

    .proinfo .prt-pic {
        height: 240px;
    }

    /**/
    /* .product ul li{width: 303px;} */
    .pro-pic {
        height: 220px;
    }


    /**/
    .zzry-big li {
        margin-left: 49px;
    }

    .zzry-big ul {
        margin-left: -49px;
    }

    /**/
    .zhhd-list {
        width: 310px;
    }

    .zhhd-pic {
        height: 177px;
    }
}

@media (max-width: 1025px) {
    .ny-banner, .second-nav, .product-top, .second, .kf {
        display: none;
    }

    .kf {
        display: none !important;
    }

    .appny-banner, .appsecond-nav, .wrap2 {
        display: block;
    }
    /*	.wrap{width: auto;padding: 0 20px;}*/
    .wrap {
        width: 750px;
    }

    .pro-banner {
        margin-top: 50px;
        padding-top: 100px;
    }
    /**/
    .ab-one {
        /* margin-top: 50px; */
    }

    .abt-font {
        padding: 15px 10px;
        height: 140px;
    }

    .ab-four li p {
        padding: 0
    }

    .abf-right {
        padding: 70px 20px 0;
    }

    /**/
    .yfsl li {
        width: 50%;
        height: 300px;
    }

        .yfsl li .zz-pic img {
            height: auto;
        }

    .zx-font {
        width: 90%;
    }

    .yfzx li {
        width: 45.4%;
    }

    .cg-pic {
        width: 178px;
        height: 237px;
    }

    .yfcg .swiper-button-next, .yfcg .swiper-button-prev {
        top: 95px;
    }

    .zzsl li {
        width: 240px;
        height: 160px;
    }

    .pxxm-swiper ul {
        margin-left: -15px;
    }

    .pxxm-swiper li {
        margin-left: 15px;
        width: 367px;
        height: 112px;
    }

    .px-pic {
        width: 112px;
        height: 112px;
    }

    .px-font {
        width: 255px;
        padding: 10px;
    }

        .px-font h4 {
            margin-bottom: 5px;
        }

    /**/
    .cd-banner {
        margin-top: 50px;
    }

    .fa-left {
        position: static;
    }

    .cd-tit, .cd-tit p {
        padding: 0;
    }

    /**/
    .jszc-one ul {
        margin-left: -15px;
    }

    .jszc-one li {
        margin-left: 15px;
        width: 240px;
    }

    .jso-pic {
        height: 126px;
    }

    .jso-font {
        padding: 20px;
        height: 211px;
        overflow: hidden;
    }

        .jso-font h5 {
            margin-bottom: 15px;
            font-size: 20px;
            line-height: 20px;
        }

            .jso-font h5:after {
                height: 20px;
            }

    .form .text {
        width: 240px;
    }

    .form .text1 {
        width: 367.5px;
    }


    /**/
    .v-two ul {
        margin-left: -20px;
    }

    .v-two li {
        width: 236px;
        margin-left: 20px;
    }

    .video-pic {
        height: 190px;
    }

    .vo-left {
        padding: 30px;
    }

    /**/
    .dzh-banner {
        margin-top: 50px;
    }

    .dzh-tit, .dzh-tit p {
        padding: 0;
    }

    /**/
    .proinfo li {
        width: 355px;
    }

    .proinfo .prt-pic {
        height: 185px;
    }

    /**/
    /* .product ul li{width: 240px;margin-left: 15px;} */
    /* .product ul{margin-left: -15px;} */
    .pro-pic {
        height: 174px;
    }

    .pro-font {
        padding: 20px 15px;
    }

    /*展会活动*/
    .zhhd-list {
        width: 30.7%;
    }

    .zhhd-pic {
        height: auto;
    }

    /*新闻详情*/
    .news-left, .news-right {
        width: 100%;
    }

    .news-left {
        margin-bottom: 30px;
    }

        .news-left img {
            display: block;
            width: 100%;
        }
    /**/
    /*.zzry-big{padding: 0 40px;}*/
    .zzry-big li {
        margin-left: 10px;
        width: 243px;
    }

        .zzry-big li .zzry-pic {
            height: 327px;
        }

    .zzry-big ul {
        margin-left: -10px;
    }

    /**/
    .shgy-font {
        width: 55%;
    }

    /**/
    .nr-right {
        width: 75%;
    }

    /**/
    .person li {
        width: 50%;
        margin-bottom: 30px;
    }

        .person li p {
            padding: 0 75px;
        }
}

@media (max-width: 769px) {
    .wrap {
        width: 600px;
    }

    .zhhd-list {
        width: 30%;
    }

    .shgy-pic {
        width: 200px;
        height: 150px;
    }

    .shgy-font {
        padding-top: 20px;
    }
    /**/
    .ab-one {
        padding-top: 50px;
    }

    .abo-left {
        width: 100%;
    }

    .abt-font {
        padding: 25px 0;
    }

    .abo-right {
        width: 100%;
        margin-top: 30px;
    }

        .abo-right li {
            width: 33%;
            margin-bottom: 50px;
        }

    #historySlide .history-c .year {
        padding-right: 30px;
    }

    #historySlide .history-c .des {
        padding-left: 10px;
    }

    .ab-four li {
        width: 50%;
        margin-top: 20px;
    }

    .ab-four ul {
        margin-top: -20px;
    }

    .ab-four li p {
        padding: 0 50px;
    }

    .abf-right, .abf-left {
        width: 100%;
    }

    .abf-right {
        padding: 55px;
    }

    .abf-left {
        height: auto;
    }

        .abf-left img {
            width: 100%;
        }

    .news-pic img {
        width: 100%;
    }

    /**/
    .yfzx {
        padding-bottom: 37px;
    }

        .yfzx li {
            margin-left: 0;
            width: 100%;
        }

    .zx-font {
        width: 94.5%;
    }

    .yfzx ul {
        margin-left: 0;
    }

    .yfcg .swiper-button-next, .yfcg .swiper-button-prev {
        top: 170px;
    }

    .cg-pic {
        width: 100%;
        height: 387px;
    }

    .cgapp-swiper {
        display: block;
    }

    .cg-swiper {
        display: none;
    }

    .zzsl li {
        width: 292px;
        height: 194px;
        margin-bottom: 15px;
    }

    .zzsl {
        padding-bottom: 74px;
    }

    .pxxm-swiper li {
        margin-left: 0;
        width: 100%;
    }

    .pxxm-swiper ul {
        margin-left: 0;
    }

    .px-pic {
        width: 150px;
        height: 150px;
    }

    .pxxm-swiper li {
        height: 150px;
    }

    .px-font {
        padding: 25px;
    }

    .px-font {
        width: 75%;
    }

    .pxxmpc {
        display: none;
    }

    .pxxmapp-swiper {
        display: block;
    }

    /**/
    .fa-left, .fa-right {
        width: 50%;
        float: left;
    }

    .fa-font {
        width: 60%;
    }

    .fa-right {
        position: static;
    }

    /**/
    .jso-font {
        padding: 30px;
    }

    .jszc-one ul {
        margin-top: -20px;
    }

    .jszc-one li {
        width: 292px;
        margin-top: 20px;
    }

    .jso-pic {
        height: 153px;
    }

    .form .text, .form .text1 {
        width: 100%;
        margin-bottom: 15px;
    }

    .form p {
        margin-bottom: 0;
    }

    /**/
    .vo-left, .vo-right {
        width: 100%;
    }

    .v-two {
        margin-left: 0;
    }

        .v-two li {
            width: 290px;
            margin-bottom: 20px;
        }

    .video-pic {
        height: 226px;
    }

    .v-three {
        margin-top: 20px;
    }

    .video .page {
        margin-top: 10px;
    }


    /**/
    .proinfo ul {
        margin-left: -20px;
    }

    .proinfo li {
        width: 290px;
        margin-left: 20px;
    }

    .proinfo .prt-pic {
        height: 150px;
    }


    /**/
    /* .product ul li{margin-left: 30px;width: 285px;} */
    /* .product ul{margin-left: -30px;} */
    .pro-pic {
        height: 207px;
    }

    .pro-font {
        padding: 35px 30px;
    }

    /**/
    /*	.zzry-big{padding: 0 50px;}*/
    /*.zzry-big li{margin-left: 46px;}
	.zzry-big ul{margin-left: -46px;}*/

    .zzry-big li {
        width: 193px;
    }

        .zzry-big li .zzry-pic {
            height: 260px;
        }

    /**/
    .shgy-font {
        width: 54%;
    }

    /**/
    .none-left, .none-right {
        width: 100%;
    }

    .none-left {
        margin-bottom: 20px;
    }

    /**/
    .job-b li {
        width: 50%;
    }

    /**/
    .person li p {
        padding: 0 38px;
    }
}

@media (max-width: 640px) {
    .wrap {
        width: auto;
        padding: 0 20px;
    }

    .zhhd-list {
        width: 46.4%;
    }

    .zhhd, .tzz, .zzry, .reciue, .person, .product, .proinfo, .video {
        padding: 40px 0 60px 0;
    }

        .tzz ul {
            margin: 30px 0 40px 0;
        }

    .page {
        margin-top: 35px;
        height: 50px;
    }

        .page a {
            width: 48px;
            height: 48px;
            line-height: 48px;
        }

    .news-left img {
        width: 100%;
    }

    /**/
    .about {
        padding: 30px 0 40px 0;
    }

        .about h3 {
            margin-bottom: 25px;
        }

    #historySlide .history-c, .history-c .swiper-slide {
        height: 150px;
    }

        #historySlide .history-c .cont {
            margin: 30px 0;
        }

    .ab-four ul {
        padding-top: 0;
        margin-bottom: 40px;
    }

    /**/
    .yfcg .swiper-button-prev {
        left: 0;
        color: #333;
    }

    .yfcg .swiper-button-next {
        right: 0;
        color: #333;
    }

    .yfzx {
        padding-top: 40px;
    }

    .zzzx h3 {
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 22px;
    }

    .yfzx li {
        margin-bottom: 30px;
    }

    .pxxm-swiper li {
        margin-bottom: 30px;
    }

    .pzgk, .pxxm, .yfcg, .zzsl, .yfsl {
        padding: 40px 0;
    }

    .pxxm-swiper {
        padding-bottom: 30px !important;
    }


    /**/
    .cpcx {
        padding: 40px 0 45px 0;
    }

    /**/
    .fangan {
        padding: 40px 0 70px 0;
    }

        .fangan h3 {
            margin-bottom: 40px;
        }

    /**/
    .jszc-one {
        padding: 40px 0;
    }

    .jszc-two {
        padding: 30px 0;
    }

    .jszc-three {
        padding: 30px 0 40px 0;
    }

    .jszc h3 {
        margin-bottom: 25px;
        font-size: 22px;
        padding-bottom: 15px;
    }

    .form textarea {
        margin-bottom: 20px;
    }

    #jszc {
        padding-bottom: 10px;
    }

    .jszc-one h4 {
        margin-bottom: 40px;
    }

    /**/
    .v-two li {
        width: 46.4%;
    }

    .msg-box {
        height: 300px;
        margin-top: -150px;
        padding: 20px;
    }

        .msg-box .close-box {
            width: 10px;
            height: 10px;
            background-size: cover;
            top: 5px;
            right: 7px;
        }

    .v-two h3 {
        font-size: 20px;
        line-height: 20px;
    }

    /**/
    .pro-banner img {
        width: 80%;
        margin: 0 auto;
    }

    .pr-one {
        padding: 30px 0 25px 0;
    }

    .proinfo li {
        width: 46%;
        margin-left: 20px;
    }

    .proinfo .prt-pic {
        height: 150px;
    }

    .proinfo h4 {
        height: 50px;
        line-height: 50px;
    }

    .proinfo h3 {
        margin-bottom: 30px;
    }

    .proinfo-p {
        padding-left: 0;
    }

    /**/
    /* .product ul li{margin-left: 15px;width: 47.4%;}
	.product ul{margin-left: -15px;padding-bottom: 0;} */

    /**/
    .zzry-big {
        padding: 0 40px;
    }

        .zzry-big li {
            margin-left: 20px;
            width: 45%;
        }

            .zzry-big li .zzry-pic {
                height: 312px;
            }

        .zzry-big ul {
            margin-left: -20px;
        }

    /**/
    .shgy-font {
        padding-top: 25px;
    }

    .shgy {
        padding: 40px 0;
    }

    .shone {
        padding: 30px 0 40px 0;
    }

    .shgy-pic {
        width: 225px;
        height: 167px;
    }

    .shone h3, .shgy h3 {
        margin-bottom: 30px;
    }

    /**/
    .news-one {
        padding: 40px 0;
    }

    /**/
    .job-d {
        padding-right: 20px;
    }

    /**/
    .person h3 {
        margin-bottom: 30px;
        font-size: 22px;
    }

    .appny-tit h4 {
        font-size: 14px;
    }

    .appny-tit h3, .proinfo h3, .ab-one h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 6px;
    }
    /* .product h3{font-size: 22px;margin-bottom: 30px;} */
    .proinfo h4 {
        font-size: 16px;
    }

    .about h3, .shgy h3, .tzz h3, .vo-left h3 {
        font-size: 22px;
        padding-bottom: 15px;
    }

    .abt-font h4 {
        font-size: 18px;
    }

    .abt-font h5 {
        font-size: 14px;
    }

    .shone h3 {
        font-size: 20px;
    }

    .shgy-font h4 {
        font-size: 16px;
    }

    .cpcx h3 {
        font-size: 22px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .cp-one h4 {
        font-size: 22px;
    }

    .zz-font h4 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .page a {
        font-size: 16px;
    }
}

@media (max-width: 520px) {
    .zzry-big li {
        width: 43%;
    }

        .zzry-big li .zzry-pic {
            height: 225px;
        }

    .zhhd-list {
        width: 44.5%;
    }

    /**/
    #historySlide .history-c .year {
        font-size: 60px;
        height: 40px;
        line-height: 40px;
    }

    .ab-four li p {
        padding: 0 20px;
    }

    .ab-four li .abf-icon {
        margin-bottom: 10px;
    }

    /**/
    .zx-font {
        width: 93%;
    }

    .cg-pic {
        height: 300px;
    }

    .yfcg .swiper-button-next, .yfcg .swiper-button-prev {
        top: 125px;
    }

    .zzsl li {
        margin-left: 0;
        width: 100%;
        height: 320px;
    }

    .zzsl ul {
        margin-left: 0;
    }

    .px-font {
        width: 68%;
    }

    /**/
    .cp-font {
        padding: 0;
    }

    /**/
    .jszc-one h4 {
        margin-bottom: 30px;
    }

    .jszc-one li {
        width: 100%;
        margin-left: 0;
    }

    .jszc-one ul {
        margin-left: 0;
    }

    .jso-pic {
        height: 253px;
    }

    .ques-ri {
        width: 85%;
    }

    /**/
    .v-one {
        margin-bottom: 60px;
    }

    .v-two ul {
        margin-left: 0;
    }

    .v-two li {
        margin-left: 0;
        width: 100%;
    }

    .video-pic {
        height: 265px;
    }
    /*	.v-two{margin-top: 40px;}*/
    .v-two h3 {
        margin-bottom: 15px;
    }

    /**/
    .proinfo ul {
        margin-left: 0;
    }

    .proinfo li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .proinfo h4 {
        height: 50px;
        line-height: 50px;
    }

    .proinfo .prt-pic {
        height: 248px;
    }

    /**/
    .job-b li {
        width: 100%;
    }

    .job-pad {
        padding: 25px;
    }

    .job-b h3 {
        padding-bottom: 15px;
    }

    .job-b ul {
        margin: 15px 0;
    }

    .btn-send {
        margin-top: 20px;
    }

    /**/
    .person li p {
        padding: 0 7px;
    }

    /**/
    /* .product ul li{width: 46.5%;} */

    /**/
    .dzh-tit h3, .cd-tit h3 {
        font-size: 34px;
        line-height: 34px;
    }

    /**/
    .fa-icon {
        width: 70px;
        height: 70px;
    }

    .fa-font {
        height: 70px;
    }
}

@media (max-width: 420px) {
    .zhhd-big {
        margin-left: 0;
    }

    .zhhd-list {
        width: 44.8%;
    }

    .zhhd-list {
        width: 100%;
        margin-left: 0;
    }

    .zhhd-font {
        padding: 25px;
    }

    .nr-list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .news-left h1 {
        font-size: 20px;
    }

    .zhhd-font h3 {
        font-size: 16px;
        line-height: 16px;
    }

    .zhhd-font p {
        margin-bottom: 20px;
    }

    .zhhd-font span.more-span {
        width: 100px;
        height: 30px;
        line-height: 28px;
        padding-left: 24px;
        background-position: left 10px center;
        font-size: 12px;
    }

    .zhhd-list:hover span.more-span {
        background-position: left 10px center;
    }

    /**/
    .abo-p {
        height: 240px;
        padding-right: 20px;
    }

    .ab-num span {
        font-size: 32px;
        line-height: 32px;
    }

    .abo-right li {
        width: 50%;
        margin-bottom: 30px;
    }

    .abt-font {
        padding: 15px 0;
    }

    #historySlide .arrow-left, #historySlide .arrow-right {
        display: none;
    }

    .history-scroll .swiper-slide {
        width: 93px;
    }

    .ab-four li .abf-icon {
        font-size: 35px !important;
    }

        .ab-four li .abf-icon.icon-youjian {
            font-size: 25px !important;
        }

    .ab-four li p {
        padding: 0;
    }

    .abf-right {
        padding: 40px;
    }

    /**/
    .yfsl li {
        height: 250px;
    }

    .zx-font {
        width: 93%;
    }

    .zzsl li {
        height: 250px;
    }

    .zz-icon {
        width: 55px;
        height: 55px;
        margin-top: 45px;
    }

    .px-font {
        width: 58%;
    }

    .cgapp-swiper {
        display: none;
    }

    .app-swiper {
        display: block;
    }

    .yfapp-swiper {
        width: 70%;
    }

    .cg-pic {
        height: 330px;
    }

    .yfcg .swiper-button-next, .yfcg .swiper-button-prev {
        top: 140px;
        color: white;
    }

    /**/
    .cd-tit h3 {
        font-size: 26px;
        line-height: 26px;
        letter-spacing: 8px;
    }

    .fangan h3 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .fa-left, .fa-right {
        width: 100%;
    }

    .fa-pic img {
        width: 80%;
        margin: 0 auto;
    }

    .fa-font {
        width: 70%;
    }

    /**/
    .jszc-one h4 {
        padding: 0;
    }

    .jso-pic {
        height: 200px;
    }

    .ques-ri {
        width: 82%;
    }


    /**/
    .dzh-banner {
        padding-top: 90px;
    }

    .dzh-tit h3 {
        font-size: 26px;
        line-height: 25px;
    }

    /**/
    .proinfo .prt-pic {
        height: 166px;
    }

    /**/
    /* .product ul li{width: 46%;} */
    .pro-font h4 {
        font-size: 16px;
    }

    .pro-pic {
        height: 128px;
    }

    .pro-font {
        padding: 15px 10px;
    }

        .pro-font p {
            margin: 8px 0;
        }

        .pro-font span {
            width: 80px;
            height: 28px;
            line-height: 28px;
            font-size: 12px;
        }

    /**/
    .news-left {
        padding: 30px 20px 50px 20px;
    }

    .news-share {
        float: left;
    }

    /**/
    .tzz li {
        padding: 0 10px;
        height: 60px;
    }

    .tzz-list p {
        width: 60%;
        line-height: 60px;
    }

    .tzz-list span {
        width: 120px;
        padding-right: 30px;
        line-height: 60px;
    }

    /**/
    .zzry-top a {
        width: 150px;
        font-size: 16px;
    }

    .zzry-top {
        margin-bottom: 35px;
    }

    .zzry-big {
        padding: 0 0px;
    }

        .zzry-big li {
            margin-left: 10px;
            width: 47%;
            margin-bottom: 20px;
        }

        .zzry-big ul {
            margin-left: -10px;
        }

    /**/
    .shgy p {
        padding: 0;
    }

    .shgy-pic {
        width: 100%;
        height: auto;
        min-height: 138px;
        overflow: hidden;
    }

    .shgy-font {
        width: 100%;
        margin: 0;
        padding-top: 15px;
    }

        .shgy-font h4 {
            margin-bottom: 15px;
        }

    /**/
    .news-pic {
        height: 270px;
    }

    /**/
    .rc-pic {
        width: 100px;
        height: 88px;
        background-size: cover;
    }

    .rc-icon {
        background-size: 40px 38px;
    }

    .rc-icon3 {
        background-size: 40px 44px;
    }

    .pro-banner h3 {
        font-size: 20px;
        letter-spacing: 3px;
    }

    .pro-banner h4 {
        padding: 0 20px;
    }
}

@media (max-width: 375px) {
    /*	.zhhd-list{width: 44.2%;}*/
    /**/

    .ab-one h3 {
        font-size: 26px;
        padding-bottom: 18px;
        margin-bottom: 13px;
    }

    .ab-num span {
        font-size: 28px;
        line-height: 28px;
    }

    .abo-right li {
        width: 33.3%;
    }

    .ab-two li {
        width: 46.97%;
    }

    .abt-font h4 {
        font-size: 16px;
        line-height: 16px;
    }

    .abt-font h5 {
        font-size: 12px;
        line-height: 12px;
    }

    #historySlide .history-c .swiper-container {
        padding: 0;
    }

    #historySlide .history-c .des {
        width: 60%;
    }

    .ab-four li h4 {
        font-size: 14px;
    }

    .ab-four li p {
        font-size: 14px;
    }

    .abf-right {
        padding: 30px;
    }

    .ab-four ul {
        margin-bottom: 30px;
    }
    /**/
    .zx-font {
        width: 90%;
    }

    .px-pic {
        display: none;
    }

    .px-font {
        width: 100%;
    }

    .news-font h3 {
        width: 70%;
    }

    /**/
    /* .product ul li{width: 45.5%;} */
    .pro-pic {
        height: 125px;
    }

    /**/
    .news-next {
        width: 100px;
        height: 35px;
        line-height: 32px;
        background-position: right 20px center;
    }

    .news-prev {
        width: 100px;
        height: 35px;
        line-height: 32px;
        background-position: left 20px center;
    }

    /**/
    .tzz-list p {
        width: 55%;
    }

    /**/
    .zzry-big li {
        width: 46.5%;
    }

    /**/
    .news-pic {
        height: 233px;
    }

    /**/
    .dzh-tit h3 {
        letter-spacing: 2px;
        font-size: 24px;
    }
}

@media (max-width: 360px) {
    /*	.zhhd-list{width: 43.5%;}*/
    /**/
    .jso-pic {
        height: 168px;
    }

    .yfsl li {
        height: 229px;
    }
    /**/
    .zx-font {
        width: 89%;
    }

    /**/
    .zzry-top a {
        width: 120px;
        height: 40px;
        line-height: 40px;
    }

    .zzry-big li {
        margin-left: 10px;
        width: 46.5%;
    }

    .zzry-big ul {
        margin-left: -10px;
    }

    .zzry-big li .zzry-pic {
        height: 188px;
    }

    .pro-banner h3 {
        font-size: 18px;
    }
}

@media (max-width: 344px) {
    .appny-banner {
        height: 200px;
        padding-top: 70px;
    }

    .zhhd-big {
        margin-left: 0;
    }

    .zhhd-list {
        width: 100%;
        margin-left: 0;
    }

    .zhhd-font {
        padding: 30px 25px;
    }

    .page {
        margin-top: 20px;
        height: 40px;
    }

        .page a {
            width: 38px;
            height: 38px;
            line-height: 38px;
        }

    /**/
    .tzz li {
        padding: 0 10px;
    }

    .tzz-list span {
        width: 110px;
        padding-right: 20px;
    }

    /**/

    .zzry-big li {
        margin-left: 10px;
        width: 46%;
    }

    #darkbox_prev, #darkbox_next {
        width: 20px;
        height: 20px;
    }

    /**/
    .news-pic {
        height: 204px;
    }

    /**/
    .person li p {
        padding: 0 27px;
    }

    .person li {
        width: 100%;
    }

    /**/
    /* .product ul li{width: 100%;margin-left: 0;}
	.product ul{margin-left: 0;}
	.pro-pic{height: 202px;}
	.pro-font{padding: 20px 15px;}
	.pro-font p{margin-bottom: 15px;} */

    /**/
    .dzh-tit h3, .cd-tit h3 {
        letter-spacing: 5px;
    }

    .fa-font {
        width: 65%;
    }

    /**/
    .video-pic {
        height: 226px;
    }

    /**/
    .jso-pic {
        height: 147px;
    }

    .ques-ri {
        width: 80%;
    }

    /**/
    .zx-font {
        width: 88%;
    }

    .cg-pic {
        height: 240px;
    }

    .yfcg .swiper-button-next, .yfcg .swiper-button-prev {
        top: 95px;
    }

    .zzsl li {
        height: 187px;
    }

    .yfsl li {
        width: 100%;
    }

    /**/
    .abo-p {
        height: 100px;
    }

    .abo-right li {
        width: 50%;
    }

    .ab-two li {
        width: 100%;
        margin-left: 0;
    }

    .ab-two ul {
        margin-left: 0;
    }

    .abt-font {
        padding: 20px 0;
    }

    #historySlide .history-c .year {
        font-size: 40px;
    }

    .ab-four li p {
        font-size: 12px;
    }

    .abf-right h4 {
        font-size: 20px;
    }
}

















/*========产品列表===============*/

.product {
    padding: 50px 0 80px;
    background: #f1f1f1;
}

.pro-left {
    float: left;
    width: 280px;
}

.pro-search {
    height: 46px;
    background: #fff;
    border: solid 1px #e5e5e5;
    margin-bottom: 24px;
}

    .pro-search .submit {
        width: 44px;
        height: 44px;
        float: right;
        background: url(../images/pro-search.png) no-repeat center;
    }

    .pro-search .text {
        color: #bcbcbc;
        font-size: 14px;
        width: 234px;
        height: 44px;
        padding: 0 15px;
    }

.pro-tit {
    height: 90px;
    background: #10713a;
    padding: 25px 25px 0;
}

    .pro-tit h3 {
        font-size: 26px;
        line-height: 30px;
        color: white;
    }

    .pro-tit h4 {
        font-size: 13px;
        line-height: 25px;
        color: rgba(255,255,255,.67);
        text-transform: uppercase;
    }

.pro-menu {
    padding: 0 6px;
    background: white;
}

.pro-item1 {
    position: relative;
    height: 66px;
    line-height: 65px;
    border-bottom: solid 1px #eeeeee;
    padding: 0 20px;
}

.pro-cate1 {
    display: block;
    margin-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #222;
}

.pro-tig1 {
    position: absolute;
    right: 20px;
    top: 0;
    transition: all .5s;
    width: 20px;
    height: 65px;
    background: url(../images/pro-dowm.png) no-repeat center;
}

.pro-item2 {
    position: relative;
    height: 51px;
    line-height: 50px;
    border-bottom: solid 1px #eeeeee;
    padding: 0 20px;
}

.pro-cate2 {
    display: block;
    margin-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #555;
    padding-left: 16px;
    background: url(../images/pro-cate2.png) no-repeat left center;
}

.pro-tig2 {
    position: absolute;
    right: 20px;
    top: 0;
    transition: all .5s;
    width: 20px;
    height: 50px;
    background: url(../images/pro-dowm.png) no-repeat center;
}

.pro-slide2 {
    border-bottom: solid 1px #eeeeee;
}

.pro-pad {
    padding: 7px 35px 4px 35px;
}

    .pro-pad a {
        display: block;
        font-size: 14px;
        color: #888;
        line-height: 30px;
    }

.pro-slide1, .pro-slide2 {
    display: none;
}

.pro-parent1.open .pro-cate1, .pro-cate1:hover {
    color: #10713a;
    font-weight: bold;
}

.pro-parent1.open .pro-tig1, .pro-parent2.open .pro-tig2 {
    transform: rotate(90deg);
}

.pro-parent2.open .pro-cate2 {
    color: #10713a;
}

.pro-pad a.on, .pro-pad a:hover, .pro-cate2:hover {
    color: #107139;
}

.pro-parent1.open .pro-slide1, .pro-parent2.open .pro-slide2 {
    display: block;
}

.pro-parent1:last-child .pro-item1 {
    border-bottom: none;
}

.pro-right {
    width: 896px;
    float: right;
}

.center-box {
    margin: 0 -8px;
    overflow: hidden;
    /* padding-bottom: 24px; */
}

.center-li {
    width: 50%;
    float: left;
    padding: 0 8px;
    margin-bottom: 16px;
}

.center-list {
    display: block;
    width: 100%;
    background: white;
}

.center-pic {
    width: 100%;
    overflow: hidden;
    border-bottom: solid 1px #f1f1f1;
}

    .center-pic img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .5s;
    }

.center-font {
    transition: all .5s;
    padding: 18px 20px;
    background: url(../images/pro-more.png) no-repeat right 35px center;
}

    .center-font h3 {
        font-size: 16px;
        color: #333;
        line-height: 25px;
        margin-right: 50px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .center-font p {
        font-size: 14px;
        color: #888;
        line-height: 24px;
        margin-right: 50px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.center-list:hover img {
    transform: scale(1.05);
}

.center-list:hover .center-font h3 {
    color: #10713a;
}

.center-list:hover .center-font {
    background-position: right 20px center;
    background-image: url(../images/pro-moreH.png);
}



.app-menu {
    height: 45px;
    background: #fff;
    display: none;
}

.app-parent {
    height: 100%;
    position: relative;
}

.app-item {
    position: relative;
    height: 45px;
    padding: 0 15px;
}

.app-cate {
    line-height: 45px;
    float: left;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.app-tig {
    position: absolute;
    width: 20px;
    height: 45px;
    top: 0;
    right: 15px;
    background: url(../images/pro-dowm.png) no-repeat center;
}

.app-parent .pro-menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 33;
}

.app-parent.open .app-tig {
    transform: rotate(90deg);
}

.app-parent.open .app-item {
    border-bottom: solid 1px #eee;
}

.app-menu .pro-menu {
    padding: 0 6px;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.app-menu .pro-item1 {
    position: relative;
    height: 41px;
    line-height: 40px;
    border-bottom: solid 1px #eeeeee;
    padding: 0 10px;
}

.app-menu .pro-cate1 {
    display: block;
    margin-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #222;
}

.app-menu .pro-tig1 {
    position: absolute;
    right: 20px;
    top: 0;
    transition: all .5s;
    width: 20px;
    height: 40px;
    background: url(../images/pro-dowm.png) no-repeat center;
}

.app-menu .pro-item2 {
    position: relative;
    height: 41px;
    line-height: 40px;
    border-bottom: solid 1px #eeeeee;
    padding: 0 10px;
}

.app-menu .pro-cate2 {
    display: block;
    margin-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #555;
    padding-left: 16px;
    background: url(../images/pro-cate2.png) no-repeat left center;
}

.app-menu .pro-tig2 {
    position: absolute;
    right: 20px;
    top: 0;
    transition: all .5s;
    width: 20px;
    height: 40px;
    background: url(../images/pro-dowm.png) no-repeat center;
}

.app-menu .pro-slide2 {
    border-bottom: solid 1px #eeeeee;
}

.app-menu .pro-pad {
    padding: 7px 25px 4px;
}

    .app-menu .pro-pad a {
        display: block;
        font-size: 12px;
        color: #888;
        line-height: 20px;
    }

.app-menu .pro-slide1, .app-menu .pro-slide2 {
    display: none;
}

.app-menu .pro-parent1.open .pro-cate1, .app-menu .pro-cate1:hover {
    color: #10713a;
    font-weight: bold;
}

.app-menu .pro-parent1.open .pro-tig1, .app-menu .pro-parent2.open .pro-tig2 {
    transform: rotate(90deg);
}

.app-menu .pro-parent2.open .pro-cate2 {
    color: #10713a;
}

.app-menu .pro-pad a.on, .pro-pad a:hover, .pro-cate2:hover {
    color: #10713a;
}

.app-menu .pro-parent1.open .pro-slide1, .app-menu .pro-parent2.open .pro-slide2 {
    display: block;
}

.app-menu .pro-parent1:last-child .pro-item1 {
    border-bottom: none;
}

@media (max-width: 1259px) {

    .pro-right {
        width: 640px;
    }
}

@media (max-width:991px) {

    .app-menu {
        display: block;
    }

    .pro-nav {
        display: none;
    }

    .pro-left, .pro-right {
        width: 100%;
        float: none;
    }
}

@media (max-width:767px) {

    .product {
        padding: 40px 0 50px;
    }

    .pro-search {
        height: 40px;
    }

        .pro-search .text, .pro-search .submit {
            height: 38px;
        }

        .pro-search .text {
            width: 80%;
        }

    .center-box {
        margin: 0 -7.5px;
        padding-bottom: 10px;
    }

    .center-li {
        padding: 0 7.5px;
        margin-bottom: 15px;
    }

    .center-font {
        padding: 10px 13px;
        background-size: 20px;
        background-position: right 13px center;
    }

        .center-font h3 {
            margin-right: 25%;
        }
}



/*===========================*/

.proi-right {
    float: right;
    width: 900px;
    background: white;
    padding: 30px 20px 80px;
}

.pir-left {
    width: 446px;
    float: left;
}

.jqzoom {
    border: solid 1px #eee;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .jqzoom img {
        width: 100%;
        height: 100%;
    }

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 368px;
    height: 368px;
    background: #ffffff;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

.spec-preview {
    width: 100%;
}

.spec-scroll {
    width: 100%;
    position: relative;
    height: 74px;
    margin-top: 20px;
}

    .spec-scroll .prev {
        left: 0px;
        text-align: left;
    }

    .spec-scroll .next {
        right: 0px;
        text-align: right;
    }

    .spec-scroll .prev, .spec-scroll .next {
        font-weight: bold;
        position: absolute;
        top: 0;
        width: 28px;
        height: 74px;
        cursor: pointer;
        line-height: 74px;
        font-size: 20px;
        color: #999;
    }

        .spec-scroll .prev:hover, .spec-scroll .next:hover {
            color: #00559d;
        }

    .spec-scroll .items {
        width: 400px;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin-left: 27px;
    }

        .spec-scroll .items ul {
            position: absolute;
        }

            .spec-scroll .items ul li {
                width: 100%;
                width: 88px;
                text-align: center;
                float: left;
                margin-right: 7px;
            }

                .spec-scroll .items ul li img {
                    border: 1px solid #eee;
                    width: 100%;
                    height: 100%;
                }

                .spec-scroll .items ul li.hover img {
                    border: 1px solid #10713a;
                }

                .spec-scroll .items ul li p {
                    color: #333;
                    font-size: 16px;
                    text-align: center;
                    margin-bottom: 0px;
                }

.pir-right {
    width: 384px;
    float: right;
}

    .pir-right h3 {
        margin-bottom: 7px;
        font-size: 26px;
        color: #333;
        line-height: 26px;
        font-weight: bold;
    }

    .pir-right h4 {
        margin-bottom: 9px;
        font-size: 14px;
        color: #666;
        line-height: 30px;
    }

    .pir-right h5 {
        font-size: 16px;
        color: #333;
        line-height: 36px;
        font-weight: bold;
    }

    .pir-right p {
        font-size: 14px;
        color: #666;
        line-height: 26px;
    }

.pir-more {
    transition: all .4s;
    color: white;
    margin: 28px 0 35px;
    font-size: 16px;
    width: 219px;
    display: block;
    background: #10713a;
    padding: 17px 32px;
    line-height: 22px;
}

    .pir-more i {
        float: right;
    }

.pir-right .info-share {
    float: none;
}

.pir-more:hover {
    background: #10713a;
}

.pir-bot {
    margin-top: 80px;
}

.pir-nav {
    height: 46px;
    background: #f1f1f1;
    overflow-x: auto;
    white-space: nowrap;
}

    .pir-nav a {
        padding: 0 28px;
        display: inline-block;
        position: relative;
        color: #333;
        font-size: 18px;
        line-height: 46px;
    }

        .pir-nav a::after {
            position: absolute;
            content: '';
            width: 1px;
            height: 18px;
            right: 0;
            top: 14px;
            background: #dcdcdc;
        }

        .pir-nav a.on {
            color: white;
            background: #10713a;
        }

            .pir-nav a.on::after {
                display: none;
            }

.pir-box h3 {
    margin-bottom: 24px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
}

.pir-box {
    padding: 37px 10px 0;
    display: none;
}

    .pir-box.on {
        display: block;
    }

.pir-list {
    overflow: hidden;
    margin-bottom: 11px;
}

.pir-icon { /* width: 54px; */
    line-height: 54px;
    float: left;
    overflow: hidden;
}

    .pir-icon img {
        display: block;
        width: 100%;
        height: 100%;
    }

.pir-list p {
    /* margin-left: 45px; */
    font-size: 16px;
    color: #666;
    line-height: 26px;
    /* padding-top: 13px; */
}

.pir-ttn {
    transition: all .4s;
    border: solid 1px #dcdcdc;
    margin-right: 10px;
    float: left;
    color: #666;
    font-size: 16px;
    width: 170px;
    display: block;
    background: #fff;
    padding: 12px 32px;
    line-height: 22px;
}

    .pir-ttn i {
        float: right;
    }

    .pir-ttn:hover {
        background: #10713a;
        border: solid 1px #10713a;
        color: white;
    }

.pir-btn {
    margin-top: 40px;
}

.pir-swiper {
    display: none;
    position: relative;
    border: solid 1px #eee;
}

.pir-pic img {
    display: block;
    width: 100%;
}

.pir-swiper .swiper-pagination {
    width: 100%;
    bottom: 15px;
}

.pir-swiper .swiper-pagination-bullet {
    opacity: 1;
    background: #d9d9d9;
    margin: 0 5px;
}

.pir-swiper .swiper-pagination-bullet-active {
    background: #00559d;
}

@media (max-width: 1259px) {

    .proi-right {
    }

    .pir-left, .pir-right {
        float: none;
        width: 100%;
    }

    .pir-right {
        margin-top: 30px;
    }

    .zoomdiv, .jqZoomPup {
        display: none !important;
    }

    .spec-scroll .items {
        width: 500px;
        margin-left: 52px;
    }
}

@media (max-width: 991px) {

    .proi-right {
        width: 100%;
    }

    .spec-scroll .items {
        width: 600px;
        margin-left: 42px;
    }
}

@media (max-width: 767px) {

    .pir-swiper {
        display: block;
    }

    .pir-left {
        display: none;
    }

    .proi-right {
        padding: 35px 15px 40px;
    }

    .pir-right h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .pir-right p {
        line-height: 22px;
    }

    .pir-more {
        margin: 20px 0 10px;
        padding: 7px 20px;
        width: 130px;
        font-size: 14px;
    }

        .pir-more i {
            font-size: 14px;
        }

    .pir-bot {
        margin-top: 40px;
    }

    .pir-nav {
        height: 40px;
    }

        .pir-nav a {
            padding: 0 15px;
            font-size: 14px;
            line-height: 40px;
        }

    .pir-box {
        padding: 20px 0 0;
    }

        .pir-box h3 {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 10px;
        }

    .pir-icon {
        width: 40px;
        height: 40px;
    }

    .pir-list p {
        margin-left: 50px;
        font-size: 14px;
        line-height: 22px;
        padding-top: 3px;
    }

    .pir-ttn {
        padding: 7px 20px;
        width: 130px;
        font-size: 14px;
    }

    .pir-btn {
        margin-top: 25px;
    }
}




@media (max-width: 1919px) {
}

@media (max-width: 1679px) {
}

@media (max-width: 1459px) {
    .category-item {
        padding: 0 30px;
    }

    .nav-t-sear,
    .category-a {
        font-size: 16px;
        line-height: 80px;
    }

    .header {
        height: 80px;
    }

        .header .logo {
            width: 86px;
        }

    .banner {
        margin-top: 80px;
    }

    .foot-top {
        padding-bottom: 20px;
    }

    .foot {
        padding-top: 60px;
    }

    .ny-banner {
        margin-top: 80px;
    }
}

@media (max-width: 1259px) {
    .category-item {
        padding: 0 25px;
    }

    .foot-left dt a {
        font-size: 16px;
    }

    .foot-left {
        display: none;
    }

    .foot-mid {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .foot-bot p.footp-right {
        float: left;
        margin-top: 10px;
        width: 100%;
    }

    .foot {
        padding-top: 45px;
    }

    .foot-top {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .foot-bot {
        font-size: 14px;
        line-height: 22px;
    }

    .foot-mid p .cond {
        font-size: 24px;
    }

    .foot-mid p a, .foot-mid p {
        font-size: 16px;
        color: #ddd;
        line-height: 22px;
        margin-bottom: 6px;
    }
}


.zhhd-big {
    margin-bottom: -20px;
}

@media (max-width: 1919px) {
}

@media (max-width: 1679px) {
}

@media (max-width: 1459px) {
    .news-left {
        padding-bottom: 60px;
    }

    .tzz,
    .jszc-three,
    .zhhd,
    .news-two,
    .news-one,
    .yfcg,
    .reciue,
    .about {
        padding: 60px 0;
    }

        .about h3 {
            margin-bottom: 35px;
            font-size: 28px;
            padding-bottom: 20px;
        }

    .ab-four ul {
        margin-bottom: 45px;
    }

    .person {
        padding: 60px 0 0;
    }

    .page {
        margin-top: 40px;
    }

    .tzz h3,
    .jszc h3,
    .zzzx h3,
    .person h3 {
        margin-bottom: 40px;
    }

    .rc-pic {
        width: 100px;
    }

    .rc-icon {
        background-size: 45px;
    }

    .rc-icon3 {
        background-size: 35px;
    }

    .ny-tit h3 {
        font-size: 32px;
    }

    .ab-one {
        /* margin-top: 80px; */
    }
}

@media (max-width: 1220px) {
    .news-left {
        padding-bottom: 50px;
    }

    .person {
        padding: 50px 0 0;
    }

    .tzz,
    .jszc-three,
    .zhhd,
    .news-one,
    .news-two,
    .yfcg,
    .reciue,
    .about {
        padding: 50px 0;
    }

        .tzz h3,
        .jszc h3,
        .zzzx h3,
        .person h3,
        .about h3 {
            font-size: 24px;
        }

    .ab-four li .abf-icon {
        font-size: 35px !important;
    }

    .ab-four li h4 {
        font-size: 16px;
    }

    .ab-four ul {
        margin-bottom: 30px;
    }

    .abf-right h4 {
        line-height: 28px;
    }

    .abf-right p {
        line-height: 26px;
    }

    .form .text1 {
        height: 45px;
    }

    .person li p {
        padding: 0 15px;
    }

    .person h3 {
        margin-bottom: 30px;
    }

    .ab-one {
        padding-top: 150px;
    }

    .ab-two p {
        margin: 0 auto 40px;
        font-size: 16px;
    }
}

@media (max-width: 1025px) {
    .rc-pic {
        width: 80px;
        height: 75px;
    }

    .person li h4 {
        margin-bottom: 10px;
        font-size: 18px;
        margin-top: 20px;
    }

    .rc-icon {
        background-size: 30px;
    }

    .rc-icon3 {
        background-size: 25px;
    }

    .person li p {
        font-size: 16px;
        line-height: 24px;
    }

    .reciue {
        padding: 10px 0 50px;
    }

    .ab-one {
        /* margin-top: 50px; */
    }

    .abt-font h5 {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 769px) {
    .tzz,
    .jszc-three,
    .zhhd,
    .news-two,
    .news-one,
    .yfcg,
    .about {
        padding: 45px 0;
    }

        .tzz h3,
        .jszc h3,
        .zzzx h3,
        .person h3 {
            font-size: 22px;
            margin-bottom: 20px;
        }

    .news-left {
        padding-bottom: 45px;
    }

    .about h3 {
        font-size: 22px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .form .submit {
        width: 130px;
        height: 38px;
        font-size: 14px;
    }

    .rc-pic {
        width: 60px;
        height: 53px;
    }

    .person li p {
        padding: 0 10px;
    }

    .job-ri {
        padding-left: 50px;
        font-size: 18px;
        line-height: 50px;
    }

    .job-le {
        width: 50px;
        height: 50px;
    }

    .job-z {
        width: 78%;
        padding: 0 15px;
    }

    .reciue {
        padding: 10px 0 45px;
    }
    /* .join-s{margin-bottom: -10px;} */
    .job-hea {
        height: 50px;
        line-height: 50px;
    }

    .ab-one {
        padding-top: 45px;
    }

    .ab-two p {
        width: 100%;
        margin: 0 auto 30px;
    }

    .ab-two li {
        width: 100%;
        margin-bottom: 20px;
    }

        .ab-two li:last-child {
            width: 100%;
            margin-bottom: 0px;
        }

    .abt-font {
        height: auto;
        padding: 15px 20px;
    }
}

@media (max-width: 321px) {
    .job-z {
        width: 76%;
    }
}




.tzz-list:hover span {
    background-image: url(../images/tzzH.png);
}

.tzz-list:hover p {
    color: #10713a;
}

.loading {
    display: block;
    text-align: center;
}

/*资质荣誉*/
.zzry {
    padding: 80px 0 100px 0;
}

.zzry-top {
    text-align: center;
    margin-bottom: 65px;
}

    .zzry-top a {
        display: inline-block;
        width: 200px;
        height: 56px;
        border: solid 1px #cccccc;
        font-size: 18px;
        color: #666;
        text-align: center;
        line-height: 54px;
        margin: 0 5px;
    }

        .zzry-top a.active {
            color: white;
            background: #10713a;
            border-color: #10713a;
        }

.zzry-big ul {
    margin-left: -13px;
}

.zzry-big li {
    float: left;
    width: 290px;
    margin-left: 13px;
    margin-bottom: 45px;
}

    .zzry-big li .zzry-pic {
        padding: 10px;
        width: 100%;
        height: 390px;
        overflow: hidden;
        border: solid 1px #e8e8e8;
    }

        .zzry-big li .zzry-pic img {
            width: 100%;
            height: 100%;
            display: block;
        }

    .zzry-big li h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        color: #666;
        line-height: 30px;
        text-align: center;
        margin-top: 10px;
    }

.zzry .page {
    margin-top: 34px;
}

.zzry-big li:hover h3 {
    color: #10713a;
}

.zzry-big li:hover .zzry-pic {
    border-color: #10713a;
}
/*图片放大*/
#darkbox {
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,0.8) no-repeat none 50%;
    background-size: contain;
    -webkit-box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
    box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
    opacity: 0;
    visibility: hidden;
}

    #darkbox.on {
        opacity: 1;
        visibility: visible;
        height: 90% !important;
        width: 90% !important;
        left: 5% !important;
        top: 5% !important;
    }

#darkbox_prev, #darkbox_next {
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    width: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#darkbox_prev {
    left: -2px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#darkbox_next {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -2px;
}

    #darkbox_prev:hover, #darkbox_next:hover {
        border-color: #fca61f;
    }

#darkbox-description {
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 18px;
    bottom: 25px;
    text-align: center;
    text-shadow: 0 1px 1px #000;
}

#darkbox:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    content: "";
    color: #fff;
    cursor: pointer;
    background: url(../images/close.png) no-repeat center transparent;
}

/*社会工艺*/
.shgy {
    padding: 80px 0 60px 0;
}

    .shgy h3 {
        margin-bottom: 40px;
        letter-spacing: 1px;
        font-size: 30px;
        color: #333;
        text-align: center;
        line-height: 30px;
        padding-bottom: 24px;
        position: relative;
    }

        .shgy h3:after {
            position: absolute;
            content: '';
            width: 26px;
            height: 2px;
            background: #10713a;
            left: 50%;
            margin-left: -13px;
            bottom: 0;
        }

    .shgy p {
        font-size: 14px;
        color: #777;
        line-height: 26px;
        padding: 0 25px;
        letter-spacing: 1px;
    }

.shone {
    padding: 60px 0 80px 0;
    background: #f5f5f5;
}

    .shone h3 {
        margin-bottom: 50px;
        font-size: 26px;
        color: #333;
        text-align: center;
        line-height: 26px;
        letter-spacing: 1px;
    }

.shgy-list {
    display: block;
    border: solid 1px #e8e8e8;
    background: white;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.shgy-pic {
    width: 280px;
    height: 208px;
    overflow: hidden;
    float: left;
}

    .shgy-pic img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .5s;
    }

.shgy-font {
    width: 71%;
    float: left;
    padding-top: 40px;
    margin-left: 35px;
}

    .shgy-font h4 {
        color: #444;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 25px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .shgy-font p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 72px;
        font-size: 14px;
        color: #666;
        line-height: 24px;
    }

/*公司新闻*/
.news-one {
    padding: 80px 0;
}

.none-left {
    width: 49%;
    float: left;
}

.news-slide {
    display: block;
    position: relative;
}

.news-pic {
    width: 100%;
    height: 430px;
    overflow: hidden;
}

    .news-pic img {
        display: block;
    }

.news-font {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 20px;
    background: rgba(0,0,0,0.4);
}

    .news-font h3 {
        width: 75%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: left;
        font-size: 18px;
        color: white;
        line-height: 18px;
    }

    .news-font span {
        line-height: 18px;
        float: right;
        color: white;
        font-size: 14px;
        font-family: arial;
    }

.none-left .swiper-pagination {
    bottom: 15px !important;
    text-align: left;
    padding-left: 17px;
}

.none-left .swiper-pagination-bullet {
    background: #c6c5c3;
}

.none-left .swiper-pagination-bullet-active {
    background: white;
}

.none-right {
    width: 49%;
    float: right;
}

.nr-list {
    transition: all .5s;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 130px;
    background: #f5f5f5;
    padding: 30px 30px 23px 30px;
}

    .nr-list:last-child {
        margin-bottom: 0;
    }

.nr-left {
    float: left;
    width: 50px;
}

.news-time {
    margin-bottom: 12px;
    font-size: 40px;
    color: #999;
    font-family: 'cond';
    text-align: center;
    line-height: 29px;
    padding-bottom: 15px;
    border-bottom: solid 1px #d4d4d4;
}

.news-data {
    font-size: 14px;
    color: #9a9a9a;
    line-height: 14px;
    font-family: arial;
}

.nr-right {
    float: right;
    width: 85%;
}

    .nr-right h3 {
        font-size: 16px;
        color: #333;
        line-height: 16px;
        margin-bottom: 13px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .nr-right p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 48px;
        font-size: 14px;
        color: #777777;
        line-height: 24px;
    }

.nr-list:hover {
    background: #10713a;
}

    .nr-list:hover .news-time, .nr-list:hover h3, .nr-list:hover p {
        color: white;
    }

    .nr-list:hover .news-data {
        color: rgba(255,255,255,0.8);
    }

    .nr-list:hover .news-time {
        border-color: rgba(255,255,255,0.8);
    }

.news-two {
    padding: 80px 0 80px 0;
    background: #f5f5f5;
}


/*招聘*/
.reciue {
    padding: 80px 0;
}

.join-s { /* padding-bottom: 20px; */
}

.job-item {
    margin-bottom: 10px;
}

    .job-item.open .job-le {
        background: #10713a;
    }

        .job-item.open .job-le:after {
            opacity: 0;
        }

.job-hea {
    width: 100%;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}

.job-le {
    float: left;
    width: 60px;
    height: 60px;
    position: relative;
    background: #999999;
}

    .job-le:before {
        content: '';
        width: 20px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -10px;
        margin-top: -1px;
        background: #fff;
    }

    .job-le:after {
        content: '';
        height: 20px;
        width: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -1px;
        margin-top: -10px;
        background: #fff;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

.job-ri {
    padding-left: 60px;
    background: #e0e0e0;
    font-size: 20px;
    line-height: 60px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.job-z {
    float: left;
    padding: 0 30px;
    font-size: 16px;
    color: #444;
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.job-d {
    float: right;
    padding-right: 80px;
    color: #444;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.job-cont {
    display: none;
    background: #f5f5f5;
}

.job-pad {
    padding: 50px 90px 58px 90px;
}

.job-b {
    position: relative;
}

    .job-b h3 {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        line-height: 16px;
        padding-bottom: 25px;
        border-bottom: solid 1px #dadada;
    }

    .job-b ul {
        margin-top: 23px;
        margin-bottom: 25px;
    }

    .job-b li {
        width: 33%;
        float: left;
        font-size: 14px;
        color: #666;
        line-height: 28px;
    }

    .job-b h4 {
        font-size: 14px;
        color: #444;
        margin-bottom: 7px;
        font-weight: bold;
        line-height: 14px;
    }

    .job-b p {
        font-size: 14px;
        color: #666;
        line-height: 28px;
    }

.btn-send {
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    padding: 0 47px;
    background: #10713a;
    border: 1px solid #10713a;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .btn-send:hover {
        background: transparent;
        color: #10713a;
    }


/*人才理念*/
.person {
    padding: 80px 0 0;
}

    .person h3 {
        margin-bottom: 80px;
        color: #333;
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }

    .person ul {
        overflow: hidden;
    }

    .person li {
        width: 25%;
        text-align: center;
        float: left;
    }

.rc-pic {
    transition: all .5s;
    background: url(../images/rc-icon.png) no-repeat center;
    width: 117px;
    height: 103px;
    margin: 0 auto;
    background-size: 100%;
}

.rc-icon {
    transition: all .5s;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.person li h4 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
    line-height: 20px;
    margin-top: 25px;
}

.person li p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding: 0 38px;
}

.rc-icon1 {
    background-image: url(../images/rc-icon1.png);
}

.rc-icon2 {
    background-image: url(../images/rc-icon2.png);
}

.rc-icon3 {
    background-image: url(../images/rc-icon3.png);
}

.rc-icon4 {
    background-image: url(../images/rc-icon4.png);
}

.person li:hover .rc-pic {
    transform: rotateY(180deg);
    background-image: url(../images/rc-iconH.png);
}

.person li:hover .rc-icon1 {
    background-image: url(../images/rc-icon1H.png);
}

.person li:hover .rc-icon2 {
    background-image: url(../images/rc-icon2H.png);
}

.person li:hover .rc-icon3 {
    background-image: url(../images/rc-icon3H.png);
}

.person li:hover .rc-icon4 {
    background-image: url(../images/rc-icon4H.png);
}

/*产品*/
/*.se-tig.P_tig::before,.se-tig1.P_tig::before,.se-tig2.P_tig::before{content: '';position: absolute;transition: all .3s;left: 50%;top: 50%;}
.se-tig.P_tig::before,.se-tig1.P_tig::before,.se-tig2.P_tig::before {width: 10px;height: 20px;margin-top: -10px;margin-left: -5px;}
.se-tig1.P_tig::before ,.se-tig2.P_tig::before{}
.se-tig.P_tig.open::before,.se-tig1.P_tig.open::before,.se-tig2.P_tig.open::before{transform: rotateZ(90deg);opacity: 1;}
.se-tig1{width: 48px;height: 48px;line-height: 48px;float: right;position: relative;}
.se-tig2{width: 48px;height: 48px;line-height: 48px;float: right;position: relative;}*/
/* .product{padding: 80px 0 100px 0;}
.product h3{font-size: 30px;color: #333;line-height: 30px;text-align: center;margin-bottom: 40px;}
.product-top{margin-bottom: 110px; position: relative;height: 80px;text-align: center;}
.product .page{margin-top: 20px;}
.pro-clify{width: 19%;height: 80px;display: inline-block;margin: 0 7px;}
.pro-clify .pro-first{position: relative; border: solid 1px #e8e8e8;height: 80px; display: block;width: 100%;line-height: 80px;text-align: center;font-size: 18px;color: #666;}
.pro-menu{display: none; transition: all .5s; position: absolute;width: 100%;top: 100%; padding-top: 40px;    transition: none;
    height: auto;overflow: hidden; left: 0;border-bottom: solid 1px #e8e8e8;}
.pro-menu a{display: inline-block;padding: 0 6px;margin: 0 35px;font-size: 16px;color: #666;line-height: 16px;padding-bottom: 24px;position: relative;}
.pro-menu a:after{position: absolute;content: '';width: 0%;height: 2px;background: #10713a;left: 50%;bottom: 0;transition: all .5s;}
.pro-menu a.active,.pro-menu a:hover{color: #10713a;}
.pro-menu a.active:after,.pro-menu a:hover:after{width: 100%;left: 0;}
.pro-clify.active .pro-first,.pro-clify:hover .pro-first{color: white;background: #10713a;border-color: #10713a;}
.pro-clify.active .pro-menu,.pro-clify:hover .pro-menu{display: block;}
.product ul{margin-left: -30px;padding-bottom: 30px;}
.product ul li{float: left;margin-left: 30px;margin-bottom: 30px; width: 380px;border: solid 1px #ebebeb;}
.pro-pic{width: 100%;height: 276px;overflow: hidden;}
.pro-pic img{display: block;width: 100%;height: 100%;transition: all .5s;}
.pro-font{padding: 35px 30px;}
.pro-font h4{font-size: 18px;color: #444;line-height: 18px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;line-height: 18px;}
.pro-font p{margin: 12px 0 24px 0; font-size: 14px;color: #777;line-height: 24px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.pro-font span{transition: all .5s; background: #bbbbbb; display: block;width: 120px;height: 34px;border-radius: 30px;color: white;font-size: 14px;text-align: center;line-height: 34px;}
.product ul li:hover img{transform: scale(1.1);}
.product ul li:hover span{background: #10713a;}
.product ul li:hover h4{color: #10713a;} */

/*详情*/
/* .pro-banner{position: relative; text-align: center;padding-top: 140px; margin-top: 100px; background-size: cover;background-position: center;}
.pro-banner h3{margin-top: 15px; color: white;letter-spacing: 6px;font-size: 22px;}
.pro-banner span{color: #fbc100;}
.pro-banner h4 {padding: 0 20px; margin-top: 17px; text-align: center;font-size: 16px;color: rgba(255,255,255,0.8);}
.pro-banner h4 span{padding:10px;letter-spacing: 7px; text-align: center;font-size: 16px;color: rgba(255,255,255,0.8);line-height: 42px;border-top: dashed 1px #464646;border-bottom: dashed 1px #464646;}

.pr-one{padding: 70px 0 65px 0;background: #121212;}
.pr-one p{padding-left: 15px;position: relative; line-height: 32px;color: #fff;opacity: .6;font-size: 16px;}
.pr-one p:after{position: absolute;content: '';width: 4px;height: 4px;background: #a0a0a0;border-radius: 50%;left: 0;top: 13px;}
.proinfo-p{padding-left: 42px;}
.pr-two{padding: 80px 0 100px 0;background: #1b1b1b;}
.proinfo h3{font-size: 36px;color: #fff;text-align: center;line-height: 36px;padding-bottom: 24px;position: relative;margin-bottom: 60px;}
.proinfo h3:after{position: absolute;content: '';width: 26px;height: 2px;background: #10713a;left: 50%;margin-left: -13px;bottom: 0;}
.proinfo ul{margin-left: -40px;}
.proinfo li{float: left; width: 580px;margin-left: 40px;}
.proinfo .prt-pic{width: 100%;height: 300px;overflow: hidden;}
.proinfo .prt-pic img{display: block;width: 100%;height: 100%;transition: all .5s;}
.proinfo h4{font-size: 22px; color: white;height: 70px;line-height: 70px;text-align: center;background: #333;}
.proinfo li:hover img{transform: scale(1.1);}
.pr-three{padding: 80px 0 100px 0;background: #121212;} */

/*定制化服务*/
.dzh-banner {
    position: relative;
    text-align: center;
    padding-top: 147px;
    margin-top: 100px;
    background-size: cover;
    background-position: center;
}

.dzh-tit {
    padding: 0 25px;
}

    .dzh-tit h3 {
        margin-bottom: 25px;
        color: white;
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 30px;
        border-bottom: solid 1px rgba(255,255,255,0.15);
        letter-spacing: 4px;
        position: relative;
    }

        .dzh-tit h3:after {
            position: absolute;
            content: '';
            width: 40px;
            height: 2px;
            background: #10713a;
            bottom: -1px;
            left: 50%;
            margin-left: -20px;
        }

    .dzh-tit p {
        font-size: 16px;
        color: rgba(255,255,255,0.8);
        line-height: 28px;
        padding: 0 15px;
    }

/*视频*/
.video {
    padding: 80px 0 100px 0;
}

.v-one {
    background: #f5f5f5;
}

.vo-left {
    padding: 74px 108px 0 60px;
    float: left;
    width: 37.5%;
}

    .vo-left h3 {
        font-size: 30px;
        color: #333;
        line-height: 30px;
        position: relative;
        padding-bottom: 23px;
    }

        .vo-left h3:after {
            position: absolute;
            content: '';
            width: 30px;
            height: 1px;
            background: #f66c0;
            bottom: 0;
            left: 0;
        }

    .vo-left p {
        font-size: 14px;
        color: #666;
        line-height: 26px;
    }

.vo-right {
    width: 62.5%;
    float: right;
    position: relative;
}

    .vo-right:after {
        position: absolute;
        content: '';
        width: 70px;
        height: 70px;
        left: 50%;
        margin-left: -35px;
        top: 50%;
        margin-top: -35px;
        z-index: 88;
        background: url(../images/pause.png) no-repeat center;
    }

    .vo-right img {
        width: 100%;
    }

.v-two {
    margin-top: 50px;
}

    .v-two h3 {
        margin-bottom: 34px;
        font-size: 24px;
        color: #333;
        line-height: 24px;
        border-left: solid 3px #10713a;
        padding-left: 12px;
    }

    .v-two span {
        color: #999;
        font-size: 16px;
        font-family: arial;
        padding-left: 8px;
    }

    .v-two ul {
        margin-left: -22px;
    }

    .v-two li {
        float: left;
        width: 385px;
        margin-left: 22px;
        position: relative;
    }

.video-pic:after {
    position: absolute;
    content: '';
    width: 56px;
    height: 56px;
    left: 50%;
    margin-left: -28px;
    top: 50%;
    margin-top: -28px;
    z-index: 88;
    background: url(../images/pause.png) no-repeat center;
    background-size: cover;
}

.video-pic {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    padding: 9px;
    border: solid 1px #e5e5e5;
}

    .video-pic img {
        display: block;
        width: 100%;
        height: 100%;
    }

.video-font {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 8px;
}

.video .page {
    margin-top: 80px;
}

/*视频*/
.msg-box-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10001;
    background: rgba(0,0,0,0.5);
}

.msg-box {
    width: 860px;
    height: 524px;
    padding: 50px;
    background-color: #F3F3F3;
    position: absolute;
    left: 50%;
    margin-left: -430px;
    top: 0;
    margin-top: -262px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

    .msg-box .close-box {
        width: 38px;
        height: 38px;
        background: url("../images/btn-close-modal.png") no-repeat center;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        -webkit-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .msg-box .close-box:hover {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }


/*技术支持*/
.jszc-one {
    padding: 80px 0;
}

.jszc h3 {
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-size: 30px;
    color: #333;
    text-align: center;
    line-height: 30px;
    padding-bottom: 24px;
    position: relative;
}

    .jszc h3:after {
        position: absolute;
        content: '';
        width: 26px;
        height: 2px;
        background: #10713a;
        left: 50%;
        margin-left: -13px;
        bottom: 0;
    }

.jszc-one h4 {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    padding: 0 50px;
    text-align: center;
    margin-bottom: 65px;
}

.jszc-one li {
    width: 380px;
    float: left;
    margin-left: 25px;
}

.jszc-one ul {
    margin-left: -25px;
}

.jso-pic {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

    .jso-pic img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .5s;
    }

.jso-font {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 60px;
    background: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

    .jso-font h5 {
        margin-bottom: 25px;
        font-size: 26px;
        color: #333;
        line-height: 26px;
        position: relative;
    }

        .jso-font h5:after {
            position: absolute;
            content: '';
            width: 3px;
            height: 24px;
            background: #10713a;
            left: -12px;
            top: 2px;
        }

    .jso-font p {
        font-size: 16px;
        color: #666;
        line-height: 26px;
        word-break: break-all;
    }

.jszc-two {
    padding: 60px 0;
    background: url(../images/jszc-bg.png) no-repeat center;
    background-size: cover;
}

.form p {
    margin-bottom: 15px;
    overflow: hidden;
    margin-left: -15px;
}

.form .text {
    border-radius: 0px;
    float: left;
    margin-left: 15px;
    width: 390px;
    height: 50px;
    font-size: 14px;
    color: #666;
    background: white;
    border: none;
    outline: none;
    padding-left: 19px;
}

.form .text1 {
    float: left;
    margin-left: 15px;
    width: 592.5px;
    height: 50px;
    font-size: 14px;
    color: #666;
    background: white;
    border: none;
    outline: none;
    padding-left: 19px;
}

.form textarea {
    margin-bottom: 50px;
    width: 100%;
    height: 220px;
    font-size: 14px;
    color: #666;
    background: white;
    border: none;
    outline: none;
    padding-left: 19px;
    resize: none;
    padding-top: 10px;
}

.form .submit {
    display: block;
    margin: 0 auto;
    width: 152px;
    height: 42px;
    color: white;
    font-size: 16px;
    border-radius: 30px;
    background: #10713a;
}

.jszc-three {
    padding: 80px 0;
}

#jszc { /* padding-bottom: 30px; */
}

.js-item {
    margin-bottom: 20px;
}

    .js-item:last-child {
        margin-bottom: 0;
    }

.js-hea {
    padding: 13px;
    height: 60px;
    border: solid 1px #e0e0e0;
    background: white;
}

.js-le {
    width: 33px;
    height: 33px;
    background: #10713a;
    color: white;
    font-size: 18px;
    font-family: arial;
    text-align: center;
    line-height: 33px;
    float: left;
}

.js-ri {
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    float: left;
    line-height: 33px;
    margin-left: 17px;
}

.js-cont {
    display: none;
}

.js-pad {
    overflow: hidden;
    padding: 15px 13px 22px 13px;
    border: solid 1px #e0e0e0;
    border-top: none;
    background: white;
}

.ques-le {
    width: 33px;
    height: 33px;
    background: #4b516b;
    color: white;
    font-size: 18px;
    font-family: arial;
    text-align: center;
    line-height: 33px;
    float: left;
}

.ques-ri {
    float: left;
    margin-left: 17px;
    width: 90%;
}

    .ques-ri h4 {
        margin-bottom: 5px;
        color: #444;
        line-height: 26px;
        font-size: 16px;
    }

    .ques-ri p {
        font-size: 14px;
        color: #777;
        line-height: 26px;
    }

.js-item.open .js-cont {
    display: block;
}

/*产品查询*/
.cpcx {
    padding: 80px 0 93px 0;
}

    .cpcx h3 {
        margin-bottom: 40px;
        letter-spacing: 1px;
        font-size: 30px;
        color: #333;
        text-align: center;
        line-height: 30px;
        padding-bottom: 24px;
        position: relative;
    }

        .cpcx h3:after {
            position: absolute;
            content: '';
            width: 26px;
            height: 2px;
            background: #10713a;
            left: 50%;
            margin-left: -13px;
            bottom: 0;
        }

.cp-one {
    padding-top: 45px;
    margin-bottom: 50px;
    position: relative;
    height: 180px;
    background: url(../images/cp-bg.png) no-repeat center;
    background-size: cover;
}

    .cp-one a {
        display: block;
        position: absolute;
        width: 160px;
        height: 40px;
        background: #10713a;
        font-size: 16px;
        color: white;
        border-radius: 30px;
        bottom: 43px;
        left: 50%;
        margin-left: -80px;
        text-align: center;
        line-height: 40px;
    }

    .cp-one h4 {
        color: white;
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }

.cp-font {
    padding: 0 38px;
}

    .cp-font p {
        font-size: 14px;
        color: #777;
        line-height: 30px;
    }

    .cp-font h4 {
        font-weight: bold;
        font-size: 14px;
        color: #10713a;
        line-height: 30px;
    }

/*车灯*/
.dis-table {
    width: 100%;
    display: table;
    height: 100%;
}

.dis-cell {
    display: table-cell;
    vertical-align: middle;
}

.cd-banner {
    position: relative;
    text-align: center;
    padding-top: 107px;
    margin-top: 100px;
    background-size: cover;
    background-position: center;
}

.cd-tit {
    padding: 0 25px;
}

    .cd-tit h3 {
        margin-bottom: 25px;
        color: white;
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 30px;
        border-bottom: solid 1px rgba(255,255,255,0.15);
        letter-spacing: 10px;
        position: relative;
    }

        .cd-tit h3:after {
            position: absolute;
            content: '';
            width: 40px;
            height: 2px;
            background: #10713a;
            bottom: -1px;
            left: 50%;
            margin-left: -20px;
        }

    .cd-tit p {
        font-size: 16px;
        color: rgba(255,255,255,0.6);
        line-height: 28px;
        padding: 0 15px;
    }

    .cd-tit span {
        color: #10713a;
    }

.fangan {
    padding: 80px 0 150px 0;
    background: #333333;
}

    .fangan h3 {
        margin-bottom: 80px;
        letter-spacing: 1px;
        font-size: 30px;
        color: #fff;
        text-align: center;
        line-height: 30px;
        padding-bottom: 24px;
        position: relative;
    }

        .fangan h3:after {
            position: absolute;
            content: '';
            width: 26px;
            height: 2px;
            background: #10713a;
            left: 50%;
            margin-left: -13px;
            bottom: 0;
        }

.fa-big {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.fa-pic {
    display: inline-block;
}

.fa-left {
    position: absolute;
    left: 0;
    top: 0;
}

.fa-right {
    position: absolute;
    right: 0;
    top: 0;
}

.fa-li {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.fa-icon {
    transition: all .5s;
    float: left;
    margin-right: 23px;
    width: 90px;
    height: 90px;
    border-radius: 8px;
    border: solid 1px rgba(255,255,255,0.3);
    background-position: center;
    background-repeat: no-repeat;
}

.fa-font {
    float: left;
    height: 90px;
    text-align: left;
}

    .fa-font h4 {
        font-size: 18px;
        color: white;
        line-height: 18px;
        margin-bottom: 12px;
    }

    .fa-font h5 {
        color: rgba(255,255,255,0.6);
        line-height: 12px;
        font-size: 12px;
        text-transform: uppercase;
    }

.fa-icon1 {
    background-image: url(../images/fa-icon1.png);
}

.fa-icon2 {
    background-image: url(../images/fa-icon2.png);
}

.fa-icon3 {
    background-image: url(../images/fa-icon3.png);
}

.fa-icon4 {
    background-image: url(../images/fa-icon4.png);
}

.fa-icon5 {
    background-image: url(../images/fa-icon5.png);
}

.fa-icon6 {
    background-image: url(../images/fa-icon6.png);
}

.fa-li:hover .fa-icon {
    transform: rotateY(180deg);
}

/*制造*/
/*锚点*/
.nei_anchor {
    text-align: center;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    font-size: 0;
    width: 100%;
    z-index: 1001;
    background: #fff;
    box-shadow: 0px 0px 8px 0px #d6d6d6;
}

    .nei_anchor span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

        .nei_anchor span a {
            font-size: 16px;
            color: #666;
            line-height: 50px;
            padding: 0 40px;
            display: inline-block;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            position: relative;
        }

            .nei_anchor span a:after {
                content: '';
                width: 1px;
                height: 17px;
                background: #dadada;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
            }

            .nei_anchor span.on a:after, .nei_anchor span a:hover:after {
                display: none;
            }

        .nei_anchor span:hover a,
        .nei_anchor span.on a {
            color: #fff;
            background: #10713a;
        }

.zzzx h3 {
    margin-bottom: 48px;
    letter-spacing: 1px;
    font-size: 30px;
    color: #333;
    text-align: center;
    line-height: 30px;
    padding-bottom: 24px;
    position: relative;
}

    .zzzx h3:after {
        position: absolute;
        content: '';
        width: 26px;
        height: 2px;
        background: #10713a;
        left: 50%;
        margin-left: -13px;
        bottom: 0;
    }

.yfsl {
    padding: 80px 0;
}

    .yfsl li {
        float: left;
        width: 25%;
        position: relative;
    }

        .yfsl li .zz-pic {
            width: 100%;
            overflow: hidden;
            height: 100%;
        }

            .yfsl li .zz-pic img {
                display: block;
                width: 100%;
                height: 100%;
                transition: all .5s;
            }

        .yfsl li:hover img {
            transform: scale(1.1);
        }

.zz-font {
    height: 108px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 50%;
    margin-top: -54px;
    width: 100%;
    left: 0;
}

    .zz-font h4 {
        font-size: 26px;
        color: white;
        line-height: 26px;
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 14px;
    }

    .zz-font h5 {
        font-size: 14px;
        line-height: 14px;
        color: rgba(255,255,255,0.8);
        font-family: arial;
        text-align: center;
        text-transform: uppercase;
    }

.yfzx {
    padding: 80px 0 30px;
    background: url(../images/yfzx-bg.png) no-repeat center;
    background-size: cover;
}

    .yfzx li {
        height: 150px;
        float: left;
        margin-left: 36px;
        width: 47%;
        margin-bottom: 49px;
    }

    .yfzx ul {
        margin-left: -36px;
    }

.zz-icon {
    transition: all .5s;
    float: left;
    position: relative;
    margin-top: 43px;
    z-index: 3;
    width: 65px;
    height: 65px;
    background-color: #10713a;
    background-position: center;
    background-repeat: no-repeat;
}

    .zz-icon img {
        display: block;
        margin: 15px;
    }

.zz-icon1 {
    background-image: url(../images/zz-icon1.png);
}

.zz-icon2 {
    background-image: url(../images/zz-icon2.png);
}

.zz-icon3 {
    background-image: url(../images/zz-icon3.png);
}

.zz-icon4 {
    background-image: url(../images/zz-icon4.png);
}

.zx-font {
    background: white;
    float: left;
    width: 94%;
    padding: 0 30px 0 65px;
    margin-left: -32.5px;
    height: 150px;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.05);
}

    .zx-font h4 {
        margin-bottom: 16px;
        font-weight: bold;
        color: #444;
        font-size: 18px;
        line-height: 18px;
    }

    .zx-font p {
        font-size: 14px;
        color: #666;
        line-height: 22px;
        overflow: hidden;
    }

.yfzx li:hover .zz-icon {
    transform: rotateZ(45deg);
}

.cgapp-swiper, .app-swiper {
    display: none;
    position: relative;
}

.yfcg {
    padding: 80px 0; /* background: url(../images/yfcg-bg.png) no-repeat center; */
    background-size: cover;
}

    .yfcg h3 { /* color: white; */
    }

        .yfcg h3:after { /* background: white; */
        }

.cg-pic {
    width: 285px;
    height: 380px;
    padding: 7px 13.5px; /* background: #f5f5f5; */
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

    .cg-pic img {
        display: block;
        width: 100%;
        height: 100%;
    }

.cg-font {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}

.yfcg .swiper-button-next, .yfcg .swiper-button-prev {
    top: 175px;
    margin-top: 0;
    text-align: center;
    line-height: 44px;
    color: #333;
    font-size: 30px !important;
    background: none;
}

.cg-swiper {
    position: relative;
}

.yfcg .swiper-button-next {
    right: -62px;
}

.yfcg .swiper-button-prev {
    left: -65px;
}

.zzsl {
    padding: 80px 0;
}

    .zzsl p {
        font-size: 14px;
        color: #666;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .zzsl ul {
        margin-left: -15px;
        margin-top: 50px;
    }

    .zzsl li {
        float: left;
        margin-left: 15px;
        width: 390px;
        height: 260px;
        overflow: hidden;
    }

        .zzsl li img {
            display: block;
            width: 100%;
            height: 100%;
            transition: all .5s;
        }

        .zzsl li:hover img {
            transform: scale(1.1);
        }

    .zzsl h3 {
        margin-bottom: 39px;
    }

.pzgk {
    padding: 80px 0;
}

.pz-pic {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

    .pz-pic img {
        display: block;
        width: auto;
        height: auto;
        transition: all .5s;
    }

.pz-font {
    padding-top: 30px; /* height: 180px; */ /* background: white; */
}

    .pz-font p {
        font-size: 18px;
        color: #666;
        line-height: 30px;
        text-align: center;
    }

.pxxm {
    padding: 80px 0;
}

.pxxm-swiper {
    padding-bottom: 40px !important;
}

.pxxmapp-swiper {
    display: none;
}

.pxxm-swiper ul {
    margin-left: -40px;
}

.pxxm-swiper li {
    float: left;
    width: 580px;
    height: 180px;
    margin-left: 40px;
    margin-bottom: 40px;
    background: #f5f5f5;
}

.px-pic {
    width: 180px;
    height: 180px;
    float: left;
    overflow: hidden;
}

    .px-pic img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .5s;
    }

.px-font {
    float: left;
    width: 400px;
    padding: 35px;
    overflow: hidden;
}

    .px-font h4 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 18px;
        color: #444;
    }

    .px-font p {
        font-size: 14px;
        color: #777;
        line-height: 26px;
    }

.pxxm-swiper li:hover img {
    transform: scale(1.1);
}

.pxxm-swiper .swiper-pagination-bullet {
    margin: 0 10px !important;
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #cccccc;
}

.pxxm-swiper .swiper-pagination-bullet-active {
    background: #10713a;
}



#darkbox {
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,0.8) no-repeat none 50%;
    background-size: contain;
    -webkit-box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
    box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
    opacity: 0;
    visibility: hidden;
}

    #darkbox.on {
        opacity: 1;
        visibility: visible;
        height: 90% !important;
        width: 90% !important;
        left: 5% !important;
        top: 5% !important;
    }

#darkbox_prev, #darkbox_next {
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    width: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#darkbox_prev {
    left: -2px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#darkbox_next {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -2px;
}

    #darkbox_prev:hover, #darkbox_next:hover {
        border-color: #fca61f;
    }

#darkbox-description {
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 18px;
    bottom: 25px;
    text-align: center;
    text-shadow: 0 1px 1px #000;
}

#darkbox:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    content: "";
    color: #fff;
    cursor: pointer;
    background: url(../images/close.png) no-repeat center transparent;
}

/*关于我们*/
.ab-one {
    background: url(../images/ab-banner.png) no-repeat center;
    background-size: cover;
    /* margin-top: 100px; */
    padding-top: 200px;
}

.abo-left {
    width: 49%;
    float: left;
}

.ab-one h3 {
    margin-bottom: 23px;
    position: relative;
    font-size: 36px;
    color: white;
    font-family: 'scn';
    line-height: 36px;
    letter-spacing: 5px;
    padding-bottom: 28px;
}

    .ab-one h3:after {
        position: absolute;
        content: '';
        width: 26px;
        height: 2px;
        background: #10713a;
        left: 2px;
        bottom: 0;
    }

.abo-p {
    height: 365px;
    overflow-y: auto;
    padding-right: 35px;
}

    .abo-p p {
        color: rgba(255,255,255,0.8);
        font-size: 14px;
        line-height: 28px;
    }

    .abo-p::-webkit-scrollbar {
        width: 3px;
        background-color: #aab4ba;
    }

    .abo-p::-webkit-scrollbar-thumb {
        background-color: #10713a;
        border-radius: 10px;
    }

.abo-right {
    width: 50%;
    float: right;
}

    .abo-right li {
        float: left;
        text-align: center;
        width: 33%;
        margin-bottom: 95px;
    }

.ab-num span {
    font-size: 50px;
    line-height: 50px;
    font-family: 'book';
    color: white;
    font-weight: lighter;
}

.ab-num i {
    font-style: normal;
    font-size: 16px;
    color: white;
    padding-left: 4px;
}

.ab-num em {
    font-style: normal;
    font-size: 16px;
    color: white;
    padding-left: 4px;
}

.abo-right li h4 {
    font-size: 16px;
    color: white;
    line-height: 16px;
    margin-top: 5px;
}

.about {
    padding: 80px 0 80px 0;
}

    .about h3 {
        margin-bottom: 40px;
        letter-spacing: 1px;
        font-size: 30px;
        color: #333;
        text-align: center;
        line-height: 30px;
        padding-bottom: 24px;
        position: relative;
    }

        .about h3:after {
            position: absolute;
            content: '';
            width: 26px;
            height: 2px;
            background: #10713a;
            left: 50%;
            margin-left: -13px;
            bottom: 0;
        }

.ab-two p {
    font-size: 18px;
    color: #666;
    text-align: center;
    width: 70%;
    margin: 0 auto 50px;
}

.ab-two ul {
    margin-left: -13px;
}

.ab-two li {
    width: 33.33%;
    padding: 0 10px; /* margin-left: 13px; */
    float: left;
}

    .ab-two li .abt-pic {
        width: 100%;
        overflow: hidden;
    }

        .ab-two li .abt-pic img {
            display: block;
            width: 100%;
            height: 100%;
            transition: all .5s;
        }

.abt-font {
    background: #f5f5f5;
    position: relative;
    padding: 25px 20px;
    height: 158px;
}

    .abt-font:after {
        position: absolute;
        content: '';
        transition: all .5s;
        width: 0%;
        height: 2px;
        background: #10713a;
        left: 0;
        bottom: 0;
    }

    .abt-font h4 {
        font-size: 20px;
        color: #333;
        line-height: 20px;
        text-align: center;
        margin-bottom: 10px;
    }

    .abt-font h5 {
        font-size: 16px;
        color: #666;
        line-height: 16px;
        text-align: center;
        line-height: 26px;
    }

.ab-two li:hover img {
    transform: scale(1.1);
}

.ab-two li:hover .abt-font:after {
    width: 100%;
}

.ab-three {
    background: #f5f5f5;
}

#historySlide {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    #historySlide .history-c {
        height: 240px;
        width: 100%;
        position: relative;
    }

.history-c .swiper-slide {
    width: 1200px;
    height: 240px;
}

#historySlide .history-c .year {
    font-size: 80px;
    font-family: "cond";
    color: #10713a;
    font-weight: lighter;
    border-right: 1px solid #10713a;
    display: inline-block;
    line-height: 60px;
    height: 60px;
    margin-top: 10px;
    padding-right: 60px;
}

#historySlide .history-c .cont {
    position: relative;
    margin: 70px 0px;
    text-align: center;
}

#historySlide .history-c .des {
    width: 47%;
    font-size: 20px;
    line-height: 24px;
    color: #666;
    vertical-align: top;
    display: inline-block;
    padding-left: 56px;
}

#historySlide .p-tit {
    font-size: 18px;
    line-height: 24px;
    color: #444;
    margin-bottom: 14px;
}

#historySlide .history-c .des p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    position: relative;
    padding-left: 14px;
}

#historySlide .history-scroll {
    height: 60px;
    margin: 0 auto;
}

#historySlide .swiper-container {
    padding: 0 22px;
}

.history-scroll .swiper-slide {
    float: left;
    width: 154px;
    height: 60px;
    background: url(../images/time-line.png) no-repeat top left;
    cursor: pointer;
}

    .history-scroll .swiper-slide.active-nav, .history-scroll .swiper-slide.active-nav:hover {
        color: #10713a;
    }

#historySlide .time-line {
    width: 154px;
    height: 60px;
    position: relative;
}

.history-scroll .dot {
    padding: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid #10713a;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    left: -7px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .history-scroll .dot i {
        display: block;
        background: #10713a;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.history-scroll .swiper-slide.active-nav .dot {
    opacity: 1;
}

.history-scroll .daty {
    color: #666666;
    font-family: arial;
    font-size: 16px;
    line-height: 32px;
    position: absolute;
    top: 37px;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

#historySlide .arrow-left, #historySlide .arrow-right {
    width: 55px;
    height: 55px;
    border: 1px solid #c7c7c7;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #999999;
    line-height: 53px;
}

#historySlide .arrow-left {
    left: 0;
}

#historySlide .arrow-right {
    right: 0;
}

    #historySlide .arrow-left:hover, #historySlide .arrow-right:hover {
        border-color: #10713a;
        background: #10713a;
        color: white;
    }

.ab-four ul {
    padding-top: 0;
    margin-bottom: 60px;
}

.ab-four li {
    width: 25%;
    float: left;
    text-align: center;
}

    .ab-four li .abf-icon {
        line-height: 50px;
        font-size: 45px;
        color: #666;
        margin-bottom: 26px;
    }

    .ab-four li h4 {
        font-size: 20px;
        color: #666;
        font-family: arial;
    }

    .ab-four li p {
        padding: 0 30px;
        font-size: 16px;
        color: #666;
        line-height: 24px;
    }

    .ab-four li:hover .abf-icon, .ab-four li:hover h4, .ab-four li:hover p {
        color: #10713a;
    }

.abf-left {
    float: left;
    width: 62.5%;
    height: 400px;
    overflow: hidden;
}

    .abf-left img {
        display: block;
        transition: all .5s;
    }

.abf-box:hover img {
    transform: scale(1.1);
}

.abf-box {
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
}

.abf-right {
    width: 37.5%;
    float: right;
    padding: 94px 55px 0;
}

    .abf-right h4 {
        margin-bottom: 15px;
        padding-bottom: 26px;
        font-size: 22px;
        color: #333;
        line-height: 22px;
        position: relative;
    }

        .abf-right h4:after {
            position: absolute;
            content: '';
            width: 26px;
            height: 2px;
            background: #10713a;
            left: 0;
            bottom: 0;
        }

    .abf-right p {
        font-size: 16px;
        color: #666;
        line-height: 30px;
    }

/*pc-客服*/
.kf {
    transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    z-index: 999999;
    background-color: #fff;
    position: fixed;
    bottom: 140px;
    right: 20px;
    width: 62px;
    border-radius: 5px;
    display: none;
}

    .kf span {
        z-index: 1000001;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        cursor: pointer;
        position: relative;
        display: block;
        width: 62px;
        height: 62px;
        border-bottom: 1px solid #e3e3e3;
        background: url(../images/kefu_j.png) no-repeat center #fff;
    }

        .kf span:hover {
            background-color: #10713a;
        }

    .kf .zx {
        border-radius: 5px 5px 0 0;
        background-position: 0 -62px;
    }

        .kf .zx:hover {
            background-position: 0 -124px;
        }

    .kf .freetel {
        background-position: -62px -62px;
    }

        .kf .freetel:hover {
            background-position: -62px -124px;
        }

    .kf .act {
        background-position: -186px -62px;
    }

        .kf .act:hover {
            background-position: -186px -124px;
        }

    .kf .zxlya {
        background-position: -124px -62px;
    }

        .kf .zxlya:hover {
            background-position: -124px -124px;
        }

    .kf .back_top {
        border-radius: 0 0 5px 5px;
        border: none;
        background-position: -248px -62px;
    }

        .kf .back_top:hover {
            background-position: -248px -124px;
        }

    .kf span div {
        display: none;
        background-color: #fff;
        border-radius: 5px;
        position: absolute;
        right: 75px;
        padding: 20px;
        font-size: 14px;
        text-align: center;
        /*    color: #FC5204;*/
        bottom: 2px;
    }

.kfimgr {
    position: absolute;
    bottom: 23px;
    right: -9px;
}

.kf span div i {
    display: block;
    position: absolute;
    width: 15px;
    height: 200px;
    right: -15px;
    top: 0;
}

.kf .zx div,
.kf .zxlya div,
.kf span:nth-child(4) div {
    text-align: center;
    min-width: 148px;
    font-size: 14px;
    color: #666;
}

.kf span:nth-child(4) div {
    white-space: nowrap;
}

.kf a {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.kf span div, .kf {
    /* -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25); */
    /* box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25); */
}

.nav_center div, .index_nav_center div, .shou, .zhan {
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.shou {
    z-index: 1000000;
    cursor: pointer;
    width: 30px;
    height: 40px;
    top: 50%;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
    right: 62px;
    background: url("../images/kefu_j.png") no-repeat -310px -62px #fff;
    position: absolute;
}

    .shou.on {
        background-position: -310px -102px;
    }

.kf .freetel input {
    text-indent: .5em;
    display: block;
    margin: 15px 0;
    line-height: 28px;
    color: #666;
    font-size: 12px;
    width: 140px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    height: 28px;
}

.kf .btn-call {
    transition: all .5s;
    -webkit-transition: all .5s;
    display: block;
    background: #FC5204;
    border-radius: 2px;
    color: #fff;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    width: 79px;
    height: 26px;
    position: relative;
}

    .kf .btn-call:hover {
        background: #f33e61;
    }

/*app-客服*/
/*客服*/
.wrap2 {
    display: none;
    width: 57px;
    height: 57px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 1111;
}

.icon_menu {
    width: 57px;
    height: 57px;
    position: absolute;
    bottom: 0px;
    right: 4px;
    z-index: 10;
    cursor: pointer;
}

    .icon_menu span {
        diplay: none;
    }

.btnss {
    border-radius: 50%;
    width: 54px;
    height: 54px;
    border: solid 1px #9d9d9d;
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 5px 2px 0;
    cursor: pointer;
}

    .btnss span {
        display: block;
        width: 22px;
        height: 24px;
        font-size: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -12px;
        margin-left: -11px;
        overflow: hidden;
    }

.btn4 {
    background: white url(../images/email.png) no-repeat center;
    background-size: 20px 15px;
}

.btn2 {
    background: white url(../images/add.png) no-repeat center;
    background-size: 20px 25px;
}

.btn3 {
    background: white url(../images/phone.png) no-repeat center;
    background-size: 20px 22px;
}

.btn1 {
    background: white url(../images/k-qq.png) no-repeat center;
    background-size: 20px 25px;
}

.btnss {
    -webkit-transition: bottom .2s,right .2s;
    -moz-transition: bottom .2s,right .2s;
    -o-transition: bottom .2s,right .2s;
    -ms-transition: bottom .2s,right .2s;
    transition: bottom .2s,right .2s;
}

.btn1.close1, .btn2.close1, .btn3.close1, .btn4.close1 {
    bottom: 0;
    right: 0;
}

.btn1.open1 {
    bottom: 125px;
    right: 0;
}

.btn2.open1 {
    bottom: 100px;
    right: 55px;
}

.btn3.open1 {
    bottom: 58px;
    right: 98px;
}

.btn4.open1 {
    bottom: 0px;
    right: 117px;
}

.icon_menu2 {
    /* css3 animation */
    -webkit-animation: anim4 5s linear infinite;
    -moz-animation: anim4 5s linear infinite;
    -ms-animation: anim4 5s linear infinite;
    -o-animation: anim4 5s linear infinite;
    animation: anim4 5s linear infinite;
}


/* css3 keyframes - animation 4 */
@-webkit-keyframes anim4 {
    from {
        -webkit-transform: rotateZ(0deg);
    }

    50% {
        -webkit-transform: rotateZ(180deg);
    }

    to {
        -webkit-transform: rotateZ(360deg);
    }
}

@-moz-keyframes anim4 {
    from {
        -moz-transform: rotateZ(0deg);
    }

    50% {
        -moz-transform: rotateZ(180deg);
    }

    to {
        -moz-transform: rotateZ(360deg);
    }
}

@-ms-keyframes anim4 {
    from {
        -ms-transform: rotateZ(0deg);
    }

    50% {
        -ms-transform: rotateZ(180deg);
    }

    to {
        -ms-transform: rotateZ(360deg);
    }
}

@-o-keyframes anim4 {
    from {
        -o-transform: rotateZ(0deg);
    }

    50% {
        -o-transform: rotateZ(180deg);
    }

    to {
        -o-transform: rotateZ(360deg);
    }
}

@keyframes anim4 {
    from {
        transform: rotateZ(0deg);
    }

    50% {
        transform: rotateZ(180deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

@media (max-width: 1360px) {
    .yfcg .swiper-button-next {
        right: 10px;
        color: #333;
    }

    .yfcg .swiper-button-prev {
        left: 10px;
        color: #333;
    }
}

@media (max-width: 1220px) {
    .wrap {
        width: 970px;
    }

    .msg-box {
        width: 90%;
        left: 5%;
        margin-left: 0;
    }

    .news-left {
        width: 66%;
    }

    .news-right {
        width: 30%;
    }

    .news-left img {
        width: 100%;
    }

    .shgy-font {
        width: 65%;
    }
    /**/
    .abo-right li {
        width: 50%;
        margin-bottom: 70px;
    }

    .ab-two ul {
        margin-left: -10px;
    }

    .ab-four li p {
        padding: 0 20px;
    }

    /**/
    .jszc-one li {
        width: 306px;
    }

    .jso-pic {
        height: 161px;
    }

    .jso-font {
        padding-left: 40px;
    }

    .form .text {
        width: 313px;
    }

    .form .text1 {
        width: 477.5px;
    }

    /**/
    .yfzx li {
        width: 46.4%;
    }

    .zx-font {
        width: 93%;
    }

    .cg-pic {
        width: 230px;
        height: 306px;
    }

    .zzsl li {
        width: 313px;
        height: 210px;
    }

    .pxxm-swiper li {
        width: 465px;
        height: 145px;
    }

    .px-pic {
        width: 145px;
        height: 145px;
    }

    .px-font {
        width: 320px;
        padding: 20px;
    }

    .yfcg .swiper-button-next, .yfcg .swiper-button-prev {
        top: 130px;
    }

    /**/
    .v-two li {
        width: 308px;
    }

    .video-pic {
        height: 240px;
    }

    /**/
    .proinfo li {
        width: 465px;
    }

    .proinfo .prt-pic {
        height: 240px;
    }

    /**/
    /* .product ul li{width: 303px;} */
    .pro-pic {
        height: 220px;
    }


    /**/
    .zzry-big li {
        margin-left: 49px;
    }

    .zzry-big ul {
        margin-left: -49px;
    }

    /**/
    .zhhd-list {
        width: 310px;
    }

    .zhhd-pic {
        height: 177px;
    }
}

@media (max-width: 1025px) {
    .ny-banner, .second-nav, .product-top, .second, .kf {
        display: none;
    }

    .kf {
        display: none !important;
    }

    .appny-banner, .appsecond-nav, .wrap2 {
        display: block;
    }
    /*	.wrap{width: auto;padding: 0 20px;}*/
    .wrap {
        width: 750px;
    }

    .pro-banner {
        margin-top: 50px;
        padding-top: 100px;
    }
    /**/
    .ab-one {
        /* margin-top: 50px; */
    }

    .abt-font {
        padding: 15px 10px;
        height: 140px;
    }

    .ab-four li p {
        padding: 0
    }

    .abf-right {
        padding: 70px 20px 0;
    }

    /**/
    .yfsl li {
        width: 50%;
        height: 300px;
    }

        .yfsl li .zz-pic img {
            height: auto;
        }

    .zx-font {
        width: 90%;
    }

    .yfzx li {
        width: 45.4%;
    }

    .cg-pic {
        width: 178px;
        height: 237px;
    }

    .yfcg .swiper-button-next, .yfcg .swiper-button-prev {
        top: 95px;
    }

    .zzsl li {
        width: 240px;
        height: 160px;
    }

    .pxxm-swiper ul {
        margin-left: -15px;
    }

    .pxxm-swiper li {
        margin-left: 15px;
        width: 367px;
        height: 112px;
    }

    .px-pic {
        width: 112px;
        height: 112px;
    }

    .px-font {
        width: 255px;
        padding: 10px;
    }

        .px-font h4 {
            margin-bottom: 5px;
        }

    /**/
    .cd-banner {
        margin-top: 50px;
    }

    .fa-left {
        position: static;
    }

    .cd-tit, .cd-tit p {
        padding: 0;
    }

    /**/
    .jszc-one ul {
        margin-left: -15px;
    }

    .jszc-one li {
        margin-left: 15px;
        width: 240px;
    }

    .jso-pic {
        height: 126px;
    }

    .jso-font {
        padding: 20px;
        height: 211px;
        overflow: hidden;
    }

        .jso-font h5 {
            margin-bottom: 15px;
            font-size: 20px;
            line-height: 20px;
        }

            .jso-font h5:after {
                height: 20px;
            }

    .form .text {
        width: 240px;
    }

    .form .text1 {
        width: 367.5px;
    }


    /**/
    .v-two ul {
        margin-left: -20px;
    }

    .v-two li {
        width: 236px;
        margin-left: 20px;
    }

    .video-pic {
        height: 190px;
    }

    .vo-left {
        padding: 30px;
    }

    /**/
    .dzh-banner {
        margin-top: 50px;
    }

    .dzh-tit, .dzh-tit p {
        padding: 0;
    }

    /**/
    .proinfo li {
        width: 355px;
    }

    .proinfo .prt-pic {
        height: 185px;
    }

    /**/
    /* .product ul li{width: 240px;margin-left: 15px;} */
    /* .product ul{margin-left: -15px;} */
    .pro-pic {
        height: 174px;
    }

    .pro-font {
        padding: 20px 15px;
    }

    /*展会活动*/
    .zhhd-list {
        width: 30.7%;
    }

    .zhhd-pic {
        height: auto;
    }

    /*新闻详情*/
    .news-left, .news-right {
        width: 100%;
    }

    .news-left {
        margin-bottom: 30px;
    }

        .news-left img {
            display: block;
            width: 100%;
        }
    /**/
    /*.zzry-big{padding: 0 40px;}*/
    .zzry-big li {
        margin-left: 10px;
        width: 243px;
    }

        .zzry-big li .zzry-pic {
            height: 327px;
        }

    .zzry-big ul {
        margin-left: -10px;
    }

    /**/
    .shgy-font {
        width: 55%;
    }

    /**/
    .nr-right {
        width: 75%;
    }

    /**/
    .person li {
        width: 50%;
        margin-bottom: 30px;
    }

        .person li p {
            padding: 0 75px;
        }
}

@media (max-width: 769px) {
    .wrap {
        width: 600px;
    }

    .zhhd-list {
        width: 30%;
    }

    .shgy-pic {
        width: 200px;
        height: 150px;
    }

    .shgy-font {
        padding-top: 20px;
    }
    /**/
    .ab-one {
        padding-top: 50px;
    }

    .abo-left {
        width: 100%;
    }

    .abt-font {
        padding: 25px 0;
    }

    .abo-right {
        width: 100%;
        margin-top: 30px;
    }

        .abo-right li {
            width: 33%;
            margin-bottom: 50px;
        }

    #historySlide .history-c .year {
        padding-right: 30px;
    }

    #historySlide .history-c .des {
        padding-left: 10px;
    }

    .ab-four li {
        width: 50%;
        margin-top: 20px;
    }

    .ab-four ul {
        margin-top: -20px;
    }

    .ab-four li p {
        padding: 0 50px;
    }

    .abf-right, .abf-left {
        width: 100%;
    }

    .abf-right {
        padding: 55px;
    }

    .abf-left {
        height: auto;
    }

        .abf-left img {
            width: 100%;
        }

    .news-pic img {
        width: 100%;
    }

    /**/
    .yfzx {
        padding-bottom: 37px;
    }

        .yfzx li {
            margin-left: 0;
            width: 100%;
        }

    .zx-font {
        width: 94.5%;
    }

    .yfzx ul {
        margin-left: 0;
    }

    .yfcg .swiper-button-next, .yfcg .swiper-button-prev {
        top: 170px;
    }

    .cg-pic {
        width: 100%;
        height: 387px;
    }

    .cgapp-swiper {
        display: block;
    }

    .cg-swiper {
        display: none;
    }

    .zzsl li {
        width: 292px;
        height: 194px;
        margin-bottom: 15px;
    }

    .zzsl {
        padding-bottom: 74px;
    }

    .pxxm-swiper li {
        margin-left: 0;
        width: 100%;
    }

    .pxxm-swiper ul {
        margin-left: 0;
    }

    .px-pic {
        width: 150px;
        height: 150px;
    }

    .pxxm-swiper li {
        height: 150px;
    }

    .px-font {
        padding: 25px;
    }

    .px-font {
        width: 75%;
    }

    .pxxmpc {
        display: none;
    }

    .pxxmapp-swiper {
        display: block;
    }

    /**/
    .fa-left, .fa-right {
        width: 50%;
        float: left;
    }

    .fa-font {
        width: 60%;
    }

    .fa-right {
        position: static;
    }

    /**/
    .jso-font {
        padding: 30px;
    }

    .jszc-one ul {
        margin-top: -20px;
    }

    .jszc-one li {
        width: 292px;
        margin-top: 20px;
    }

    .jso-pic {
        height: 153px;
    }

    .form .text, .form .text1 {
        width: 100%;
        margin-bottom: 15px;
    }

    .form p {
        margin-bottom: 0;
    }

    /**/
    .vo-left, .vo-right {
        width: 100%;
    }

    .v-two {
        margin-left: 0;
    }

        .v-two li {
            width: 290px;
            margin-bottom: 20px;
        }

    .video-pic {
        height: 226px;
    }

    .v-three {
        margin-top: 20px;
    }

    .video .page {
        margin-top: 10px;
    }


    /**/
    .proinfo ul {
        margin-left: -20px;
    }

    .proinfo li {
        width: 290px;
        margin-left: 20px;
    }

    .proinfo .prt-pic {
        height: 150px;
    }


    /**/
    /* .product ul li{margin-left: 30px;width: 285px;} */
    /* .product ul{margin-left: -30px;} */
    .pro-pic {
        height: 207px;
    }

    .pro-font {
        padding: 35px 30px;
    }

    /**/
    /*	.zzry-big{padding: 0 50px;}*/
    /*.zzry-big li{margin-left: 46px;}
	.zzry-big ul{margin-left: -46px;}*/

    .zzry-big li {
        width: 193px;
    }

        .zzry-big li .zzry-pic {
            height: 260px;
        }

    /**/
    .shgy-font {
        width: 54%;
    }

    /**/
    .none-left, .none-right {
        width: 100%;
    }

    .none-left {
        margin-bottom: 20px;
    }

    /**/
    .job-b li {
        width: 50%;
    }

    /**/
    .person li p {
        padding: 0 38px;
    }
}

@media (max-width: 640px) {
    .wrap {
        width: auto;
        padding: 0 20px;
    }

    .zhhd-list {
        width: 46.4%;
    }

    .zhhd, .tzz, .zzry, .reciue, .person, .product, .proinfo, .video {
        padding: 40px 0 60px 0;
    }

        .tzz ul {
            margin: 30px 0 40px 0;
        }

    .page {
        margin-top: 35px;
        height: 50px;
    }

        .page a {
            width: 48px;
            height: 48px;
            line-height: 48px;
        }

    .news-left img {
        width: 100%;
    }

    /**/
    .about {
        padding: 30px 0 40px 0;
    }

        .about h3 {
            margin-bottom: 25px;
        }

    #historySlide .history-c, .history-c .swiper-slide {
        height: 150px;
    }

        #historySlide .history-c .cont {
            margin: 30px 0;
        }

    .ab-four ul {
        padding-top: 0;
        margin-bottom: 40px;
    }

    /**/
    .yfcg .swiper-button-prev {
        left: 0;
        color: #333;
    }

    .yfcg .swiper-button-next {
        right: 0;
        color: #333;
    }

    .yfzx {
        padding-top: 40px;
    }

    .zzzx h3 {
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 22px;
    }

    .yfzx li {
        margin-bottom: 30px;
    }

    .pxxm-swiper li {
        margin-bottom: 30px;
    }

    .pzgk, .pxxm, .yfcg, .zzsl, .yfsl {
        padding: 40px 0;
    }

    .pxxm-swiper {
        padding-bottom: 30px !important;
    }


    /**/
    .cpcx {
        padding: 40px 0 45px 0;
    }

    /**/
    .fangan {
        padding: 40px 0 70px 0;
    }

        .fangan h3 {
            margin-bottom: 40px;
        }

    /**/
    .jszc-one {
        padding: 40px 0;
    }

    .jszc-two {
        padding: 30px 0;
    }

    .jszc-three {
        padding: 30px 0 40px 0;
    }

    .jszc h3 {
        margin-bottom: 25px;
        font-size: 22px;
        padding-bottom: 15px;
    }

    .form textarea {
        margin-bottom: 20px;
    }

    #jszc {
        padding-bottom: 10px;
    }

    .jszc-one h4 {
        margin-bottom: 40px;
    }

    /**/
    .v-two li {
        width: 46.4%;
    }

    .msg-box {
        height: 300px;
        margin-top: -150px;
        padding: 20px;
    }

        .msg-box .close-box {
            width: 10px;
            height: 10px;
            background-size: cover;
            top: 5px;
            right: 7px;
        }

    .v-two h3 {
        font-size: 20px;
        line-height: 20px;
    }

    /**/
    .pro-banner img {
        width: 80%;
        margin: 0 auto;
    }

    .pr-one {
        padding: 30px 0 25px 0;
    }

    .proinfo li {
        width: 46%;
        margin-left: 20px;
    }

    .proinfo .prt-pic {
        height: 150px;
    }

    .proinfo h4 {
        height: 50px;
        line-height: 50px;
    }

    .proinfo h3 {
        margin-bottom: 30px;
    }

    .proinfo-p {
        padding-left: 0;
    }

    /**/
    /* .product ul li{margin-left: 15px;width: 47.4%;}
	.product ul{margin-left: -15px;padding-bottom: 0;} */

    /**/
    .zzry-big {
        padding: 0 40px;
    }

        .zzry-big li {
            margin-left: 20px;
            width: 45%;
        }

            .zzry-big li .zzry-pic {
                height: 312px;
            }

        .zzry-big ul {
            margin-left: -20px;
        }

    /**/
    .shgy-font {
        padding-top: 25px;
    }

    .shgy {
        padding: 40px 0;
    }

    .shone {
        padding: 30px 0 40px 0;
    }

    .shgy-pic {
        width: 225px;
        height: 167px;
    }

    .shone h3, .shgy h3 {
        margin-bottom: 30px;
    }

    /**/
    .news-one {
        padding: 40px 0;
    }

    /**/
    .job-d {
        padding-right: 20px;
    }

    /**/
    .person h3 {
        margin-bottom: 30px;
        font-size: 22px;
    }

    .appny-tit h4 {
        font-size: 14px;
    }

    .appny-tit h3, .proinfo h3, .ab-one h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 6px;
    }
    /* .product h3{font-size: 22px;margin-bottom: 30px;} */
    .proinfo h4 {
        font-size: 16px;
    }

    .about h3, .shgy h3, .tzz h3, .vo-left h3 {
        font-size: 22px;
        padding-bottom: 15px;
    }

    .abt-font h4 {
        font-size: 18px;
    }

    .abt-font h5 {
        font-size: 14px;
    }

    .shone h3 {
        font-size: 20px;
    }

    .shgy-font h4 {
        font-size: 16px;
    }

    .cpcx h3 {
        font-size: 22px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .cp-one h4 {
        font-size: 22px;
    }

    .zz-font h4 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .page a {
        font-size: 16px;
    }
}

@media (max-width: 520px) {
    .zzry-big li {
        width: 43%;
    }

        .zzry-big li .zzry-pic {
            height: 225px;
        }

    .zhhd-list {
        width: 44.5%;
    }

    /**/
    #historySlide .history-c .year {
        font-size: 60px;
        height: 40px;
        line-height: 40px;
    }

    .ab-four li p {
        padding: 0 20px;
    }

    .ab-four li .abf-icon {
        margin-bottom: 10px;
    }

    /**/
    .zx-font {
        width: 93%;
    }

    .cg-pic {
        height: 300px;
    }

    .yfcg .swiper-button-next, .yfcg .swiper-button-prev {
        top: 125px;
    }

    .zzsl li {
        margin-left: 0;
        width: 100%;
        height: 320px;
    }

    .zzsl ul {
        margin-left: 0;
    }

    .px-font {
        width: 68%;
    }

    /**/
    .cp-font {
        padding: 0;
    }

    /**/
    .jszc-one h4 {
        margin-bottom: 30px;
    }

    .jszc-one li {
        width: 100%;
        margin-left: 0;
    }

    .jszc-one ul {
        margin-left: 0;
    }

    .jso-pic {
        height: 253px;
    }

    .ques-ri {
        width: 85%;
    }

    /**/
    .v-one {
        margin-bottom: 60px;
    }

    .v-two ul {
        margin-left: 0;
    }

    .v-two li {
        margin-left: 0;
        width: 100%;
    }

    .video-pic {
        height: 265px;
    }
    /*	.v-two{margin-top: 40px;}*/
    .v-two h3 {
        margin-bottom: 15px;
    }

    /**/
    .proinfo ul {
        margin-left: 0;
    }

    .proinfo li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .proinfo h4 {
        height: 50px;
        line-height: 50px;
    }

    .proinfo .prt-pic {
        height: 248px;
    }

    /**/
    .job-b li {
        width: 100%;
    }

    .job-pad {
        padding: 25px;
    }

    .job-b h3 {
        padding-bottom: 15px;
    }

    .job-b ul {
        margin: 15px 0;
    }

    .btn-send {
        margin-top: 20px;
    }

    /**/
    .person li p {
        padding: 0 7px;
    }

    /**/
    /* .product ul li{width: 46.5%;} */

    /**/
    .dzh-tit h3, .cd-tit h3 {
        font-size: 34px;
        line-height: 34px;
    }

    /**/
    .fa-icon {
        width: 70px;
        height: 70px;
    }

    .fa-font {
        height: 70px;
    }
}

@media (max-width: 420px) {
    .zhhd-big {
        margin-left: 0;
    }

    .zhhd-list {
        width: 44.8%;
    }

    .zhhd-list {
        width: 100%;
        margin-left: 0;
    }

    .zhhd-font {
        padding: 25px;
    }

    .nr-list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .news-left h1 {
        font-size: 20px;
    }

    .zhhd-font h3 {
        font-size: 16px;
        line-height: 16px;
    }

    .zhhd-font p {
        margin-bottom: 20px;
    }

    .zhhd-font span.more-span {
        width: 100px;
        height: 30px;
        line-height: 28px;
        padding-left: 24px;
        background-position: left 10px center;
        font-size: 12px;
    }

    .zhhd-list:hover span.more-span {
        background-position: left 10px center;
    }

    /**/
    .abo-p {
        height: 240px;
        padding-right: 20px;
    }

    .ab-num span {
        font-size: 32px;
        line-height: 32px;
    }

    .abo-right li {
        width: 50%;
        margin-bottom: 30px;
    }

    .abt-font {
        padding: 15px 0;
    }

    #historySlide .arrow-left, #historySlide .arrow-right {
        display: none;
    }

    .history-scroll .swiper-slide {
        width: 93px;
    }

    .ab-four li .abf-icon {
        font-size: 35px !important;
    }

        .ab-four li .abf-icon.icon-youjian {
            font-size: 25px !important;
        }

    .ab-four li p {
        padding: 0;
    }

    .abf-right {
        padding: 40px;
    }

    /**/
    .yfsl li {
        height: 250px;
    }

    .zx-font {
        width: 93%;
    }

    .zzsl li {
        height: 250px;
    }

    .zz-icon {
        width: 55px;
        height: 55px;
        margin-top: 20px;
    }

        .zz-icon img {
            display: block;
            margin: 10px;
        }

    .px-font {
        width: 58%;
    }

    .cgapp-swiper {
        display: none;
    }

    .app-swiper {
        display: block;
    }

    .yfapp-swiper {
        width: 70%;
    }

    .cg-pic {
        height: 330px;
    }

    .yfcg .swiper-button-next, .yfcg .swiper-button-prev {
        top: 140px;
    }

    /**/
    .cd-tit h3 {
        font-size: 26px;
        line-height: 26px;
        letter-spacing: 8px;
    }

    .fangan h3 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .fa-left, .fa-right {
        width: 100%;
    }

    .fa-pic img {
        width: 80%;
        margin: 0 auto;
    }

    .fa-font {
        width: 70%;
    }

    /**/
    .jszc-one h4 {
        padding: 0;
    }

    .jso-pic {
        height: 200px;
    }

    .ques-ri {
        width: 82%;
    }


    /**/
    .dzh-banner {
        padding-top: 90px;
    }

    .dzh-tit h3 {
        font-size: 26px;
        line-height: 25px;
    }

    /**/
    .proinfo .prt-pic {
        height: 166px;
    }

    /**/
    /* .product ul li{width: 46%;} */
    .pro-font h4 {
        font-size: 16px;
    }

    .pro-pic {
        height: 128px;
    }

    .pro-font {
        padding: 15px 10px;
    }

        .pro-font p {
            margin: 8px 0;
        }

        .pro-font span {
            width: 80px;
            height: 28px;
            line-height: 28px;
            font-size: 12px;
        }

    /**/
    .news-left {
        padding: 30px 20px 50px 20px;
    }

    .news-share {
        float: left;
    }

    /**/
    .tzz li {
        padding: 0 10px;
        height: 60px;
    }

    .tzz-list p {
        width: 60%;
        line-height: 60px;
    }

    .tzz-list span {
        width: 120px;
        padding-right: 30px;
        line-height: 60px;
    }

    /**/
    .zzry-top a {
        width: 150px;
        font-size: 16px;
    }

    .zzry-top {
        margin-bottom: 35px;
    }

    .zzry-big {
        padding: 0 0px;
    }

        .zzry-big li {
            margin-left: 10px;
            width: 47%;
            margin-bottom: 20px;
        }

        .zzry-big ul {
            margin-left: -10px;
        }

    /**/
    .shgy p {
        padding: 0;
    }

    .shgy-pic {
        width: 100%;
        height: auto;
        min-height: 138px;
        overflow: hidden;
    }

    .shgy-font {
        width: 100%;
        margin: 0;
        padding-top: 15px;
    }

        .shgy-font h4 {
            margin-bottom: 15px;
        }

    /**/
    .news-pic {
        height: 270px;
    }

    /**/
    .rc-pic {
        width: 100px;
        height: 88px;
        background-size: cover;
    }

    .rc-icon {
        background-size: 40px 38px;
    }

    .rc-icon3 {
        background-size: 40px 44px;
    }

    .pro-banner h3 {
        font-size: 20px;
        letter-spacing: 3px;
    }

    .pro-banner h4 {
        padding: 0 20px;
    }
}

@media (max-width: 375px) {
    /*	.zhhd-list{width: 44.2%;}*/
    /**/

    .ab-one h3 {
        font-size: 26px;
        padding-bottom: 18px;
        margin-bottom: 13px;
    }

    .ab-num span {
        font-size: 28px;
        line-height: 28px;
    }

    .abo-right li {
        width: 33.3%;
    }

    .ab-two li {
        width: 46.97%;
    }

    .abt-font h4 {
        font-size: 16px;
        line-height: 16px;
    }

    .abt-font h5 {
        font-size: 12px;
        line-height: 12px;
    }

    #historySlide .history-c .swiper-container {
        padding: 0;
    }

    #historySlide .history-c .des {
        width: 60%;
    }

    .ab-four li h4 {
        font-size: 14px;
    }

    .ab-four li p {
        font-size: 14px;
    }

    .abf-right {
        padding: 30px;
    }

    .ab-four ul {
        margin-bottom: 30px;
    }
    /**/
    .zx-font {
        width: 90%;
    }

    .px-pic {
        display: none;
    }

    .px-font {
        width: 100%;
    }

    .news-font h3 {
        width: 70%;
    }

    /**/
    /* .product ul li{width: 45.5%;} */
    .pro-pic {
        height: 125px;
    }

    /**/
    .news-next {
        width: 100px;
        height: 35px;
        line-height: 32px;
        background-position: right 20px center;
    }

    .news-prev {
        width: 100px;
        height: 35px;
        line-height: 32px;
        background-position: left 20px center;
    }

    /**/
    .tzz-list p {
        width: 55%;
    }

    /**/
    .zzry-big li {
        width: 46.5%;
    }

    /**/
    .news-pic {
        height: 233px;
    }

    /**/
    .dzh-tit h3 {
        letter-spacing: 2px;
        font-size: 24px;
    }
}

@media (max-width: 360px) {
    /*	.zhhd-list{width: 43.5%;}*/
    /**/
    .jso-pic {
        height: 168px;
    }

    .yfsl li {
        height: 229px;
    }
    /**/
    .zx-font {
        width: 89%;
    }

    /**/
    .zzry-top a {
        width: 120px;
        height: 40px;
        line-height: 40px;
    }

    .zzry-big li {
        margin-left: 10px;
        width: 46.5%;
    }

    .zzry-big ul {
        margin-left: -10px;
    }

    .zzry-big li .zzry-pic {
        height: 188px;
    }

    .pro-banner h3 {
        font-size: 18px;
    }
}

@media (max-width: 344px) {
    .appny-banner {
        height: 200px;
        padding-top: 70px;
    }

    .zhhd-big {
        margin-left: 0;
    }

    .zhhd-list {
        width: 100%;
        margin-left: 0;
    }

    .zhhd-font {
        padding: 30px 25px;
    }

    .page {
        margin-top: 20px;
        height: 40px;
    }

        .page a {
            width: 38px;
            height: 38px;
            line-height: 38px;
        }

    /**/
    .tzz li {
        padding: 0 10px;
    }

    .tzz-list span {
        width: 110px;
        padding-right: 20px;
    }

    /**/

    .zzry-big li {
        margin-left: 10px;
        width: 46%;
    }

    #darkbox_prev, #darkbox_next {
        width: 20px;
        height: 20px;
    }

    /**/
    .news-pic {
        height: 204px;
    }

    /**/
    .person li p {
        padding: 0 27px;
    }

    .person li {
        width: 100%;
    }

    /**/
    /* .product ul li{width: 100%;margin-left: 0;}
	.product ul{margin-left: 0;}
	.pro-pic{height: 202px;}
	.pro-font{padding: 20px 15px;}
	.pro-font p{margin-bottom: 15px;} */

    /**/
    .dzh-tit h3, .cd-tit h3 {
        letter-spacing: 5px;
    }

    .fa-font {
        width: 65%;
    }

    /**/
    .video-pic {
        height: 226px;
    }

    /**/
    .jso-pic {
        height: 147px;
    }

    .ques-ri {
        width: 80%;
    }

    /**/
    .zx-font {
        width: 88%;
    }

    .cg-pic {
        height: 240px;
    }

    .yfcg .swiper-button-next, .yfcg .swiper-button-prev {
        top: 95px;
    }

    .zzsl li {
        height: 187px;
    }

    .yfsl li {
        width: 100%;
    }

    /**/
    .abo-p {
        height: 100px;
    }

    .abo-right li {
        width: 50%;
    }

    .ab-two li {
        width: 100%;
        margin-left: 0;
    }

    .ab-two ul {
        margin-left: 0;
    }

    .abt-font {
        padding: 20px 0;
    }

    #historySlide .history-c .year {
        font-size: 40px;
    }

    .ab-four li p {
        font-size: 12px;
    }

    .abf-right h4 {
        font-size: 20px;
    }
}

















/*========产品列表===============*/

.product {
    padding: 80px 0;
    background: #f1f1f1;
}

.pro-left {
    float: left;
    width: 280px;
}

.pro-search {
    height: 46px;
    background: #fff;
    border: solid 1px #e5e5e5;
    margin-bottom: 24px;
}

    .pro-search .submit {
        width: 44px;
        height: 44px;
        float: right;
        background: url(../images/pro-search.png) no-repeat center;
    }

    .pro-search .text {
        color: #bcbcbc;
        font-size: 14px;
        width: 234px;
        height: 44px;
        padding: 0 15px;
    }

.pro-tit {
    height: 90px;
    background: #10713a;
    padding: 25px 25px 0;
}

    .pro-tit h3 {
        font-size: 26px;
        line-height: 30px;
        color: white;
    }

    .pro-tit h4 {
        font-size: 13px;
        line-height: 25px;
        color: rgba(255,255,255,.67);
        text-transform: uppercase;
    }

.pro-menu {
    padding: 0 6px;
    background: white;
}

.pro-item1 {
    position: relative;
    height: 66px;
    line-height: 65px;
    border-bottom: solid 1px #eeeeee;
    padding: 0 20px;
}

.pro-cate1 {
    display: block;
    margin-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #222;
}

.pro-tig1 {
    position: absolute;
    right: 20px;
    top: 0;
    transition: all .5s;
    width: 20px;
    height: 65px;
    background: url(../images/pro-dowm.png) no-repeat center;
}

.pro-item2 {
    position: relative;
    height: 51px;
    line-height: 50px;
    border-bottom: solid 1px #eeeeee;
    padding: 0 20px;
}

.pro-cate2 {
    display: block;
    margin-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #555;
    padding-left: 16px;
    background: url(../images/pro-cate2.png) no-repeat left center;
}

.pro-tig2 {
    position: absolute;
    right: 20px;
    top: 0;
    transition: all .5s;
    width: 20px;
    height: 50px;
    background: url(../images/pro-dowm.png) no-repeat center;
}

.pro-slide2 {
    border-bottom: solid 1px #eeeeee;
}

.pro-pad {
    padding: 7px 35px 4px 35px;
}

    .pro-pad a {
        display: block;
        font-size: 14px;
        color: #888;
        line-height: 30px;
    }

.pro-slide1, .pro-slide2 {
    display: none;
}

.pro-parent1.open .pro-cate1, .pro-cate1:hover {
    color: #10713a;
    font-weight: bold;
}

.pro-parent1.open .pro-tig1, .pro-parent2.open .pro-tig2 {
    transform: rotate(90deg);
}

.pro-parent2.open .pro-cate2 {
    color: #10713a;
}

.pro-pad a.on, .pro-pad a:hover, .pro-cate2:hover {
    color: #10713a;
}

.pro-parent1.open .pro-slide1, .pro-parent2.open .pro-slide2 {
    display: block;
}

.pro-parent1:last-child .pro-item1 {
    border-bottom: none;
}

.pro-right {
    width: 896px;
    float: right;
}

.center-box {
    margin: 0 -8px -16px;
    overflow: hidden;
    /* padding-bottom: 24px; */
}

.center-li {
    width: 50%;
    float: left;
    padding: 0 8px;
    margin-bottom: 16px;
}

.center-list {
    display: block;
    width: 100%;
    background: white;
}

.center-pic {
    width: 100%;
    overflow: hidden;
    padding: 30px 20px;
    border-bottom: solid 1px #f1f1f1;
}

    .center-pic img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .5s;
    }

.center-font {
    transition: all .5s;
    padding: 18px 20px;
    background: url(../images/pro-more.png) no-repeat right 35px center;
}

    .center-font h3 {
        font-size: 16px;
        color: #333;
        line-height: 25px;
        margin-right: 50px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .center-font p {
        font-size: 14px;
        color: #888;
        line-height: 24px;
        margin-right: 50px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.center-list:hover img {
    transform: scale(1.05);
}

.center-list:hover .center-font h3 {
    color: #10713a;
}

.center-list:hover .center-font {
    background-position: right 20px center;
    background-image: url(../images/pro-moreH.png);
}



.app-menu {
    height: 45px;
    background: #fff;
    display: none;
}

.app-parent {
    height: 100%;
    position: relative;
}

.app-item {
    position: relative;
    height: 45px;
    padding: 0 15px;
}

.app-cate {
    line-height: 45px;
    float: left;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.app-tig {
    position: absolute;
    width: 20px;
    height: 45px;
    top: 0;
    right: 15px;
    background: url(../images/pro-dowm.png) no-repeat center;
}

.app-parent .pro-menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 33;
}

.app-parent.open .app-tig {
    transform: rotate(90deg);
}

.app-parent.open .app-item {
    border-bottom: solid 1px #eee;
}

.app-menu .pro-menu {
    padding: 0 6px;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.app-menu .pro-item1 {
    position: relative;
    height: 41px;
    line-height: 40px;
    border-bottom: solid 1px #eeeeee;
    padding: 0 10px;
}

.app-menu .pro-cate1 {
    display: block;
    margin-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #222;
}

.app-menu .pro-tig1 {
    position: absolute;
    right: 20px;
    top: 0;
    transition: all .5s;
    width: 20px;
    height: 40px;
    background: url(../images/pro-dowm.png) no-repeat center;
}

.app-menu .pro-item2 {
    position: relative;
    height: 41px;
    line-height: 40px;
    border-bottom: solid 1px #eeeeee;
    padding: 0 10px;
}

.app-menu .pro-cate2 {
    display: block;
    margin-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #555;
    padding-left: 16px;
    background: url(../images/pro-cate2.png) no-repeat left center;
}

.app-menu .pro-tig2 {
    position: absolute;
    right: 20px;
    top: 0;
    transition: all .5s;
    width: 20px;
    height: 40px;
    background: url(../images/pro-dowm.png) no-repeat center;
}

.app-menu .pro-slide2 {
    border-bottom: solid 1px #eeeeee;
}

.app-menu .pro-pad {
    padding: 7px 25px 4px;
}

    .app-menu .pro-pad a {
        display: block;
        font-size: 12px;
        color: #888;
        line-height: 20px;
    }

.app-menu .pro-slide1, .app-menu .pro-slide2 {
    display: none;
}

.app-menu .pro-parent1.open .pro-cate1, .app-menu .pro-cate1:hover {
    color: #10713a;
    font-weight: bold;
}

.app-menu .pro-parent1.open .pro-tig1, .app-menu .pro-parent2.open .pro-tig2 {
    transform: rotate(90deg);
}

.app-menu .pro-parent2.open .pro-cate2 {
    color: #10713a;
}

.app-menu .pro-pad a.on, .pro-pad a:hover, .pro-cate2:hover {
    color: #10713a;
}

.app-menu .pro-parent1.open .pro-slide1, .app-menu .pro-parent2.open .pro-slide2 {
    display: block;
}

.app-menu .pro-parent1:last-child .pro-item1 {
    border-bottom: none;
}

@media (max-width: 1259px) {
}

@media (max-width:991px) {

    .app-menu {
        display: block;
    }

    .pro-nav {
        display: none;
    }

    .pro-left, .pro-right {
        width: 100%;
        float: none;
    }
}

@media (max-width:767px) {

    .product {
        padding: 40px 0 50px;
    }

    .pro-search {
        height: 40px;
    }

        .pro-search .text, .pro-search .submit {
            height: 38px;
        }

        .pro-search .text {
            width: 80%;
        }

    .center-box {
        margin: 0 -7.5px;
        padding-bottom: 0;
    }

    .center-li {
        padding: 0 7.5px;
        margin-bottom: 15px;
    }

    .center-font {
        padding: 10px 13px;
        background-size: 20px;
        background-position: right 13px center;
    }

        .center-font h3 {
            margin-right: 25%;
        }
}



/*===========================*/

.proi-right {
    float: right;
    width: 900px;
    background: white;
    padding: 40px 20px 80px;
}

.pir-left {
    width: 446px;
    float: left;
}

.jqzoom {
    border: solid 1px #eee;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .jqzoom img {
        width: 100%;
        height: 100%;
        padding: 20px;
    }

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 368px;
    height: 368px;
    background: #ffffff;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

.spec-preview {
    width: 100%;
}

.spec-scroll {
    width: 100%;
    position: relative;
    height: 84px;
    margin-top: 20px;
}

    .spec-scroll .prev {
        left: 0px;
        text-align: left;
    }

    .spec-scroll .next {
        right: 0px;
        text-align: right;
    }

    .spec-scroll .prev, .spec-scroll .next {
        font-weight: bold;
        position: absolute;
        top: 0;
        width: 28px;
        height: 74px;
        cursor: pointer;
        line-height: 74px;
        font-size: 20px;
        color: #999;
    }

        .spec-scroll .prev:hover, .spec-scroll .next:hover {
            color: #00559d;
        }

    .spec-scroll .items {
        width: 328px;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin-left: 27px;
    }

        .spec-scroll .items ul {
            position: absolute;
        }

            .spec-scroll .items ul li {
                width: 100%;
                width: 100px;
                text-align: center;
                float: left;
                margin-right: 7px;
            }

                .spec-scroll .items ul li img {
                    border: 1px solid #eee;
                    width: 100%;
                    height: 83px;
                    padding: 5px;
                }

                .spec-scroll .items ul li.hover img {
                    border: 1px solid #10713a;
                }

                .spec-scroll .items ul li p {
                    color: #333;
                    font-size: 16px;
                    text-align: center;
                    margin-bottom: 0px;
                }

.pir-right {
    width: 384px;
    float: right;
}

    .pir-right h3 {
        margin-bottom: 7px;
        font-size: 26px;
        color: #333;
        line-height: 32px;
        font-weight: bold;
        margin-top: 35px;
    }

    .pir-right h4 {
        margin-bottom: 9px;
        font-size: 14px;
        color: #666;
        line-height: 30px;
    }

    .pir-right h5 {
        font-size: 16px;
        color: #333;
        line-height: 36px;
        font-weight: bold;
    }

    .pir-right p {
        font-size: 14px;
        color: #666;
        line-height: 26px;
    }

.pir-more {
    transition: all .4s;
    color: white;
    margin: 28px 0 35px;
    font-size: 16px;
    width: 200px;
    display: block;
    background: #10713a;
    padding: 17px 32px;
    line-height: 22px;
}

    .pir-more i {
        float: right;
    }

.pir-right .info-share {
    float: none;
}

.pir-more:hover {
    background: #10713a;
}

.pir-bot {
    margin-top: 60px;
}

.pir-nav {
    height: 46px;
    background: #f1f1f1;
    overflow-x: auto;
    white-space: nowrap;
}

    .pir-nav a {
        padding: 0 28px;
        display: inline-block;
        position: relative;
        color: #333;
        font-size: 18px;
        line-height: 46px;
    }

        .pir-nav a::after {
            position: absolute;
            content: '';
            width: 1px;
            height: 18px;
            right: 0;
            top: 14px;
            background: #dcdcdc;
        }

        .pir-nav a.on {
            color: white;
            background: #10713a;
        }

            .pir-nav a.on::after {
                display: none;
            }

.pir-box h3 {
    margin-bottom: 24px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
}

.pir-box {
    padding: 37px 10px 0;
    display: none;
    min-height: 500px;
}

    .pir-box.on {
        display: block;
    }

.pir-list {
    overflow: hidden;
    margin-bottom: 11px;
}

.pir-icon {
    /* width: 54px; */
    line-height: 46px;
    float: left;
    overflow: hidden;
    vertical-align: middle;
}

    .pir-icon img {
        display: block;
        width: 100%;
        height: 100%;
        margin-top: -5px;
    }

.pir-list p {
    /* margin-left: 45px; */
    font-size: 14px;
    color: #666;
    line-height: 26px;
    /* padding-top: 13px; */
}

.pir-ttn {
    transition: all .4s;
    border: solid 1px #dcdcdc;
    margin-right: 10px;
    float: left;
    color: #666;
    font-size: 16px;
    width: 170px;
    display: block;
    background: #fff;
    padding: 12px 32px;
    line-height: 22px;
}

    .pir-ttn i {
        float: right;
    }

    .pir-ttn:hover {
        background: #10713a;
        border: solid 1px #10713a;
        color: white;
    }

.pir-btn {
    margin-top: 40px;
}

.pir-swiper {
    display: none;
    position: relative;
    border: solid 1px #eee;
}

.pir-pic img {
    display: block;
    width: 100%;
}

.pir-swiper .swiper-pagination {
    width: 100%;
    bottom: 15px;
}

.pir-swiper .swiper-pagination-bullet {
    opacity: 1;
    background: #d9d9d9;
    margin: 0 5px;
}

.pir-swiper .swiper-pagination-bullet-active {
    background: #00559d;
}

@media (max-width: 1259px) {

    .proi-right {
    }

    .pir-left, .pir-right {
        float: none;
        width: 100%;
    }

    .pir-right {
        margin-top: 30px;
    }

    .zoomdiv, .jqZoomPup {
        display: none !important;
    }

    .spec-scroll .items {
        width: 500px;
        margin-left: 52px;
    }
}

@media (max-width: 991px) {

    .proi-right {
        width: 100%;
    }

    .spec-scroll .items {
        width: 600px;
        margin-left: 42px;
    }
}

@media (max-width: 767px) {

    .pir-swiper {
        display: block;
    }

    .pir-left {
        display: none;
    }

    .proi-right {
        padding: 35px 15px 40px;
    }

    .pir-right h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .pir-right p {
        line-height: 22px;
    }

    .pir-more {
        margin: 20px 0 10px;
        padding: 7px 20px;
        width: 130px;
        font-size: 14px;
    }

        .pir-more i {
            font-size: 14px;
        }

    .pir-bot {
        margin-top: 40px;
    }

    .pir-nav {
        height: 40px;
    }

        .pir-nav a {
            padding: 0 15px;
            font-size: 14px;
            line-height: 40px;
        }

    .pir-box {
        padding: 20px 0 0;
    }

        .pir-box h3 {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 10px;
        }

    .pir-icon {
        width: 40px;
        height: 40px;
    }

    .pir-list p {
        margin-left: 50px;
        font-size: 14px;
        line-height: 22px;
        padding-top: 3px;
    }

    .pir-ttn {
        padding: 7px 20px;
        width: 130px;
        font-size: 14px;
    }

    .pir-btn {
        margin-top: 25px;
    }
}




@media (max-width: 1919px) {
}

@media (max-width: 1679px) {
}

@media (max-width: 1459px) {
    .category-item {
        padding: 0 30px;
    }

    .nav-t-sear {
        margin-top: 38px;
    }

    .nav-t-sear,
    .category-a {
        font-size: 16px;
        line-height: 44px;
    }

    .header {
        height: 80px;
    }

        .header .logo {
            width: 86px;
        }

    .banner {
        margin-top: 80px;
    }

    .foot-top {
        padding-bottom: 20px;
    }

    .foot {
        padding-top: 60px;
    }

    .ny-banner {
        margin-top: 80px;
    }
}

@media (max-width: 1259px) {
    .category-item {
        padding: 0 25px;
    }

    .foot-left dt a {
        font-size: 16px;
    }

    .foot-left {
        display: none;
    }

    .foot-mid {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .foot-bot p.footp-right {
        float: left;
        margin-top: 10px;
        width: 100%;
    }

    .foot {
        padding-top: 45px;
    }

    .foot-top {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .foot-bot {
        font-size: 14px;
        line-height: 22px;
    }

    .foot-mid p .cond {
        font-size: 24px;
    }

    .foot-mid p a, .foot-mid p {
        font-size: 16px;
        color: #ddd;
        line-height: 22px;
        margin-bottom: 6px;
    }
}


.zhhd-big {
    margin-bottom: -20px;
}

@media (max-width: 1919px) {
}

@media (max-width: 1679px) {
}

@media (max-width: 1459px) {
    .proi-right,
    .news-left {
        padding-bottom: 60px;
    }

    .product,
    .pzgk,
    .tzz,
    .jszc-three,
    .zhhd,
    .news-two,
    .news-one,
    .yfcg,
    .reciue,
    .about {
        padding: 60px 0;
    }

        .about h3 {
            margin-bottom: 35px;
            font-size: 28px;
            padding-bottom: 20px;
        }

    .ab-four ul {
        margin-bottom: 45px;
    }

    .person {
        padding: 60px 0 0;
    }

    .page {
        margin-top: 40px;
    }

    .yfzx {
        padding: 60px 0 10px;
    }

    .tzz h3,
    .jszc h3,
    .zzzx h3,
    .person h3 {
        margin-bottom: 40px;
    }

    .rc-pic {
        width: 100px;
    }

    .rc-icon {
        background-size: 45px;
    }

    .rc-icon3 {
        background-size: 35px;
    }

    .ny-tit h3 {
        font-size: 32px;
    }

    .ab-one {
        /* margin-top: 80px; */
    }

    .pir-right h3 {
        font-size: 24px;
    }
}

@media (max-width: 1220px) {
    .proi-right,
    .news-left {
        padding-bottom: 50px;
    }

    .person {
        padding: 50px 0 0;
    }

    .product,
    .pzgk,
    .tzz,
    .jszc-three,
    .zhhd,
    .news-one,
    .news-two,
    .yfcg,
    .reciue,
    .about {
        padding: 50px 0;
    }

        .tzz h3,
        .jszc h3,
        .zzzx h3,
        .person h3,
        .about h3 {
            font-size: 24px;
        }

    .ab-four li .abf-icon {
        font-size: 35px !important;
    }

    .ab-four li h4 {
        font-size: 16px;
    }

    .ab-four ul {
        margin-bottom: 30px;
    }

    .abf-right h4 {
        line-height: 28px;
    }

    .abf-right p {
        line-height: 26px;
    }

    .form .text1 {
        height: 45px;
    }

    .person li p {
        padding: 0 15px;
    }

    .person h3 {
        margin-bottom: 30px;
    }

    .ab-one {
        padding-top: 150px;
    }

    .ab-two p {
        margin: 0 auto 40px;
        font-size: 16px;
    }

    .yfzx {
        padding: 50px 0 0;
    }

    .pro-right {
        width: 640px;
    }

    .proi-right {
        width: 640px;
    }
}

@media (max-width: 1025px) {
    .rc-pic {
        width: 80px;
        height: 75px;
    }

    .person li h4 {
        margin-bottom: 10px;
        font-size: 18px;
        margin-top: 20px;
    }

    .rc-icon {
        background-size: 30px;
    }

    .rc-icon3 {
        background-size: 25px;
    }

    .person li p {
        font-size: 16px;
        line-height: 24px;
    }

    .reciue {
        padding: 10px 0 50px;
    }

    .ab-one {
        /* margin-top: 50px; */
    }

    .abt-font h5 {
        font-size: 14px;
        line-height: 22px;
    }

    .pro-left {
        width: 240px;
    }

    .pro-search .text {
        width: 170px;
    }

    .pro-tit h3 {
        font-size: 22px;
    }

    .proi-right,
    .pro-right {
        width: 480px;
    }

    .pir-swiper {
        display: block;
    }

    .pir-left {
        display: none;
    }

    .pir-right {
        display: none;
    }
}

@media (max-width: 991px) {
    .pro-left {
        width: 100%;
    }

    .pro-right {
        width: 100%;
    }

    .proi-right {
        width: 100%;
    }
}

@media (max-width: 769px) {
    .product,
    .pzgk,
    .tzz,
    .jszc-three,
    .zhhd,
    .news-two,
    .news-one,
    .yfcg,
    .about {
        padding: 45px 0;
    }

        .tzz h3,
        .jszc h3,
        .zzzx h3,
        .person h3 {
            font-size: 22px;
            margin-bottom: 20px;
        }

    .proi-right,
    .news-left {
        padding-bottom: 45px;
    }

    .about h3 {
        font-size: 22px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .form .submit {
        width: 130px;
        height: 38px;
        font-size: 14px;
    }

    .rc-pic {
        width: 60px;
        height: 53px;
    }

    .person li p {
        padding: 0 10px;
    }

    .job-ri {
        padding-left: 50px;
        font-size: 18px;
        line-height: 50px;
    }

    .job-le {
        width: 50px;
        height: 50px;
    }

    .job-z {
        width: 78%;
        padding: 0 15px;
    }

    .reciue {
        padding: 10px 0 45px;
    }
    /* .join-s{margin-bottom: -10px;} */
    .job-hea {
        height: 50px;
        line-height: 50px;
    }

    .ab-one {
        padding-top: 45px;
        margin-top: 50px;
    }

    .ab-two p {
        width: 100%;
        margin: 0 auto 30px;
    }

    .ab-two li {
        width: 100%;
        margin-bottom: 20px;
    }

        .ab-two li:last-child {
            width: 100%;
            margin-bottom: 0px;
        }

    .abt-font {
        height: auto;
        padding: 15px 20px;
    }

    .pz-font p {
        font-size: 16px;
        line-height: 26px;
    }

    .zx-font {
        height: 100px;
    }

        .zx-font h4 {
            margin-bottom: 10px;
        }

    .yfzx li {
        margin-bottom: 20px;
        height: auto;
    }

    .yfzx {
        padding: 45px 0 25px;
    }

    .center-font p,
    .center-font h3 {
        margin-right: 0;
    }

    .center-li {
        width: 100%;
    }

        .center-li:last-child {
            margin-bottom: 0;
        }
}

@media (max-width: 321px) {
    .job-z {
        width: 76%;
    }
}




.abt3-con {
    margin-top: 48px;
}

.abt3-ul {
    margin: -28px -14px 0;
}

    .abt3-ul li {
        float: left;
        width: 25%;
        padding: 0 14px;
        margin-top: 28px;
    }

.abt3-img {
    box-shadow: 0 0 13px rgba(0,0,0,.1);
}

    .abt3-img img {
        width: 100%;
        padding: 10px;
        background-color: #fff;
    }




.banner-wrap {
    position: absolute;
    top: 48.8%;
    width: 100%;
    transform: translateY(-50%);
}

.index.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.index.banner .app-banner {
    display: none;
    width: 100%;
}

.index.banner {
    position: relative;
    z-index: 22;
    margin-top: 100px;
}

.pc-banner {
    width: 100%;
}

.banner-font h4 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin: 15px 0 25px;
}

    .banner-font h4 .time {
        font-size: 72px;
        font-family: 'dinm';
        vertical-align: middle;
        margin-top: -22px;
        display: inline-block;
        font-weight: 400;
        margin-right: 10px;
    }

.banner-font h3 {
    color: #fff;
    font-size: 53px;
}

.banner-font p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 14px;
}

    .banner-font p::before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #fff;
        margin-right: 7px;
        margin-top: -5px;
        vertical-align: middle;
    }

.banner-box {
    width: 100%;
}

.banner-btn {
    margin-top: 80px;
}


.index-btn {
    width: 172px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #fff;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .index-btn::before {
        transition: all 0.5s;
        content: "";
        display: block;
        background-color: #006ec2;
        position: absolute;
        left: 0;
        width: 0%;
        height: 100%;
    }

    .index-btn span {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        transition: all 0.5s;
        /* font-family: 'aliM'; */
        position: absolute;
        /* top: 50%; */
        transform: translate(-50%,0);
        width: 100%;
        height: 100%;
        padding: 11px 0;
    }

        .index-btn span:first-child {
            left: 50%;
            width: 100%;
        }

        .index-btn span:last-child {
            left: -100%;
            color: #fff;
        }

    .index-btn:hover {
        border: 2px solid #006ec2;
        background-color: #006ec2;
    }

        .index-btn:hover span:first-child {
            left: 150%;
        }

        .index-btn:hover span:last-child {
            left: 50%;
            width: 100%;
        }

        .index-btn:hover::before {
            width: 110%;
        }

    .index-btn span::after {
        content: ">";
        font-size: 18px;
        color: #fff;
        font-family: "宋体";
        margin-left: 10px;
        display: inline-block;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }



@media(max-width: 1919px) {
    .ban-tit {
        line-height: 72px;
        font-size: 62px;
        letter-spacing: -2px;
    }
}

@media(max-width: 1679px) {
    .ban-tit {
        line-height: 62px;
        font-size: 54px;
        letter-spacing: 0px;
        margin: 16px 0 55px;
    }

    .index.banner .ban-btn {
        padding: 17px 60px;
    }
}

@media(max-width: 1459px) {
    .ban-tit {
        line-height: 62px;
        font-size: 48px;
        margin: 10px 0 36px;
    }

    .index.banner .ban-btn {
        padding: 16px 50px;
    }
}

@media(max-width: 1259px) {
    .index.banner {
        margin-top: 60px;
    }

    .ban-tit {
        line-height: 45px;
        font-size: 38px;
    }

    .index.banner .ban-btn {
        padding: 14px 36px;
    }
}

@media(max-width: 991px) {
    .ban-tit {
        line-height: 34px;
        font-size: 28px;
        margin: 8px 0 32px;
    }

    .index.banner .ban-btn {
        padding: 12px 28px;
    }
}

@media(max-width: 767px) {
    .index.banner .app-banner {
        display: block;
    }

    .index.banner .pc-banner {
        display: none;
    }

    .banner-btn {
        text-align: center;
    }

    .index.banner .ban-btn {
        padding: 8px 24px;
    }

    .ban-tit {
        line-height: 28px;
        font-size: 22px;
        margin: 6px 0 24px;
    }

    .index.banner .ban-btn {
        padding: 8px 24px;
    }
}

@media(max-width: 639px) {
}

@media(max-width: 400px) {
}

@media(max-width: 321px) {
}


.index-tit {
    font-size: 50px;
    color: #333;
}

.index-dec {
    color: #666;
    line-height: 30px;
    font-size: 18px;
    margin-top: 19px;
}

.p-style {
    display: block;
}

.ssline {
    position: relative;
    display: inline-block;
}

    .ssline::after {
        transition: all 0.2s;
        content: "";
        display: block;
        margin: 20px 0 14px;
        vertical-align: middle;
        width: 70px;
        height: 3px;
        background: #10713a;
    }

.com-ul {
    margin: 0 -11px;
    font-size: 0;
}

    .com-ul li {
        width: 33.33%;
        padding: 0 11px;
        display: inline-block;
        vertical-align: top;
    }

.index {
}

.index-one {
}

    .index-one .index-dec {
    }

    .index-one .ssline::after {
        margin: 91px 0 24px;
    }


.index-one {
}

.inon-text {
}

    .inon-text h4 {
        font-size: 24px;
    }

    .inon-text p {
        color: #777;
        line-height: 26px;
        font-size: 16px;
        margin: 15px 0 30px;
    }

.inon-img {
    background-color: #fff;
    display: inline-block;
    height: 100%;
}

.inon-left {
    float: left;
    width: 32.4%;
    padding: 184px 0 0;
}

.inon-center {
    float: left;
    width: 42.12%;
    padding-top: 132px;
}

    .inon-center img {
        width: 100%;
    }

.inon-right {
    float: right; /* width: 20%; */
    height: 780px;
    text-align: right;
    display: inline-block;
    position: relative;
    padding: 113px 0;
}

    .inon-right .swiper-container {
        height: 553px;
    }

    .inon-right .swiper-button-prev {
        position: absolute;
        top: 11%;
        left: 50%;
        transform: translateX(-50%);
        background: url(../images/arrow.png)no-repeat center;
        background-size: 20px;
        width: 100%;
    }

    .inon-right .swiper-button-next {
        position: absolute;
        bottom: 8.7%;
        left: 50%;
        transform: translateX(-45%) rotate(180deg);
        background: url(../images/arrow.png)no-repeat center;
        background-size: 20px;
        width: 100%;
        top: auto;
    }

        .inon-right .swiper-button-prev:hover,
        .inon-right .swiper-button-next:hover {
            background: url(../images/arrow1.png)no-repeat center;
        }

    .inon-right .swiper-slide.on .inon-img,
    .inon-right .swiper-slide:hover .inon-img {
        border: 2px solid #10713a;
    }

    .inon-right .swiper-slide.on .triangle::after,
    .inon-right .swiper-slide:hover .triangle::after {
        opacity: 1;
    }

    .inon-right .swiper-slide .inon-img {
        border: 2px solid transparent;
    }

    .inon-right .swiper-slide img { /* width: 100%; */
        height: 100%;
    }

    .inon-right .swiper-slide {
        padding-left: 6px;
    }

    .inon-right p {
        display: none;
    }

    .inon-right h4 {
        display: none;
    }


.triangle {
    position: relative;
}

    .triangle::after {
        position: absolute;
        top: 50%;
        left: -8px;
        content: "";
        display: inline-block;
        border-right: 6px solid #10713a;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        vertical-align: middle;
        margin-top: -5px;
        opacity: 0;
    }

.omit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.omit1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.omit3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mengban {
    position: relative;
}

    .mengban::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        top: 0;
        left: 0;
        position: absolute;
    }

.index-left {
    float: left;
}

.index-right {
    float: right;
}

/* 43 */
.index-two {
    padding-bottom: 80px;
    background-color: #f7f7f7;
    padding-top: 94px;
}

    .index-two .index-wrap {
        width: 121%;
    }

    .index-two .index-dec {
        text-align: center;
        margin-bottom: 45px
    }

    .index-five .index-dec,
    .index-five .index-tit,
    .index-two .index-tit {
        text-align: center;
    }

    .index-two img {
        width: 100%;
    }

    .index-two .ny-item {
        position: relative;
    }

.intw-font {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 22;
    padding: 0 46px 64px;
}

    .intw-font h4 {
        font-size: 38px;
        color: #fff;
    }

    .intw-font p {
        font-size: 18px;
        color: #fff;
        margin-top: 16px;
    }


.index-three {
    padding: 91px 0 72px;
}

    .index-three .index-btn2 {
        margin-top: 41px;
    }

    .index-three .index-left > p {
        font-size: 16px;
        color: #666;
        line-height: 32px;
        text-align: justify;
        margin-top: 20px;
    }

    .index-three .index-left {
        width: 49%;
        padding-top: 27px;
    }

        .index-three .index-left .index-dec {
            margin-top: 11px;
        }

    .index-three .index-right {
        width: 43.5%;
    }

        .index-three .index-right h4 {
            font-size: 30px;
            color: #333;
        }

            .index-three .index-right h4 span {
                font-size: 60px;
                font-family: 'dinc';
            }

        .index-three .index-right p {
            font-size: 20px;
            color: #666;
            margin-top: 2px;
        }

        .index-three .index-right ul {
            margin: 0 -34px;
        }

        .index-three .index-right li {
            width: 50%;
            padding: 0 34px;
            margin-bottom: 50px;
        }

    .index-three .ny-item {
        border-bottom: 1px solid #e4e4e4;
    }

        .index-three .ny-item img {
            border: 1px solid #d2d2d2;
            border-radius: 50%;
            float: left;
            vertical-align: middle;
            margin-right: 20px;
            margin-top: 7px;
        }

    .index-three .ny-font {
        float: left;
        padding-bottom: 21px; /* border-bottom: 1px solid; */
    }

.index-one .index-btn2 span {
    color: #777;
}

.index-three .index-btn2 span {
    color: #777;
}

.index-four {
    position: relative;
}

    .index-four .index-left {
        width: 58.645%;
        position: absolute;
        height: 100%;
    }

    .index-four .index-right {
        width: 41.355%;
        color: #fff;
        padding: 228px 0 219px 110px;
    }

    .index-four .index-left div {
        display: inline-block;
        background-color: #fff;
        border-radius: 50%;
        overflow: hidden;
        transition: all 0.5s;
    }

    .index-four .index-left li {
        position: absolute;
        transition: all 0.5s;
    }

        .index-four .index-left li:hover {
            transform: scale(1.03) translateY(-8px);
        }

            .index-four .index-left li:hover div {
                box-shadow: 0 0 20px rgba(16,113,58,0.5);
            }



        .index-four .index-left li:nth-child(1) {
            top: 18.4%;
            left: 21.5%;
        }

        .index-four .index-left li:nth-child(2) {
            top: 26.1%;
            left: 35.5%;
        }

        .index-four .index-left li:nth-child(3) {
            top: 14.7%;
            left: 52.5%;
        }

        .index-four .index-left li:nth-child(4) {
            top: 12.8%;
            right: 22%;
        }

        .index-four .index-left li:nth-child(5) {
            top: 19.7%;
            right: 5.5%;
        }

        .index-four .index-left li:nth-child(6) {
            top: 41.35%;
            left: 14.1%;
        }

        .index-four .index-left li:nth-child(7) {
            top: 48%;
            left: 26.5%;
        }

        .index-four .index-left li:nth-child(8) {
            top: 40.1%;
            left: 48.2%;
        }

        .index-four .index-left li:nth-child(9) {
            top: 42%;
            right: 23.4%;
        }

        .index-four .index-left li:nth-child(11) {
            top: 72%;
            left: 23.5%;
        }

        .index-four .index-left li:nth-child(10) {
            top: 39.5%;
            right: 10%;
        }

        .index-four .index-left li:nth-child(12) {
            top: 65.3%;
            left: 40%;
        }

        .index-four .index-left li:nth-child(13) {
            top: 67.6%;
            left: 60%;
        }

        .index-four .index-left li:nth-child(14) {
            top: 65%;
            right: 13.5%;
        }

        .index-four .index-left li:nth-child(15) {
            top: 61%;
            right: 0;
        }

    .index-four .index-right .index-tit {
        line-height: 68px;
        color: #fff;
    }

    .index-four .index-right .index-dec {
        color: #fff;
        margin-top: 9px;
    }

    .index-four .index-btn2 {
        margin-top: 28px;
    }



.index-btn2 {
    width: 172px;
    height: 50px;
    border-radius: 25px;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: left;
}

    .index-btn2::before {
        transition: all 0.5s;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 0%;
        height: 100%;
    }

    .index-btn2 span {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        transition: all 0.5s;
        position: absolute;
        transform: translate(-50%,0);
        width: 100%;
        height: 100%;
        padding: 13px 0;
        text-align: center;
    }

        .index-btn2 span:first-child {
            left: 50%;
            width: 100%;
            text-align: left;
        }

        .index-btn2 span:last-child {
            left: -100%;
            color: #fff;
        }

    .index-btn2:hover {
        text-align: center;
        background: -webkit-linear-gradient(right, #69b12b 0%,#0f713a 100%);
        background: -o-linear-gradient(right, #69b12b 0%,#0f713a 100%);
        background: -ms-linear-gradient(right, #69b12b 0%,#0f713a 100%);
        background: linear-gradient(to right, #69b12b 0%,#0f713a 100%);
    }

        .index-btn2:hover span:first-child {
            left: 150%;
        }

        .index-btn2:hover span:last-child {
            left: 50%;
            width: 100%;
        }

        .index-btn2:hover::before {
            width: 110%;
        }

        .index-btn2:hover span::after {
            background: none;
        }

    .index-btn2 span::after {
        content: ">";
        font-size: 18px;
        color: #fff;
        font-family: "宋体";
        margin-left: 10px;
        display: inline-block;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        background: -webkit-linear-gradient(top, #69b12b 0%,#0f713a 100%);
        background: -o-linear-gradient(top, #69b12b 0%,#0f713a 100%);
        background: -ms-linear-gradient(top, #69b12b 0%,#0f713a 100%);
        background: linear-gradient(to top, #69b12b 0%,#0f713a 100%);
    }






.com-swxt {
    display: block;
    position: relative;
}

.swxt-img {
    overflow: hidden;
}

    .swxt-img img {
        width: 100%;
        transition: all 1s;
    }

.swxt-font {
    text-align: center;
    color: #333;
}

.index-five {
    padding: 75px 0;
}

    .index-five .index-wrap {
        margin-top: 44px;
    }

    .index-five ul {
        margin: 0 -16px;
    }

    .index-five li {
        padding: 0 16px;
    }

        .index-five li:hover img {
            transform: scale(1.05);
        }

        .index-five li:hover h4 {
            color: #0f713a;
        }

    .index-five .swxt-font {
        text-align: left;
    }

        .index-five .swxt-font span {
            display: inline-block;
            font-size: 14px;
            color: #fff;
            background-color: #10713a;
            padding: 1px 8px 2px;
            vertical-align: middle;
            margin: 15px 0 21px;
        }

        .index-five .swxt-font em {
            font-size: 14px;
            color: #999;
            font-family: 'DIN';
            vertical-align: middle;
            margin-left: 16px;
            margin-top: -6px;
            display: inline-block;
        }

        .index-five .swxt-font h4 {
            font-size: 24px;
            color: #000;
        }

        .index-five .swxt-font p {
            font-size: 16px;
            color: #777;
            line-height: 26px;
            margin-top: 15px;
        }

.index-four .index-left > img {
    display: none;
}

.index.banner .swiper-button-next, .index.banner .swiper-button-prev {
    display: none;
}

@media (max-width: 1919px) {
    .index-four .index-left li:nth-child(3) {
        top: 14.7%;
        left: 50.5%;
    }

    .index-four .index-left li:nth-child(8) {
        top: 40.1%;
        left: 46.2%;
    }

    .index-two .index-wrap {
        width: 114%;
    }
}

@media (max-width: 1679px) {
    .index-four .index-left li:nth-child(8) {
        top: 40.1%;
        left: 43.2%;
    }

    .index-two .index-wrap {
        width: 104%;
    }

    .intw-font h4 {
        font-size: 32px;
    }

    .intw-font {
        padding: 0 40px 40px;
    }

        .intw-font h4 {
            font-size: 26px;
        }
}

@media (max-width: 1459px) {
    .banner,
    .index.banner {
        margin-top: 80px;
    }

    .banner-font h3 {
        font-size: 42px;
    }

    .banner-font h4 {
        font-size: 40px;
    }

        .banner-font h4 .time {
            font-size: 62px;
            margin-right: 10px;
        }

    .banner-font p {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .banner-btn {
        margin-top: 40px;
    }

    .index-tit {
        font-size: 40px;
    }

    .inon-right {
        height: 680px;
        padding: 80px 0;
    }

        .inon-right .swiper-container {
            height: 520px;
        }

        .inon-right .swiper-button-prev {
            top: 8%;
        }

        .inon-right .swiper-button-next {
            bottom: 4.7%;
        }

    .index-one .ssline::after {
        margin: 40px 0 24px;
    }

    .inon-left {
        padding: 164px 0 0;
    }

    .index-five {
        padding: 60px 0;
    }

    .index-dec {
        margin-top: 10px;
    }

    .index-five .index-wrap {
        margin-top: 35px;
    }

    .index-five .swxt-font h4 {
        font-size: 22px;
    }

    .index-four .index-right {
        padding: 158px 0 158px 60px;
    }

    .index-four .index-left li {
        transform: scale(0.75);
    }

    .index-four .index-right .index-tit {
        line-height: 54px;
    }

    .index-two {
        padding: 60px 0;
    }

        .index-two .index-dec {
            margin-bottom: 35px;
        }

    .index-three .ny-font {
        width: 69%;
    }

    .index-three .index-right h4 {
        font-size: 26px;
    }

        .index-three .index-right h4 span {
            font-size: 54px;
        }

    .index-three {
        padding: 60px 0 40px;
    }

        .index-three .index-right li {
            margin-bottom: 40px;
        }

        .index-three .index-right li {
            padding: 0 16px;
        }

        .index-three .index-left > p {
            height: 224px;
        }
}

@media (max-width: 1259px) {
    .banner-font h3 {
        font-size: 36px;
    }

    .banner-font h4 {
        font-size: 34px;
    }

        .banner-font h4 .time {
            font-size: 50px;
            margin-right: 5px;
            margin-top: -12px;
        }

    .inon-right .swiper-container {
        height: 465px;
    }

    .inon-right {
        height: 587px;
        padding: 60px 0;
    }

    .index-tit {
        font-size: 34px;
    }

    .index-dec {
        line-height: 26px;
        font-size: 16px;
        margin-top: 8px;
    }

    .inon-text h4 {
        font-size: 22px;
    }

    .inon-left {
        padding: 123px 0 0;
        width: 34%;
        margin-right: 30px;
    }

    .index-five .swxt-font p {
        line-height: 24px;
        margin-top: 10px;
    }

    .index-five .swxt-font h4 {
        font-size: 20px;
    }

    .index-four .index-right {
        padding: 100px 0 100px 20px;
    }

        .index-four .index-right .index-tit {
            line-height: 42px;
        }


    .index-four .index-left li:nth-child(1) {
        top: 11.4%;
        left: 10.5%;
    }

    .index-four .index-left li:nth-child(2) {
        top: 18.1%;
        left: 26.5%;
    }

    .index-four .index-left li:nth-child(3) {
        top: 14.7%;
        left: 52.5%;
    }

    .index-four .index-left li:nth-child(4) {
        top: 6.8%;
        right: 17%;
    }

    .index-four .index-left li:nth-child(5) {
        top: 19.7%;
        right: 5.5%;
    }

    .index-four .index-left li:nth-child(6) {
        top: 41.35%;
        left: 5.1%;
    }

    .index-four .index-left li:nth-child(7) {
        top: 46%;
        left: 21.5%;
    }

    .index-four .index-left li:nth-child(8) {
        top: 40.1%;
        left: 48.2%;
    }

    .index-four .index-left li:nth-child(9) {
        top: 40%;
        right: 19.4%;
    }

    .index-four .index-left li:nth-child(11) {
        top: 72%;
        left: 10.5%;
    }

    .index-four .index-left li:nth-child(10) {
        top: 37.5%;
        right: 4%;
    }

    .index-four .index-left li:nth-child(12) {
        top: 65.3%;
        left: 31%;
    }

    .index-four .index-left li:nth-child(13) {
        top: 67.6%;
        left: 52%;
    }

    .index-four .index-left li:nth-child(14) {
        top: 65%;
        right: 13.5%;
    }

    .index-four .index-left li:nth-child(15) {
        top: 61%;
        right: 0;
    }

    .index-four .index-left li:nth-child(3) {
        top: 9.7%;
        left: 47.5%;
    }

    .index-four .index-left li:nth-child(8) {
        top: 36.1%;
        left: 38.2%;
    }

    .intw-font p {
        font-size: 16px;
    }

    .intw-font h4 {
        font-size: 24px;
    }

    .intw-font {
        padding: 0 20px 20px;
    }

    .index-two {
        padding: 50px 0;
    }

    .index-three {
        padding: 50px 0 15px;
    }

        .index-three .ny-font {
            width: 66%;
        }

        .index-three .index-right h4 span {
            font-size: 46px;
        }

        .index-three .index-right p {
            font-size: 16px;
        }

        .index-three .ny-item img {
            width: 40px;
        }

        .index-three .index-right h4 {
            font-size: 20px;
        }

        .index-three .index-left > p {
            height: 185px;
        }

        .index-three .index-btn2 {
            margin-top: 20px;
        }

    .index-five {
        padding: 50px 0;
    }
}

@media (max-width: 1025px) {
    .banner,
    .index.banner {
        margin-top: 50px;
    }

        .banner.index {
            display: block;
        }
}

@media (max-width: 991px) {
    .banner-font h3 {
        font-size: 30px;
    }

    .banner-font h4 {
        font-size: 28px;
        margin: 12px 0 16px;
    }

        .banner-font h4 .time {
            font-size: 40px;
            margin-right: 5px;
            margin-top: -12px;
        }

    .banner-font p {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .banner-btn {
        margin-top: 20px;
    }

    .index-btn {
        width: 140px;
        height: 42px;
        border-radius: 21px;
    }

        .index-btn span {
            font-size: 14px;
            padding: 8px 0;
        }

            .index-btn span::after {
                font-size: 16px;
            }

    .inon-right .swiper-container {
        height: 400px;
    }

    .inon-right {
        height: 526px;
    }

    .inon-left {
        padding: 102px 0 0;
        width: 42%;
        margin-right: 0;
    }

    .index-tit {
        font-size: 30px;
    }

    .index-one .ssline::after {
        margin: 20px 0 14px;
    }

    .inon-text h4 {
        font-size: 20px;
    }

    .index-two .com-ul {
        margin: 0 -6px;
    }

        .index-two .com-ul li {
            padding: 0 6px;
        }

    .index-three .index-right {
        width: 100%;
    }

    .index-three .index-left {
        width: 100%;
        padding-top: 0;
    }

    .index-three .index-right {
        width: 100%;
    }

    .index-three .index-left > p {
        height: auto;
        line-height: 28px;
    }

    .index-three .index-right ul {
        margin: 30px -20px 0;
    }

    .index-four .index-left > img {
        display: block;
        width: 100%;
        margin-top: 20px
    }

    .index-four .index-left li {
        display: none;
    }

    .index-four .index-right {
        padding: 60px 0 60px 20px;
    }
}

@media (max-width: 767px) {
    .banner-font {
        text-align: center;
    }

        .banner-font p {
            display: none;
        }

        .banner-font h3 {
            font-size: 22px;
        }

        .banner-font h4 {
            font-size: 20px;
            margin: 12px 0 16px;
        }

            .banner-font h4 .time {
                font-size: 26px;
                margin-right: 0;
                margin-top: -6px;
            }

    .index-btn {
        margin: 0 auto;
    }

    .inon-left {
        width: 100%;
        padding: 0;
    }

    .inon-text,
    .inon-center {
        display: none;
    }

    .inon-right {
        width: 100%;
    }

    .inon-img {
        height: auto;
        width: 100%;
        background-color: transparent;
        text-align: center;
    }

        .inon-img img {
            width: 80%;
            height: auto;
        }

    .inon-right p {
        display: block;
        text-align: center;
        font-size: 16px;
        color: #666;
        display: -webkit-box;
    }

    .inon-right h4 {
        display: block;
        text-align: center;
        font-size: 20px;
        margin: 0px 0 20px;
        color: #333;
    }

    .inon-right {
        height: auto;
        padding: 0;
    }

        .inon-right .swiper-button-next,
        .inon-right .swiper-button-prev {
            display: block;
            top: 40%;
            left: 0;
            width: 12%;
            transform: translateY(-50%) rotateZ(-90deg) translateX(0%);
        }

        .inon-right .swiper-button-next {
            left: auto;
            right: 0;
            transform: translateY(-50%) rotateZ(90deg) translateX(0%);
        }

        .inon-right .swiper-slide.on .inon-img, .inon-right .swiper-slide:hover .inon-img {
            border: none;
        }

        .inon-right .swiper-slide.on .triangle::after, .inon-right .swiper-slide:hover .triangle::after {
            opacity: 0;
        }

    .index-five li {
        width: 100%;
        margin-bottom: 30px;
    }

        .index-five li:last-child {
            margin-bottom: 0;
        }

    .index-five {
        padding: 45px 0;
    }

    .index-tit {
        font-size: 22px;
    }

    .index-two {
        padding: 45px 0;
    }

        .index-two .index-wrap {
            width: 100%;
        }

            .index-two .index-wrap li {
                width: 100%;
                margin-bottom: 20px;
            }

                .index-two .index-wrap li:last-child {
                    margin-bottom: 0;
                }

        .index-two .ny-item {
            height: 200px;
            overflow: hidden;
        }

    .index-three {
        padding: 45px 0 20px;
    }

        .index-three .ny-item img {
            margin-right: 12px;
        }

        .index-three .index-right h4 span {
            font-size: 32px;
        }

        .index-three .ny-font {
            padding-bottom: 12px;
        }

        .index-three .index-right li {
            margin-bottom: 20px;
        }

    .intw-font h4 {
        font-size: 20px;
    }

    .index-four .index-left {
        width: 100%;
        position: relative;
    }

    .index-four .index-right {
        width: 100%;
    }

        .index-four .index-right .index-tit {
            line-height: 32px;
        }

    .index-four .index-right {
        padding: 0px 20px 20px;
    }

    .index-four .index-btn2 {
        margin-top: 10px;
    }

    .index-four .index-left > img {
        margin-top: 0;
    }

    .index-one {
        padding-top: 45px;
    }
}

@media (max-width: 400px) {
    .inon-right .swiper-container {
        height: 370px;
    }
}

@media (max-width: 321px) {
    .inon-right .swiper-container {
        height: 330px;
    }

    .index-three .ny-item img {
        width: 30px;
    }
}

.scrollbar {
    overflow-y: auto;
    padding-right: 5px;
}

    .scrollbar::-webkit-scrollbar {
        width: 3px;
        background-color: #dcdbdb;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        background-color: #10713a;
        border-radius: 10px;
    }
/*20210225*/
.av-on {
    color: #10713a !important;
    font-weight: bold;
}

.pir-box p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    /* padding-top: 13px; */
}


/* pc客服挂件 */
.kf {
    transition: .8s;
    z-index: 999999;
    background-color: transparent;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 62px;
    border-radius: 5px;
}

    .kf span {
        z-index: 1000001;
        transition: .5s;
        cursor: pointer;
        position: relative;
        display: block;
        width: 64px;
        height: 64px;
        border-radius: 5px;
        margin-bottom: 10px;
        background: #b5b5b5;
    }

    .kf .zx a {
        background-position: 0 0;
        background: #b5b5b5 url(../images/kefu-zx.png)no-repeat center top 12px;
    }

    .kf .back_top a {
        border: none;
        background: #b5b5b5 url(../images/kefu-top.png)no-repeat center top 18px;
    }

    .kf span a {
        transition: .5s;
        display: block;
        height: 100%;
        color: #fff;
        line-height: 24px;
        font-size: 13px;
        text-align: center;
        padding-top: 36px;
        border-radius: 5px;
    }

.kfimgr {
    position: absolute;
    bottom: 23px;
    right: -9px;
}

.kf span div i {
    display: block;
    position: absolute;
    width: 15px;
    height: 200px;
    right: -15px;
    top: 0;
}

.kf .freetel a {
    background: #b5b5b5 url(../images/kefu-qq.png)no-repeat center top 12px;
}

.kf .inlinebj a {
    background: #b5b5b5 url(../images/kefu-bj.png)no-repeat center top 12px;
}

.kf .zxlya a {
    background: #b5b5b5 url(../images/kefu-ewm.png)no-repeat center;
}

.kf span:nth-child(4) div {
    white-space: nowrap;
}

.kf a {
    display: block;
    height: 68px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.nav_center div, .index_nav_center div, .shou, .zhan {
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.kf .zxlya .erweima {
    display: none;
    width: 180px;
    right: 64px;
    position: absolute;
    top: -45px;
    background: #fff;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    height: 180px;
}

.kf .zxzx {
    display: none;
    right: 86px;
    position: absolute;
    top: 6px;
    background: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 150px;
    font-size: 14px;
    color: #333;
}

.kfimgr {
    position: absolute;
    bottom: 23px;
    right: -9px;
}
/* .shou{    z-index: 1000000;cursor: pointer;   width: 70px;   height: 70px; top: 104%;  margin-top: -15px; border-radius: 5px 0 0 5px;  right: -9px; background:#b5b5b5; border-radius: 5px;cursor: pointer; position: absolute;font-size: 14px;line-height: 24px;color: #fff;transition: ease .5s;text-align: center;padding: 22px 0;} */
.shou {
    z-index: 1000000;
    cursor: pointer;
    width: 30px;
    height: 40px;
    top: 47%;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
    right: 62px;
    background: transparent url(../images/zk1.png)no-repeat center left;
    position: absolute;
    box-shadow: none;
}

.kffixed {
    position: fixed;
    display: none;
    bottom: 0;
    z-index: 20;
    width: 100%;
    height: 49px;
    overflow: hidden;
}

.kufuul {
    text-align: center;
    padding: 2px 0;
    width: 100%;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
}

.kefu {
    padding: 0;
}

    .kefu li {
        float: left;
        height: 45px;
        text-align: center;
        color: #fff;
        line-height: 45px;
        color: #fff;
        transition: all .4s;
    }

.kfzx-tigg {
    width: 49.5%;
    height: 45px;
    display: block;
    float: left;
    line-height: 45px;
    opacity: 1;
    transition: 1s opacity;
}

.kfzx-enter {
    opacity: 0
}

.kf-zx {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background: #b5b5b5;
}

    .kf-zx img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.teldb {
    width: 49.5%;
    background: rgba(0,0,0,0.6);
    background-size: contain;
    margin: 0 1px;
    position: relative;
}

    .teldb img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .teldb a {
        color: white;
    }

.kf span:hover {
    background: #036c00;
    background-size: cover;
}

    .kf span:hover a {
        background-color: transparent;
    }

/* app-kf */
.kffixed {
    position: fixed;
    bottom: 0;
    /* left: 16%; */
    z-index: 2000;
    width: 100%;
    height: 49px;
    overflow: hidden;
    display: none;
}

.kufuul {
    text-align: center;
    padding: 2px 0;
    width: 100%;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
}

.kefu {
    padding: 0;
}

    .kefu li {
        float: left;
        height: 45px;
        text-align: center;
        color: #fff;
        line-height: 45px;
        color: #fff;
        transition: all .4s;
    }

.kfzx-tigg {
    width: 49.5%;
    height: 45px;
    display: block;
    float: left;
    line-height: 45px;
    opacity: 1;
    transition: 1s opacity;
}

.kfzx-enter {
    opacity: 0
}

.kf-zx {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background: #10713a;
}

    .kf-zx img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.teldb {
    width: 49.5%;
    background: rgba(0,0,0,0.6);
    /*background: url(/mobile/mobilectm/images/teldb.png) no-repeat center rgba(0,0,0,0.6);*/
    background-size: contain;
    margin: 0 1px;
    position: relative;
    /*background-size: 28px;*/
}

    .teldb img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .teldb a {
        color: white;
    }

@media (max-width:991px) {
    .kf {
        display: none;
    }

    .kffixed {
        display: block;
    }

    .foot-app .foot-bot {
        padding: 20px 15px 60px;
    }
}

.ssjg {
    margin-bottom: 30px;
}

    .ssjg p {
    }


    .ssjg span {
        font-size: 16px;
    }

        .ssjg span img {
            width: 20px;
            margin-right: 5px;
        }

#pagecatids {
    /* font-weight: bold; */
    color: white;
    /* font-size: 18px; */
    background-color: #10713a;
    padding: 4px 20px;
    border-radius: 16px;
}


.navbar .navbar1 {
}

    .navbar .navbar1 p {
        font-size: 24px;
        text-align: right;
        color: #036c00;
        line-height: 48px;
        font-weight: bold;
        padding-right: 40px;
    }

        .navbar .navbar1 p span {
            background: url(/pc/images/sytel.png) no-repeat;
            background-size: 32px;
            padding-left: 38px;
        }

.navbar .navbar2 {
}



@media (max-width: 1459px) {


    .navbar .navbar1 p {
        font-size: 20px;
        text-align: right;
        color: #036c00;
        line-height: 36px;
        font-weight: bold;
        padding-right: 30px;
    }

        .navbar .navbar1 p span {
            background: url(/pc/images/sytel.png) no-repeat;
            background-size: 28px;
            padding-left: 36px;
        }
}
