
/* CSS Document */

/* #006934 */

html{
    font-size: 10px;
}
body {
    font-family: "PingFang SC","Microsoft YaHei",微软雅黑,"Hiragino Sans GB",STHeiti,sans-serif;
    font-size: 12px;
    color: #333;
    margin: 0;
    background: #f5f5f5;
}
img {
    border: 0;
}
A:link {
    COLOR: #333;
    TEXT-DECORATION: none;
}
A:visited {
    COLOR: #333;
    TEXT-DECORATION: none;
}
A:hover {
    COLOR: #333;
    TEXT-DECORATION: none;
}
A:active {
    COLOR: #ff2525;
    TEXT-DECORATION: none;
}
ol, ul {
    list-style: none;
}
ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    border-collapse: collapse;
    list-style-type: none
}
* {
    margin: 0;
    padding: 0;
    hide-focus: expression(this.hideFocus=true); /* for ie 5+ */
    outline: none; /* for firefox 1.5 + */
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: transparent;
}
.hold-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section{
    background-color: #fff;
}

.header-nav{
    width: 100%;
    margin-top:10px;
    z-index: 1;
    background-color: #000;
}
.header-nav .header-nav-navBg{
    height: 60px;
    float: left;
    font-size: 0;
}
.header-nav-navBg img{height: 60px;font-size: 0;vertical-align: top;}
.header-nav-navBg span{
    font-size:20px;
    font-weight: bold;
    color:#fff;
    line-height: 60px;
    margin-left: 20px;
}
.header-nav ul{
    width:60%;
    float: right;
}
.header-nav ul li{
    width: 15.5%;
    text-align: center;
    float: left;
    background-color: #000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header-nav ul li a{
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
.header-nav ul li:hover,.header-nav ul li.active{
    margin-top:-10px;
    background-color: #6b9331;
    position: relative;
}
.header-nav ul li:hover:before,.header-nav ul li.active:before{
    content: '';
    position: absolute;
    top:0;
    right: -10px;
    border: 5px solid #6b9331;
    border-right-color: transparent;
    border-top-color: transparent;
}
.header-nav ul li:hover:after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 3px;
    background-color: #6b9331;
}


/**** home ****/
.home{
    width:100%;
}
.home-banner{
    width:100%;
    position: relative;
}
.home-banner img{
    width:100%;
}
.home-banner-mouseIcon{
    position: absolute;
    bottom: 4%;
    left:50%;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-animation:mouseMove 1.2s infinite linear;
    -o-animation:mouseMove 1.2s infinite linear;
    animation:mouseMove 1.2s infinite linear;
}
.home-banner-mouseIcon img{
    width:30px;
}
@keyframes mouseMove {
    0%{
        bottom:3%;
    }
    50%{
        bottom:4%;
    }
    100%{
        bottom:3%;
    }
}
@-webkit-keyframes mouseMove{
    0%{
        bottom:3%;
    }
    50%{
        bottom:4%;
    }
    100%{
        bottom:3%;
    }
}
@-moz-keyframes mouseMove{
    0%{
        bottom:3%;
    }
    50%{
        bottom:4%;
    }
    100%{
        bottom:3%;
    }
}
@-ms-keyframes mouseMove{
    0%{
        bottom:3%;
    }
    50%{
        bottom:4%;
    }
    100%{
        bottom:3%;
    }
}
/*bannerSwiper*/
.home-banner{
    /*margin-top: 112px;*/
}
#bannerSwiper{}
#bannerSwiper .swiper-slide{}
#bannerSwiper .swiper-slide img{
    width: 100%;
}
#bannerSwiper .swiper-pagination{}
#bannerSwiper .swiper-pagination .swiper-pagination-bullet{
    background-color: #fff;
}
#bannerSwiper .swiper-button-prev:after,#bannerSwiper .swiper-button-next:after{
    color: #6b9331;
    outline: none;
}
#bannerSwiper .swiper-button-prev{outline: none;}
#bannerSwiper .swiper-button-next{outline: none;}


/*** product ***/
.home-products{
    padding-top: 6%;
    padding-bottom: 2%;
    background-color: #fff;
}
.home-products-t{
    overflow: hidden;
}
.home-products-title{
    float: left;
}
.products-title-en{
    font-size: 24px;
    color: #6b9331;
    text-transform: uppercase;
    font-weight: bold;
}
.products-title-cn{
    font-size: 15px;
    color: #333;
    height: 34px;
    line-height: 34px;
}
.products-title-cn:before{
    content: '';
    display: block;
    width:12px;
    height: 2px;
    background-color:#333;
}
.home-products-cat{
    float: right;
    margin-top: 2%;
}
.home-products-cat ul{
    overflow: hidden;
}
.home-products-cat ul li{
    float: left;
    width: 25%;
    text-align: right;
}
.home-products-cat ul li a{
    font-size: 15px;
    color: #333;
    font-weight: bold;
}
.home-products-b{
    overflow: hidden;
    padding-top: 3%;
}
.home-products-b>div{
    float: left;
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 3%;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    border: 1px solid #eee;
}
.home-products-b>div:nth-child(4n+4){
    margin-right: 0;
}
.home-products-pic{
    width:100%;
    height: 200px;
}
.home-products-catName{
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 3%;
    width: 100%;
    background-color: rgba(0,0,0,.8);
}
.home-products-catName img{
    width: 22px;
    position: absolute;
    right: 3%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 1px solid #fff;
    padding-left: 2%;
}
.home-products-more{
    border: 2px solid #6b9331;
    padding: 0 10px 2px 10px;
    margin-top: 5px;
    cursor: pointer;
}
.home-products-more a{
    display: block;
    height: 100%;
    width: 100%;
}
.home-products-more a img{
    width: 16px;
    vertical-align: middle;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.home-products-more:hover img{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.home-products-b>div:hover{
    /* margin-top:-6px; */
    -webkit-box-shadow: 0 0 12px rgb(107 147 49);
    -moz-box-shadow: 0 0 12px rgb(107 147 49);
    box-shadow: 0 0 12px rgb(107 147 49);
}
.home-products-b>div:hover .home-products-catName{
    background-color: #6b9331;
}

/*** case ***/
.home-cases{
    padding:5% 0;
    background: url("../image/caseBgN.jpg") no-repeat;
    background-size: 100% 100%;
}
.home-cases .products-title-cn{
    color:#fff;
}
.home-cases .products-title-cn:before{
    background-color: #fff;
}
.home-cases-con{
    overflow: hidden;
    margin-top: 4%;
}
.home-cases-item{
    overflow: hidden;
}
.home-cases-item>div{
    float: left;
    width:32%;
    margin-right: 2%;
    margin-bottom: 2%;
    border:1px solid #fff;
    position: relative;
}
.home-cases-item>div:nth-child(3n+3){
    margin-right: 0;
}
.home-cases-item>div img{
    max-width: 100%;
}
.home-cases-itemName{
    position: absolute;
    bottom:0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-size: 15px;
    padding-left: 6%;
    box-shadow: 0 0 10px rgba(255,255,255,.4);
}

/**** about ****/
.home-aboutUs{
    margin-top: 2%;
    background-color: #f8f8f8;
    padding: 5% 0;
    position: relative;
}
.home-aboutUs .home-cases-title{
    text-align: center;
    margin-bottom: 1%;
    margin-left: -24%;
}
.home-aboutUs .products-title-en{
    font-size:32px;
    font-style: italic;
}
.home-aboutUs .products-title-cn{
    position: relative;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}
.home-aboutUs .products-title-cn:before{
    content: '';
    position: absolute;
    top: 50%;
    left: -50%;
    width: 20px;
}
.home-aboutUs .products-title-cn:after{
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: -50%;
    top: 50%;
}
.home-aboutUs-colorBlock{
    position: absolute;
    top: 0px;
    width: 30%;
    height: 88%;
    background-color: #6b9331;
}
.home-aboutUs-l{
    float: left;
    width: 52%;
    margin-left: -6%;
    position: relative;
}
.home-aboutUs-l img{
    max-width: 100%;
}
.home-aboutUs-logoBg{
    position: absolute;
    right: -260px;
    bottom: 0px;
    width: 230px;
    opacity: .2;
    display: none;
}
.home-aboutUs-logoBg img{
    width:100%;
}
.home-aboutUs-r{
    float: right;
    width: 52%;
    margin-top:3%;
    position: relative;
}
.home-aboutUs-txt1{
    font-size: 28px;
    font-weight: bold;
    height: 40px;
    line-height: 30px;
}
.home-aboutUs-txt2{
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    color: #616060;
    font-style: italic;
}
.home-aboutUs-txt2:after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #6b9331;
    margin: 2% 0 6% 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.home-aboutUs-txt3{
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    padding-right: 90px;
    color: #666;
}
.home-aboutUs-txt4{
    font-size: 14px;
    color: #999;
    font-weight: bold;
    line-height: 30px;
    padding-right: 120px;
}
.home-aboutUs-r .home-aboutUs-seeMore{
    display: inline-block;
    margin-top: 12%;
    font-size: 14px;
    font-weight: bold;
    float: right;
    padding: 3px 20px;
    letter-spacing: 2px;
    border:2px solid #6b9331;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    cursor: pointer;
}
.home-aboutUs-seeMore a{
    display:block;
    width:100%;
    height: 100%;
    color:#6b9331;
}
.home-aboutUs-r .home-aboutUs-seeMore:hover{
    background-color:#6b9331;
}
.home-aboutUs-r .home-aboutUs-seeMore:hover a{
    color:#fff;
}

/**** honor ****/
.home-honor{
    padding: 5% 0 7% 0;
    background-color: #fff;
}
.home-honor .home-cases-title{
    text-align: center;
}
.home-honor .products-title-cn:before{
    margin:0 auto;
}
.honorSwiper{
    margin-top: 2%;
}
.honorSwiper .swiper-slide{
    width:40%;
}
.honorSwiper .swiper-slide img{
    width: 70%;
    margin-left:15%;
}
.honorSwiper .swiper-button-prev{
}
.honorSwiper .swiper-button-next{
}
.honorSwiper .swiper-button-prev:after,.honorSwiper .swiper-button-next:after{
    color: #6b9331;
}

/*** contact ***/
.home-concat{
    background: url("../image/bg7.jpg") no-repeat;
    padding: 5% 0;
    color: #fff;
    overflow: hidden;
}
.home-concat-l{
    float: left;
    margin-top: 10%;
    width: 36%;
    margin-right: 4%;
}
.home-concat-l p{
    text-align: left;
    margin-bottom: 7%;
    font-weight: bold;
    font-size: 16px;
}
.home-concat-l p span{
    width: 66px;
    display: inline-block;
    text-align: right;
}
.home-concat-l p img{
    width: 20px;
    margin-right: 8px;
}
.home-concat-r{
    width:60%;
    float: left;
}
.home-concat-r img{}

/***  footer ***/
.footer-con{
    background-color: #333;
    color: #fff;
    overflow: hidden;
    padding: 2% 0;
    text-align: center;
}
.footer-c{
    width: 100%;
    display: -moz-box;  /* Firefox */
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-box;    /* Safari */
    display: -webkit-flex;    /* Chrome, WebKit */
    display: flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: center;
    margin-top: 2%;
    border-top: 1px dotted rgba(255,255,255,.2);
    padding-top: 2%;
}
.footer-con-l{
}
.footer-con-l>div:nth-child(1){
    width: 90px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    background-color: #6b9331;
    text-align: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-weight: bold;
}
.footer-con-l>p{
    font-size: 20px;
    margin-top: 8px;
}
.footer-con-logo{
    margin-top: 4%;
}
.footer-con-r{border-left: 1px dotted rgba(255,255,255,.2);border-right: 1px dotted rgba(255,255,255,.2);}
.footer-con-r h4{
    display: inline-block;
    border-bottom: 2px solid #6b9331;
    padding-bottom: 4px;
}
.footer-con-r ul{}
.footer-con-r ul li{
    margin-bottom: 2%;
    display: inline-block;
    width: 30%;
}
.footer-con-r ul li a{
    color: #fff;
    font-size: 14px;
}
.footer-con-rr{
}
.footer-con-rr .intro{
    margin-top:2%;
    font-size: 14px;
}
.footer-con-rr .intro a{
    color: #9acc52;
}
.footer-con-rr p{
    font-size: 14px;
    margin-bottom: 2px;
}
.footer-con-rr p a{
    margin-top:4px;
    color: #fff;
}

/*** about inner ***/
.company-banner{
    position: relative;
}
.company-banner>img{
    width: 100%;
}
.company-banner-txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.company-banner-txt>p:first-child{
    font-size: 30px;
    color: #fff;
}
.company-banner-txt>p:last-child{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}
.company-banner-txt>p:last-child:before{
    content:'';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #6b9331;
    margin-top: 10px;
    margin-bottom: 10px;
}
.company-banner-nav{
    position: fixed;
    overflow: hidden;
    top: 20%;
    right:10px;
    z-index: 1;
}
.company-banner-nav>img{
    width:100px;
}
.company-banner-navLink{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.company-banner-navLink a:nth-child(1){
    display: block;
    width: 100%;
    height: 18%;
    margin-top: 28%;
}
.company-banner-navLink a:nth-child(2){
    display: block;
    width: 100%;
    height: 18%;
    margin-top: 10%;
}
.company-banner-navLink a:nth-child(3){
    display: block;
    width: 100%;
    height: 18%;
    margin-top: 10%;
}

.company-container{
    overflow: hidden;
    padding-bottom: 5%;
}
.company-honor{
    margin-top: 8%;
}
.company-honor-title{
    margin-bottom: 2%;
    text-align: center;
}
.company-honor-title p{
    font-size: 30px;
    position: relative;
    display: inline-block;
    padding: 0 1%;
}
.company-honor-title p:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 4px;
    height: 100%;
    background: -webkit-linear-gradient(#92b75c, #8ac8dd); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#92b75c, #8ac8dd); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#92b75c, #8ac8dd); /* Firefox 3.6 - 15 */
    background: linear-gradient(#92b75c, #8ac8dd); /* 标准的语法 */
    display: block;
}
.company-honor-title p:after{
    content: '';
    position: absolute;
    top:0;
    right: 0;
    width: 4px;
    height: 100%;
    background: -webkit-linear-gradient(#92b75c, #8ac8dd); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#92b75c, #8ac8dd); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#92b75c, #8ac8dd); /* Firefox 3.6 - 15 */
    background: linear-gradient(#92b75c, #8ac8dd); /* 标准的语法 */
    display: block;
}
.company-honor-con{
    overflow: hidden;
}
.company-honor-con>div{
    position: relative;
    float: left;
    width: 25%;
}
.company-honor-bg{
    position: absolute;
    top: 0%;
    width: 80%;
    height: 98%;
    background-color: #eee;
}
.company-honor-order{
    font-size:14px;
    color: #666;
    position: relative;
}
.company-honor-order span{
    display: inline-block;
    font-size:20px;
    color: #fff;
    font-weight: bold;
    padding:4% 6%;
    background-color: #94c250;
    margin-right: 10px;
}
.company-honor-order span:after{

}
.company-honor>div img{
    width: 80%;
    margin-left: 10%;
    position: relative;
    z-index: 2;
}

.company-intro{
    position: relative;
    padding-top:5%;
}
.company-intro>img{
    width: 100%;
    min-height: 560px;
    object-fit: cover;
}
.company-intro-con{
    position: absolute;
    top: 20%;
    width: 50%;
    padding: 0 4%;
}
.company-intro-con .company-intro-title{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-left:2%;
}
.company-intro-con .company-intro-title:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 4px;
    height: 100%;
    background: -webkit-linear-gradient(#92b75c, #8ac8dd); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#92b75c, #8ac8dd); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#92b75c, #8ac8dd); /* Firefox 3.6 - 15 */
    background: linear-gradient(#92b75c, #8ac8dd); /* 标准的语法 */
    display: block;
}
.company-intro-con .company-intro-txt{
    margin-top: 2px;
    color: #fff;
    font-size: 16px;
    text-indent: 32px;
}

.company-equipment{
    clear: both;
    margin-top: 8%;
}
.company-equipment-title{
    margin-bottom: 2%;
    text-align: center;
}
.company-equipment-title p{
    font-size: 30px;
    position: relative;
    display: inline-block;
    padding: 0 1%;
}
.company-equipment-title p:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 4px;
    height: 100%;
    background: -webkit-linear-gradient(#92b75c, #8ac8dd); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#92b75c, #8ac8dd); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#92b75c, #8ac8dd); /* Firefox 3.6 - 15 */
    background: linear-gradient(#92b75c, #8ac8dd); /* 标准的语法 */
    display: block;
}
.company-equipment-title p:after{
    content: '';
    position: absolute;
    top:0;
    right: 0;
    width: 4px;
    height: 100%;
    background: -webkit-linear-gradient(#92b75c, #8ac8dd); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#92b75c, #8ac8dd); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#92b75c, #8ac8dd); /* Firefox 3.6 - 15 */
    background: linear-gradient(#92b75c, #8ac8dd); /* 标准的语法 */
    display: block;
}
.company-equipment-con{
    overflow: hidden;
}
.company-equipment-con>div{
    float: left;
    width: 32.667%;
    margin-bottom: 2%;
    text-align: center;
    margin-right: 1%;
}
.company-equipment-con>div:nth-child(3n+3){
    margin-right: 0;
}
.company-equipment-pic{
    width:100%;
    border:1px solid #92b75c;
    padding:1%;
    background-color: #fff;
}
.company-equipment-pic img{
    max-width: 100%;
}
.company-equipment-con>div p{
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top:3%;
}
.company-equipment-con>div:hover p{
    color: #6b9331;
}

/*** product ***/
.products{
    width:100%;
}
.products-banner{
    width:100%;
    position: relative;
}
.products-banner img{
    width:100%;
}
.products-banner-txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.products-banner-txt>p:first-child{
    font-size: 30px;
    color: #fff;
}
.products-banner-txt>p:nth-child(2){
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}
.products-banner-txt>p:nth-child(2):before{
    content:'';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #6b9331;
    margin-top: 10px;
    margin-bottom: 10px;
}
.products-nav,.news-nav,.contact-nav{
    padding-bottom: 4px;
    margin-top:2%;
}
.products-con{
    padding: 4% 0 0 0;
    overflow: hidden;
}
.products-item{
    float: left;
    width: 24.25%;
    margin-right: 1%;
    position: relative;
    overflow: hidden;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    text-align: center;
}
.products-item a{
    display: block;
    width: 100%;
    height: 100%;
}
.products-item:nth-child(4n+4){
    margin-right: 0;
}
.products-item img{
    height: 200px;
    max-width: 100%;
}
.products-item span{
    display: block;
    font-size: 15px;
    color: #666;
    text-align: center;
    margin: 4% 0;
    padding: 2% 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-item:hover span{
    background-color: #6b9331;
    color: #fff;
}
.products-type{
    overflow: hidden;
    text-align: center;
    margin-top: 3%;
}
.products-type p{
    display: inline-block;
    margin: 0 2%;
    margin-bottom: 3%;
}
.products-type p a{
    display: block;
    padding: 10px;
    color: #6b9331;
    font-size: 15px;
    border: 1px solid #6b9331;
}
.products-type p a:hover,.products-type p.cur a{
    background-color: #6b9331;
    color: #fff;
}

/**** news ****/
.news{
    width: 100%;
}
.news-banner{
    width:100%;
    position: relative;
}
.news-banner img{
    width:100%;
}
.news-banner-nav{
    position: fixed;
    overflow: hidden;
    top: 20%;
    right:10px;
    z-index: 1;
}
.news-banner-nav>img{
    width:100px;
}
.news-banner-navLink{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news-banner-navLink a:nth-child(1){
    display: block;
    width: 100%;
    height: 18%;
    margin-top: 28%;
}
.news-banner-navLink a:nth-child(2){
    display: block;
    width: 100%;
    height: 18%;
    margin-top: 12%;
}
.news-banner-navLink a:nth-child(3){
    display: block;
    width: 100%;
    height: 18%;
    margin-top: 12%;
}

.news-con{
    margin-top: 2%;
}
.news-con .news-item{
    margin-bottom: 20px;
    border-bottom: 1px dotted #e0e0e0;
    padding-bottom: 10px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news-con .news-item:hover{
    background-color: #6b9331;
    padding:10px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.news-con .news-item .news-item-title{
    font-size: 16px;
    font-weight: bold;
}
.news-con .news-item .news-item-con{
    margin-top: 6px;
    overflow: hidden;
    width: 98%;
    margin: 0 auto;
}
.news-con .news-item .news-item-date{
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
}
.news-con .news-item a{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}
.news-con .news-item:hover p,.news-con .news-item:hover .news-item-con{
    color: #fff;
}

/*** 新闻内页 ***/
.newSingle{
    width:100%;
}
.newSingle-banner{
    width:100%;
}
.newSingle-banner img{
    width:100%;
}
.newSingle-nav{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 4px;
    margin-top:2%;
}
.newSingle-nav span{
    font-size: 16px;
    color: #efb336;
    font-weight: bold;
    margin-left: 2px;
}
.newSingle-nav img{
    width: 50px;
}
.newSingle-con{
    padding: 2% 0 4% 0;
}
.newSingle-con .newSingle-item-title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.newSingle-con .newSingle-item-con{
    font-size: 16px;
    margin-top: 3%;
}
.newSingle-item-con p{
    margin-bottom: 10px;
}
.newSingle-con .newSingle-item-date{
    text-align: center;
    margin-top: 10px;
}
.newSingle-con .newSingle-item-date span{
    display: inline-block;
    vertical-align: middle;
}
.newSingle-con .newSingle-item-date img{
    vertical-align: middle;
}
.newSingle-navLink{
    margin-bottom: 5%;
}
.newSingle-navLink p{
    margin-bottom: 10px;
}

/**** contact ****/
.contact{
    width:100%;
}
.contact-banner{
    width:100%;
}
.contact-banner img{
    width:100%;
}
.contact-con{
    padding:5% 0;
    overflow: hidden;
}
.contact-con-l{
    float: left;
    width: 40%;
    margin-top: 6%;
}
.contact-con-l p{
    margin-bottom: 6%;
    font-size: 16px;
}
.contact-con-l p:nth-child(1){
    font-size: 20px;
    font-weight: bold;
    color: #6b9331;
    border-left: 4px solid;
    padding-left: 10px;
    margin-bottom: 8%;
}
.contact-con-l p img{
    width: 20px;
    margin-right: 8px;
}
.contact-con-l p span{
    display: inline-block;
    width: 66px;
    text-align: right;
}
.contact-con-r{
    float: left;
    width: 60%;
}

/*** scrollTop ***/
.common-scrollTop{
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    right: 0;
    bottom: 150px;
    /* display: none; */
    z-index: 999;
    cursor: pointer;
}
.common-scrollTop img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
}

.subject{
    padding: 2% 0 1% 0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.subject b{
    font-size: 22px;
    font-weight: normal;
    color: #6b9331;
}
.subject #position{
    float: right;
    font-size: 14px;
    margin-top: 6px;
}

/**** call phone ****/
.homePage-callPhone{
    position: fixed;
    bottom: 0;
    z-index: 22;
    width: 100%;
    background-color: #6b9331;
    padding: 10px 0;
    text-align: center;
}
.homePage-callPhone a{
    display: block;
    color: #fff;
}
.homePage-callPhone img{
    width: 30px;
    margin-right: 6px;
    vertical-align: middle;
}
.homePage-callPhone span{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}

.page_group{
    padding: 2%;
    /*border-top: 1px dotted #ccc;*/
    overflow: hidden;
    margin-bottom: 2%;
}
.page_group ul{
    overflow: hidden;
    float: right;
}
.page_group ul li,.page_group ul>a{
    float: left;
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid #eee;
    margin-right: 10px;
}
.page_group ul li a,.page_group ul>a{
    color: #6b9331;
}
.page_group ul li.active{
    background-color: #6b9331;
}
.page_group ul li.active a{
    color: #fff;
}
.pn{
    margin-bottom: 4%;
    padding-top: 2%;
    border-top: 1px dotted #ccc;
}
.pre,.next{
    font-size: 14px;
    color: #999;
    margin-bottom: 3px;
}
.pre a,.next a{color: #999;}
.normalPage{
    background-color: #fff;
}
.proCon{
    margin-top: 6%;
    margin-bottom: 2%;
}
.proCon .title{
    text-align: center;
}
.proCon .info{
    text-align: center;
}
.proCon .con .pic{
    text-align: center;
    margin: 4% 0 2% 0;
}
.proCon .con .sno{
    font-size: 18px;
    text-align: center;
    color: #666;
}
.contact-con-r iframe,.home-concat-r iframe{
    width: 100%;
    /* height: 554px; */
    border: none;
}

footer .foot-link{
    margin-top: 6px;
    color: #999;
    text-align: left;
}
footer .foot-link>p{
     margin: 0;
    color: #9acc52;
    font-size: 1.3rem;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    margin-bottom: 6px;
}
footer .foot-link a{
    display: inline-block;
    color: #fff;
    margin-right: 10px;
}