/* 
css 20210528
author:Hongw
*/
@charset "utf-8";
* {padding: 0;margin: 0;}
ul li {list-style: none;margin:0px;}
hr{border:0;}
button, input, optgroup, select, textarea {
    outline: none;
}
a {
    outline: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    text-decoration: none;
    color: #333;
}
img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
table th,table td{
    border: 1px solid #ddd;
    padding: 8px;
}
body{font-size: 16px;font-family: "Microsoft yahei", "微软雅黑", "思源黑体 CN", Arial, sans-serif;}
/* 全站滚动条 */
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0.3);
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  ::-webkit-scrollbar-thumb:window-inactive {
    background-color: rgba(0, 0, 0, 0.2);
  }
/* 公用样式 */
.nav_btn {
    display: none;
}
img.MobBanner {
    display: none;
}
/* end */
.wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* 返回顶部 */
.goTop{
    width:40px;
    height:40px;
    border:5px solid rgba(255,255,255,0.5);
    background-color:rgba(0,0,0,0.5);
    position:fixed;
    bottom:5vh;
    right: 1vw;
    color:#fff;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    transition:all 0.5s;
}
.goTop:hover{
    border:5px solid rgba(255,255,255,0.9);
    background-color:rgba(0,0,0,0.9);
    cursor: pointer;
}
/* 返回顶部End */
/* 公用样式 */
/* Home */
.header {
    width: 100%;
    background-color: rgba(6,150,70,0.5);
        padding:20px 0px;
    position:absolute;
    top:0;
    z-index: 9
}
.header .wrap{
    width:100%;
}
.header .logo{
    padding-left:5%;

}
.header #nav{
    width:40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding:10px 0px;
    padding-right: 5%
}
#nav li.nav_li{
    width:calc(100% / 6);
    text-align: center;
    position: relative;
}
#nav li:before{
    position:absolute;
    bottom:-8px;
    content:'';
    width:0px;
    left:50%;
    margin-left:-40px;
    height:2px;
    background:#fff;
    transition:all 0.8s;
}
#nav li:hover:before{width:80px;}
#nav li.nav_li:first-child{border-left:0px;}
#nav a{color:#fff;}
#nav li:hover a{color: #ffe0ba;}
#nav li.active:before{
    position:absolute;
    bottom:-8px;
    content:'';
    width:80px;
    left:50%;
    margin-left:-40px;
    height:2px;
    background:#fff;
    transition:all 0.8s;
}
#nav li.nav_li:hover ul.menu{
    display: block;
    opacity: 1;
    width:100%;
}
#nav li.nav_li ul.menu{
    opacity: 0;
    position:absolute;
    width:0%;
    top: 31px;
    background-color: #009944;
    z-index: 1;
    transition: all 1s;
}
#nav ul.menu li{
    position:relative;
    height: 42px;
    line-height: 42px;
}
#nav ul.menu li:before{bottom:0;}
/* banner */
#banner{
    --swiper-theme-color: #269501;
    --swiper-navigation-size: 50px;
}
#banner li {
    line-height: 0;
    background-position: center top;
    background-repeat: no-repeat;
}
#banner .swiperBan-pagination{
    bottom: 20px;
}
#banner .swiper-pagination-bullet{
    width:10px;
    height: 10px;
    border: #fff 3px solid;
    opacity: .75;
    margin: 10px 5px;
    background: rgba(255,255,255,0);
}
#banner .swiper-pagination-bullet-active{
    background: #269501;
    opacity: 1;
    border: #fff 3px solid;
    opacity: .9;
}
/* /banner */

/* 首页产品展示版块 */

.products{
    background:url(../upload/images/probg01.png) no-repeat left 210px,url(../upload/images/probg02.png) no-repeat top right,#ffffff;
    padding:80px 0px 80px;
}
.products .proTitle{
    width:100%;
    text-align: center;
    padding-bottom: 30px
}
.products .proTitle h2{
    font-size:32px;
    color: #009944;
}
.products .proTitle hr{
    display: block;
    width:36px;
    height: 3px;
    margin:18px auto 16px;
    background-color:#009944;
}
.products .proTitle p{
    font-size: 12px;
    color:#b3b3b3;
}

.products .proList{
    width:100%;
    background:#f9f9f9;
    margin-bottom: 48px;
}
.products .proList .wrap{
    width:100%;
    justify-content: center;
}
.products .proList li{
    padding:20px 12px;
    transition: all 0.5s;
}
.products .proList li a{
    color: #007233;
}
.products .proList li:hover{
    border-bottom: 1px solid #007233;
    transition: all 0.5s;
}

#productsBox{
    width:80%;
}
#productsBox li .wrap{
    width:100%;
    box-sizing: border-box;
}
#productsBox li .pic{
    overflow: hidden;
}
#productsBox li:hover img{
    transform: scale(1.1,1.1);
}
#productsBox li h4{
    text-align:center;
    width:100%;
    color:#007233;
    padding:10px 0;
    font-weight: normal;
}

.products .proMore{
    padding-top:40px;
    text-align: center
}
.products a.more{
    font-size: 14px;
    color:#009944;
    width:140px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border:2px solid #009944;
    position:relative;
    z-index: 1;
    overflow:hidden;
    border-radius: 20px;
}
.products a.more::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:135%;
    height:100%;
    background:#009944;
    z-index: -99;
    transform-origin:0 0;
    -ms-transfomr-origin:0 0;
    -webkit-transfomr-origin:0 0;
    transform:translateX(-100%) skewX(-45deg);
    -ms-transform:translateX(-100%) skewX(-45deg);
    -webkit-transform:translateX(-100%) skewX(-45deg);
    transition: transform .2s;

}
.products a.more:hover::before{
    transform:translateX(0) skewX(-45deg);
}
.products a.more:hover{
    color:#fff;
}
/* /首页产品版块结束 */

.about{
    width:100%;
    height:800px;
    background:url(../upload/images/abobg_02.jpg) no-repeat center top;
    position: relative;
}
.about .wrap{
    justify-content: center;
    position: absolute;
    width:calc(748px + 600px);
    height: 550px;
    margin-left:calc((-748px + -600px) / 2);
    left:50%;
    top:50%;
    margin-top:calc(-550px / 2);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    background:url(../upload/images/A5.png) no-repeat right top;
}

.about .pic{
    width:748px;
}
.about .text{
    width:600px;
    background:rgba(0,153,68,0.25);
    box-sizing: border-box;
    padding-left: 46px;
    padding-right: 30px;
    padding-top:100px;
}
.about .text h2{
        font-size:32px;
    color: #fff;
}
.about .text hr{
    display: block;
    width:36px;
    height: 3px;
    margin-top:18px;
    background-color:#fff;
}
.about .text p{
    color:#fff;
    font-size:16px;
    padding-top:40px;
    padding-bottom:50px;
    line-height: 1.75;
    text-indent: 2em;
}
.about a.more{
    font-size: 14px;
    color:#fff;
    width:140px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border:2px solid #fff;
    position:relative;
    z-index: 1;
    overflow:hidden;
    border-radius: 20px;
}
.about a.more::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:135%;
    height:100%;
    background:#fff;
    z-index: -99;
    transform-origin:0 0;
    -ms-transfomr-origin:0 0;
    -webkit-transfomr-origin:0 0;
    transform:translateX(-100%) skewX(-45deg);
    -ms-transform:translateX(-100%) skewX(-45deg);
    -webkit-transform:translateX(-100%) skewX(-45deg);
    transition: transform .2s;

}
.about a.more:hover::before{
    transform:translateX(0) skewX(-45deg);
}
.about a.more:hover{
    color:#009944;
}

/*工程案例*/
.projectCase{
    padding-top:60px;
    padding-bottom:60px;
}
.projectCase .caseTitle{
    width:100%;
    text-align: center;
    padding-bottom: 60px
}
.projectCase .caseTitle h2{
    font-size:32px;
    color: #009944;
}
.projectCase .caseTitle hr{
    display: block;
    width:36px;
    height: 3px;
    margin:18px auto 16px;
    background-color:#009944;
}
.projectCase .caseTitle p{
    font-size: 12px;
    color:#b3b3b3;
}
#caseBox .wrap{
    width:1600px;
    justify-content:left;
    display: block;
    height: 600px;
    box-shadow: 0 0 24px rgba(0,0,0,.3);
}
#caseBox .wrap li{
    box-sizing: border-box;
    width:25%;
    position: relative;
    float: left;
    padding:2px;
}
#caseBox .wrap li:nth-child(1){
    width:50%;
}
#caseBox .wrap li:nth-child(2){
    height: 300px;
  
}
#caseBox .wrap li:nth-child(3){
    height: 300px;
}
#caseBox .wrap li:nth-child(4){
   
}
#caseBox .wrap li h4{
    position: absolute;
    z-index: 1;
    top:0;
    display: none;
}


/**/
.ad{
    width:100%;
    height: 365px;
    background:url(../upload/images/sz_bg.png) no-repeat center top,#009944;
    background-size: cover;
    color:#fff;
}
.ad ul{
    height:100%;
}
.ad ul li{
    width:25%;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ad ul li::after{
    width:1px;
    height: 100px;
    content:'';
    display: block;
    position: absolute;
    right:0;
    top:50%;
    margin-top:calc(-100px / 2);
    background: #14ce6b;
}
.ad ul li:last-child::after{
    display: none;
}
.ad ul li i{
    font-style: normal;
}
.ad ul li b{
    font-size:54px;
    position: relative;
    display: block;
}
.ad ul li b::after{
    position:absolute;
    content:'+';
    display: block;
    right: -40px;
    top:0;
}


/* 新闻 */
.news {
    width:100%;
    padding: 60px 0px 60px;
}
.news .newsTitle{
    width:100%;
    text-align: center;
}
.news .newsTitle h4{
    font-size: 34px;
    color: #009944;
}
.news .newsTitle hr{
    display: block;
    width:36px;
    height: 3px;
    margin:18px auto 16px;
    background-color:#009944;
}
.news .newsTitle p{
    color: #b3b3b3;
    font-size: 12px;
}

.news .newsWrap{
    padding: 60px 0px 60px 0px;
}
.news #newsBox{
    width:80%;
    padding-bottom: 65px;
}
.news #newsBox li .liBox{
    background: #f3f3f3;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding:20px 0px 20px 0px;
}
.news #newsBox li .newsDate {
    width:calc(80px + 40px);
    background: url(../upload/images/yuandian.png) no-repeat right bottom;
    padding-bottom: 100px;
}
.news #newsBox li .newsDate .year{
    font-size: 18px;
    font-family:'Arial';
    color:#222;
    display: block;
    text-align: right;
}
.news #newsBox li .newsDate .month{
    font-size: 30px;
    font-family:'Arial';
    color:#222;
    text-align: right;
    display: block;
}
.news #newsBox .newsCon{
    width:calc(100% - 120px);
    box-sizing: border-box;
    padding-left: 20px;
}
.news #newsBox .newsCon h5{
    font-size:18px;
    line-height: 2;
    padding:10px 0px 10px 0px;
    font-weight: normal;
    color: #666;
}
.news #newsBox .newsCon p{
    font-size: 14px;
    color: #999;
    line-height: 1.75;
    padding-bottom: 10px;
}
.news #newsBox .newsCon a{
    display: block;
    text-align:left;
    font-size:14px;
    width:70px;
    background:url(../upload/images/arrow.png) no-repeat center right;
    color: #999;
    position: relative;
}
.news #newsBox .newsCon a::after{
    width:1px;
    height: 12px;
    background: #999;
    position: absolute;
    content: '';
    top:50%;
    margin-top: -6px;
    right: 30px;
}
.news #newsBox .swiperNews-pagination{
--swiper-theme-color:#009944;
}

.swipernews-button-prev,
.swipernews-button-next{
    --swiper-navigation-size:30px;
    --swiper-navigation-color:#009944;
    /*background: #ff6364;*/
    top:calc(100% - 30px / 2);
}
.swipernews-button-prev{
    left:calc(50% - 95px);/*button 定位*/
}
.swipernews-button-next{
    right:calc(50% - 95px);
}



.footContact{
    border-top: 1px solid #ebebeb;
    padding-top: 42px;
}
.footContact h5{
    font-size: 20px;
    color: #009944;
    padding-bottom: 30px;
}
.footContact .contactLeft{
    width:50%;
    position: relative;
    padding-right: 5%;
}
.footContact .contactLeft::before{
    content: '';
    width:1px;
    height: 50%;
    background:#ddd;
    position: absolute;
    top:20%;
    right: 0;
}
.footContact .contactLeft ul{
    display: flex;
    flex-wrap: wrap;
}

.footContact .contactLeft ul li{
    width:50%;
    padding-bottom: 45px;
}
.footContact .contactLeft .title{
    display: flex;
    padding-bottom: 36px;
}
.footContact .contactLeft li i{
    background-image:url(../upload/images/footcontact.png);
    background-repeat:no-repeat;
    background-position: left center;
    height: 28px;
    width:30px;
    display: inline-block;
}
.footContact .contactLeft li:nth-child(1) i{
    background-position: 0 2px;
}
.footContact .contactLeft li:nth-child(2) i{
    background-position: -40px 2px;
}
.footContact .contactLeft li:nth-child(3) i{
    background-position: -80px 2px;
}
.footContact .contactLeft li:nth-child(4) i{
    background-position: -120 2px;
}
.footContact .contactLeft li span{
    display: inline-block;
    line-height: 28px;
    padding-left: 10px;
    position: relative;
    font-size: 18px;
    color:#737373;
}
.footContact .contactLeft li span::after{
    content:'';
    width:22px;
    height: 1px;
    background:#009944;
    display: flex;
    position: absolute;
    bottom:-15px;
    left:10px;
}

.footContact .contactLeft li p{
    padding-left:38px;
    color:#808080;
    font-size: 14px;
}



.footContact .contactRight{
    width:34%;
    position: relative;
}
.footContact .contactRight h5{
    padding-left: 30px;
}
.footContact .contactRight ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footContact .contactRight ul li{
    width: 50%;
    box-sizing:border-box;
    padding:10px 30px 20px;
}
.footContact .contactRight ul li i{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    display: flex;
}
.footContact .contactRight ul li p{
    width:100%;
    text-align:center;
    font-size:14px;
    padding-top: 20px;
}

/* 新闻endLHW */

/* /home */

/* footer */
.footer{
    width:100%;
    background:#009944;
    color: #fff;
    text-align: center;
    padding:12px 0px;
}
.footer a{
    color:#fff;
}
/* //footer  */
/* 内页banner */
.nbanner{
    width:100%;
    height:420px;
    background-repeat: no-repeat;
    background-position: center top;
}
.nbanner p{
    text-align: center;
    font-size: 38px;
    padding-top: 97px;
    text-shadow: 3px 3px 0px #fff;
}
.LayoutAbout .nbanner{
    background-position:center -0px;
}
.LayoutProucts .nbanner{
    background-position:center -320px;
}
.LayoutNews .nbanner{
    background-position:center -60px;
}
.LayoutContact .nbanner{
    background-position:center -220px;
}
.LayoutCase .nbanner{
    background-position:center -180px;
    background-size: cover;
}
/* /内页banner */
/* 内页子栏目 */
.nySubnav{
    width:100%;
    background: #f0f0f0;
    padding:8px 0px;
}
.nySubnav ul {
    width:50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.nySubnav ul li{
    padding:0px 20px;
}
.nySubnav ul li.current a{
    color:#29abe2;
}
.nySubnav ul li a{
    color: #333;
}
.nySubnav p a{
    font-size:14px;
}
/* 内页子栏目 end*/
/* 关于我们 */
.LayoutAbout .layoutBox {
    padding-top: 60px;
    padding-bottom: 60px;
}
.LayoutAbout .p1{
    line-height: 2;
    text-indent: 2em;
}
.LayoutAbout .layoutBox .company .wrap{
    width:80%;
}
.LayoutAbout .layoutBox .company .pic{
    width:44%;
}
.LayoutAbout .layoutBox .company .text{
    width:54%;
}
.LayoutAbout .layoutBox .company p{
    text-indent: 2em;
    line-height: 2;
    font-size:14px;
    padding-bottom: 8px;
}
.LayoutAbout .layoutBox .qywh ul{
    position: relative;
    width:80%;
    padding-top: 40px;
}

.LayoutAbout .layoutBox .qywh ul li{
    width:19%;
    padding-bottom: 40px;
    background:#f3f3f3;
    text-align: center;
    box-sizing: border-box;
}
.LayoutAbout .layoutBox .qywh ul li h5{
    font-size: 20px;
    padding-top:40px;
    padding-bottom: 40px;
}
.LayoutAbout .layoutBox .qywh ul li p{
    line-height: 2;
}
.LayoutAbout .layoutBox .qywh ul li:first-child{
/*    position: absolute;
    left:50%;
    margin-left:calc((-50%) / 2);
    top:50%;
    margin-top:calc(-400px / 2);
    z-index: 1;*/
}




.LayoutAbout .layoutBox .qyzz{
    width:100%;
    background:#f3f3f3;
    padding:40px 0px;
    margin:40px 0px;
    text-align: center;
}
.LayoutAbout .layoutBox .qyzz h5{
    font-size:25px;
    width:100%;
    color: #333;
}
.LayoutAbout .layoutBox .qyzz p{
    width:100%;
    padding-top:20px;
}







/* /关于我们 */
/* 资质荣誉 */
.LayoutHonor .layoutBox{
    padding-top:40px;
}
.LayoutHonor .layoutBox ul li{
    width:32%;
}
.LayoutHonor .layoutBox ul li .pic{
    border: 3px solid #fff;
    line-height: 0;
    box-shadow: 0px 0px 10px #6c6c6c;
    text-align: center;
}
.LayoutHonor .layoutBox ul li h3{
    text-align: center;
    height: 60px;
    line-height: 50px;
}
/* 资质荣誉end */

/* 产品栏目 */
.LayoutProucts .layoutProBox {
    padding-top: 40px;
}
.LayoutProucts .layoutProBox ul.wrap {
    justify-content: left;
}
.LayoutProucts .layoutProBox li {
    width: 28%;
    margin: 10px 20px 10px;
    background: #f0f0f0;
    transition:all 0.8s;
}
.LayoutProucts .layoutProBox li:hover{
    background: #009944;
}
.LayoutProucts .layoutProBox li .pic {
    background: #fff;
    transition: all 0.8s;
    width: 100%;
    overflow: hidden;
}
.LayoutProucts .layoutProBox li:hover img {
    transform: scale(1.1, 1.1);
}
.LayoutProucts .layoutProBox li h3 {
    box-sizing: border-box;
    padding: 0 8px;
    text-align: center;
}
.LayoutProucts .layoutProBox li h3 a {
    line-height: 3;
    color: #333;
    transition:all 0.5s;
}
.LayoutProucts .layoutProBox li:hover h3 a {
    color: #fff;
}
.LayoutProShow .layoutBox {
    padding-top: 40px;
    padding-bottom: 40px;
}
.layout_ProShowBox .pic {
    width: 40%;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    line-height: 0;
}
.layout_ProShowBox .layoutProShow_desc {
    width: 50%;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    height: 476px;
    box-sizing: border-box;
    padding: 2.5rem 2rem 1rem 2rem;
}
.layoutProShow_desc h2 {
    font-size: 1.75rem;
    padding-bottom: 1.5rem;
    color: #333;
    border-bottom: 1px dashed #ddd;
}
.layoutProShow_desc h2 span {
    font-size: 1rem;
    color: #333;
    font-weight: normal;
}
.layoutProShow_desc p.CallTel {
    padding: 1rem 0rem;
}
.layoutProShow_desc p.biaoyu {
    text-align: center;
    font-size: 1.25rem;
    background: #d0e7f8;
    margin: 2rem 0rem 2rem 0rem;
    padding: 1rem 0;
    color: #000000;
}
.layoutProShow_desc p.CallTel b {
    font-size: 2rem;
    color: #009944;
}
.layoutProShow_desc a.more {
    margin: 1rem 0;
    width: 100%;
    height: 2.75rem;
    line-height: 2.75;
    display: block;
    background: #009944;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.layoutProShow_desc .PageArrow{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    padding-top: 22px;
}
.lay_ProShowText {
    line-height: 2;
    padding-top: 2rem;
}
/* 产品栏目END */
/* 新闻栏目 */
.LayoutNews .layoutBox {
    padding-top: 40px;
}
.LayoutNews .layoutBox li {
    padding-bottom: 20px;
}
.LayoutNews .layoutBox li .pic {
    width: 30%;
    height: 280px;
    overflow: hidden;
}
.LayoutNews .layoutBox li .newsContent {
    width: 66%;
}
.LayoutNews .newsContent h3 {
    font-size: 20px;
    line-height: 2;
    padding-bottom: 10px;
}
.LayoutNews .newsContent span {
    line-height: 2;
}
.LayoutNews .newsContent p {
    padding-top: 20px;
    line-height: 2;
    font-size: 14px;
}
.LayoutNews .newsContent a.more {
    margin: 40px 0;
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    width: 150px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #ddd;
    position: relative;
    transition: all 1s;
    overflow: hidden;
    z-index: 2;
}
.LayoutNews .newsContent a.more:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #009944;
    z-index: -1;
    transition: all 0.5s;
}
.LayoutNews .newsContent a.more:hover {
    color: #fff;
}
.LayoutNews .newsContent a.more:hover:before {
    width: 100%;
}
.LayoutNewsShow .layoutBox {
    padding: 40px 0px 0px;
}
.LayoutNewsShow .layoutBox h2.title {
    font-size: 24px;
    width: 100%;
    text-align: center;
    line-height: 3;
    color: #333;
}
.LayoutNewsShow .layoutBox .flag {
    text-align: center;
    width: 100%;
    padding: 20px 0 40px;
    border-bottom: 1px dashed #999;
    margin-bottom: 40px;
}
.LayoutNewsShow .layoutBox .newsShowContent {
    line-height: 2;
    min-height: 400px;
}
.LayoutNewsShow .newsShowContent p {
    text-indent: 2em;
    padding-bottom: 8px;
}
/* 新闻栏目END */
/* 联系我们 */

.LayoutContact .layoutBox{
    padding-top:60px;
    padding-bottom:60px;
}
.LayoutContact #lhwmap {
    width: 60%;
    background: url(../upload/images/map.jpg) no-repeat center center;
}
.LayoutContact #lhwmap a{
    display: block;
    width:100%;
    height: 100%;
}
.LayoutContact .contact_Text{
    width:38%;
    background: #f9f9f9;
    box-sizing: border-box;
    padding-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
}
.LayoutContact .contact_Text ul {
    padding-bottom: 20px;
}
.LayoutContact .contact_Text ul li{
    font-size:18px;
    line-height:2;
}
.LayoutContact .contact_Text ul li:first-child{
    font-size: 24px;
    padding-bottom: 10px;
}
.LayoutContact .contact_Text ul li.Add img{
    width:24px;
}
.LayoutContact .contact_Text .qrcode{
    width:40%;
}
.LayoutContact .contact_Text .qrcode b{
    display:block;
    font-size:14px;
    text-align: center;
}

.LayoutCase .layoutBox{
    padding-top: 45px;
}
.LayoutCase .layoutBox li{
    width:32%;
}
.LayoutCase .layoutBox li h3 {
    text-align: center;
    padding:10px 0px 10px;
    background:#f3f3f3;
    margin-bottom: 10px
}
.LayoutCase .layoutBox li h3 a{
    font-size: 14px;
    text-align:center;
}


/* 页面底部翻页 */
.layout_Page{
    width: 1200px;
    margin: 25px auto;
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
.layout_Page li{
    padding: 0.25rem 1rem;
    background: #ddd;
    margin: 0 4px;
}
.layout_Page li.current{
    background: #009944;
    color: #fff;
}
.layout_Page li a{
	color:#333;
}
/* 新闻详情页翻页 */
.layout_ShowPage {
    padding: 40px 0 40px;
    border-top: 1px dashed #999;
    margin-top: 40px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



@media screen and (max-width:760px) {
    img.PcBanner {display: none;}
    img.MobBanner {display: block;}
    .wrap {width: 98%;}
    .header {
    background-color: rgba(6,150,70,1);
    padding: 10px 0px;
    position: unset;
    top: 0;
    z-index: -1;
}
.header .wrap {
    width: 96%;
}
    .header .logo{width:35%;
    padding-left: 0;}
    .header #nav{
        display: none;
            position: fixed;
        z-index: 99;
        background: #fff;
        height: 100%;
        left: 0;
        top: 0;
        width: 80%;
    }
    #nav a {
    color: #959595;
}
    .nav_btn{
        display: block;
        width:36px;
        height: 4px;
        border-radius: 2px;
        background:#ffffff;
        position:relative;
        margin-top: 15px;
        transition:all 0.5s;
    }
    .nav_btn:after,.nav_btn:before{
        content:"";
        position:absolute;
        left:0;
        top:10px;
        width:100%;
        background:#ffffff;
        height:4px;
        border-radius: 2px;
        transition:all 0.5s;
    }
    .nav_btn:before{
        top:-10px;
    }
    .nav_btn_close {
        height: 0;
        transition:all 0.2s;
    }
    .nav_btn_close:after {
        transform: rotate(45deg);
        top: 0;
        transition:all 0.5s;
    }
    .nav_btn_close:before {
        transform: rotate(-45deg);
        top: 0;
        transition:all 0.5s;
    }
    #nav li.nav_li{
        width:100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #nav li.active:before{
        bottom: 8px;
    }
    #banner{
        height: 210px;
    }
    #banner li{
        background-size: 394px;
    }
    .products{
        padding: 20px 0px 20px;
    }
    .products .proList li {
    padding: 5px 8px;
    transition: all 0.5s;
}
#productsBox {
    width: 92%;
}
.about .wrap {
    justify-content: center;
    position: unset;
    width: 100%;
    height: 550px;
    margin-left: 0;
    left: 50%;
    top: 50%;
    margin-top: 0;
    box-shadow: unset;
    padding-top: 20px;
}
.about .text {
    width: 96%;
    background: rgba(0,153,68,0.25);
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 5px;
    padding-top: 35px;
}
.about .text h2 {
    font-size: 24px;
    color: #fff;
    text-align:center;
}
.about .text hr {
    display: block;
    width: 36px;
    height: 3px;
    background-color: #fff;
    margin: 18px auto 0px;
}
.about .text p {
    color: #fff;
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1.75;
    text-indent: 2em;
}
.about .pic {
    width: 90%;
    border: 4px solid #fff;
}
.projectCase {
    padding-top: 40px;
    padding-bottom: 40px;
}
.projectCase .caseTitle {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}
.projectCase .caseTitle h2 {
    font-size: 24px;
    color: #009944;
}
#caseBox{
    width:96%;
}

.ad {
    height: 240px;
}
.ad ul li {
    width: 50%;
}
.ad ul li b {
    font-size: 30px;
    position: relative;
    display: block;
}
.ad ul li p{
    font-size:12px;
}
.ad ul li b::after {
    position: absolute;
    content: '+';
    display: block;
    right: -20px;
    top: 0;
}
.ad ul li:nth-child(3) b::after {
    position: absolute;
    content: '+';
    display: block;
    right: -5px;
    top: 0;
}
.ad ul li:nth-child(2)::after{
    display: none;
}
.news {
    width: 100%;
    padding: 40px 0px 40px;
}
.news .newsTitle h4 {
    font-size: 24px;
    color: #009944;
}
.news .newsWrap {
    padding: 20px 0px 40px 0px;
}
.news #newsBox {
    width: 96%;
    padding-bottom: 65px;
}
.news #newsBox li .newsDate {
    width: calc(60px + 18px);
    background: none;
    padding-bottom: 0;
}
.news #newsBox .newsCon {
    width: calc(100% - 88px);
    box-sizing: border-box;
    padding-left: 4px;
}
.news #newsBox .newsCon h5 {
    font-size: 16px;
    line-height: 2;
    padding: 0px 0px 10px 0px;

}
.news #newsBox .newsCon p {
    font-size: 12px;
    color: #999;
    line-height: 1.75;
    padding-bottom: 10px;
}


.footContact .contactLeft {
    width: 100%;
    position: relative;
    padding-right: 0%;
        padding-left: 5%;
}
.footContact .contactLeft ul li {
    width: 100%;
    padding-bottom: 8px;
}
.footContact .contactLeft .title {
    display: flex;
    padding-bottom: 20px;
}
.footContact .contactLeft li span::after {
    content: '';
    width: 22px;
    height: 1px;
    background: #009944;
    display: flex;
    position: absolute;
    bottom: -8px;
    left: 10px;
}
.footContact .contactRight {
    width: 100%;
    position: relative;
padding-top: 20px;
}
.footContact .contactLeft::before{
    display: none;
}


    .nbanner{
        height: 160px;
        background-size: 610px;
    }
    .nbanner p {
        font-size: 20px;
        padding-top: 60px;
        text-shadow: 1px 1px 0px #fff;
    }
    .nySubnav{padding:18px 0px;}
    .nySubnav ul {width:100%;}
    .nySubnav ul li {
        padding: 0px;
        width: 25%;
    }


    .LayoutAbout .layoutBox .company .wrap {
    width: 92%;
}

.LayoutAbout .layoutBox .company .pic {
    width: 100%;
}
.LayoutAbout .layoutBox .company .text {
    width: 100%;
}
.LayoutAbout .layoutBox .qywh ul {
    position: relative;
    width: 92%;
    padding-top: 40px;
}
.LayoutAbout .layoutBox .qywh ul li {
    width: 100%;
    padding-bottom: 0px;
    background: #f3f3f3;
    text-align: left;
    box-sizing: border-box;
}
.LayoutAbout .layoutBox .qywh ul li h5 {
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 10px;
}

.LayoutProucts .nbanner {
    background-position: center -30px;
    background-size: 410px;
}
.LayoutCase .nbanner {
    background-position: center -12px;
    background-size: cover;
}

.LayoutContact .nbanner {
    background-position: center -85px;
    background-size: 520px;
}
.LayoutCase .layoutBox li {
    width: 100%;
}





    .layout_ProShowBox .pic{
        width:94%;
        margin:0 auto;
    }
    .layout_ProShowBox .layoutProShow_desc{
        width:94%;
        margin:0 auto;
    }
    .layoutProShow_desc h2{
        font-size: 1.25rem;
    }
    .layout_Page{width:98%;}
    .layout_Page li {padding: 0.25rem 0.5rem;}
    .layout_ShowPage{width:98%;}
    .layout_ShowPage li{width:100%;}
    .LayoutProucts .layoutProBox li {
        width: 90%;
    }
    .LayoutNews .layoutBox li .pic {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .LayoutNews .layoutBox li .newsContent {
        width: 100%;
    }
    .LayoutNews .newsContent h3 {
        line-height: 1.27;
    }
    .LayoutNewsShow .layoutBox h2.title {
        font-size: 20px;
        line-height: 1.25;
    }
    .LayoutContact #lhwmap {
        width: 90%;
        margin: 0 auto;
        height: 240px;
    }
    .LayoutContact .contact_Text {
        width: 88%;
        margin: 0 auto;
    }
    .LayoutContact .contact_Text .qrcode {
        display: none;
    }
    .LayoutContact .contact_Text ul li:first-child {
        font-size: 22px;
    }
}