﻿@charset "UTF-8";

/* header */
.top-box {
    display: flex;
    justify-content: space-between;
}

.top-boxl ul li {
    float: left;
}

.top-boxl ul li:first-child {
    margin-right: 80px;
}

.top-boxrul li {
    float: left;
}

.top-boxl li span {
    margin-left: 8px;
    vertical-align: middle;
}

.top-boxl li img {
    vertical-align: middle;
}

.top {
    height: 60px;
    line-height: 60px;
}

.bshare-custom .top-boxrul li .bshare-qqim {
    background: url(../img/topr-qq.png) no-repeat;
    width: 18px;
    height: 20px;
}

.bshare-custom .top-boxrul li:hover .bshare-qqim {
    background: url(../img/topr-qqh.png) no-repeat;
}

.bshare-custom .top-boxrul li .bshare-weixin {
    background: url(../img/topr-wx.png) no-repeat;
    width: 24px;
    height: 20px;
}

.bshare-custom .top-boxrul li:hover .bshare-weixin {
    background: url(../img/topr-wxh.png) no-repeat;
}

.bshare-custom .top-boxrul li .bshare-instapaper {
    background: url(../img/topr-in.png) no-repeat;
    width: 20px;
    height: 20px;
}

.bshare-custom .top-boxrul li:hover .bshare-instapaper {
    background: url(../img/topr-inh.png) no-repeat;
}

.bshare-custom .top-boxrul li .bshare-twitter {
    background: url(../img/topr-niao.png) no-repeat;
    width: 24px;
    height: 20px;
}

.bshare-custom .top-boxrul li:hover .bshare-twitter {
    background: url(../img/topr-niaoh.png) no-repeat;
}

.bshare-custom .top-boxrul li .bshare-facebook {
    background: url(../img/topr-f.png) no-repeat;
    width: 11px;
    height: 20px;
}

.bshare-custom .top-boxrul li:hover .bshare-facebook {
    background: url(../img/topr-fh.png) no-repeat;
}

/* .top-boxr{
    margin-top: 18px;
} */
.top-boxrul li {
    padding: 0 10px;
}

.top {
    border-bottom: 1px solid #d9d9d9;
}

.header {
    position: relative;
    height: 100px;
    z-index: 666;
}

.logo {
    width: 58px;
    height: 80px;
    margin-top: 15px;
    float: left;
}

.logo img {
    display: block;
    width: 100%;
}

.nav {
    float: right;
    margin-top: 25px;
}

.nav ul li {
    float: left;
    text-align: center;
    font-size: 16px;
    position: relative;
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
}

.nav ul li>a {
    width: 100%;
    color: #333333;
    display: block;
}

.nav ul li {
    position: relative;
    z-index: 666;
    margin-left: 42px;
}

.nav ul li:hover>a {
    color: #50a540;
}

.nav ul .nav-active>a {
    color: #50a540;
}

@media(max-width:1400px) {
    .nav ul li {
        margin-left: 28px;
    }
}

@media(max-width:1200px) {
    .top-boxl ul li {
        font-size: 14px;
    }

    .top-boxl ul li:first-child {
        margin-right: 40px;
    }

    .top-boxrul li {
        padding: 0 6px;
    }

    .nav ul li {
        margin-left: 15px;
    }

    .nav ul li a {
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .top {
        display: none;
    }

    .logo {
        width: 40px;
        height: auto;
        margin-top: 8px;
    }

    .header {
        height: 70px;
    }
}

/* banner */
.swiper-container {
    width: 100%;
    max-width: 1920px;
}

#banner .swiper-slide img {
    width: 100%;
    display: block;
}

.swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #50a540;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
}

@media (max-width: 991px) {
    .swiper-pagination-bullet {
        width: 40px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 20px;
    }
}

@media (max-width: 599px) {
    .swiper-pagination-bullet {
        width: 30px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 8px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 8px;
    }
}


/*首页关于我们*/
#homeabout {
    margin: 80px 0 60px;
    overflow: hidden;
}

.hometit h1 {
    font-size: 40px;
    color: #50a540;
    text-align: center;
}

.homeabout-boxwz {
    line-height: 30px;
    margin-top: 60px;
    text-align: center;
}

.hb-boxlist {
    margin-top: 60px;
}

.hb-boxlistulimg {
    width: 67px;
    height: 60px;
    margin: 0 auto;
    position: relative;
}

.hb-boxlistulimg img {
    position: absolute;
    top: 0;
}

.hb-boxlistulimg img:last-child {
    opacity: 0;
}

.hb-boxlistul li:hover .hb-boxlistulimg img:last-child {
    opacity: 1;
}

.hb-boxlistul li:hover .hb-boxlistulimg img:first-child {
    opacity: 0;
}

.hb-boxlistul li h1 {
    font-size: 18px;
    color: #111111;
    text-align: center;
    margin-top: 15px;
}

.hb-boxlistul li:hover h1 {
    color: #50a540;
}

.hb-boxlistul li {
    padding: 0 46px;
}

.hb-boxlistul li h1 span {
    font-size: 36px;
}

.hb-boxlistms {
    margin-top: 15px;
    text-align: center;
}

.hb-boxlistmore a {
    display: block;
    width: 206px;
    height: 70px;
    background: #50a540;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
}

.hb-boxlistul {
    margin-bottom: 60px;
}

.hb-boxlistmore a h1 {
    line-height: 70px;
}

@media(max-width:1200px) {
    .hb-boxlistul li {
        padding: 0 15px;
    }
}

@media(max-width:991px) {
    #homeabout {
        margin: 40px 0 30px;
    }

    .hometit h1 {
        font-size: 26px;
    }

    .homeabout-boxwz {
        line-height: 24px;
        margin-top: 10px;
        text-align: justify;
    }

    .hb-boxlist {
        margin-top: 30px;
    }

    .hb-boxlistul li {
        margin-bottom: 20px;
    }

    .hb-boxlistul {
        margin-bottom: 10px;
    }

    .hb-boxlistmore a {
        width: 150px;
        height: 50px;
        font-size: 16px;
    }

    .hb-boxlistmore a h1 {
        line-height: 50px;
    }
}

@media(max-width:449px) {
    #homeabout {
        margin: 30px 0 30px;
    }

    .hometit h1 {
        font-size: 20px;
    }

    .hb-boxlistul {
        margin-bottom: 0px;
    }
}

/*首页产品中心*/
#homepro {
    background: #f9f9f9;
    padding: 80px 0 60px;
    overflow: hidden;
}

.homepro-boxw {
    margin-top: 60px;
}

.homepro-boxwl img {
    width: 100%;
}

.homepro-boxw ul li {
    background: #fff;
}

.homepro-boxwl {
    padding: 0;
}

.homepro-boxwr {
    padding: 50px 30px 0;
}

.homepro-boxwrtit {
    font-size: 30px;
    text-align: center;
}

.homepro-boxwrtxt {
    margin-top: 35px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    margin-bottom: 60px;
}

.hb-boxlistmoreColor a {
    background: #111111;
}

.homepro-boxwr:hover .hb-boxlistmoreColor a {
    background: #50a540;
}

.homepro-boxwr:hover .homepro-boxwrtit {
    color: #50a540;
}

@media(max-width:1400px) {
    .homepro-boxwr {
        padding: 30px 30px 0;
    }

    .homepro-boxwrtxt {
        margin-top: 20px;
    }

    .homepro-boxwrtxt {
        margin-bottom: 50px;
    }
}

@media(max-width:1200px) {
    .homepro-boxwrtit {
        font-size: 24px;
    }

    .homepro-boxwr {
        padding: 20px 20px 0;
    }

    .homepro-boxwrtxt {
        line-height: 26px;
    }

    .homepro-boxwrtxt {
        margin-bottom: 20px;
    }
}

@media(max-width:991px) {
    .homepro-two {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .homepro-boxw ul li {
        padding-bottom: 30px;
    }

    #homepro {
        padding: 40px 0 30px;
    }

    .homepro-boxw {
        margin-top: 30px;
    }
}

/*首页产品优势*/
#homeadv {
    padding: 80px 0;
}

.homeadv-box {
    margin-top: 60px;
}

.homeadv-c img {
    width: 100%;
}

.homeadv-boxli h1 {
    font-size: 24px;
}

.homeadv-boxtop {
    margin-bottom: 120px;
}

.homeadv-box ul .homeadv-l {
    float: left;
    width: 29%;
}

.homeadv-c {
    float: left;
    width: 42%;
}

.homeadv-r {
    float: left;
    width: 29%;
}

.homeadv-boxlitxt {
    margin-top: 30px;
    text-align: justify;
}

.homeadv-l h1 {
    text-align: right;
}

.homeadv-l {
    padding-right: 15px;
}

.homeadv-c {
    padding: 0 15px;
}

.homeadv-r {
    padding-left: 15px;
}

.homeadv-boxli:hover h1 {
    color: #50a540;
}

@media(max-width:1200px) {
    .homeadv-boxlitxt {
        margin-top: 10px;
    }

    .homeadv-boxtop {
        margin-bottom: 30px;
    }
}

@media(max-width:991px) {
    .homeadv-boxlitxt {
        line-height: 22px;
    }

    .homeadv-boxli h1 {
        font-size: 20px;
    }

    .homeadv-boxtop {
        margin-bottom: 15px;
    }

    #homeadv {
        padding: 40px 0;
    }

    .homeadv-box {
        margin-top: 20px;
    }

}

@media(max-width:768px) {
    .homeadv-box ul .homeadv-l {
        width: 80%;
        margin: 0 auto;
        float: none;
        margin-bottom: 20px;
    }

    .homeadv-c {
        width: 100%;
        float: none;
    }

    .homeadv-l h1 {
        text-align: center;
    }

    .homeadv-r {
        width: 80%;
        margin: 0 auto;
        float: none;
        margin-top: 20px;
    }
}

@media(max-width:449px) {
    .homeadv-box ul .homeadv-l {
        width: 100%;
    }

    .homeadv-r {
        width: 100%;
    }

    #homeadv {
        padding: 30px 0;
    }
}

/*首页证书*/
#homebus {
    padding: 80px 0;
    background: #f9f9f9;
}

.homebus-box {
    margin-top: 50px;
}

#owl-demo .owl-item img {
    width: 100%;
}

#owl-demo .owl-item {
    padding: 0 5px;
}

@media(max-width:991px) {
    #homebus {
        padding: 30px 0;
    }

    .homebus-box {
        margin-top: 30px;
    }
}

/*首页视频*/
#homevideo {
    padding: 80px 0;
}

.homevideo-box img {
    width: 100%;
    cursor: pointer;
}

.homevideo-box video {
    width: 100%;
    cursor: pointer;
}

@media(max-width:991px) {
    #homevideo {
        padding: 30px 0;
    }
}

/*首页新闻*/
#homenews {
    padding: 80px 0;
    background: #f9f9f9;
}

.homenews-boxul {
    margin-top: 60px;
}

.homenews-boximg img {
    width: 100%;
}

.homenews-boxul li {
    padding: 0 20px;
}

.homenews-boxul li h3 {
    margin-top: 20px;
    font-size: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}

.homenews-boxwz {
    margin-top: 25px;
    color: #444444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}

.homenews-boxul li:hover h3 {
    color: #50a540;
}

@media(max-width:991px) {
    #homenews {
        padding: 30px 0;
    }

    .homenews-boxul {
        margin-top: 30px;
    }

    .homenews-boxul li {
        margin-bottom: 20px;
    }

    .homenews-boxwz {
        margin-top: 10px;
    }

    .homenews-boxul li h3 {
        margin-top: 15px;
        font-size: 20px;
    }
}

@media(max-width:449px) {
    #homenews {
        padding: 30px 0 0;
    }
}

/*底部*/
#footer {
    background: url(../img/footer-bg.jpg) no-repeat center top;
    height: 273px;
}

.footer-nav ul li a {
    color: #f9f9f9;
    text-transform: uppercase;
}

.footer-nav {
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid #bbbbba;
}

.footer-nav ul {
    display: flex;
    justify-content: space-between;
}

.footer-share {
    width: 384px;
    margin: 40px auto 0;
}

.footer-shul {
    display: flex;
    justify-content: space-between;
}

.footer-shul li {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-shul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.footer-share .bshare-custom a:hover {
    opacity: 1;
}

.footer-shul li:hover {
    background: #2776c8;
}

.footer-copy span {
    color: #f9f9f9;
}

.footer-copy {
    text-align: center;
    margin-top: 35px;
}

.footer-share .bshare-custom .bshare-facebook {
    background: url(../img/footersh-f.png) no-repeat center;
}

.footer-share .bshare-custom .footer-shul li:hover .bshare-facebook {
    background: url(../img/footersh-fh.png) no-repeat center;
}

.footer-share .bshare-custom .footer-shul li .bshare-twitter {
    background: url(../img/footersh-niao.png) no-repeat center;
}

.footer-share .bshare-custom .footer-shul li:hover .bshare-twitter {
    background: url(../img/footersh-niaoh.png) no-repeat center;
}

.footer-share .bshare-custom .footer-shul li .bshare-instapaper {
    background: url(../img/footersh-in.png) no-repeat center;
}

.footer-share .bshare-custom .footer-shul li:hover .bshare-instapaper {
    background: url(../img/footersh-inh.png) no-repeat center;
}

.footer-share .bshare-custom .footer-shul li .bshare-qqim {
    background: url(../img/footersh-q.png) no-repeat center;
}

.footer-share .bshare-custom .footer-shul li:hover .bshare-qqim {
    background: url(../img/footersh-qh.png) no-repeat center;
}

.footer-share .bshare-custom .footer-shul li .bshare-weixin {
    background: url(../img/footersh-wx.png) no-repeat center;
}

.footer-share .bshare-custom .footer-shul li:hover .bshare-weixin {
    background: url(../img/footersh-wxh.png) no-repeat center;
}

@media(max-width:768px) {
    .footer-nav ul {
        flex-wrap: wrap;
    }

    .footer-nav ul li {
        width: 20%;
    }

    .footer-nav {
        height: 100px;
        line-height: 50px;
        border-bottom: 1px solid #bbbbba;
    }
}

@media(max-width:500px) {
    .footer-share {
        width: 100%;
        margin: 30px auto 0;
    }

    .footer-shul {
        justify-content: space-around;
    }

    .footer-nav ul li {
        width: 33%;
    }

    .footer-nav {
        line-height: 30px;
        padding-top: 20px;
        height: 120px;
    }

    .footer-share {
        margin: 20px auto 0;
    }

    .footer-copy {
        margin-top: 25px;
    }
}

/*内页*/
.inside-tit {
    font-size: 40px;
    color: #50a540;
    text-align: center;
}

#inside {
    padding: 80px 0 60px;
}

.pro {
    margin-top: 60px;
}

.pro ul li a {
    display: block;
}

.prol img {
    width: 100%;
}

.pror {
    padding: 56px 34px 0;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
}

.prol {
    padding: 0;
}

.proli-tit {
    font-size: 30px;
    color: #000000;
}

.prorwz {
    margin-top: 32px;
}

.pror-more {
    width: 180px;
    height: 60px;
    background: #000000;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    font-family: 'Tahoma';
    text-transform: uppercase;
    margin-top: 60px;
}

.pro ul li:hover .proli-tit {
    color: #50a540;
}

.pro ul li:hover .pror-more {
    background: #50a540;
}

.pro ul li {
    margin-bottom: 30px;
}

.pro-page {
    margin-top: 60px;
}

@media(max-width:1400px) {
    .pror {
        padding: 40px 30px 0;
    }
}

@media(max-width:1200px) {
    .pror {
        padding: 30px 30px 0;
    }

    .proli-tit {
        font-size: 24px;
    }

    .prorwz {
        margin-top: 15px;
    }

    .pror-more {
        margin-top: 30px;
    }
}

@media(max-width:991px) {
    #inside {
        padding: 30px 0 30px;
    }

    .pro {
        margin-top: 30px;
    }

    .inside-tit {
        font-size: 25px;
    }

    .pror {
        padding: 30px;
    }

    .pro {
        padding: 0 15px;
    }

    .pro-page {
        margin-top: 30px;
    }
}

@media(max-width:449px) {
    .proli-tit {
        font-size: 20px;
    }

    .pror {
        padding: 15px;
    }

    .pror-more {
        width: 140px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .inside-tit {
        font-size: 22px;
    }

    .pro {
        margin-top: 15px;
    }

    #inside {
        padding: 30px 0 20px;
    }
}

/*关于我们*/
.about ul li img {
    width: 100%;
}

.about {
    margin-top: 60px;
    overflow: hidden;
}

.about-wz {
    line-height: 30px;
}

.about-wz p {
    margin-top: 30px;
}

@media(max-width:991px) {
    .about {
        margin-top: 20px;
    }

    .about ul li {
        margin-bottom: 15px;
    }

    .about-wz p {
        margin-top: 10px;
    }

    .about-wz {
        line-height: 24px;
    }
}

/*新闻中心*/
.news {
    margin-top: 60px;
}

.news-img img {
    width: 100%;
    transition: all 0.4s;
}

.news-img {
    overflow: hidden;
}

.news-wz {
    margin-top: 20px;
}

.news-wz h3 {
    font-size: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}

.news-wz span {
    display: block;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}

.news ul li {
    margin-bottom: 30px;
    padding: 0 20px;
}

.news ul li:hover .news-wz h3 {
    color: #50a540;
}

.news ul li:hover .news-img img {
    transform: scale(1.1);
}

.news-page {
    margin-top: 30px;
}

@media(max-width:991px) {
    .news {
        margin-top: 20px;
    }

    .news-wz h3 {
        font-size: 18px;
    }

    .news-wz span {
        display: block;
        margin-top: 10px;
    }

    .news ul li {
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .news-page {
        margin-top: 10px;
    }
}

/*企业资质*/
.bus-img img {
    width: 100%;
}

.bus {
    margin-top: 60px;
}

.bus ul li h3 {
    margin-top: 20px;
    text-align: center;
}

.bus ul li {
    margin-bottom: 24px
}

.bus ul li .bus-img {
    border: 2px solid #fff;
}

.bus ul li:hover .bus-img {
    border: 2px solid #50a540;
}

.bus ul li:hover h3 {
    color: #50a540;
}

.bus-page {
    margin-top: 36px;
}

@media(max-width:991px) {
    .bus {
        margin-top: 20px;
    }

    .bus ul li {
        margin-bottom: 15px;
    }

    .bus-page {
        margin-top: 15px;
    }
}

.prod {
    margin-top: 60px;
}

.prod-page {
    border-top: 1px solid #eeeeee;
    margin-top: 20px;
}

@media(max-width:991px) {
    .prod-box img {
        width: 100%;
    }

    .prod {
        margin-top: 20px;
    }
}

/* 联系我们 */
.contact-main {
    padding-bottom: 60px;
}

.contact-cont {
    overflow: hidden;
}

.contact-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f3f3f3;
    justify-content: center;
}

.contact-info dl dt {
    font-size: 24px;
    color: #50a540;
    margin-bottom: 25px;
}

.contact-info dl dd {
    line-height: 30px;
    color: #666;
    font-size: 16px;
}

.contact-img {
    overflow: hidden;
    width: 100%;
}

.contact-img img {
    display: block;
    width: 100%;
}

.contact-ditu {
    margin-top: 28px;
    overflow: hidden;
    width: 100%;
}

.contact-ditu img {
    display: block;
    width: 100%;
}

@media(max-width: 1200px) {
    .contact-info dl dt {
        margin-bottom: 15px;
    }
}

@media(max-width: 991px) {
    .col-xxs-12 {
        width: 100%;
    }

    .contact-info {
        padding: 30px 0px;
        margin-bottom: 15px;
    }

    .contact-main {
        padding-bottom: 40px;
    }
}

@media(max-width: 599px) {
    .contact-main {
        padding-bottom: 30px;
    }

    .contact-ditu {
        margin-top: 15px;
    }
}



.guojiadl {
    display: none;
    position: relative;
    height: 100%;
    z-index: 66666;
    top: -5px;
}

.guojiadl dd {
    margin-top: 1px;
}

.guojia .guojiadl dd a {
    padding: 0 !important;
    margin: 5px 0 0 0 !important;
    display: block !important;
}