@charset "utf-8";

@import url(public.css);

/* 头部 */
.header{width: 100%; position: relative;}
.swiper{width: 100%; overflow: hidden;}
/*  */
.header .head_box{position: relative;}
.header .head_content{width: 100%; background-color: #fff; height: 115px; position: relative;}
.header .head_content .left{width: 35%; height: 100%; display: flex; display: -webkit-flex; align-items: center; padding-right: 15px;}
.header .head_content .right{width: 65%; height: 100%; display: flex; display: -webkit-flex; align-items: center}
.header .head_content .logo{float: left;}g218
.header .head_content .logo img{max-width: 100%; width: 376px; height:auto;}
/*  */
.header .navBarIcon{position:absolute; top: 0; bottom: 0; right: 15px; margin: auto; z-index: 9; padding: 0; height: 20px; display:block; cursor:pointer;}
.header .navBarIcon .icon-bar{background:#007F3D; width:30px; height: 3px; display: block;}
.header .navBarIcon .icon-bar:nth-child(2){margin: 5px 0;}
.header .navBarIcon .icon-bar:nth-child(3){width: 22px;}
.header .navBarIcon.on .icon-bar:nth-child(1){margin-top: 8px; transform:rotateZ(45deg);}
.header .navBarIcon.on .icon-bar:nth-child(2){opacity:0;}
.header .navBarIcon.on .icon-bar:nth-child(3){width: 30px; top:50%; position:absolute; transform:translate(0,-50%) rotateZ(135deg);}
/*  */
.header .head_nav{width: 100%; position: relative;}
.header .head_nav .navBox{width: 100%; height: auto; margin: 0 auto;}
.header .head_nav .navList{width: 100%; font-size: 0;}
.header .head_nav .item{float: left; width: calc(100% / 7); position: relative; text-align: center;}
.header .head_nav .item>a{height: 115px; display: flex; align-content: center; flex-wrap: wrap; overflow: hidden;}
.header .head_nav .item .text{font-size: 16px; color: #333; width: 100%; line-height: 25px;}
.header .head_nav .item .text span{font-size: 12px; color: #999999; text-transform: uppercase; width: 100%; display: block; line-height: 20px;}
.header .head_nav .item i{display: none;}
.header .head_nav .item:hover>a{background-color: #007F3D;}
.header .head_nav .item.act>a{background-color: #007F3D;}
.header .head_nav .item:hover .text{color: #fff;}
.header .head_nav .item:hover .text span{color: #fff;}
.header .head_nav .item.act .text{color: #fff;}
.header .head_nav .item.act .text span{color: #fff;}
.header .head_nav .nav_down{display: none; position:absolute; top:100%; width: 110%; left: 50%; transform: translateX(-50%); box-shadow: 0 0 5px rgb(0 0 0 / 20%); background-color: #fff; z-index:9;}
.header .head_nav .nav_down li{width: 100%; text-align: center;}
.header .head_nav .nav_down li a{line-height:40px; font-size: 15px; color:#333; display: block; padding: 0 5px;}
.header .head_nav .nav_down li a:hover{background: #007F3D; color: #fff;}
.header.small .head_nav{position: fixed; left: 0; top: 0; z-index: 6; animation: navSmall 0.5s; background-color: #fff; box-shadow: 0 0 20px 0 #bbb;}
.header.small .head_nav .item>a{height: 60px;}
/*  */
@keyframes navSmall {
    from {top: -50px;}
    to {top: 0;}
}
@-webkit-keyframes navSmall {
    from {top: -50px;}
    to {top: 0;}
}
/*  */
.banner{width: 100%;}
.banner .img{width: 100%;}
.banner .swiper-pagination-bullet-active{background: #226aad;}
.banner .banner-next, .banner .banner-prev{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 50px; line-height: 50px; font-size: 38px; color: #333; z-index: 9; opacity: 0;}
.banner .banner-prev{left: 2%;}
.banner .banner-next{right: 2%;}
.banner:hover .banner-next, .banner:hover .banner-prev{opacity: 1;}
/* tabbar */
.tabBar{width: 100%; height: 58px; background-color: #007F3D; border-top: 1px solid #fff; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 6; height: calc(58px +  constant(safe-area-inset-bottom)); height: calc(58px +  env(safe-area-inset-bottom));}
.tabBar .list{height: 100%; display: flex; display: -webkit-flex; justify-content: space-between; align-items: center;}
.tabBar .list>li{height: 100%; border-right: 1px solid #fff; position: relative; flex: 1;}
.tabBar .list>li:last-child{border-right: none;}
.tabBar .item{width: 100%; height: 100%; text-align: center; display: flex; display: -webkit-flex; justify-content: center; align-content: center; flex-wrap: wrap;}
.tabBar .item span{width: 100%; font-size: 16px; color: #fff; display: block; line-height: 20px;}
.tabBar .item p{width: 100%; font-size: 12px; line-height: 20px; color: #fff;}
.tabBar .tabbar_bg{width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); position: fixed; top: 0; left: 0; z-index: 7; display: none;}
.tabBar .tel_num{width: 100%; display: block; overflow: hidden; background-color: #f5f5f5; box-shadow: 0 0 5px rgb(0 0 0 / 30%); position: fixed; bottom: 0; left: 0; z-index: 8; display: none;}
.tabBar .tel_num a{display: block; line-height: 44px; font-size: 15px; color: #333; border-bottom: 1px solid #ddd; text-align: center;}
.tabBar .tel_num .cancel{margin-top: 6px; border-top: 1px solid #ddd; background-color: #fff; line-height: 44px; font-size: 15px; color: #333; text-align: center;}
.tabBar .wecht_box{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); z-index: 7; display: none;}
.tabBar .wecht_content{width: 100%; background-color: #fff; padding: 30px; text-align: center; position: absolute; top: 50%; transform: translateY(-50%);}
.tabBar .wecht_content .title{font-size: 18px; color: #333; line-height: 24px; font-weight: bold;}
.tabBar .wecht_content img{width: 150px; height: auto; margin-top: 10px;}
.tabBar .wecht_content .txt{font-size: 12px; color: #333; margin-top: 10px; line-height: 20px;}
.tabBar .wecht_content .txt span{font-size: 18px; font-family: Impact;}
.tabBar .close{position: absolute; bottom: -38px; width: 30px; height: 30px; line-height: 28px; font-size: 20px; color: #fff; border: 1px solid #fff; border-radius: 50%; left: 0; right: 0; margin: auto;}
/*  */
.title_index{text-align: center; margin-bottom: 40px;}
.title_index .title1{font-size: 28px; color: #333; line-height: 1; margin-bottom: 10px; font-weight: bold;}
.title_index .title2{font-size: 20px; color: #333; line-height: 1;}
/*  */
.index1{width: 100%; overflow: hidden; padding: 90px 0; background: url(../images/index1_bg.jpg) no-repeat center center; background-size: cover;}
.index1 .box1 .left{width: 50%; padding-right: 20px;}
.index1 .box1 .right{width: 50%; padding-left: 20px;}
.index1 .title1{font-size: 70px; color: #e0e0e0; font-family: Arial; font-weight: bold; line-height: 1; margin-bottom: 20px; text-transform: uppercase;}
.index1 .title2{font-size: 28px; color: #000; margin-bottom: 20px; line-height: 1;}
.index1 .title2 span{color: #007f3a;}
.index1 .title3{font-size: 18px; color: #333; font-weight: bold; margin-bottom: 20px;}
.index1 .title3 span{color: #007f3a;}
.index1 .text{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}
.index1 .more{width: 140px; height: 45px; line-height: 45px; text-align: center; background-color: #007F3D; font-size: 14px; color: #fff; display: inline-block;}
.index1 .video_box{width: 100%; position: relative;}
.index1 .video_box video{width: 100%; height: 440px; position: relative; z-index: 1;}
.index1 .video_box .mask{position: absolute; width: 110px; height: 110px; background-color: #007F3D; top: -10px; right: -10px; z-index: 0;}
.index1 .box2{width: 100%; margin-top: 35px;}
.index1 .list{width: calc(100% + 40px);}
.index1 .list li{width: calc(100% / 4 - 40px); float: left; margin: 0 40px 0 0;}
.index1 .item{width: 100%; border: 1px solid #E3E3E3; padding: 20px; box-shadow: 0 0 5px 2px #e3e3e3; overflow: hidden; position: relative; top: 0;}
.index1 .item .icon{width: 40%; float: left; text-align: center;}
.index1 .item .yuan{width: 60px; height: 60px; border: 1px solid #007F3D; position: relative; border-radius: 50%;}
.index1 .item .yuan img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%; width: 60%;}
.index1 .item .txtbox{width: 60%; float: left;}
.index1 .item .txtbox .title{font-size: 18px; color: #007F3D; font-weight: bold;}
.index1 .item .txtbox .link{height: 25px; line-height: 25px; padding: 0 15px; background-color: #007F3D; font-size: 14px; color: #fff; border-radius: 25px; margin-top: 8px; display: inline-block;}
.index1 .item:hover{top: -5px; box-shadow: 5px 5px 10px 0px #bbb;}
.index1 .list li:nth-child(1) .yuan{border-color: #007F3D;}
.index1 .list li:nth-child(1) .txtbox .title{color: #007F3D;}
.index1 .list li:nth-child(1) .txtbox .link{background-color: #007F3D;}
.index1 .list li:nth-child(2) .yuan{border-color: #50CACF;}
.index1 .list li:nth-child(2) .txtbox .title{color: #50CACF;}
.index1 .list li:nth-child(2) .txtbox .link{background-color: #50CACF;}
.index1 .list li:nth-child(3) .yuan{border-color: #FB8410;}
.index1 .list li:nth-child(3) .txtbox .title{color: #FB8410;}
.index1 .list li:nth-child(3) .txtbox .link{background-color: #FB8410;}
.index1 .list li:nth-child(4) .yuan{border-color: #E22787;}
.index1 .list li:nth-child(4) .txtbox .title{color: #E22787;}
.index1 .list li:nth-child(4) .txtbox .link{background-color: #E22787;}
/*  */
.index2{width: 100%; padding: 60px 0; overflow: hidden; position: relative; background: url(../images/index2_bg2s.png) no-repeat right top; background-size: 60% 100%;}
.index2 .index2_bg{position: absolute; top: 0; left: 0; z-index: 1; width: 60%; height: 100%; background: url(../images/index2_bg2.png) no-repeat left center; background-size: 100% 100%;}
.index2 .right{width: 55%;}
.index2 .box{position: relative;}
.index2 .box .img{position: absolute; right: -230px; top: 0; width: 500px; height: 100%;}
.index2 .title{font-size: 30px; color: #007f3a; font-weight: bold; padding-left: 60px; margin-bottom: 40px;}
.index2 .list li{position: relative; font-size: 28px; color: #fff; padding-left: 60px; width: 355px; height: 100px; line-height: 100px; background-color: #f00; margin-bottom: 25px; border-radius: 0 50px 50px 0; box-shadow: 10px 10px 0px 0px #007f3d;}
.index2 .list li .text1{font-size: 20px;}
.index2 .list li .text2{font-size: 14px; margin-left: 10px;}
.index2 .list li:last-child{margin-bottom: 0;}
.index2 .tel{font-size: 30px; color: #007F3D; font-family: Impact; padding-left: 50px; margin-top: 40px; margin-left: 230px; line-height: 40px; background: url(../images/index2_icon1.png) no-repeat left center;}
.index2 .list li:nth-child(1){left: -60px; background-color: #007F3D; box-shadow: 10px 10px 0px 0px rgba(0,127,61,.24);}
.index2 .list li:nth-child(2){left: -60px; width: 380px; background-color: #0CA77D; box-shadow: 10px 10px 0px 0px rgba(12,167,125,.24);}
.index2 .list li:nth-child(3){left: -25px; width: 400px; background-color: #139664; box-shadow: 10px 10px 0px 0px rgba(19,150,100,.24);}
.index2 .list li:nth-child(4){left: 25px; width: 420px; background-color: #1EB6CC; box-shadow: 10px 10px 0px 0px rgba(30,182,204,.24);}


/*  */
.index3{width: 100%; padding: 110px 0; overflow: hidden; background: url(../images/index3_bg.jpg) no-repeat center center; background-size: cover;}
.index3 .left{width: 25%; padding-right: 20px;}
.index3 .right{width: 75%; padding-left: 60px;}
.index3 .title{font-size: 30px; color: #000; margin-bottom: 25px;}
.index3 .text{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}
.index3 .side_list{width: 100%;}
.index3 .side_list li{margin-bottom: 2px;}
.index3 .side_list li a{display: block; width: 140px; height: 40px; line-height: 40px; border-radius: 40px; padding: 0 10px; text-align: center; background-color: #fff; font-size: 18px; color: #007F3D;}
.index3 .side_list li a:hover{background-color: #007f3a; color: #fff;}
.index3 .list{width: calc(100% + 20px);}
.index3 .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.index3 .item{width: 100%;}
.index3 .item a{display: block; width: 100%; height: 100%;}
.index3 .item .imgbox{position: relative; overflow: hidden;}
.index3 .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.index3 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index3 .item .text2{height: 40px; line-height: 40px; text-align: center; background-color: #007F3D; font-size: 14px; color: #fff; margin-top: 4px;}
.index3 .item .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); transform: scale(0); display: flex; flex-wrap: wrap; align-content: center; justify-content: center;}
.index3 .item .mask .text1{width: 100%; text-align: center; font-size: 18px; color: #fff;}
.index3 .item .mask .more{display: inline-block; height: 25px; line-height: 25px; padding: 0 15px; background-color: #fff; font-size: 14px; color: #333; border-radius: 25px; margin-top: 15px;}
.index3 .item:hover .mask{transform: scale(1);}
/*  */
.index4{width: 100%; padding: 45px 0; overflow: hidden; background: url(../images/index4_bg.jpg) no-repeat center center; background-size: cover;}
.index4 .title_index .title1{color: #fff;}
.index4 .title_index .title2{color: #fff;}
.index4 .list{width: 100%;}
.index4 .list li{width: calc(100% / 3); float: left;}
.index4 .item{width: 100%;}
.index4 .item a{display: block; width: 100%; height: 100%;}
.index4 .item .imgbox{position: relative; overflow: hidden;}
.index4 .item .imgbox::before{content: ""; display: block; padding-top: 65%;}
.index4 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index4 .item .mask{width: 100%; position: absolute; left: 0; bottom: 0; height: 50px; line-height: 50px; text-align: center; font-size: 18px; color: #333; background-color: rgba(255,255,255,.6);}
.index4 .item:hover .imgbox .img{transform: scale(1.1);}
.index4 .item:hover .mask{background-color: #007F3D; color: #fff;}
/*  */
.index5{width: 100%; padding: 45px 0; background-color: #EFEFEF; overflow: hidden;}
.index5 .left{width: 67%;}
.index5 .right{width: 33%; padding-left: 30px;}
.index5 .list{width: 100%;}
.index5 .list li{border-bottom: 1px solid #E7E7E7; position: relative; padding-bottom: 20px; margin-bottom: 20px;}
.index5 .list li::before{content: ""; position: absolute; bottom: -1px; left: 0; width: 300px; height: 1px; background-color: #007F3D; transition: all 0.4s;}
.index5 .item1{width: 100%; height: 200px; overflow: hidden; position: relative; top: 0;}
.index5 .item1 a{display: block; width: 100%; height: 100%; overflow: hidden;}
.index5 .item1 .imgbox{width: 300px; float: left; height: 100%; border-radius: 5px;}
.index5 .item1 .imgbox .img{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index5 .item1 .txtbox{width: calc(100% - 300px); height: 100%; float: left; padding: 12px 30px;}
.index5 .item1 .txtbox .time{font-size: 14px; color: #999999; margin-bottom: 10px;}
.index5 .item1 .txtbox .title{font-size: 18px; color: #333; margin-bottom: 12px;}
.index5 .item1 .txtbox .text{font-size: 14px; color: #333; margin-bottom: 15px; height: 72px; line-height: 24px; overflow: hidden;}
.index5 .item1 .txtbox .more{font-size: 14px; color: #007f3a;}
.index5 .item1:hover{top: -5px; box-shadow: 5px 5px 10px 0 #bbb;}
.index5 .item2{width: 100%; border-bottom: 1px solid #007f3a; padding-bottom: 20px;}
.index5 .item2 .imgbox{text-align: center; border-radius: 5px; overflow: hidden; position:relative}
.index5 .item2 .imgbox::before{content: ""; display: block; padding-top: 66%;}
.index5 .item2 .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index5 .item2 .txtbox{margin-top: 30px;}
.index5 .item2 .txtbox .time{font-size: 14px; color: #999; margin-bottom: 15px;}
.index5 .item2 .txtbox .title{font-size: 18px; color: #333; margin-bottom: 15px;}
.index5 .item2 .txtbox .text{font-size: 14px; color: #333; margin-bottom: 15px; height: 60px; line-height: 20px; overflow: hidden;}
.index5 .item2 .txtbox .more{font-size: 14px; color: #007f3a;}
/*  */
.foot1{width: 100%; padding: 70px 0; position: relative; background: url(../images/foot1_bg.jpg) no-repeat center center; background-size: cover;}
.foot1 .title_index .title1{color: #fff;}
.foot1 .title_index .title2{color: #fff;}
.foot_box{position: absolute; width: 100%; bottom: -60px;}
.foot_box ul{background-color: #007F3D; padding: 30px; display: flex; justify-content: space-between; align-items: center;}
.foot_box ul li{overflow: hidden; display: flex; align-items: center;}
.foot_box .icon{float: left; position: relative; padding-right: 20px;}
.foot_box .icon::before{content: ""; position: absolute; top: 0; bottom: 0; right: 0; width: 1px; height: 45px; background-color: #09AE56;}
.foot_box .icon img{max-width: 100%; height: auto;}
.foot_box .txtbox{float: left; padding-left: 20px;}
.foot_box .txtbox .tit{font-size: 14px; color: #fff; margin-bottom: 5px;}
.foot_box .txtbox .txt{font-size: 18px; color: #fff;}
.foot2{width: 100%; overflow: hidden; background-color: #03602F; padding: 80px 0 15px 0;}
.foot2 .left{width: 75%; display: flex; justify-content: space-between;}
.foot2 .right{width: 25%; padding-left: 30px;}
.foot2 dl{padding-right: 20px;}
.foot2 dl dt{font-size: 16px; color: #fff; margin-bottom: 15px;}
.foot2 dl dd a{font-size: 14px; color: #fff; line-height: 24px;}
.foot2 dl dd a:hover{text-decoration:underline}
.foot2 .QR{float: right;}
.foot2 .QR .title{font-size: 16px; color: #fff;}
.foot2 .QR .box{width: 100%; margin-top: 15px;}
.foot2 .QR img{width: 100px; height: 100px; float: left;}
.foot2 .QR .text{float: left; font-size: 14px; color: #fff; padding: 30px 0 0 15px;}
.foot3{width: 100%; overflow: hidden; border-top: 1px solid #0C6B3B; background-color: #03602F; padding: 12px 0;}
.foot3 .left{font-size: 14px; color: #fff; line-height: 25px;}
.foot3 .left a{color: #fff;}
.foot3 .right{font-size: 14px; color: #fff; line-height: 25px;}
.foot3 .right a{color: #fff;}
/*  */
.inner_page{width: 100%; min-height: 500px; padding: 40px 0; overflow: hidden;}
.title_inner{text-align: center; margin-bottom: 40px;}
.title_inner .title1{font-size: 28px; color: #333; line-height: 1; margin-bottom: 10px; font-weight: bold;}
.title_inner .title2{font-size: 20px; color: #333; line-height: 1;}
/*  */
.sideBar_page{width: 100%; text-align: center; margin-bottom: 40px;}
.sideBar_page .sideBar_list{display: inline-block; border-bottom: 2px solid #007F3D; font-size: 0;}
.sideBar_page .sideBar_list li{display: inline-block;}
.sideBar_page .sideBar_list li a{width: 120px; height: 35px; line-height: 37px; font-size: 18px; color: #333; display: inline-block; overflow: hidden;}
.sideBar_page .sideBar_list a:hover{background-color: #007F3D; color: #fff;}
.sideBar_page .sideBar_list .act a{background-color: #007F3D; color: #fff;}
.fa-caret-right{ margin-right:6px;}
/*  */
.about_page{width: 100%; overflow: hidden;}
.about_page .imgbox{text-align: center; overflow: hidden;}
.about_page .imgbox img{max-width: 100%; height: auto;}
.about_page .txtbox{margin-top: 20px; font-size: 16px; color: #333; line-height: 28px;}
.about_page .txtbox img{ max-width:100% !important; height:auto !important}

/*  */
.product_page{width: 100%; overflow: hidden;}
.product_page .list{width: calc(100% + 20px);}
.product_page .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.product_page .item{width: 100%;}
.product_page .item a{display: block; width: 100%; height: 100%;}
.product_page .item .imgbox{position: relative; overflow: hidden;}
.product_page .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.product_page .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.product_page .item .text2{height: 40px; line-height: 40px; text-align: center; background-color: #007F3D; font-size: 14px; color: #fff; margin-top: 4px;}
.product_page .item .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); transform: scale(0); display: flex; flex-wrap: wrap; align-content: center; justify-content: center;}
.product_page .item .mask .text1{width: 100%; text-align: center; font-size: 18px; color: #fff;}
.product_page .item .mask .more{display: inline-block; height: 25px; line-height: 25px; padding: 0 15px; background-color: #fff; font-size: 14px; color: #333; border-radius: 25px; margin-top: 15px;}
.product_page .item:hover .mask{transform: scale(1);}
/*  */
.productShow_page{width: 100%; overflow: hidden;}
.productShow_page .left{width: 50%; padding-right: 10px;}
.productShow_page .right{width: 50%; padding-left: 10px;}
.productShow_page .xiangce .swiper {width: 100%;}
.productShow_page .xiangce .mySwiper2 {height: 80%; width: 100%;}
.productShow_page .xiangce .mySwiper {height: 20%; padding: 10px 0 0 0;}
.productShow_page .xiangce .mySwiper .swiper-slide {width: 25%; height: 100%; opacity: 0.4;}
.productShow_page .xiangce .mySwiper .swiper-slide-thumb-active {opacity: 1;}
.productShow_page .xiangce .imgbox{position: relative; overflow: hidden; cursor:pointer;}
.productShow_page .xiangce .imgbox::before{content: ""; display: block; padding-top: 75%;}
.productShow_page .xiangce .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}  
.productShow_page .title{ font-size:18px; line-height:30px; padding-bottom:10px; font-weight:bold;}
.productShow_page .right .txtbox{overflow: hidden; font-size: 14px; color: #333; line-height: 25px;}

/*  */
.custom_page{width: 100%; overflow: hidden;}
.custom_page .imgbox{text-align: center; overflow: hidden;}
.custom_page .imgbox img{max-width: 100%; height: auto;}
.custom_page .txtbox{margin-top: 20px; font-size: 14px; color: #333; line-height: 25px;}

/*  */
.news_page{width: 100%; overflow: hidden;}
.news_page .list{width: 100%;}
.news_page .list li{border-bottom: 1px solid #E7E7E7; position: relative; padding-bottom: 20px; margin-bottom: 20px;}
.news_page .list li::before{content: ""; position: absolute; bottom: -1px; left: 0; width: 300px; height: 1px; background-color: #007F3D; transition: all 0.4s;}
.news_page .item1{width: 100%; height: 200px; overflow: hidden; position: relative; top: 0;}
.news_page .item1 a{display: block; width: 100%; height: 100%; overflow: hidden;}
.news_page .item1 .imgbox{width: 300px; float: left; height: 100%; border-radius: 5px;}
.news_page .item1 .imgbox .img{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.news_page .item1 .txtbox{width: calc(100% - 300px); height: 100%; float: left; padding: 12px 30px;}
.news_page .item1 .txtbox .time{font-size: 14px; color: #999999; margin-bottom: 12px;}
.news_page .item1 .txtbox .title{font-size: 18px; color: #333; margin-bottom: 12px;}
.news_page .item1 .txtbox .text{font-size: 14px; color: #333; margin-bottom: 12px; height: 72px; line-height: 24px; overflow: hidden;}
.news_page .item1 .txtbox .more{font-size: 14px; color: #007f3a;}
.news_page .item1:hover{top: -5px; box-shadow: 5px 5px 10px 0 #bbb;}
/*  */
.newsShow_page{width: 100%; overflow: hidden;}
.newsShow_page .title{text-align: center; margin-bottom: 20px;}
.newsShow_page .title .tit1{font-size: 18px; color: #333; margin-bottom: 8px;}
.newsShow_page .title .tit2{font-size: 12px; color: #aaa;}
.newsShow_page .imgbox{text-align: center; overflow: hidden;}
.newsShow_page .imgbox img{max-width: 100%; height: auto;}
.newsShow_page .txtbox{margin-top: 20px; font-size: 14px; color: #333; line-height: 28px;}
.newsShow_page .txtbox img{ max-width:100% !important; height:auto !important;}

/*  */
.contact_page{width: 100%; overflow: hidden;}
.contact_page .txtbox{font-size: 14px; color: #333; line-height: 2;}
.contact_page .map{text-align: center; overflow: hidden; margin-top: 20px;}

@media (max-width: 1199px){
    .index2 .list li{width: 350px;}
    .index2 .list li:nth-child(1){width: 350px;}
    .index2 .list li:nth-child(2){width: 350px;}
    .index2 .list li:nth-child(3){width: 350px;}
    .index2 .list li:nth-child(4){width: 350px;}
}

@media (min-width:992px){
    .header .head_nav{display: block !important;}
}

@media (max-width:991px){
    .header .head_box{position: fixed; width: 100%; top: 0; left: 0; z-index: 8; box-shadow: 3px 3px 10px 0 #bbb;}
    .header .head_content{height: 90px;}
    .header .head_content .left{width: 80%;}
    .header .head_content .right{width: 20%;}
    .header.small .head_nav{animation: none; z-index: 9;}
    .header .head_nav{position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 8; background-color: rgba(0,0,0,0.5); display: none;}
    .header .head_nav .navBox{width: 60%; height: 100%; position: absolute; right: 0; top: 0; opacity: 0; transform: translateX(100%); background-color: #fff; transition: all .2s;}
    .header .head_nav .navBox.act{transform: translateX(0); opacity: 1;}
    .header .head_nav .navList{padding: 60px 20px 0 20px}
    .header .head_nav .item{width: 100%; position: relative; text-align: left; padding-right: 25px; border-bottom: 1px dotted #aaa;}
    .header .head_nav .item>a{color: #333; height: 50px;}
    .header .head_nav .item:after{width: 100%; height: 1px; right: 0; top: auto;}
    .header .head_nav .item:last-child:after{display: block;}
    .header .head_nav .item:hover>a{color: #333; background-color: #fff;}
    .header .head_nav .item.act>a{color: #226aad; background-color: #fff;}
    .header .head_nav .item .text span{display: none;}
    .header .head_nav .item.act .text{color: #007F3D;}
    .header .head_nav .item:hover .text{color: #007F3D;}
    .header .head_nav .item>i{display: block; position: absolute; top: 15px; right: 0; width: 20px; height: 20px; line-height: 18px; border: 1px solid #999; text-align: center; font-size: 14px;}
    .header .head_nav .nav_down{position: static; width: 100%; transform: translateX(0); margin-bottom: 15px; box-shadow: none;}
    .header .head_nav .nav_down li{text-align: left;}
    .header .head_nav .nav_down li a{font-size: 14px; line-height: 30px; padding-left: 20px;}
    .banner{margin-top: 90px;}
    .index1{padding: 50px 0;}
    .index1 .title1{font-size: 40px; margin-bottom: 15px;}
    .index1 .title2{font-size: 24px; margin-bottom: 15px;}
    .index1 .title3{font-size: 16px; margin-bottom: 15px;}
    .index1 .text{line-height: 20px; margin-bottom: 15px;}
    .index1 .more{height: 35px; line-height: 35px;}
    .index1 .video_box video{height: 270px;}
    .index1 .video_box .mask{display: none;}
    .index1 .item{padding: 10px;}
    .index1 .list{width: calc(100% + 20px);}
    .index1 .list li{width: calc(100% / 4 - 20px); margin: 0 20px 0 0;}
    .index1 .item .yuan{width: 50px; height: 50px;}
    .index1 .item .txtbox .title{font-size: 14px;}
    .index1 .item .txtbox .link{font-size: 12px; height: 20px; line-height: 20px; margin-top: 5px;}
    .index2{padding: 30px 0; background-size: 100% 100%;}
    .index2 .index2_bg{display: none;}
    .index2 .right{width: 100%;}
    .index2 .title{margin-bottom: 30px; font-size: 24px; padding: 0;}
    .index2 .list li{height: 40px; line-height: 40px; font-size: 20px; padding-left: 30px;}
    .index2 .list li:nth-child(1){left: 0; width: 45%;}
    .index2 .list li:nth-child(2){left: 0; width: 45%;}
    .index2 .list li:nth-child(3){left: 0; width: 45%;}
    .index2 .list li:nth-child(4){left: 0; width: 45%;}
    .index2 .box .img{right: 0; width: 50%;}
    .index2 .tel{margin: 30px 0 0 0;}
    .index3{padding: 50px 0;}
    .index3 .title{font-size: 24px; margin-bottom: 10px;}
    .index3 .text{font-size: 12px; line-height: 20px; margin-bottom: 10px;}
    .index3 .side_list li a{width: 120px; height: 30px; line-height: 30px; font-size: 12px;}
    .index3 .right{padding-left: 20px;}
    .index4 .item .mask{height: 30px; line-height: 30px; font-size: 14px;}
    .index5 .list li{margin-bottom: 15px; padding-bottom: 15px;}
    .index5 .list li::before{width: 200px;}
    .index5 .item1{height: 150px;}
    .index5 .item1 .imgbox{width: 200px;}
    .index5 .item1 .txtbox{width: calc(100% - 200px); padding: 10px 20px;}
    .index5 .item1 .txtbox .time{margin-bottom: 10px;}
    .index5 .item1 .txtbox .title{font-size: 16px; margin-bottom: 10px;}
    .index5 .item1 .txtbox .text{margin-bottom: 0; }
    .index5 .item1 .txtbox .more{display: none;}
    .index5 .item2{padding-bottom: 15px;}
    .index5 .item2 .txtbox{margin-top: 15px;}
    .index5 .item2 .txtbox .time{margin-bottom: 10px;}
    .index5 .item2 .txtbox .title{font-size: 16px; margin-bottom: 10px;}
    .index5 .item2 .txtbox .text{margin-bottom: 10px;}
    .foot1{display: none;}
    .foot2{display: none;}
    .foot3{padding: 10px 0;}
    /*  */
    .inner_page{padding: 30px 0;}
    .title_inner{margin-bottom: 30px;}
    .sideBar_page .sideBar_title{background: #007F3D; text-align: left; position: relative; padding: 12px; font-size: 18px; color: #fff;}
    .sideBar_page .sideBar_title span{position: absolute; right: 15px; top: 12px; font-size: 18px; color: #ffffff;}
    .sideBar_page .sideBar_list{border: 1px solid #007F3D; margin-top: 5px; width: 100%; display: none;}
    .sideBar_page .sideBar_list li{width: 100%;}
    .sideBar_page .sideBar_list li a{width: 100%; font-size: 14px;}
    .news_page .list li{margin-bottom: 15px; padding-bottom: 15px;}
    .news_page .list li::before{width: 200px;}
    .news_page .item1{height: 150px;}
    .news_page .item1 .imgbox{width: 200px;}
    .news_page .item1 .txtbox{width: calc(100% - 200px); padding: 10px 20px;}
    .news_page .item1 .txtbox .time{margin-bottom: 10px;}
    .news_page .item1 .txtbox .title{font-size: 16px; margin-bottom: 10px;}
    .news_page .item1 .txtbox .text{margin-bottom: 0; }
    .news_page .item1 .txtbox .more{display: none;}
    .productShow_page .left{width: 100%; padding: 0;}
    .productShow_page .right{width: 100%; padding: 0; margin-top: 15px;}
}

@media (max-width:750px){
    .header .head_content{height: 60px;}
    .header .head_content .logo{width: 100%;}
    .header .head_content .logo img{ max-width:100%;}
    .banner{margin-top: 80px;}
    .title_index .title1{font-size: 18px;}
    .title_index .title2{font-size: 14px;}
    .title_index{margin-bottom: 20px;}
    .index1{padding: 20px 0;}
    .index1 .box1 .left{width: 100%; padding: 0;}
    .index1 .box1 .right{width: 100%; padding: 0; margin-top: 15px;}
    .index1 .title1{font-size: 18px; margin-bottom: 10px;}
    .index1 .title2{font-size: 16px; margin-bottom: 10px;}
    .index1 .title3{margin-bottom: 10px; font-size: 14px;}
    .index1 .text{font-size: 12px;}
    .index1 .video_box video{height: 220px;}
    .index1 .box2{margin-top: 20px;}
    .index1 .list{width: calc(100% + 10px);}
    .index1 .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .index2{padding: 20px 0;}
    .index2 .title{font-size: 18px; margin-bottom: 15px;}
    .index2 .list li{padding-left: 15px; font-size: 16px; margin-bottom: 15px;}
    .index2 .list li .text1{font-size: 14px;}
    .index2 .list li .text2{font-size: 12px;}
    .index2 .list li:nth-child(1){width: 45%; box-shadow: 5px 5px 0px 0px rgb(0 127 61 / 24%);}
    .index2 .list li:nth-child(2){width: 49%; box-shadow: 5px 5px 0px 0px rgb(12 167 125 / 24%);}
    .index2 .list li:nth-child(3){width: 53%; box-shadow: 5px 5px 0px 0px rgb(19 150 100 / 24%);}
    .index2 .list li:nth-child(4){width: 57%; box-shadow: 5px 5px 0px 0px rgb(30 182 204 / 24%);}
    .index2 .tel{margin: 15px 0 0 0; font-size: 16px; background-size: 25px; padding-left: 30px; line-height: 30px;}

    .index3{padding: 20px 0;}
    .index3 .left{width: 100%; padding: 0;}
    .index3 .right{width: 100%; padding: 0; margin-top: 15px;}
    .index3 .side_list{overflow: hidden; text-align: center; font-size: 0;}
    .index3 .side_list li{display: inline-block; padding: 0 1px;}
    .index3 .list{width: clac(100% + 10px);}
    .index3 .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .index3 .item .text2{height: 30px; line-height: 30px; font-size: 14px;}
    .index4{padding: 20px 0;}
    .index4 .list li{width: calc(100% / 2);}
    .index4 .item .mask{font-size: 12px;}
    .index5{padding: 20px 0;}
    .index5 .left{width: 100%;}
    .index5 .right{width: 100%; padding: 0; margin-top: 15px;}
    .index5 .item1{height: 120px;}
    .index5 .item1 .imgbox{width: 150px;}
    .index5 .item1 .txtbox{width: calc(100% - 150px); padding: 5px 10px;}
    .index5 .item1 .txtbox .time{font-size: 12px;}
    .index5 .item1 .txtbox .title{font-size: 14px; font-weight: bold; margin-bottom: 6px;}
    .index5 .item1 .txtbox .text{font-size: 12px;}
    .index5 .list li::before{width: 150px;}
    .index5 .item2 .txtbox{margin-top: 10px;}
    .index5 .item2 .txtbox .time{font-size: 12px;}
    .index5 .item2 .txtbox .title{font-size: 14px; font-weight: bold;}
    .index5 .item2 .txtbox .text{font-size: 12px; height: auto; max-height: 60px;}
    .foot3 .left{width: 100%; text-align: center; line-height: 20px;}
    .foot3 .right{width: 100%; text-align: center; line-height: 20px;}
    /*  */
    .inner_page{padding: 20px 0;}
    .title_inner .title1{font-size: 18px;}
    .title_inner .title2{font-size: 14px;}
    .title_inner{margin-bottom: 20px;}
    .sideBar_page{margin-bottom: 10px;}
    .product_page .list{width: clac(100% + 10px);}
    .product_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .product_page .item .text2{height: 30px; line-height: 30px; font-size: 14px;}
    .news_page .item1{height: 120px;}
    .news_page .item1 .imgbox{width: 150px;}
    .news_page .item1 .txtbox{width: calc(100% - 150px); padding: 5px 10px;}
    .news_page .item1 .txtbox .time{font-size: 12px;}
    .news_page .item1 .txtbox .title{font-size: 14px; font-weight: bold; margin-bottom: 6px;}
    .news_page .item1 .txtbox .text{font-size: 12px;}
    .news_page .list li::before{width: 150px;}
}



.fenye{float: left; margin: auto; width: 100%; height: 36px; text-align: center; line-height: 36px; font-size: 14px; margin-bottom: 5px; color: #333; margin-top: 5px;}
.fenye a{color: #333}
.fenye a:hover{color: #f00}