﻿body{
    background: #FFF;
    margin: 0;
}
*{
    margin: 0;
    padding:  0;
}
input, button, ul, ol {
    margin: 0px;
    padding: 0px;
}
a:hover {
    color: #006835;
}
a:focus {
    outline:none;
}
ul, ol, li {
    list-style: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}
video {
    outline: none;
}

/*头部*/
.header {
    width: 100%;
    position: relative;
    z-index: 99;
}
.toper {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    background-color: #F6F6F6;
    color: #333;
    font-size: 12px;
}
.toper li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 8px;
}
.toper .separator {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #666;
    vertical-align: middle;
    margin: 0;
}
.toper li a {
    color: #333333;
    cursor: pointer;
}
.toper li a:hover {
    color: #006835;
}
.header-middle {
    height: 120px;
}
.header-middle .logo {
    height: 60px;
    width: 429px;
    display: block;
    margin-top: 33px;
}
.header-middle .logo img {
    width: 100%;
    height: 100%;
    display: block;
}
.header-middle .hotline {
    height: 74px;
    width: 273px;
    display: block;
    margin-top: 36px;
    margin-right: 120px;
    position: relative;
    color: #006835;
}
.header-middle .hotline img {
    width: 100%;
    height: 100%;
    display: block;
}
.header-middle .hotline .label {
    position: absolute;
    top: 4px;
    left: 66px;
    font-size: 14px;
}
.header-middle .hotline .phone {
    position: absolute;
    top: 24px;
    left: 66px;
    font-size: 18px;
    letter-spacing: 1.5px;
}
.nav {
    height: 48px;
    background-color: #006835;
    opacity: 0.9;
}
.nav .layui-nav {
    background-color: unset;
    padding: 0;
}
.nav .layui-nav .layui-nav-item {
    line-height: 48px;
    /*width: 200px;*/
    width: 171.4px;
    text-align: center;
}
.nav .layui-nav .layui-nav-item.layui-this, .nav .layui-nav .layui-nav-item:hover {
    background-color: #31a35a;
}
.nav .layui-nav .layui-nav-item.search {
    padding-left: 10px;
    box-sizing: border-box;
}
.nav .layui-nav .layui-nav-item.search:hover {
    background-color: unset;
}
.layui-nav-item .layui-input-search {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    border: none;
    cursor: text;
}

.nav .layui-nav .layui-this:after {
     content: unset;
 }
.nav .layui-nav .layui-nav-item .layui-nav-more {
    display: none;
}
.nav .layui-nav .layui-nav-item>a {
    font-size: 16px;
    color: #fff;
}
.nav .layui-nav .layui-nav-bar {
    display: none;
}
.nav .layui-nav-child {
    top: 48px;
    padding: 0;
}
.nav .layui-nav .layui-nav-child a:hover {
    background-color: #31a35a;
    color: #fff;
}

/*底部*/
.footer {
    padding-top: 68px;
}
.footer .footer-nav {
    height: 326px;
    background-color: #4e4948;
    padding-top: 26px;
    box-sizing: border-box;
    font-size: 0;
}
.footer-nav .n-box {
    width: 200px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.footer-nav .n-box a {
    color: #fff;
}
.footer-nav .n-box .title {
    font-size: 18px;
    line-height: 56px;
}
.footer-nav .n-box .line {
    color: #fff;
    border-top: 1px dashed #666;
}
.footer-nav .n-box .content {
    padding-top: 18px;
    height: 180px;
    overflow:hidden
}
.footer-nav .n-box .content .item {
    line-height: 37px;
    font-size: 14px;
}
.footer-nav .n-box .content img {
    width: 144px;
    height: 144px;
    margin-top: 11px;
    margin-left: 28px;
}

.footer .footer-bottom {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    height: 80px;
    background: #302d2d;
    padding-top: 16px;
    box-sizing: border-box;
}
.footer .footer-bottom p {
    line-height: 24px;
}
.footer .footer-bottom p.cr {
    font-size: 12px;
}
.footer .footer-bottom p.cr a {
    color: #FFFFFF;
}

/*首页横幅*/
.index-banner {
    height: 520px;
    margin-top: -48px;
    position: relative;
}
.index-banner .swiper-wrapper .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.index-banner .swiper-pagination {
    width: 1200px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    text-align: center;
    bottom: 30px;
    z-index: 99;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background:rgba(255,255,255,0.7);
    margin:0 5px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:#006835;
    background: rgba(0,117,167,1);
}

/*首页模块*/
.section {
    margin-top: 80px;
}
.section .section-head {
    border-bottom: 1px solid #006835;
    margin-bottom: 40px;
}
.section .section-head .title {
    width: 200px;
    padding-bottom: 20px;
    color: #006835;
    border-bottom: 4px solid #006835;
}
.section .section-head .title i {
    font-size: 30px;
}
.section .section-head .title span {
    font-family: SourceHanSansCN-Bold;
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
}
.section .section-head .more {
    font-size: 16px;
    line-height: 30px;
    color: #006835;
}

/*新品推荐*/
.index-product .section-cont, .main .product-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-product .section-cont:after, .main .product-list:after {
    content: '';
    width: 282px;
}
.product-item{
    width: 282px;
    text-align: center;
    margin-bottom: 24px;
    background-color: #f4f8fa;
}
.product-item:hover {
    box-shadow: 0px 6px 12px 0px #808080;
    background-color: #006835;
}
.product-item .item-img{
    overflow: hidden;
    width: 100%;
    height: 180px;
}
.product-item .item-img img {
    width: 100%;
    height: 100%;
    transition: 2s;
    object-fit: cover;
}
.product-item:hover .item-img img {
    transform: scale(1.2,1.2);
    transition: 2s;
}
.product-item p {
    color: #333333;
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.product-item p a {
    display: block;
}
.product-item:hover p {
}
.product-item:hover p a {
    color: #fff;
}


/*关于我们*/
.index-about.section .section-head {
    border-bottom-color: #006835;
}
.index-about.section .section-head .title {
    color: #006835;
    border-bottom-color: #006835;
}
.index-about.section .section-head .more {
    color: #006835;
}
.index-about .section-cont .about .img-wrap {
    position: absolute;
    width: 384px;
    height: 308px;
    display: block;
    overflow: hidden;
}
.index-about .section-cont .about .img-wrap img {
    /*width: 100%;*/
    height: 100%;
    /*object-fit: cover;*/
}
.index-about .section-cont .about .about-info {
    position: relative;
    margin: 0 0 0 384px;
    width: 510px;
    height: 308px;
    background-color: #f4f8fa;
    padding: 20px 25px;
    box-sizing: border-box;
}
.index-about .section-cont .about .about-info .title {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}
.index-about .section-cont .about .about-info .content {
    color: #666666;
    line-height: 24px;
    text-indent: 28px;
    padding: 5px 0;
}
.index-about .section-cont .about .about-info .content p {
    padding: 5px 0;
}
.index-about .section-cont .about .about-info a {
    width: 120px;
    height: 32px;
    border: solid 1px #006835;
    font-size: 14px;
    line-height: 32px;
    color: #006835;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.index-about .section-cont .contact {
    position: relative;
    width: 282px;
    height: 308px;
    background-color: #006835;
    padding: 55px 25px 20px 40px;
    box-sizing: border-box;
}
.index-about .section-cont .contact .title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}
.index-about .section-cont .contact .content {
    color: #FFFFFF;
    line-height: 24px;
    padding: 15px 0;
}
.index-about .section-cont .contact .content p {
    padding: 2px 0;
}
.index-about .section-cont .contact a {
    width: 120px;
    height: 32px;
    border: solid 1px #ffffff;
    font-size: 14px;
    line-height: 32px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    margin-top: 10px;
}

/*新闻中心*/
.index-news.section .section-head {
    border-bottom-color: #4e4948;
}
.index-news.section .section-head .title {
    color: #4e4948;
    border-bottom-color: #4e4948;
}
.index-news.section .section-head .more {
    color: #4e4948;
}
.index-news .img-wrap {
    position: absolute;
    width: 384px;
    height: 286px;
    display: block;
    overflow: hidden;
}
.index-news .img-wrap img {
    height: 100%;
}
.index-news .news-list {
    position: relative;
    margin: 0 0 0 384px;
    height: 286px;
    padding: 20px 0 0 25px;
    box-sizing: border-box;
}
.news-item {
    margin-bottom: 10px;
    border-bottom: 1px dashed #cccccc;
}
.news-item .title {
    padding-top: 10px;
    line-height: 1;
}
.news-item .title a {
    font-size: 16px;
    color: #000;
}
.news-item .title span {
    float: right;
    color: #333333;
}
.news-item .summary {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666666;
    font-size: 14px;
    padding: 13px 0 20px;
    line-height: 1;
}

.news-item .date {
    float: left;
    color: #999;
    font-size: 12px;
    width: 78px;
    height: 60px;
    background: #f4f8fa;
    text-align: center;
    margin-top: 10px;
}
.news-item .date .day {
    font-size: 20px;
    line-height: 24px;
    color: #006835;
    display: inline-block;
    margin-top: 8px;
}
.news-item .date .month {
    font-size: 12px;
    line-height: 24px;
    color: #333333;
}
.main .news-item .news-cont {
    margin-left: 98px;
}
.main .news-item .title {
    padding-top: 15px;
}
.main .news-item .summary {
    padding-bottom: 30px;
}


/*经典案例*/
.index-case.section .section-head {
    border-bottom-color: #006835;
}
.index-case.section .section-head .title {
    color: #006835;
    border-bottom-color: #006835;
}
.index-case.section .section-head .more {
    color: #006835;
}
.index-case .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.index-case .section-cont>a {
    display: block;
    position: absolute;
    top: 105px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(0,0,0,.1);
    z-index: 999;
    color: #fff;
    border-radius: 50%;
}
.index-case .section-cont a.left {
    left: -75px;
}
.index-case .section-cont a.right {
    right: -75px;
}
.index-case .case-item {
    cursor: pointer;
    position: relative;
    transition: all .5s cubic-bezier(.55,0,.1,1);
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
    width: 384px;
    height: 260px;
    display: inline-block!important;
    margin-bottom: 24px;
}
.index-case .case-item:hover {
    box-shadow: 0px 6px 12px 0px #808080;
}
.index-case .case-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-case .case-item span {
    display: none;
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    left: 0;
    bottom: 0;
    cursor: default;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #006835;
    opacity: 0.8;
    transition: opacity .3s;
    padding-top: 4px;
}
.index-case .case-item:hover span {
    display: block;
}
.main .case-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main .case-list:after{
    content: '';
    width: 282px;
}
.main .case-item {
    width: 282px;
    text-align: center;
    margin-bottom: 24px;
    background-color: #f4f8fa;
}
.main .case-item:hover {
    box-shadow: 0px 6px 12px 0px #808080;
    background-color: #006835;
}
.main .case-item .item-img{
    overflow: hidden;
    width: 100%;
    height: 180px;
}
.main .case-item .item-img img {
    width: 100%;
    height: 100%;
    transition: 2s;
    object-fit: cover;
}
.main .case-item:hover .item-img img {
    transform: scale(1.2,1.2);
    transition: 2s;
}
.main .case-item p {
    color: #333333;
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main .case-item p a {
    display: block;
}
.main .case-item:hover p a {
    color: #fff;
}

/*信息内页*/
.info-content .hd {
    padding: 10px 0 0;
    text-align: center;
}
.info-content .hd h1 {
    color: #000;
    font-size: 20px;
}
.info-content .hd .titBar {
    color: #797979;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e8e8e8;
}
.info-content .bd {
    /*padding-bottom: 40px;*/
    padding-top: 10px;
}
.info-content .bd img {
    cursor: pointer;
}
.layui-layer-imgprev, .layui-layer-imgnext {
    position: fixed!important;
}
.layui-layer-imguide {
    display: block!important;
}

/*合作伙伴*/
.index-partner .section-cont {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-partner .partner-item {
    width: 180px;
    height: 100px;
    line-height: 100px;
    border: solid 1px #d6d6d6;
    overflow: hidden;
    box-sizing: border-box;
    float: left;
    text-align: center;
    cursor: pointer;
    background: #fff;
    margin-bottom: 24px;
}
.index-partner .partner-item img {
    max-width: 85%;
    max-height: 85%;
}

/*搜索*/
.search-item {
    margin-bottom: 10px;
    border-bottom: 1px dashed #cccccc;
    padding: 10px 0px;
    padding-left: 10px;
}
.search-item:first-child {
    padding-top: 0px;
}
.search-item a {
    color: #000;
    float: left;
}
.search-item a:hover {
    color: #006835;
}
.search-item span {
    float: right;
    color: #666666;
}
.search-item span.type {
    margin-right: 120px;
}

/*内页横幅*/
.banner {
    height: 400px;
    margin-top: -48px;
    background-size: cover;
}
.banner.product {
    background: url(../images/product-banner.jpg) no-repeat center top;
}
.banner.case {
    background: url(../images/product-banner.jpg) no-repeat center top;
}
.banner.news {
    background: url(../images/news-banner.jpg) no-repeat center top;
}
.banner.serve {
    background: url(../images/about-banner.jpg) no-repeat center top;
}
.banner.about {
    background: url(../images/about-banner.jpg) no-repeat center top;
}

.container {
    position: relative;
    z-index: 8;
}

.container .layui-container .sidebar {
    float: left;
    width: 282px;
    margin-top: 20px;
    margin-right: 25px;
}
.left-title {
    position: relative;
    width: 282px;
    height: 180px;
    background-image: linear-gradient(20deg, #006835 48%, #0089c4 100%);
    color: #fff;
    text-align: center;
}
.left-title span.zh {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    padding-top: 60px;
}
.left-title span.en {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding-top: 15px;
}
.menu {
    margin-bottom: 40px;
    background-color: #f4f8fa;
}
.menu dl {
    border-bottom: 3px solid #006835 ;
    padding: 0 20px;
}
.menu dl dt a {
    display: block;
    padding: 20px 6px 20px 76px;
    border-bottom: 1px dashed #dcdcdc;
    background: url(../images/arrow-right.png) 61px center no-repeat;
    color: #666;
    font-size: 16px;
    text-align: left;
}
.menu dl dt a:last-child {
    border-bottom: none;
}
.menu dl dt a:hover, .menu dl dt .current {
    color: #006835;
    text-decoration: none;
}
.container .layui-container .main {
    display: block;
    overflow: hidden;
    *zoom: 1;
    padding: 20px 0 0;
}

.location {
    position: relative;
    height: 46px;
    margin-bottom: 25px;
    border-bottom: 1px solid #cccccc;
    line-height: 46px;
}
.breadcrumbs {
    float: left;
    text-align: left;
}
.breadcrumbs a {
    display: inline-block;
    margin-left: 12px;
    padding-left: 12px;
    background: url(../images/o_ico_04.gif) no-repeat 0 center;
    vertical-align: top;
    color: #666666;
}
.breadcrumbs .u-home {
    padding-left: 20px;
    background: url(../images/o_ico_03.gif) no-repeat 0 center;
}

/*分页*/
.pager {
    padding: 60px 0 0px;
    text-align: center;
}
.pager ul.pagination li {
    display: inline-block;
    background-color: #fff;
    border: solid 1px #d8d8d8;
    height: 28px;
    line-height: 28px;
    padding: 0 2px;
    margin: 0 5px;
    min-width: 28px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}
.pager ul.pagination li.active, .pager ul.pagination li:hover {
    background-color: #006835;
    border: solid 1px #006835;
}
.pager ul.pagination li.active span, .pager ul.pagination li:hover a {
    color: #fff;
}
.pager ul.pagination li a {
    display: block;
}

/*右侧固定工具栏*/
.m-fixed-btn {
    position: fixed;
    right: 0;
    top: 250px;
    width: 70px;
    z-index: 10;
    -webkit-box-shadow: -2px 1px 6px 0 rgba(0,0,0,.1);
    -moz-box-shadow: -2px 1px 6px 0 rgba(0,0,0,.1);
    box-shadow: -2px 1px 6px 0 rgba(0,0,0,.1);
}
.m-fixed-btn li{
    width: 70px;
    height: 70px;
    background: #fff;
    /*margin-bottom: 20px;*/
    transition: all .3s;
    position: relative;
    border-top: 1px solid #f8f8f8;
}
.m-fixed-btn li a{
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.m-fixed-btn li i{
    font-size: 40px;
    color: #5D5D5D;
    display: block;
    width: 40px;
    height: 40px;
    margin:  0 auto;
    transition: all .3s;
}
.m-fixed-btn li:hover i{
    color: #fff;
}
.m-fixed-btn li:hover{
    background: #006835;
}
.m-fixed-btn li .tel{
    height: 70px;
    padding: 0 20px;
    color: #fff;
    background: #006835;
    position: absolute;
    top: 0;
    right: 88px;
    line-height: 70px;
    font-size: 20px;
    display: none;
    white-space: nowrap;
}
.m-fixed-btn li .code{
    height: 126px;
    width: 126px;
    position: absolute;
    top: -28px;
    right: 88px;
    display: none;
}

/*大屏幕*/
@media screen and (min-width: 992px){
}
/*超大屏幕*/
@media screen and (min-width: 1200px) {
    .layui-container{width: 1200px; padding: 0;}
}

.about333 img {display: block;margin: 0 auto;max-width: 100%;}
/*分页样式*/
.pglist{padding: 20px 0 30px;width:100%;text-align: center;clear: both;}
.pglist a,.pglist span{color: #999;padding: 0 15px;margin: 0 3px;display: inline-block;vertical-align: middle;line-height: 30px;background: #fff;border: 1px solid #f2f2f2;}
.pglist a:hover,.pglist span{display:inline-block;color: #fff;background: #006835;border-color: #006835;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}
.pglist a.page-num-current{display:inline-block;color: #fff;background: #006835;border-color: #006835;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}
