﻿@font-face {
  font-family: 'iconfont';  /* project id 1967020 */
  src: url('http://at.alicdn.com/t/font_1967020_bsfwdgc99r9.eot');
  src: url('http://at.alicdn.com/t/font_1967020_bsfwdgc99r9.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_1967020_bsfwdgc99r9.woff2') format('woff2'),
  url('http://at.alicdn.com/t/font_1967020_bsfwdgc99r9.woff') format('woff'),
  url('http://at.alicdn.com/t/font_1967020_bsfwdgc99r9.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_1967020_bsfwdgc99r9.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

a:hover {
    text-decoration: none;
}

/*头部黑条*/
.top-nav {
    height: 38px;
    line-height: 38px;
    background-color: #333333;
    color: #ffffff;
}
.top-nav span {
    padding-left: 20px;
}
.top-nav a {
    color: #fff;
}
.charsetActive {
    font-weight: 600;
    color: #6cae3b !important;
}
.top-nav a:first-child {
    padding-right:10px;
}
.top-nav a:nth-child(2) {
    padding-left: 10px;
}
/*logo*/
.navbar-brand {
    position: relative;
    height: 110px;
    width: 300px;
    display: block;
    padding-top: 27px;
}
.brand-name {
    position: absolute;
    font-size: 40px;
    font-weight: 800;
    color: #55842e;
    top: 36px;
    left: 90px;
}
.ebrand-name {
    position: absolute;
    font-size: 12px;
    color: #939393;
    bottom: 24px;
    left: 95px;
    letter-spacing: 1px;
}
/*英文LOGO*/
.nav-en .navbar-brand {
    width: 380px;
}
.nav-en .brand-name span{
    font-size: 26px;
}
.nav-en .ebrand-name {
    left: 90px;
    letter-spacing: 0px;
}
/*导航*/
.navbar-default {
    background-color: #fff;
}
.navbar-default .navbar-nav > li > a {
    font-size: 20px;
    margin: 0px;
    padding: 0px 20px;
    line-height: 110px;
    height: 110px;
    border-radius: 0px;
}
.nav-en .navbar-nav > li > a {
    font-size: 18px;
    padding: 0px 10px;

}
.navbar {
    margin-bottom: 0px;
    border: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #f7f7f7;
    border-bottom: 4px solid #55842e;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: #f7f7f7;
    border-bottom: 4px solid #55842e;
}

/*滚动图片*/
.swiper-container {
    width: 100%;
    height: 600px;
}
.swiper-container .swiper-slide {
    position: relative;
    overflow: hidden;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: none;
    border: 1px solid #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #fff;
}
.full {
    position: absolute;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    color: #55842e;
}

/*关于我们*/
.about {
    padding-bottom: 50px;
}
.about img {
    width: 100%;
}
.about-txt {
    font-size: 18px;
    line-height: 180%;
    text-indent: 2em;
    text-align: justify;
    position: relative;
    height: 100%;
}
.aboutBtn {
    position: absolute;
    bottom: 6px;
    right: 15px;
}
.aboutBtn .btn {
    display: inline;
}
.headline {
    border-bottom: 1px solid #c0c0c0;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    padding-top: 30px;
    margin-bottom: 40px;
}

.headline:after {
    content: "";
    display: block;
    width: 180px;
    height: 5px;
    background-color: #3c3c3c;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -90px;
}

.headline h3 {
    font-size: 42px;
    font-weight: 600;
    color: #55842e;
}

.headline h4 {
    color: #cccccc;
    font-weight: 400;
}

.about-bg {
    margin-top: 50px;
    margin-bottom: 20px;
    background: url('../img/about-bg.png') no-repeat top center;
}
.about-bg .col-md-4 {
    padding-right:0px;
    padding-left:0px;
}
.about-box {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
}
.about-box:hover {
    background-color: rgba(255,255,255,0.5);
}
.about-box .iconfont {
    color: #79bd41;
    font-size: 52px;
}
.about-box h3 {
    font-size: 22px;
    font-weight: 400;
    color: #3c3c3c;
    position: relative;
    line-height: 180%;
    margin-top: 0px;
}
.about-box h3:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #79bd41;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -25px;
}
.about-box h4 {
    font-size: 16px;
    color: #3c3c3c;
}
.about-box p {
    font-size: 14px;
    line-height: 160%;
    color: #333333;
    text-align: left;
    padding: 10px 40px;
}
/*关于我们*/
.abouthf .about-box p {
    font-size: 18px;
}
.abouthf .about-box {
    padding-top: 0px;
    padding-bottom: 30px;
}
.abouthf .about-box .iconfont {
    font-size: 84px;
}
.abouthf .about-box h3 {
    font-size: 32px;
    border-bottom: 1px solid #c0c0c0;
}
.abouthf .about-box img {
    max-width: 100%;
}
.abouthf .about-txt {
    padding-bottom: 50px;
    text-indent: 0em;
    height: auto;
    padding-right:40px;
    padding-left: 40px;
}
.abouthf .about-p {
    text-align: center !important;
    font-size: 22px !important;
}
.abouthf .about-box p {
    line-height: 200%;
    text-align: justify;
}
.abouthf .about-img {
    text-align: center;
    padding-bottom: 30px;
}

/*更多按钮*/
.more-btn {
    text-align: center;
}

.more-btn .btn {
    padding: 10px 80px;
    font-size: 20px;
}

/*产品*/
.product-banner {
    height: 227px;
    background: #72bb2d url('../img/cp-bg.png') no-repeat top center;
    text-align: center;
    color: #fff;
}

.product-banner h2 {
    line-height: 180%;
    font-weight: 500;
    font-size: 36px;
    margin-top: 30px;
    position: relative;
}
.product-banner h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -50px;
}
.product-nav {
    margin-top:40px;
}
.product-nav a {
    color: #fff;
    font-size: 18px;
    padding: 2px;
}
.product-nav a:after {
    content: "/";
    margin-left: 4px;
}
.product-nav a:last-child:after {
    content: "";
    margin-left: 0px;
}

.product-nav a span {
    padding:5px 15px;
    border-radius:20px;
}
.product-nav-en a span {
    padding:5px 10px;
}
.product-nav a span:hover {
    background-color: #fff;
    color: #55842e;
} 

/*产品列表*/
.pro-list {
    margin-bottom: 30px;
    margin-top:30px;
}
.pro-list a {
    color: #3c3c3c;
}
.pro-box {
    border:1px solid #cbcbcb;
    position: relative;
    margin-bottom: 30px;
}
.pro-box img {
    width: 220px;
    height: 120px;
}
.pro-box .box-text {
    position: absolute;
    top:0px;
    left: 230px;
}
.box-text h3 {
    font-size: 22px;
    color: #3c3c3c;
}
.box-text p {
    font-size: 16px;
    color: #999;
}
.pro-box:hover {
    border: 1px solid #6fb928;
    background-color: #6fb928;
}
.pro-box:hover h3, .pro-box:hover p {
    color: #fff;
}
/*面包屑*/
.breadcrumb a {
    color: #fff;
    font-size: 14px;
    padding: 2px;
}
.breadcrumb a:after {
    content: "/";
    margin-left: 15px;
}
.breadcrumb a:last-child:after {
    content: "";
    margin-left: 0px;
}
/*底部*/
.footer {
    background: #333333 url('../img/footer-bg.png') no-repeat top center;
    padding-top: 30px;
    padding-bottom: 10px;
    color: #f1f1f1;
    font-size: 16px;
}
.footer-nav {
    width: 65%;
    margin:0 auto 50px auto;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #6b6b6b;
}
.footer-en .footer-nav {
    width: 85%;
}
.footer-nav a {
    color: #adadad;
    padding: 15px 4px;
    margin: 26px;
    line-height: 52px;
    position: relative;
}
.footer-nav a:hover, .footer-nav .active {
    border-bottom: 2px solid #6cae3b;
}

.footer-nav a:after {
    content: "/";
    position: absolute;
    right: -31px;
}
.footer-nav a:last-child:after {
    content: "";
}
.tel-box {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #6b6b6b;
    border-radius: 5px;
    color: #d4d4d4;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.tel-box h4 {
    background-color: rgba(0,0,0,0.4);
    margin:0px 0px 10px 0px;
    padding:10px 40px;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tel-box p {
    font-size: 14px;
    padding-left: 10px;
}
.tel-box p .iconfont {
    color: #6c6c6c;
    font-size: 24px;
    padding-right:5px;
}
.footer-add {
    text-align: center;
    color: #adadad;
    margin-bottom: 30px;
}
.footer-line {
    border-top: 1px solid #6b6b6b;
    padding: 15px 0px;
    text-align: right;
    color: #999;
    font-size: 14px;
    position: relative;
}
.footer-line a {
    color: #888;
}
.footer-line .footer-logo {
    position: absolute;
    left: 0px;
}

/*产品服务*/
.product {
    padding-bottom: 50px;
}

.breadcrumb {
    font-size: 14px;
}
.breadcrumb a {
    color: #333;
}
/*二级导航*/
.nav2 {
    border: 1px solid #f5f5f5;
    margin-bottom: 30px;
}
.nav2 h2 {
    text-align: center;
    margin: 0px;
    padding: 20px;
    background-color: #70b928;
    color: #fff;
}
.nav2 h2 a{
    color: #fff;
}

.nav-ul {
    padding-inline-start: 0px;
    margin-bottom: 0px;
}
.nav-ul {
    list-style: none;
    font-size: 16px;
    padding: 0px;
    position: static; 
    background-color: #f5f5f5;
}
.nav-ul li {
    border-top: 1px solid #fff;
}
.nav-ul a {
    color: #444;
    display: block;
    width: 100%;
    position: relative;
    padding: 15px;
    padding-left: 30px;
}
.nav-ul a:hover {
    color: #fff;
    background-color: #70b928;
}
.nav-ul a span {
    line-height: 52px;
    position: absolute;
    right: 30px;
    bottom: 5px;
}
.nav-ul a:hover span {
    color: #fff;
}
.nav-ul .active a {
    color: #fff;
    background-color: #70b928;
}
.nav-ul .active span {
    color: #fff;
}
/*产品详情页*/
.por-title {
    position: relative;
    margin-bottom: 50px;
}
.por-title .btn {
    position: absolute;
    right: 15px;
    bottom: 0px;
}
.ptext {
    margin-top: 10px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 28px;
}
.smalltext {
    text-align: right;
    font-size: 16px;
    color: #999;
}
.panel-parameter {
    background-color: #eeeeee;
    padding:10px 20px;
    border-radius: 3px;
    margin:20px auto;
    font-size: 16px;
    line-height: 200%;
}
.news-pages {
    text-align: right;
    padding: 5px 10px;
    font-size: 16px;
    margin-bottom: 50px;
}
.product-info {
    line-height: 200%;
    font-size: 16px;
}

/*栏目图*/
.lm-banner {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    position: relative;
    height: 260px;
    background-color: #eeeeee;
    margin-bottom: 30px;

}

/*联系我们*/
.contactus img {
    width: 100%;
}
.newstextc img {
    max-width: 100% !important;
}
.contactus h3 {
    padding-bottom: 20px;
}

.contactus p {
    font-size: 18px;
}


@media (max-width: 767px) {

    /*滚动图片*/
    .swiper-container {
        min-height: 172px;
        
    }
    .swiper-container .swiper-slide img {
        width: 100%;
        min-height: 172px;
    }
    .container-fluid.top-nav {
        padding-right: 0px;
    }
    /*logo*/
    .navbar-brand {
        height: 105px;
        width: 250px;
        padding-top: 3.2rem;
    }
    .navbar-brand>img {
        width: 5rem;
    }
    .brand-name {
        font-size: 2.7rem;
        top: 3.6rem;
        left: 7rem;
    }
    .ebrand-name {
        font-size: 1rem;
        bottom: auto;
        top: 5.8rem;
        left: 7.2rem;
        letter-spacing: 0px;
    }
    /*英文LOGO*/
    .nav-en .navbar-brand {
        width: 270px;
    }
    .nav-en .brand-name {
        top: 3.3rem;
    }
    .nav-en .brand-name span {
        font-size: 2rem;
    }
    .nav-en .ebrand-name {
        left: 7.2rem;
        letter-spacing: 0px;
    }
        /*导航*/
    .navbar {
        height: 105px;
        min-height: 0px;
    }
    .navbar-nav {
        background-color: rgba(0, 0, 0, 0.6);
        margin: 0px -15px;
        padding: 10px 30px;
        text-align: center;
    }
    .navbar-toggle {
        margin-top: 34px;
    }
    .navbar-default .navbar-nav > li > a {
        line-height: 5.2rem;
        height: 5.2rem;
        font-size: 2rem;
        color: #fff;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        border-bottom: 0px solid #55842e;
    }
    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        border-bottom: 0px solid #55842e;
    }
    .lm-banner {
        height: 150px;
    }
    .lm-banner img {
        width: 100%;
        height: 150px;
    }
    /*首页关于我们*/

    .about-txt {
        font-size: 1.6rem;
        padding-top: 20px;
    }
    .aboutBtn {
        display: none;
    }
    .headline {
        border-bottom: 1px solid #c0c0c0;
        padding-bottom: 0px;
        padding-top: 20px;
    }
    .headline:after {
        width: 140px;
        height: 4px;
        margin-left: -70px;
    }
    .headline h3 {
        font-size: 3.2rem;
    }
    .headline h4 {
        font-size: 1.6rem
    }
    .about-bg {
        margin-top: 10px;
        background-size: 300% 100%;
        -moz-background-size: 300% 100%;
    }
    .about-box {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .about-box .iconfont {
        font-size: 4rem;
    }
    .about-box h3 {
        font-size: 2.2rem;
        line-height: 160%;
    }
    .about-box h4 {
        font-size: 1.4rem;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .about-box p {
        font-size: 1.4rem;
        text-align: center;
        padding: 10px;
        margin-bottom: 0px;
    }
    .more-btn .btn {
        padding: 10px 80px;
        font-size: 1.6rem;
    }
    /*产品*/
    .product-banner {
        height: 10rem;
    }
    .product-banner h2 {
        font-size: 3.2rem;
        margin-top: 10px;
    }
    .product-banner h2:after {
        width: 80px;
        margin-left: -40px;
    }
    .product-nav {
        display: none;
    }

    /*关于我们*/
    .abouthf .about-box p {
        font-size: 1.6rem;
        line-height: 180%;
        text-align: justify;
        padding: 10px 0px;
    }
    .abouthf .about-box {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .abouthf .about-box .iconfont {
        font-size: 5rem;
    }
    .abouthf .about-box h3 {
        font-size: 3rem;
        border-bottom: 1px solid #c0c0c0;
    }
    .abouthf .about-box h4 {
        font-size: 1.6rem;
    }
    .abouthf .about-box img {
        max-width: 100%;
    }
    .abouthf .about-txt {
        font-size: 1.6rem;
        padding-right:15px;
        padding-left: 15px;
        padding-bottom: 30px;
    }
    .abouthf .about-p {
        text-align: center !important;
        font-size: 1.6rem !important;
    }
    .abouthf .about-img img {
        width: 100%;
    }
    /*底部*/
    .tel-box {
        width: 100%;
    }

    .footer-line {
        text-align: center;
    }
    .footer-line a {
        display: block;
    }
    .footer-line span {
        display: block;
    }
    /*产品列表*/
    .pro-box img {
        width: 140px;
        height: 76px;
    }
    .pro-box .box-text {
        left: 150px;
    }
    .box-text h3 {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-top: 0.4rem;
        margin-bottom:0.2rem;
        word-break:break-all;
        height: 4.4rem;
        overflow:hidden;
    }
    .box-text p {
        font-size: 1.4rem;
        width: 180px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .news-pages {
        margin-bottom: 20px;
    }
    /*二级导航*/
    .nav2 h2 {
        display: none;
    }

}
