@charset "utf-8";

@import url(public.css);

/* 头部 */
.header{width: 100%; position: relative;}
.header .header_top{height: 30px; background-color: #EFEFEF; overflow: hidden;}
.header .header_top .txt{float: left; line-height: 30px; font-size: 14px; color: #888888; padding-left: 20px; background: url(../images/top_icon1.png) no-repeat left center;}
.header .header_top .right{position: relative; background-color: #37A537; padding: 0 0 0 15px; border-radius: 15px 0 0 15px;}
.header .header_top .right::before{content: ""; position: absolute; top: 0; left: 100%; width: 1000px; height: 100%; background-color: #37A537;}
.header .header_top .tel{float: left; line-height: 30px; font-size: 14px; color: #fff; padding-left: 20px; background: url(../images/top_icon2.png) no-repeat left center;}
.header .header_top .language{float: left; margin-left: 5px;}
.header .header_top .language a{float: left; line-height: 30px; font-size: 13px; color: #fff; margin-left: 25px; font-weight: bold;}
/*  */
.header .header_content{width: 100%; background-color: #fff; height:100px; position: relative;}
.header .header_content .left{width: 40%; height: 100%; display: flex; display: -webkit-flex; align-items: center}
.header .header_content .right{width: 55%; height: 100%; display: flex; display: -webkit-flex; align-items: center}
.header .header_content .logo{float: left;}
.header .header_content .logo img{max-width: 100%; width: 80px; height:auto;}
.header .header_content .head_txt{margin-left: 20px;}
.header .header_content .head_txt .txt1{font-size: 24px; color: #333333;}
.header .header_content .head_txt .txt2{font-size: 14px; color: #888888; margin-top: 5px; letter-spacing: 1px}
/*  */
.header .navBarIcon{position:absolute; top: 0; bottom: 0; right: 15px; margin: auto; padding: 0; height: 29px; display:block; cursor:pointer;}
.header .navBarIcon .icon-bar{background:#37A537; width:35px; height:5px; display: block;}
.header .navBarIcon .icon-bar+.icon-bar{ margin-top:6px;}
.header .navBarIcon.tx .icon-bar:nth-child(1){ margin-top:10px; transform:rotateZ(45deg);}
.header .navBarIcon.tx .icon-bar:nth-child(2){ opacity:0;}
.header .navBarIcon.tx .icon-bar:nth-child(3){ top:50%; position:absolute; margin:0 !important; transform:translate(0,-50%) rotateZ(135deg);}
/*  */
.header .header_nav{width: 100%; position: relative; background-color: #fff;}
.header .header_nav .nav_logo{width: 100%; text-align: center; overflow: hidden; padding: 20px;}
.header .header_nav .nav_logo img{max-width: 100%; height: auto;}
.header .header_nav .navBox{max-width: 1200px; height: auto; margin: 0 auto;}
.header .header_nav .navList{width: 100%;}
.header .header_nav .item{float: left; width: calc(100% / 7); height: 50px; position: relative; text-align: center;}
.header .header_nav .item>a{color: #333333; font-size: 16px; line-height: 50px; display: block; overflow: hidden; position: relative;}
.header .header_nav .item>a::before{content: ""; position: absolute; left: 0; right: 0; bottom: 0; width: 0; height: 2px; margin: auto; background-color: #37A537; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s;}
.header .header_nav .item:hover>a::before{width: 20px;}
.header .header_nav .act>a::before{width: 20px;}
.header .header_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: rgba(0,0,0,0.5); z-index:9;}
.header .header_nav .nav_down li{width: 100%; text-align: center;}
.header .header_nav .nav_down li a{line-height:35px; font-size: 14px; color:#fff; display: block; padding: 0 5px;}
.header .header_nav .nav_down li a:hover{background: #37A537; color: #fff;}
.header.small .header_nav{position: fixed; left: 0; top: 0; z-index: 6; box-shadow: 5px 5px 20px 0 #bbb; animation: navSmall 0.5s;}
@keyframes navSmall {
    from {top: -50px;}
    to {top: 0;}
}
@-webkit-keyframes navSmall {
    from {top: -50px;}
    to {top: 0;}
}
/*  */
.banner{width: 100%; font-size: 0;}
.banner .img{width: 100%;}
.banner .swiper-pagination-bullet-active{background: #37A537;}
.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;}
.banner_inner{width: 100%; font-size: 0;}
.banner_inner img{width: 100%;}
/* tabbar */
.tabBar{width: 100%; height: 58px; background-color: #191919; 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;}
/*  */
.search{width: 100%; padding: 10px 0; background: url(../images/search_bg.jpg) no-repeat center center; background-size: cover;}
.search .left{width: calc(100% - 450px); overflow: hidden;}
.search .right{width: 450px;}
.search .title{font-size: 16px; color: #fff; line-height: 40px; float: left; width: 100px;}
.search .list{width: calc(100% - 100px); float: left;}
.search .list li{float: left; margin-right: 15px;}
.search .list li a{display: block; font-size: 14px; color: #fff; line-height: 40px;}
.search .form_box{width: 430px; height: 40px; background-color: #fff; border-radius: 20px; overflow: hidden;}
.search .form_box .form_text{width: calc(100% - 74px); float: left; height: 100%; padding: 0 15px; font-size: 16px; color: #333; border: none; outline:none; font-size: 12px;}
.search .form_box .form_btn{width: 70px; height: calc(100% - 8px); margin: 4px 4px 4px 0; background-color: #F08518; float: left; border-radius: 40px; padding-right: 10px; font-size: 14px; line-height: 32px; color: #fff; border: none; position: relative;}
.search .form_box .form_btn::before{content: ""; position: absolute; top: 0; bottom: 0; right: 8px; margin: auto; width: 16px; height: 16px; background: url(../images/search_icon1.png) no-repeat; background-size: 100% 100%;}
/*  */
.title_index{width: 100%; text-align: center; margin-bottom: 30px;}
.title_index .title1{font-size: 36px; color: #333;}
.title_index .title2{font-size: 14px; color: #333; margin-top: 5px;}
.swiper{overflow: hidden;}
/*  */
.index1{width: 100%; padding: 100px 0 0 0; overflow: hidden;}
.index1 .list{width: 100%;}
.index1 .list li{width: calc(100% / 3); padding: 0 20px; float: left;}
.index1 .item{width: 100%; overflow: hidden;}
.index1 .item .imgbox{width: 30%; float: left; text-align: center;}
.index1 .item .icon{position: relative; width: 85px; height: 85px; display: inline-block; border: 1px solid #363636; border-radius: 50%;}
.index1 .item .icon img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.index1 .item .txtbox{width: 70%; float: left; padding-left: 10px;}
.index1 .item .txtbox .title{font-size: 18px; color: #333; line-height: 25px;}
.index1 .item .txtbox .text{font-size: 14px; color: #888888; height: 50px; line-height: 25px; overflow: hidden;}
/*  */
.index2{width: 100%; padding: 100px 0; overflow: hidden;}
.index2 .left{width: 55%;}
.index2 .imgbox{text-align: center; overflow: hidden; position: relative; padding: 0 20px 20px 0;}
.index2 .imgbox::before{content: ""; position: absolute; top: 20px; left: 0; width: 100%; height: calc(100% - 20px); background-color: #EFEFEF;}
.index2 .imgbox img{width: 100%; height: auto; position: relative; z-index: 1;}
.index2 .right{width: 45%; padding-left: 30px;}
.index2 .idx2_logo{overflow: hidden;}
.index2 .idx2_logo img{max-width: 100%; float: left;}
.index2 .tit1{margin-top: 10px; font-size: 28px; color: #333; font-weight: bold; float: left;}
.index2 .label{border-top: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; padding: 10px 0; margin-top: 10px;}
.index2 .label li{float: left; font-size: 14px; color: #f08519; margin-right: 20px;}
.index2 .text{font-size: 14px; color: #888; line-height: 30px; margin-top: 10px;}
/*  */
.index3{width: 100%; background-color: #EFEFEF; padding: 80px 20px;}
.index3 .content{position: relative; padding-bottom: 30px;}
.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: 80%;}
.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 .txtbox{width: 100%; padding: 10px 20px 20px 20px; background-color: #fff;}
.index3 .item .txtbox .tit{font-size: 16px; color: #333; font-weight: bold; margin-bottom: 10px;}
.index3 .item .txtbox .text{font-size: 14px; color: #888888; height: 60px; line-height: 20px; overflow: hidden; margin-bottom: 10px;}
.index3 .item .txtbox .mm{font-size: 14px; color: #333;}
.index3 .item:hover .imgbox .img{transform: scale(1.1);}
.index3 .item:hover .txtbox .tit{color: #34a534;}
.index3 .item:hover .txtbox .text{color: #34a534;}
.index3 .item:hover .txtbox .mm{color: #34a534;}
.index3 .swiper-pagination-idx3{text-align: center; position: absolute; width: 100%; bottom: 0;}
.index3 .swiper-pagination-bullet{width: 90px; height: 2px; background-color: #A0A0A0; border-radius: 0; margin: 0 5px;}
.index3 .swiper-pagination-bullet-active{background-color: #80BE80;}
/*  */
.index4{width: 100%; padding: 80px 0; overflow: hidden;}
.index4 .xiangce{position: relative;}
.index4 .xiangce .mySwiper2 {width: 100%;}
.index4 .xiangce .mySwiper {position: relative; width: calc(100% - 300px); margin: 10px auto 0 auto;}
.index4 .xiangce .mySwiper .swiper-slide {width: calc(100% / 6); height: 100%;}
.index4 .xiangce .imgbox1{position: relative; overflow: hidden; border: 1px solid #DCDCDC;}
.index4 .xiangce .imgbox1::before{content: ""; display: block; padding-top: 45%;}
.index4 .xiangce .imgbox1 .img{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index4 .xiangce .imgbox2{position: relative; overflow: hidden; border: 1px solid #DCDCDC;}
.index4 .xiangce .imgbox2::before{content: ""; display: block; padding-top: 45%;}
.index4 .xiangce .imgbox2 .img{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index4 .xiangce .mySwiper .swiper-slide-thumb-active .imgbox2{border-color: #37A537;}
.index4 .idx4_prev, .index4 .idx4_next{position: absolute; top: 0; bottom: 0; margin: auto; width: 45px; height: 45px;}
.index4 .idx4_prev{right: 101%; background: url(../images/idx4_prev.png) no-repeat; background-size: 100% 100%;}
.index4 .idx4_next{left: 101%; background: url(../images/idx4_next.png) no-repeat; background-size: 100% 100%;}
.index4 .mask{position: absolute; bottom: 0; left: 0; width: 100%; padding: 12px 15px; overflow: hidden; background-color: rgba(163,219,30,.6);}
.index4 .mask .mask_right{border-right: 3px solid #fff; float: right; text-align: right; padding-right: 15px;}
.index4 .mask .text1{font-size: 16px; color: #fff; font-weight: bold; line-height: 20px;}
.index4 .mask .text2{font-size: 14px; color: #fff; line-height: 20px;}
/*  */
.index5{width: 100%; padding: 80px 0; overflow: hidden; background: url(../images/idx5_bg.jpg) no-repeat center center; background-size: cover;}
.index5 .title_index5{text-align: center; padding-bottom: 30px; margin-bottom: 30px; background: url(../images/title_idx5_icon.png) no-repeat center bottom;}
.index5 .title_index5 .title1{font-size: 48px; color: #34a534; font-weight: bold;}
.index5 .title_index5 .title2{font-size: 14px; color: #a3db1e; margin-top: 5px;}
.index5 .list{width: 100%;}
.index5 .list li{width: calc(100% / 4); float: left; padding: 0 10px; margin-bottom: 20px;}
.index5 .item{width: 100%; height: 130px; display: flex; align-items: center; background-color: #37A537; border-radius: 5px; overflow: hidden;}
.index5 .item .icon{width: 40%; float: left; text-align: center; overflow: hidden;}
.index5 .item .icon img{max-width: 100%; height: auto;}
.index5 .item .txtbox{width: 60%; float: left; padding: 0 0 0 10px;}
.index5 .item .txtbox .tit{font-size: 18px; color: #fff; font-weight: bold;}
.index5 .item .txtbox .text{font-size: 14px; color: #fff; margin-top: 5px;}
/*  */
.index6{width: 100%; padding: 80px 0; background-color: #fff; overflow: hidden;}
.index6 .left{width: 55%; padding-right: 40px; position: relative;}
.index6 .right{width: 45%;}
.index6 .imgbox{text-align: center; overflow: hidden; position: relative;}
.index6 .imgbox::before{content: ""; display: block; padding-top: 50%;}
.index6 .imgbox .img{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index6 .swiper-pagination-idx6{text-align: left;}
.index6 .list{width: 100%;}
.index6 .list li{border-bottom: 1px dotted #B8B8B8; font-size: 0;}
.index6 .list li a{display: inline-block; height: 45px; line-height: 45px; overflow: hidden; font-size: 14px; color: #333; position: relative; padding-right: 80px;}
.index6 .list li a span{position: absolute; top: 0; right: 0; font-size: 13px; color: #888888; width: 80px; line-height: 45px; height: 45px; overflow: hidden; text-align: right;}
.index6 .list li a:hover{color: #80BE80;}
.index6 .more{margin-top: 30px;}
.index6 .more a{float: right; width: 150px; height: 40px; line-height: 40px; border-radius: 20px; background-color: #F1F6E8; font-size: 14px; color: #333; text-align: center;}
.index6 .swiper-pagination-idx6{text-align: left; width: 100%; bottom: 0;}
.index6 .swiper-pagination-bullet{width: 90px; height: 2px; background-color: #A0A0A0; border-radius: 0; margin: 0 5px;}
.index6 .swiper-pagination-bullet-active{background-color: #80BE80;}
/*  */
.footer{width: 100%; background-color: #EFEFEF; padding: 20px 0 0 0;}
.foot1{width: 100%; display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid #D7D7D7;}
.foot1 .box1{width: 40%;}
.foot1 .box2{width: 40%;}
.foot1 .box3{width: 15%;}
.foot1 .foot_logo{float: left;}
.foot1 .foot_logo img{max-width: 100%; height: auto; width: 80px;}
.foot1 .foot_logo_text{float: left; padding: 5px 0 0 15px;}
.foot1 .foot_logo_text .text1{font-size: 26px; color: #333; font-weight: bold;}
.foot1 .foot_logo_text .text2{font-size: 14px; color: #34a534; margin-top: 5px;}
.foot1 .box2 dl{width: 25%; float: left;}
.foot1 .box2 dl dt{font-size: 18px; color: #333; font-weight: bold; margin-bottom: 15px;}
.foot1 .box2 dl dd a{display: block; font-size: 14px; color: #888888; line-height: 25px; height: 25px; overflow: hidden;}
.foot1 .box2 dl dd a:hover{color: #80BE80; text-decoration:underline}
.foot1 .box2 dl:last-child dt a{font-size: 20px; color: #333; font-weight: bold;}
.foot1 .QR{float: right;}
.foot1 .QR .item{float: left; text-align: center; padding: 0 10px;}
.foot1 .QR .item img{width: 90px; height: 90px;}
.foot1 .QR .item .text{font-size: 20px; color: #333; font-weight: bold; margin-bottom: 5px;}
.foot2{width: 100%; padding: 12px 0;}
.foot2 .link{width: 100%;}
.foot2 .link .tit{float: left; width: 80px; height: 25px; line-height: 25px; overflow: hidden;}
.foot2 .link .list{width: calc(100% - 80px); float: left;}
.foot2 .link .list li{float: left; margin-right: 15px;}
.foot2 .link .list li a{display: block; font-size: 14px; color: #333; height: 25px; line-height: 25px;}
.foot2 .link .list li a:hover{color: #34a534; text-decoration:underline; }
.foot2 .copyright{font-size: 14px; color: #888888; margin-top: 5px;}
.foot2 .copyright a{color: #888888;}

/*  */
.inner_page{width: 100%; min-height: 500px; padding-bottom: 80px;}
.sideBar_page{border-bottom: 1px solid #eeeeee; margin-bottom: 30px;}
.sideBar_page .side_list{float: left;}
.sideBar_page .side_list li{float: left; margin-right: 40px;}
.sideBar_page .side_list li a{display: block; height: 60px; line-height: 60px; font-size: 14px; color: #4c4948;}
.sideBar_page .side_list li a:hover{color: #6CBA49; border-bottom: 1px solid #6CBA49;}
.sideBar_page .side_list li a.act{color: #6CBA49; border-bottom: 1px solid #6CBA49;}
.sideBar_page .title{float: right; font-size: 14px; color: #4c4948; line-height: 60px;}
.sideBar_page .title a{color: #4c4948;}
.sideBar_page .title span{color: #6dbb47;}

/*  */
.about_page{width: 100%; overflow: hidden;}
.about_page .txtbox{font-size: 14px; color: #888888; line-height: 30px;}

/*  */
.product_page{width: 100%; overflow: hidden;}
/*.product_page .bg1{background-image: url(../images/pro_tit_bg1.jpg);}
.product_page .bg2{background-image: url(../images/pro_tit_bg2.jpg);}
.product_page .bg3{background-image: url(../images/pro_tit_bg3.jpg);}*/
.product_page .titleBox{height: 160px; margin-bottom: 30px; display: flex; flex-wrap: wrap; align-content: center; padding-left: 40px; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.product_page .titleBox .tit1{width: 100%; font-size: 30px; color: #fff; font-weight: bold;}
.product_page .titleBox .tit2{width: 100%; font-size: 14px; color: #fff; margin-top: 10px; text-transform: uppercase;}
.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%; overflow: hidden;}
.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 .text{background-color: #fff; font-size: 16px; color: #333; font-weight: bold; height: 50px; line-height: 50px; text-align: center;}
.product_page .item:hover .imgbox .img{transform: scale(1.1);}
.product_page .item:hover .text{background-color: #37A537; color: #fff;}
/*  */
.productShow_page{width: 100%; overflow: hidden;}
.productShow_page .title{text-align: center; border-bottom: 1px dotted #aaa; padding-bottom: 10px; margin-bottom: 20px;}
.productShow_page .title h4{font-size: 18px; color: #333;}
.productShow_page .imgbox{text-align: center; overflow: hidden;}
.productShow_page .imgbox img{max-width: 100%; height: auto;}
.productShow_page .txtbox{margin-top: 20px; font-size: 14px; color: #888; line-height: 30px;}

.productShow_page .xiangce{position: relative; width:38%; margin: 0 auto;}
.productShow_page .xiangce .gallery-top {height: 80%; width: 100%;}
.productShow_page .xiangce .gallery-thumbs {height: 20%; padding: 0 30px; position: relative; margin-top: 10px;}
.productShow_page .xiangce .gallery-thumbs .swiper-slide {width: 25%; height: 100%; border: 2px solid #DDDDDD;}
.productShow_page .xiangce .gallery-thumbs .swiper-slide-thumb-active {border-color: #71a7d3;}
.productShow_page .xiangce .imgbox1{position: relative; overflow: hidden;}
.productShow_page .xiangce .imgbox1::before{content: ""; display: block; padding-top: 70%;}
.productShow_page .xiangce .imgbox1 .img{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.productShow_page .xiangce .imgbox2{position: relative; overflow: hidden;}
.productShow_page .xiangce .imgbox2::before{content: ""; display: block; padding-top: 60%;}
.productShow_page .xiangce .imgbox2 .img{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.productShow_page .xiangce .xiangce_next, .productShow_page .xiangce .xiangce_prev{position: absolute; bottom: 0; width: 20px; height: 100%; background-color: #DDDDDD; font-size: 18px; color: #fff; display: flex; align-items: center; justify-content: center; z-index: 9;}
.productShow_page .xiangce .xiangce_next{right: 0; background-color: #37A537;}
.productShow_page .xiangce .xiangce_prev{left: 0;}

/*  */
.case_page{width: 100%; overflow: hidden;}
.case_page .list{width: calc(100% + 20px);}
.case_page .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.case_page .item{width: 100%; overflow: hidden;}
.case_page .item a{display: block; width: 100%; height: 100%;}
.case_page .item .imgbox{position: relative; overflow: hidden;}
.case_page .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.case_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;}
.case_page .item .text{background-color: #fff; font-size: 16px; color: #333; font-weight: bold; height: 50px; line-height: 50px; text-align: center;}
.case_page .item:hover .imgbox .img{transform: scale(1.1);}
.case_page .item:hover .text{background-color: #37A537; color: #fff;}
/*  */
.caseShow_page{width: 100%; overflow: hidden;}
.caseShow_page .title{text-align: center; border-bottom: 1px dotted #aaa; padding-bottom: 10px; margin-bottom: 20px;}
.caseShow_page .title h4{font-size: 18px; color: #333;}
.caseShow_page .imgbox{text-align: center; overflow: hidden;}
.caseShow_page .imgbox img{max-width: 100%; height: auto;}
.caseShow_page .txtbox{margin-top: 20px; font-size: 14px; color: #888; line-height: 30px;}

/*  */
.news_page{width: 100%; overflow: hidden;}
.news_page .item{width: 100%; height: 150px; overflow: hidden; margin-bottom: 20px; border: 1px solid #CDCDCD;}
.news_page .item a{width: 100%; height: 100%; display: block; overflow: hidden;}
.news_page .item .imgbox{width: 200px; height: 100%; float: left; overflow: hidden;}
.news_page .item .imgbox .img{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.news_page .item .txtbox{width: calc(100% - 200px); height: 100%; float: left; padding: 5px 10px; border-left: 1px solid #CDCDCD;}
.news_page .item .txtbox .title{font-size: 16px; color: #000; line-height: 1.5;}
.news_page .item .txtbox .date{font-size: 12px; color: #000; line-height: 1.5; margin-top: 10px; }
.news_page .item .txtbox .txt{font-size: 14px; color: #000; height: 72px; line-height: 24px; overflow: hidden; margin-top: 10px;}
.news_page .item:hover .txtbox{background-color: #37A537;}
.news_page .item:hover .txtbox .title{color: #fff;}
.news_page .item:hover .txtbox .date{color: #fff;}
.news_page .item:hover .txtbox .txt{color: #fff;}
/*  */
.newsShow_page{width: 100%; overflow: hidden;}
.newsShow_page .title{text-align: center; border-bottom: 1px dotted #aaa; padding-bottom: 10px; margin-bottom: 20px;}
.newsShow_page .title h4{font-size: 18px; color: #333;}
.newsShow_page .title h5{font-size: 13px; color: #aaa; margin-top: 10px;}
.newsShow_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.newsShow_page .imgbox img{max-width: 100%; height: auto;}
.newsShow_page .txtbox{margin-bottom: 20px; font-size: 14px; color: #333; line-height: 24px;}
.newsShow_page .text{font-size: 16px; color: #333; line-height: 26px;}

/*  */
.message_page{width: 100%; overflow: hidden;}
.message_page .form_Box{width: 70%; margin: 0 auto;}
.message_page .form_Box .item{margin-bottom: 15px;}
.message_page .form_Box .item .form_tit{font-size: 14px; color: #333333; font-weight: bold;}
.message_page .form_Box .item .form_tit span{color: #f00;}
.message_page .form_Box .item .form_txt{width: 100%; height: 35px; padding: 0 5px; border: 1px solid #dddddd; background-color: #ffffff; font-size: 14px; color: #333; margin-top: 10px;}
.message_page .form_Box .item .form_txts{width: 100%; padding: 5px; border: 1px solid #dddddd; background-color: #ffffff; font-size: 14px; color: #333; margin-top: 10px;}
.message_page .form_Box .fBtn{width: 100px; height: 30px; line-height: 30px; background-color: #0368BE; border: none; color: #ffffff;} 

/*  */
.contact_page{width: 100%; overflow: hidden;}
.contact_page .txtbox{overflow: hidden; font-size: 14px; color: #333; line-height: 30px; margin-bottom: 20px;}
.contact_page .QR{text-align: center; overflow: hidden;}
.contact_page .QR img{max-width: 100%; height: auto;}




@media (max-width: 1199px){
    .header .header_content .left{width: 45%;}
    .header .header_content .head_txt .txt1{font-size: 18px;}
    .header .header_content .head_txt .txt2{font-size: 12px;}
    .search{padding: 10px 0;}
    .index1{padding: 60px 0 0 0;}
    .index2{padding: 60px 0;}
    .index2 .idx2_logo img{width: 220px;}
    .index2 .tit1{font-size: 20px; margin-top: 5px;}
    .index2 .label{padding: 5px 0;}
    .index2 .text{line-height: 25px;}
    .index3{padding: 60px 0;}
    .index3 .item .txtbox{padding: 10px;}
    .index4{padding: 60px 0;}
    .index5{padding: 60px 0;}
    .index6{padding: 60px 0;}
    .footer{padding: 40px 0 0 0;}


}

@media (min-width:992px){
    .header .header_nav{display: block !important;}
}

@media (max-width:991px){
    .header .header_content{height: 90px; position: fixed; top: 30px; left: 0; z-index: 8;}
    .header.small .header_content{top: 0; box-shadow: 5px 5px 20px 0 #bbb;}
    .header .header_content .left{width: 80%;}
    .header .header_content .right{width: 20%;}
    .header .header_nav{position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 9; background-color: rgba(0,0,0,0.5); display: none;}
    .header .header_nav .navBox{width: 60%; height: 100%; position: absolute; left: -60%; top: 0; background-color: #fff;}
    .header .header_nav .item{width: 100%;}
    .header .header_nav .item>a{color: #333;}
    .header .header_nav .item:after{width: 100%; height: 1px; right: 0; top: auto;}
    .header .header_nav .item:last-child:after{display: block;}
    .header .header_nav .nav_down{display: none !important;}
    .banner{margin-top: 90px;}
    .banner_inner{margin-top: 90px;}
    .search .left{display: none;}
    .title_index .title1{font-size: 28px;}
    .index1{padding: 40px 0 0 0;}
    .index1 .list li{padding: 0 10px;}
    .index1 .item .icon{width: 60px; height: 60px;}
    .index1 .item .icon img{width: 30px;}
    .index1 .item .txtbox .title{font-size: 16px;}
    .index1 .item .txtbox .text{font-size: 12px; height: 60px; line-height: 20px;}
    .index2{padding: 40px 0;}
    .index3{padding: 40px 0;}
    .index4 .idx4_prev, .index4 .idx4_next{display: none;}
    .index4{padding: 40px 0;}
    .index4 .xiangce .mySwiper{width: 100%;}
    .index5{padding: 40px 0;}
    .index5 .title_index5 .title1{font-size: 38px;}
    .index5 .item{height: 100px;}
    .index5 .item .icon img{width: 45px;}
    .index6{padding: 40px 0;}
    .index6 .left{padding-right: 20px;}
    .foot1{display: none;}
    .footer{padding: 0;}
    /*  */
    .sideBar_page{margin-bottom: 20px;}
    .sideBar_page .side_list li{margin-right: 30px;}
    .sideBar_page .side_list li a{height: 40px; line-height: 40px;}
    .sideBar_page .title{line-height: 40px;}
    /*  */
    .product_page .titleBox{height: 200px;}
    .product_page .titleBox .tit1{font-size: 24px;}
    .product_page .titleBox .tit2{font-size: 12px;}
    .news_page .item{height: 120px;}
	.news_page .item .imgbox{width: 160px;}
	.news_page .item .txtbox{width: calc(100% - 160px);}
	.news_page .item .txtbox .date{display: none;}
    .message_page .form_Box{width: 100%;}
    .productShow_page .xiangce{width: 100%;}
    .productShow_page .xiangce .gallery-thumbs .swiper-slide{width: 33%;}
}

@media (max-width:767px){
    .header .header_content{height: 80px;}
    .header .header_content .logo{width: 85%;}
    .header .header_content .logo img{width: 60px;}
    .header .header_top .txt{display: none;}
    .header .header_content .head_txt{display: none;}
    .banner{margin-top: 80px;}
    .banner_inner{margin-top: 80px;}
    .search{padding: 5px 0;}
    .search .right{width: 100%;}
    .search .form_box{width: 100%; height: 30px;}
    .search .form_box .form_text{font-size: 14px;}
    .search .form_box .form_btn{line-height: 22px; padding: 0;}
    .search .form_box .form_btn::before{display: none; text-align: center;}
    .title_index{margin-bottom: 15px;}
    .title_index .title1{font-size: 20px;}
    .title_index .title2{font-size: 12px;}
    .index1{padding: 20px 0 0 0;}
    .index1 .item .imgbox{width: 100%;}
    .index1 .item .txtbox{width: 100%; padding: 0; text-align: center;}
    .index2{padding: 20px 0;}
    .index2 .left{width: 100%;}
    .index2 .right{width: 100%; padding: 0; margin-top: 15px;}
    .index2 .imgbox{padding: 0;}
    .index2 .imgbox::before{display: none;}
    .index2 .tit1{font-size: 18px;}
    .index3{padding: 20px 10px;}
    .index3 .content{padding-bottom: 20px;}
    .index3 .item .txtbox .tit{font-size: 14px; margin-bottom: 5px;}
    .index3 .item .txtbox .text{font-size: 12px; margin-bottom: 5px;}
    .index3 .swiper-pagination-bullet{width: 20px;}
    .index4{padding: 20px 0;}
    .index4 .mask{padding: 10px;}
    .index4 .mask .text1{font-size: 14px;}
    .index4 .mask .text2{font-size: 12px;}
    .index5{padding: 20px 0;}
    .index5 .title_index5{padding-bottom: 20px; margin-bottom: 20px;}
    .index5 .title_index5 .title1{font-size: 20px;}
    .index5 .title_index5 .title2{font-size: 12px;}
    .index5 .list li{width: calc(100% / 2); padding: 0 5px; margin-bottom: 10px;}
    .index5 .item{height: 80px;}
    .index5 .item .txtbox .tit{font-size: 14px;}
    .index5 .item .txtbox .text{font-size: 12px;}
    .index6{padding: 20px 0;}
    .index6 .swiper-pagination-bullet{width: 20px;}
    .index6 .left{width: 100%; padding: 0;}
    .index6 .right{width: 100%; margin-top: 15px;}
    .index6 .more{margin-top: 15px;}
    .foot2 .link{display: none;}
    /*  */
    .sideBar_page .side_list li{margin-right: 20px;}
    .sideBar_page .side_list li a{height: 35px; line-height: 35px;}
    .sideBar_page .title{line-height: 30px; display: none;}
    .about_page .txtbox{line-height: 25px;}
	.about_page .txtbox img{max-width: 100%; height: auto;}
    .product_page .titleBox{margin-bottom: 20px; height: 150px; padding-left: 20px;}
    .product_page .titleBox .tit1{font-size: 18px;}
    .product_page .list{width: calc(100% + 10px);}
    .product_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .product_page .item .text{height: 30px; line-height: 30px; font-size: 14px;}
    .news_page .item{height: 100px;}
	.news_page .item .imgbox{width: 120px;}
	.news_page .item .txtbox{width: calc(100% - 120px);}
	.news_page .item .txtbox .title{font-size: 14px;}
	.news_page .item .txtbox .txt{font-size: 12px; height: 60px; line-height: 20px; margin-top: 6px;}
	.index2 .idx2_logo img{width: 35px;}
}
