@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */


@font-face {
    font-family: "HEITI";
    src: url('../font/Adobe\ 黑体\ Std\ R.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}





/* header */
header {
    width: 100%;
    position: relative;
}

.headtop {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    height: 100px;
}

.header-main {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
}

.logo {
    display: block;
    overflow: hidden;
}

.logo img {
    width: 100%;
}

.hotline-wrap {
    display: flex;
    align-items: center;
}

.hotline-wrap p {
    font-size: 24px;
    color: #333;
    line-height: 24px;
    margin-left: 16px;
}

.nav-ul {
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: flex-end;
}

.nav-ul li {
    margin-right: 64px;
}

.nav-ul li:last-child {
    margin-right: 0px;
}

.nav-ul li>a {
    display: block;
    font-size: 18px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    position: relative;
    transition: all .3s;
    text-transform: uppercase;
}

.nav-ul li>a::after {
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    content: "";
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .3s;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active a {
    color: #fff;
}

.nav-ul li:hover>a::after {
    opacity: 1;
}

.nav-ul li.nav-active a::after {
    opacity: 1;
}



@media(max-width: 1700px) {
    .nav-ul li {
        margin-right: 40px;
    }
}

@media(max-width: 1700px) {
    .nav-ul li {
        margin-right: 20px;
    }
}

@media(max-width: 1200px) {
    .nav-ul li>a {
        font-size: 16px;
    }

    .nav-ul li {
        margin-right: 20px;
    }

    .hotline-wrap p {
        margin-left: 8px;
    }

    .logo {
        width: 310px;
    }

    .nav-ul li {
        margin-right: 10px;
    }

}

@media(max-width: 991px) {
    .nav-ul {
        display: none;
    }

    .hotline-wrap {
        display: none;
    }

    .header-main {
        height: 70px;
    }
}




/* banner */



/* 底部 */
#footer {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
    background: #1b1b1b;
    overflow: hidden;
}

.footer-top {
    display: flex;
    justify-content: space-between;
}

.footer-topl {
    width: 28%;
}

.footer-topr {
    width: 100%;
}

.footer-navul {
    display: flex;
    justify-content: space-between;
}

.footer-copy {
    display: flex;
    padding-top: 40px;
    border-top: 1px solid #414141;
    justify-content: space-between;
    margin-top: 60px;
    font-size: 18px;
    color: #b5b5b5;
}

.footer-topltxt {
    margin-top: 20px;
    line-height: 35px;
}





.headlang {
    width: 90px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #d03914;
}

.headlang a {
    padding: 0 5px;
    color: #fff;
}

.homesol {
    padding: 80px 0 0px;
}

.hometit {
    text-align: center;
}

.hometit h2 {
    font-size: 56px;
    color: #c8c8c8;
    text-transform: uppercase;
    font-family: "Atami";
}

.hometit h3 {
    font-size: 42px;
    color: #333333;
    padding: 5px 0 10px;
}

.homesol-p {
    color: #555555;
    font-size: 18px;
}

@media(max-width:991px) {
    .headlang {
        display: none;
    }

    .logo {
        width: 300px;
    }

}

@media(max-width:449px) {}

.footer-share .bshare-custom .bshare-facebook {
    width: 32px;
    display: inline-block;
    height: 32px;
    background: url("../img/footer-facebook.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-facebook:hover {
    background: url("../img/footer-facebookh.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-twitter {
    width: 32px;
    display: inline-block;
    height: 32px;
    background: url("../img/footer-twitter.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-twitter:hover {
    background: url("../img/footer-twitterh.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-instapaper {
    width: 32px;
    display: inline-block;
    height: 32px;
    background: url("../img/footer-in.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-instapaper:hover {
    background: url("../img/footer-inh.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-douyin {
    width: 32px;
    display: inline-block;
    height: 32px;
    background: url("../img/footer-dy.png") no-repeat center;
}

.footer-share .bshare-custom .bshare-douyin:hover {
    background: url("../img/footer-dyh.png") no-repeat center;
}

.footer-share {
    padding-top: 20px;
}

.bshare-custom a {
    margin-right: 5px !important;
}

.footer-navul li>a {
    font-size: 18px;
    color: #fff;
}

.footer-navul li dl {
    margin-top: 30px;
}

.footer-navul li dl dd {
    line-height: 35px;
    display: flex;
}

.footer-navul li dl dd .footerdd-img {
    text-align: center;
    width: 22px;
    margin-right: 12px;
}

.footer-navul li dl dd.last-dd {
    padding-left: 35px;
}

.footcode {
    color: #fff;
}

.footer-code {
    margin-top: 30px;
}

.footer-code h4 {
    margin-top: 18px;
    text-align: center;
    color: #b5b5b5;
}

.footer-navul li dl dd a {
    color: #b5b5b5;
}

@media(max-width:991px) {
    .footer-topl {
        display: none;
    }

    .footer-topr {
        width: 100%;
    }

    .footer-copy {
        display: flex;
        padding-top: 20px;
        margin-top: 0px;
        font-size: 16px;
    }

    .footcode {
        display: none;
    }

}

@media(max-width:600px) {
    .footer-contact {
        width: 100% !important;
    }

    .footer-navul {
        flex-wrap: wrap;
    }

    .footer-navul li {
        width: 33.3333%;
        margin-bottom: 20px;
    }

    .footer-navul li:last-child {
        width: 100%;
    }

    .footer-navul li dl dd {
        line-height: 28px;
    }

    .footer-navul li dl {
        margin-top: 15px;
    }

    #footer {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .footer-copy {
        display: block;
        text-align: center;
        line-height: 30px;
    }

    .footer-copy {
        font-size: 14px;
    }

    .footer-navul li dl dd a {
        font-size: 14px;
    }

    .footer-navul li>a {
        font-size: 16px;
    }
}

@media(max-width: 449px) {
    .logo {
        width: 250px;
    }
}


.hcase {
    overflow: hidden;
}

.sec {
    position: relative;
}

/*************首页关于我们***************/


.habout {
    padding: 100px 0 70px;
    overflow: hidden;
}

.habout-box {
    display: flex;
}

.habout-l {
    width: 50%;
    padding-right: 100px;
}

.habout-r {
    width: 50%;
    position: relative;
}

.habout-r img {
    width: 100%;
}

.habout-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.habout-video img {
    width: auto;
}

.habout-l h3 {
    font-size: 48px;
    font-weight: bold;
    color: #000000;
}

.habout-l h4 {
    font-size: 18px;
    color: #009b4c;
    padding: 20px 0 30px;
    font-size: 18px;
}

.habout-ltxt p {
    margin-bottom: 30px;
}

.habout-l a {
    display: block;
    width: 150px;
    height: 46px;
    background: #f2f5f7;
    color: #999999;
    text-align: center;
    line-height: 46px;
    border-radius: 5px;
}

.habout-bgimg img {
    width: 100%;
}

.habout-bg {
    margin-top: 70px;
    position: relative;
}

.habout-bgul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.habout-bgul ul {
    display: flex;
    height: 100%;
}

.habout-bgul ul li {
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #9d9e98;
}

.habout-bgul ul li:last-child {
    border-right: 0;
}

.habout-bgul li h4 {
    margin-top: 20px;
    padding: 0 100px;
    text-align: center;
    line-height: 30px;
}

.habout-bgul li h3 {
    font-size: 24px;
}

.habout-bgul h4 {
    display: none;
}

.habout-bgul li:hover h4 {
    display: block;
}

.hpro-tit {
    display: flex;
    justify-content: space-between;
}

.home-tit h3 {
    font-size: 48px;
    font-weight: bold;
    color: #000000;
}

.hpro-nav {
    width: 56.25%;
}

.hpro-navswiper .swiper-slide a {
    display: block;
    border: 1px solid #c8c8c8;
    width: 118px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.hpro-navswiper .swiper-slide a:hover {
    background: #009b4c;
    color: #fff;
}

.hpro-swiper .swiper-slide {
    overflow: hidden;
}

.hpro-swiper img {
    width: 100%;
}

.hpro-swiper .swiper-slide {
    text-align: center;
    width: 46.8%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 1;
}

.hpro-boxm {
    margin-top: 60px;
    position: relative;
}

.hpro-swiper .swiper-slide a {
    position: relative;
}

.hpro-stxt {
    position: absolute;
    bottom: 0;
    width: 226px;
    height: 100px;
    background: rgba(255, 255, 255, .8);
    color: #000000;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
}

.hpro-swiper .swiper-slide.swiper-slide-active .hpro-stxt {
    background: #009b4c;
    color: #fff;
}

.hpro-boxm .hpro-next {
    background: #fff url("../img/hpro-next.png") no-repeat center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    right: 8.3%;
}

.hpro-boxm .hpro-prev {
    background: #fff url("../img/hpro-prev.png") no-repeat center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    left: 8.3%;
}


.hcase-tit h3 {
    font-size: 48px;
    font-weight: bold;
    color: #000000;
}

.hcase-tit h4 {
    margin-top: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}

.hcase .swiper-pagenav .arrow_prev {
    width: 50px;
    height: 50px;
    background: #f2f5f7 url("../img/hcase-prev.png") no-repeat center;
    border: none;
    border-radius: 50px;
    margin-right: 20px;
}

.hcase .swiper-pagenav .arrow_prev:hover {
    background: #009b4c url("../img/hcase-prevh.png") no-repeat center;
}

.hcase .swiper-pagenav .arrow_next {
    width: 50px;
    height: 50px;
    background: #f2f5f7 url("../img/hcase-next.png") no-repeat center;
    border: none;
    border-radius: 50px;
}

.hcase .swiper-pagenav .arrow_next:hover {
    background: #009b4c url("../img/hcase-nexth.png") no-repeat center;
}

.hhonor-box {
    display: flex;
}

.hhonor {
    margin-top: 90px;
    overflow: hidden;
}

.hhonor-l {
    position: relative;
}

.hhonor-txt {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hhonor-txt a {
    color: #fff;
    text-align: center;
    display: block;
}

.hhonor-r {
    position: relative;
}

.hhonor-txt h3 {
    font-size: 40px;
}

.hhonor-txt h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 20px;
}

.hnews {
    padding: 100px 0;
}

.hnews-more a {
    display: block;
    width: 150px;
    height: 46px;
    background: #f2f5f7;
    color: #999999;
    text-align: center;
    line-height: 46px;
    border-radius: 5px;
}

.hnews-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hnews-box {
    margin-top: 60px;
}

.hnews-txt {
    margin-top: 24px;
}

.hnews-txt h3 {
    color: #000000;
    font-size: 24px;
    padding: 10px 0 20px;
}

.hnews-txt span {
    color: #555555;
}

.hnews-txt h4 {
    line-height: 35px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 超出几行省略 */
    overflow: hidden;
}

@media(max-width:1600px) {
    .hcase-tit {
        margin-top: 60px;
    }

    .business_wrap .contents {
        padding-top: 0;
    }
}

@media(max-width:1400px) {
    .habout-l h3 {
        font-size: 36px;
    }

    .habout-l {
        padding-right: 30px;
    }

    .habout-ltxt p {
        margin-bottom: 15px;
    }

    .habout-bgul li h4 {
        padding: 0 30px;
    }

    .habout-bgul li h4 {
        margin-top: 10px;
        line-height: 24px;
    }

    .habout-bgul li h3 {
        font-size: 22px;
    }

}

@media(max-width:1200px) {
    .habout-l h3 {
        font-size: 30px;
    }

    .habout-ltxt p {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 22px;
    }

    .habout-l h4 {
        font-size: 16px;
        padding: 10px 0 15px;
    }

    .hpro-stxt {
        width: 80px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
}

@media(max-width:991px) {
    .habout-box {
        display: block;
    }

    .habout-l {
        width: 100%;
        padding: 0;
    }

    .habout-r {
        width: 100%;
        margin-top: 30px;
    }

    .habout-l a {
        margin-top: 20px;
    }

    .habout-bgul li:hover h4 {
        display: none;
    }

    .habout {
        padding: 30px 0;
    }

    .habout-bg {
        margin-top: 30px;
    }

    .home-tit h3 {
        font-size: 30px;
    }

    .hpro-boxm .hpro-prev {
        width: 40px;
        height: 40px;
        background-size: 20%;
        left: 20px;
    }

    .hpro-boxm .hpro-next {
        width: 40px;
        height: 40px;
        background-size: 20%;
        right: 20px;
    }

    .hpro-boxm {
        margin-top: 30px;
    }

    .hcase-tit h3 {
        font-size: 30px;
    }

    .hcase-tit {
        margin-top: 40px;
    }

    .hcase-tit h4 {
        margin-top: 15px;
    }

    .hhonor {
        margin-top: 0;
    }

    .hhonor-txt h3 {
        font-size: 22px;
    }

    .hhonor-txt h4 {
        font-size: 18px;
        margin-top: 10px;
    }

    .hnews {
        padding: 40px 0 10px;
    }

    .hnews-box {
        margin-top: 30px;
    }

    .hnews-txt h3 {
        font-size: 18px;
        padding: 10px 0;
    }

    .hnews-txt h4 {
        line-height: 24px;
    }

    .hnews-box ul li {
        margin-bottom: 20px;
    }
}

@media(max-width:600px) {
    .habout-bgul li h3 {
        font-size: 16px;
    }

    .hpro-navswiper .swiper-slide a {
        width: 100px;
    }

    .hhonor-box {
        display: block;
    }

}


.inside-tit {
    text-align: center;
}

.inside-tit h3 {
    font-size: 48px;
    font-weight: bold;
    color: #000000;
}

.about {
    padding: 100px 0;
}

.abouttop-txt {
    padding-top: 60px;
    font-size: 18px;
    line-height: 30px;
}

.abouttop-txt img {
    max-width: 100%;

}

.abouttop-txt p {
    margin-bottom: 25px;
}

.about-bot {
    padding-top: 100px;

}

.about-bottxt h3 {
    color: #000000;
    font-size: 24px;
    padding: 30px 0 20px;
}

.about-bottxt {
    text-align: center;
}

@media(max-width:1600px) {
    .abouttop-txt {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:991px) {
    .inside-tit h3 {
        font-size: 30px;
    }

    .about {
        padding: 40px 0;
    }

    .abouttop-txt {
        padding-top: 30px;
    }

    .abouttop-txt p {
        margin-bottom: 10px;
    }

    .about-bot {
        padding-top: 40px;
    }

    .about-bot ul li {
        margin-bottom: 30px;
    }

    .about-bottxt h3 {
        padding: 20px 0 10px;
    }
}

/*联系我们*/
.contact {
    padding: 100px 0 0;
}

.contact-topul {
    display: flex;
    justify-content: space-between;
}

.suggest-form {
    margin-top: 40px;
}

.contact-msg {
    padding: 100px 0;
}

.suggest-form li input {
    width: 100%;
    border: 1px solid #e2e2e2;
    height: 70px;
    line-height: 70px;
    border-radius: 0;
    padding-left: 15px;
}

.suggest-form li textarea {
    width: 100%;
    border: 1px solid #e2e2e2;
    margin-top: 0px;
    border-radius: 0px;
    padding-left: 15px;
    padding-top: 15px;
}

.suggest-textarea {
    width: 100%;
}

.suggest-sub {
    width: 168px;
    height: 52px;
    background: #009b4c;
    color: #fff;
    border: none;
    border-radius: 3px;
    margin: 40px auto 0;
    display: block;
}

.contact-msg {
    background: #f8f8f8;
}

.contact-ditu {
    margin-top: 50px;
}

.contact-topul li h3 {
    font-size: 24px;
    color: #000000;
    padding: 15px 0;
}

.contact-topul li h4 {
    font-size: 18px;
    color: #555555;
}

.contact-msg {
    margin-top: 100px;
}

.msg-tit h4 {
    margin-top: 15px;
    color: #969696;
}

.suggest-form ul li {
    margin-bottom: 20px;
}

.contact-top {
    overflow: hidden;
}

@media(max-width:991px) {
    .contact {
        padding: 40px 0 0;
    }

    .contact-topul li h4 {
        font-size: 16px;
    }

    .contact-ditu {
        margin-top: 10px;
    }

    .contact-msg {
        margin-top: 30px;
    }

    .msg-tit h4 {
        line-height: 24px;
    }

    .contact-msg {
        padding: 40px 0;
    }

    .suggest-sub {
        margin: 10px auto 0;
    }
}



@media(max-width:768px) {
    .contact-topul li h3 {
        padding: 10px 0;
        font-size: 18px;
    }

    .contact-topul {
        flex-wrap: wrap;
    }

    .contact-topul li {
        width: 50%;
        margin-bottom: 30px;
    }

    .contact-topul li:last-child {
        width: 100%;
    }
}





/*新闻中心*/
.news-top {
    display: flex;
    padding: 70px 0 90px;
    overflow: hidden;
}

.news-topl {
    width: 50%;
}

.news-topr {
    width: 50%;
    padding: 70px 0px 0 50px;
}

.news-toprswiper .swiper-slide a h4 span {
    color: #555555;
    vertical-align: middle;
}

.news-toprswiper {
    padding-bottom: 70px;
}

.news-toprswiper .swiper-slide a h4 img {
    vertical-align: middle;
    padding-right: 10px;
}

.news-toprswiper .swiper-slide a h5 {
    padding: 15px 0 20px;
    font-size: 30px;
    color: #000000;
    font-family: "HEITI";
}

.news-toprtxt {
    color: #666666;
    line-height: 30px;
    font-size: 18px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* 超出几行省略 */
    overflow: hidden;
}

.newstop-more {
    display: block;
    width: 140px;
    height: 46px;
    background: #006fb9;
    color: #fff;
    border-radius: 3px;
    line-height: 46px;
    text-align: center;
    margin-top: 50px;
}

.news-toprswiper .swiper-pagination {
    bottom: 0;
    right: 0;
    left: auto;
    text-align: left;
}

.news-topl ul li {
    display: none;
}

.news-mtxt {
    padding-top: 30px;
}

.news-m ul li {
    margin-bottom: 30px;
}

.loadmore span {
    display: block;
    width: 140px;
    height: 46px;
    background: #006fb9;
    color: #fff;
    border-radius: 3px;
    line-height: 46px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.news-box {
    padding-bottom: 60px;
}

.news-m li a h4 span {
    color: #666666;
    vertical-align: middle;
}

.news-m li a h4 img {
    vertical-align: middle;
    padding-right: 10px;
}

.news-m li a h5 {
    padding: 20px 0;
    line-height: 24px;
    font-size: 24px;
    color: #000000;
    font-family: "HEITI";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.newsm-look {
    display: block;
    width: 140px;
    height: 46px;
    border-radius: 3px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #dddddd;
    margin-top: 30px;
    color: #888888;
}

.news-toprswiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: none;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    opacity: 1;
    box-sizing: content-box;
}

.news-toprswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #009b4c;
    border: 1px solid #009b4c;
}

@media(max-width:1400px) {
    .news-topr {
        padding: 30px 30px 0;
    }

    .news-toprswiper .swiper-slide a h5 {
        font-size: 20px;
    }

    .news-toprtxt {
        line-height: 26px;
        font-size: 16px;
    }

    .news-m li a h5 {
        font-size: 18px;
    }
}

@media(max-width:1200px) {
    .news-topr {
        padding: 20px 20px 0;
    }

    .news-toprswiper .swiper-slide a h5 {
        font-size: 18px;
        padding: 10px 0 5px;
    }

    .news-toprtxt {
        line-height: 26px;
        font-size: 16px;
    }

    .news-toprswiper {
        padding-bottom: 40px;
    }
}

@media(max-width:991px) {
    .news-top {
        display: block;
    }

    .news-topl {
        width: 100%;
    }

    .news-topr {
        width: 100%;
    }

    .about-nav {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 50px;
        line-height: 50px;
        border-top: 1px solid #969696;
        overflow: hidden;
    }

    .news-topr {
        padding: 15px;
    }

    .newstop-more {
        margin-top: 20px;
    }

    .news-top {
        padding: 30px 0 40px;
    }

    .news-m li a h5 {
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /*这里设置几行*/
        overflow: hidden;
        height: 48px;
        margin: 10px 0;
    }

    .news-m ul li {
        margin-bottom: 30px;
    }

    .news-box {
        padding-bottom: 40px;
    }
}

@media(max-width:449px) {
    .news-m li a h5 {
        height: auto;
    }
}

@media(max-width:1200px) {
    .newsd-txt img {
        width: 100%;
    }

}

@media(max-width:991px) {
    .newsd-page {
        display: block;
    }

    .newsd-page a {
        display: block;
    }

    .newsd-tit h3 {
        font-size: 24px;
    }

    .newsd {
        padding: 40px 0;
    }

    .newsd-txt {
        padding: 30px 0;
    }

    .news-m li a h5 {
        font-size: 18px;
    }
}


/*荣誉资质*/
.honor {
    padding: 80px 0 100px;
}

.honor-nav ul {
    display: flex;
    border: 1px solid #d8d8d8;
    height: 94px;
    line-height: 94px;
}

.honor-nav ul li {
    width: 50%;
    text-align: center;
}

.honor-nav ul li a {
    font-size: 24px;
    display: block;
}

.honor-nav ul li.on a {
    background: #009b4c;
    color: #fff;
}

.honor-nav ul li:hover a {
    background: #009b4c;
    color: #fff;
}

.honor-m {
    margin-top: 50px;
}

.honor-m ul li h3 {
    font-size: 18px;
    font-family: "HEITI";
    text-align: center;
    color: #333333;
    padding: 20px 0 35px;
}

.honor-m ul li:hover h3 {
    color: #009b4c;
}

.news-m li:hover a h5 {
    color: #009b4c;
}

@media(max-width:991px) {
    .honor-nav ul li a {
        font-size: 18px;
    }

    .honor-nav ul {
        height: 60px;
        line-height: 60px;
    }

    .honor {
        padding: 40px 0;
    }

    .honor-m {
        margin-top: 30px;
    }

    .honor-m ul li h3 {
        padding: 15px 0;
    }
}

.pro-nav {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #b5b5b5;
}

.pronav-swiper .swiper-slide a {
    display: block;
    text-align: center;
    font-family: "HEITI";
    font-size: 18px;
}

.pro-box {
    margin-top: 80px;
}

.pro-nav .swiper-slide a {
    position: relative;
}

.pro {
    padding-bottom: 100px;
}

.pro-nav .swiper-slide a::after {
    position: absolute;
    width: 70px;
    height: 4px;
    background: #009944;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.pronav-swiper .swiper-slide.on a {
    color: #009944;
}

.pronav-swiper .swiper-slide:hover a {
    color: #009944;
}

.pronav-swiper .swiper-slide.on a::after {
    display: block;
}

.pronav-swiper .swiper-slide:hover a::after {
    display: block;
}

.pro-box ul li h3 {
    padding: 20px 0 40px;
    text-align: center;
    font-size: 18px;
    font-family: "HEITI";
}

.pro-box ul li:hover h3 {
    color: #009944;
}

@media(max-width:991px) {
    .pro-box {
        margin-top: 40px;
    }

    .pro {
        padding-bottom: 40px;
    }

    .pro-box ul li h3 {
        padding: 20px 0;
    }
}

.prod {
    padding-bottom: 90px;
    overflow: hidden;
}

.prod-top {
    display: flex;
    padding: 80px 0;
    justify-content: space-between;
}

.prod-topl {
    width: 43%;
}

.prod-topl ul li {
    display: none;
}

.prod-topr {
    width: 51%;
}

.prod-toprtit h3 {
    font-size: 48px;
    color: #000000;
}

.prod-toprtit span {
    font-size: 24px;
    color: #009944;
    margin-left: 50px;
}

.prod-toprtit {
    font-family: "HEITI";
    border-bottom: 1px solid #dadada;
    padding-bottom: 50px;
}

.prod-topr h4 {
    padding: 50px 0 70px;
    line-height: 30px;
}

.prod-tel {
    background: #009944;
    width: 400px;
    height: 80px;
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.prod-tel span {
    font-size: 36px;
}

.prod-tel h5 {
    font-family: "HEITI";
    font-size: 18px;
}

.prod-rbot {
    margin-top: 88px;
    border-top: 1px solid #dadada;
    padding-top: 30px;
}

.prod-rbotswiper .swiper-slide a img {
    width: 100%;
}

.prod-rbotswiper .swiper-pagination-progressbar {
    bottom: 0;
    top: auto;
}

.prod-rbotswiper {
    padding-bottom: 30px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #009944;
}

.swiper-pagination-progressbar {
    background: none;
    border-bottom: 1px solid #dadada;
}

.prod-rbotswiper .swiper-slide.on a {
    display: block;
    border: 2px solid #009944;
}

.prod-tjtit h3 {
    text-align: left;
}

.prod-tj {
    padding-top: 100px;
}

.prod-tjswiper {
    padding-top: 60px;
}

.prod-tjswiper .swiper-slide h3 {
    font-family: "HEITI";
    font-size: 18px;
    color: #000000;
    text-align: center;
    padding-top: 20px;
}

.prod-tjswiper .swiper-slide:hover h3 {
    color: #009944;
}

.vedio-img img {
    width: 100%;
}

@media(max-width:1700px) {
    .prod-toprtit h3 {
        font-size: 38px;
    }

    .prod-toprtit {
        padding-bottom: 20px;
    }

    .prod-topr h4 {
        padding: 40px 0;
    }
}

@media(max-width:1400px) {
    .prod-toprtit h3 {
        font-size: 38px;
    }

    .prod-toprtit {
        padding-bottom: 15px;
    }

    .prod-topr h4 {
        padding: 20px 0;
    }

    .prod-rbot {
        margin-top: 20px;
    }
}

@media(max-width:1200px) {
    .prod-top {
        display: block;
    }

    .prod-topl {
        width: 100%;
    }

    .prod-topr {
        width: 100%;
        margin-top: 30px
    }
}

@media(max-width:991px) {
    .prod-tel span {
        font-size: 26px;
    }

    .prod-tel {
        width: 90%;
    }

    .prod {
        padding-bottom: 40px;
    }

    .prod-top {
        padding: 40px 0;
    }

    .prod-tj {
        padding-top: 40px;
    }

    .prod-tjswiper {
        padding-top: 30px;
    }
}

#p-banner .swiper-slide img {
    width: 100%;
    display: block;
}

.pc {
    display: block !important;
}

.mo {
    display: none !important;
}

@media(max-width:991px) {
    .pc {
        display: none !important;
    }

    .mo {
        display: block !important;
    }

    .habout-bgul ul li {
        width: 50%;
        height: 50%;
    }

    .habout-bgul ul {
        flex-wrap: wrap;
    }

    .habout-bgimg img {
        height: 350px;
        width: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .habout-bgul ul li:nth-child(2) {
        border-right: none;
    }

    .habout-bgul ul li:nth-child(2) {
        border-bottom: 1px solid #9d9e98
    }

    .habout-bgul ul li:nth-child(1) {
        border-bottom: 1px solid #9d9e98
    }
}

.business_wrap .business_slider .item a{
    outline: none;
}

.proimg img { 
        max-width: 100%;
    }