/* 本例子css */

.slideBox {
    width: 100%;
    height: 718px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 560px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
}

.slideBox .hd ul {
    height: 30px;
    overflow: hidden;
    zoom: 1;
}

.slideBox .hd ul li::after {
    content: '';
    width: 30px;
    height: 30px;
    background: url("/skin/images/dot.png") center center no-repeat;
    position: absolute;
    top: -8px;
    left: -8px;
    opacity: 0;
    transition: all 0.6s ease;
}

.slideBox .hd ul li.on::after {
    opacity: 1;
    transform: rotate(180deg);
}

.slideBox .hd ul li {
    float: left;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 20px;
    background-color: #007440;
    border-radius: 50%;
    position: relative;
    top: 8px;
    font-size: 0;
}


.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    height: 716px;
    display: block;
    position: absolute;
    z-index: -1;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.8s ease;
    margin-top: -25px;
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background-color: #fff;
}

#slideBox .prev {
    z-index: 99;
    font-size: 39px;
    line-height: 50px;
    text-align: center;
    /* left: -50px; */
    background: rgba(255, 255, 255, 0.4) url(/skin/images/arrow-left1.png) center center no-repeat;
}

#slideBox .next {
    z-index: 99;
    /* right: -50px; */
    font-size: 39px;
    line-height: 50px;
    text-align: center;
    background: rgba(255, 255, 255, 0.4) url(/skin/images/arrow-right1.png) center center no-repeat;
}

#slideBox .next:hover a {
    color: #fff;
    background-color: #007440;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.navList {
    width: 1440px;
    min-width: 1200px;
    background-color: #fff;
    padding: 26px 0;
    margin: -108px auto 0;
    position: relative;
    z-index: 3;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1440px) {
    .navList {
        width: 1200px;
    }

    .navList ul li {
        margin-right: 80px;
        margin-left: 10px;
    }

}

/* 版心 */
.c1300 {
    width: 1300px;
    margin: 0 auto;
}

.c1200 {
    width: 1200px;
    margin: 0 auto;
}

.navList ul {
    width: 100%;
    word-spacing: 0;
    display: table;
    text-align: center;
}

.navList ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
    text-align: left;
}

.navList ul li a {
    display: block;
    height: 56px;
    position: relative;
    padding-left: 69px;
    box-sizing: border-box;
}

.navList ul li a::before {
    content: '';
    width: 3px;
    height: 12px;
    background-color: #007440;
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    margin: auto;
    z-index: 2;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
}

.navList ul li.l1 a::after {
    background: url(/skin/images/icon-list.png) 0 0 no-repeat;
}

.navList ul li.l2 a::after {
    background: url(/skin/images/icon-list.png) -55px 0 no-repeat;
}

.navList ul li.l3 a::after {
    background: url(/skin/images/icon-list.png) -112px 0 no-repeat;
}

.navList ul li.l4 a::after {
    background: url(/skin/images/icon-list.png) -170px 0 no-repeat;
}

.navList ul li.l5 a::after {
    background: url(/skin/images/icon-list.png) -225px 0 no-repeat;
}

.navList ul li.l6 a::after {
    background: url(/skin/images/icon-list.png) -280px 0 no-repeat;
}

.navList ul li.l7 a::after {
    background: url(/skin/images/icon-list.png) -336px 0 no-repeat;
}

.navList ul li a::after {
    content: '';
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.navList ul li a h6 {
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    color: #333333;
    padding-top: 8px;
    box-sizing: border-box;
}

.navList ul li a p {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    text-transform: uppercase;
    margin-top: 8px;
}

.indexAbout {
    width: 100%;
    padding: 50px 0 70px;
    background-color: #fff;
}

.indexAbout .about {
    width: 100%;
}

.indexAbout .about .aboutTit {
    position: relative;
    height: 146px;
    float: left;
}

.indexAbout .about .aboutTit h4 {
    font-size: 36px;
    font-weight: normal;
    color: #333333;
    margin-top: 30px;
}

.indexAbout .about .aboutTit p {
    font-size: 22px;
    color: #007440;
    margin-top: 6px;
}

.indexAbout .about .aboutTit p span {
    font-size: 24px;
}

/* .indexAbout .about .aboutTit::after {
    content: '';
    background: url(/skin/images/index-about-icon.png) center center no-repeat;
    width: 146px;
    height: 146px;
    position: absolute;
    top: 0;
    left: 0;
} */


.number{
    width: 100%;
    height: 152px;
    margin-top: 40px;
    text-align: center;
}
.indexAbout .about .number dl {
    float: left;
    position: relative;
    margin-left: 36px;
    padding-left: 36px;
    box-sizing: border-box;
    text-align: center;
}

.indexAbout .about .number dl dt {
    text-align: right;
}

.indexAbout .about .number dl dd {
    font-size: 14px;
    color: #666;
    text-align: right;
}

.indexAbout .about .number dl dt b {
    font-size: 110px;
    color: #01884C;
    font-weight: 600;
}

.indexAbout .about .number dl dt span {
    font-size: 30px;
    color: #01884C;
    font-weight: bold;
}

.indexAbout .about .number dl:nth-of-type(2):after {
    content: '';
    width: 1px;
    height: 100px;
    background-color: #ddd;
    position: absolute;
    top: 40px;
    left: 0;
}
.indexAbout .about .number dl:nth-of-type(3):after {
    content: '';
    width: 1px;
    height: 100px;
    background-color: #ddd;
    position: absolute;
    top: 40px;
    left: 0;
}

.indexAbout .cont {
    width: 100%;
    margin-top: 10px;
}

.indexAbout .cont .img {
    width: 510px;
    height: 220px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 15px;
}

.indexAbout .cont img {
    transition: all 0.6s ease;
}

.indexAbout .cont .txt {
    width: 510px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 44px;
}

.indexAbout .cont .more {
    width: 192px;
    height: 52px;
    background-color: #007440;
    line-height: 52px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 1px solid #007440;
    display: block;
    transition: all 0.6s ease;
    margin-top: 34px;
}

.indexAbout .cont .img1 {
    width: 330px;
    height: 450px;
    overflow: hidden;
    border-radius: 15px;
}

.indexAbout .cont .img1 img {
    width: 330px;
    height: 450px;
}

.indexAbout .cont .img2 {
    width: 330px;
    height: 217px;
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 15px;
}

.indexAbout .cont .img2 img {
    width: 330px;
    height: 217px;
    border-radius: 15px;
}

.indexAbout .cont .more:hover {
    background-color: #fff;
    color: #007440;
}

/* 图片放大 */
.indexAbout .cont .img:hover img,
.indexAbout .cont .img1:hover img,
.indexAbout .cont .img2:hover img {
    transform: scale(1.1);
}

.indexAbout .cont .imgBox:hover p {
    bottom: 0;
}

/*indexProduct*/

.indexTitle h3 {
    font-size: 40px;
    color: #333333;
    text-align: center;
}

.indexTitle p {
    font-size: 18px;
    color: #999999;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

.indexProduct {
    width: 100%;
    background-color: #fff;
    padding-bottom: 110px;
    margin-top: 35px;
}

.productList {
    width: 100%;
    margin-top: 60px;
}

.productList .inBox {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.productList .inBox ul {
    text-align: center;
    /* display: table; */
    word-spacing: 0;
}

.productList .inBox ul li {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 120px;
}


.productList .inBox ul li i {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    font-size: 40px;
}


.productList .inBox ul li p {
    font-size: 16px;
    color: #999999;
    text-align: center;
    margin-top: 5px;
}

/* tab切换样式 */
.productList .inBox ul li.on::after {
    height: 110px;
}

.productList .inBox ul li.on i {
    background-position: 0 -98px !important;
}
/* .productList .inBox ul li:nth-of-type(2).on i {
    background-position: 0 -100px !important;
} */

.productList .inBox ul li.on p {
    color: #007440;
}

/* 结束 */


/* 产品中心 */
.productList .productBox {
    margin-top: 30px;
    width: 100% !important;
}

.productList .productBox .product {
    display: flex;
    width: 100% !important;
    height: 650px;
}
.product .textbox p{
    margin-left: 70px;
    text-align: left;
}
.product .textbox p:nth-of-type(1){
    font-size: 45px;
    margin-top: 96px;
    margin-left: 70px;
    color: #494846;
}
.product .textbox p:nth-of-type(2){
    width: 587px;
    margin-top: 35px;
    font-size: 17px;
    color: #909090;
}
.wood_more{
    width: 135px;
    height: 44px;
    margin-left: 70px;
    margin-top: 60px;
    cursor: pointer;
}
.product .textbox p:nth-of-type(3){
    margin-top: 50px;
 }
 .product .textbox p:nth-of-type(3) span:nth-of-type(1){
     margin-left: 0;
 }
.product .textbox p:nth-of-type(3) span{
   font-size: 25px;
   font-weight: 100;
    margin-left: 40px;
    color: #494846;
}


.productList .productBox .product h2 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 230px;
    color: #ffffff;
    text-align: center;
}

.productList .productBox .product .txt {
    font-size: 14px;
    line-height: 28px;
    max-width: 600px;
    color: #ffffff;
    text-align: center;
    margin: 20px auto 0;
}

.productList .productBox .product a {
    display: block;
    width: 192px;
    height: 52px;
    background-color: #007440;
    line-height: 52px;
    text-align: center;
    margin: 50px auto 0;
    color: #fff;
    font-size: 14px;
    transition: all 0.6s ease;
}

.productList .productBox .product a:hover {
    background-color: #fff;
    color: #007440;
}

.indexNews {
    width: 100%;
    background-color: #fff;
    padding-bottom: 85px;
}

/* .indexNews ul {
    width: 100%;
    display: table;
    text-align: left;
    word-spacing: -1em;
    padding-top: 60px;
} */
.indexNews ul {
    margin-top: 25px;
}

.indexNews ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 0 0;
    width: 284px;
    position: relative;
}

.indexNews ul li:nth-of-type(4n) {
    margin-right: 0;
}

.indexNews ul li .img {
    width: 300px;
    height: 200px;
    overflow: hidden;
    background-color: #000;
    position: relative;
}

.indexNews ul li .img img {
    width: 300px;
    height: 200px;
    transition: all 0.6s ease;
}

.indexNews ul li .img p {
    padding: 0 15px;
    background-color: #007440;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.indexNews ul li h6 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    margin-top: 30px;
    transition: all 0.6s ease;
}

.indexNews ul li .txt {
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    margin: 10px 0 20px;
}

.indexNews ul li .time {
    font-size: 14px;
    color: #007440;
    width: 100%;
    position: relative;
    padding-bottom: 24px;
}

.indexNews ul li .time::after {
    content: '';
    width: 290px;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.6s ease;
}

.indexNews ul li:hover .img img {
    transform: scale(1.1);
}

.indexNews ul li:hover h6 {
    color: #007440;
}

.indexNews ul li:hover .time::after {
    background-color: #007440;
}


/* 新闻中心结束 */

/* 工程案例 */
.indexCASE {
    margin-bottom: 76px;
}

.indexCASE ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.indexCASE ul li:nth-child(1) {
    margin-left: 0;
}

.indexCASE ul li:nth-child(4) {
    margin-left: 0;
}

.indexCASE ul li {
    width: 32%;
    height: 266px;
    background-color: #F7F7F7;
    margin-left: 15px;
    margin-bottom: 18px;
}

.indexCASE ul li img {
    width: 100%;
    height: 235px;
}

.indexCASE ul li p {
    font-size: 14px;
    line-height: 30px;
    margin-left: 10px;
    color: #8194AA;
}

.imgbox img{
    margin-top: 80px;
    margin-left: 95px;
}



/* 滑动切换结束 */

/* 视频 */
/* .popoverBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
} */
/* .popover_video {
    width: 820px;
    height: 470px;
    z-index: 1000000;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: -235px 0 0 -410px;
    box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, .2);
    display: none;
    text-align: center;
} */
/* .popover_video video {
    width: 800px;
    height: 450px;
    background-color: #333;
    margin: 10px;
    overflow: hidden;
}
.popover_video .close {
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -20px;
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #ccc;
    把字母变大变成关闭的大小
    text-transform: capitalize;
} */

/* 改变x的颜色 */

/* .popover_video .close:hover {
    color: #007440;
} */

/* foot */

.youqing span{
    display: inline-block;
    line-height: 10px;
}
.youqing  a{
    color: #9C9C9C;
}

