@charset "utf-8";

@import url(public.css);

/* 头部 */
.header{width: 100%; position: relative;}
.header .header_top{height: 30px; background-color: #fff; overflow: hidden;}
.header .header_top .txt{float: left; line-height: 30px; font-size: 12px; color: #999999; font-family: "宋体";}
.header .header_top .right a{float: left; position: relative; font-size: 12px; color: #999999; line-height: 30px; padding: 0 10px; font-family: "宋体";}
.header .header_top .right a:before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 1px; height: 12px; background-color: #666666;}
.header .header_top .right a:nth-child(1):before{display: none;}
/*  */
.header .header_content{width: 100%; background: url(../images/header_bg.jpg) no-repeat center center; background-size: cover; height:120px; overflow:hidden; position: relative;}
.header .header_content .left{height: 100%; display: flex; display: -webkit-flex; align-items: center}
.header .header_content .right{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: 377px; height:auto;}
.header .header_content .header_search .header_form{width: 260px; height: 37px; border-radius: 10px; overflow: hidden;}
.header .header_content .header_search .fTxt{width: calc(100% - 44px); height: 100%; float: left; border: none; font-size: 14px; color: #666; padding: 3px 10px; outline:none}
.header .header_content .header_search .fBtn{width: 44px; height: 100%; float: left; border: none; top: 0; font-size: 20px; color: #333; background-color: #fff;}
.header .header_content .header_search .searchTxt{font-size: 13px; color: #666666; margin-top: 5px;}
.header .header_content .header_tel{background: url("../images/header_tel.png") no-repeat left 50%; padding-left: 65px; margin-left: 35px}
.header .header_content .header_tel .txt1{font-size: 18px; color: #666666;}
.header .header_content .header_tel .txt1 span{font-size: 24px; color: #57ab0f; font-family: Arial; font-weight: bold;}
/*  */
.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:#58AB0E; 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 .navBox{max-width: 1200px; height: auto; margin: 0 auto;}
.header .header_nav .navList{width: 100%;}
.header .header_nav .item{float: left; width: 11.111%; height: 45px; position: relative; text-align: center;}
.header .header_nav .item>a{color: #292929; font-size: 16px; line-height: 45px; display: block; overflow: hidden;}
.header .header_nav .item:after{content: ""; display: block; width: 1px; height: 13px; position: absolute; right: -1px; top: 0; bottom: 0; margin: auto; background: #58AB0E;}
.header .header_nav .item:last-child:after{display: none;}
.header .header_nav .item:hover>a{background-color: #58AB0E; color: #fff;}
.header .header_nav .item.act>a{background-color: #58AB0E; color: #fff;}
.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: #343434; z-index:9;}
.header .header_nav .nav_down li{width: 100%; text-align: center;}
.header .header_nav .nav_down li a{line-height:40px; font-size: 15px; color:#fff; display: block; padding: 0 5px;}
.header .header_nav .nav_down li a:hover{background: #58AB0E; color: #fff;}
.header.small .header_nav{position: fixed; left: 0; top: 0; z-index: 6; animation: navSmall 0.5s; box-shadow: 0 0 10px 0 #ccc;}
@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: #57ab0f;}
.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: #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;}
/*  */
.content{margin-top: 40px;}
/*  */
.titleIndex{width: 100%; text-align: center; overflow: hidden;}
.titleIndex .title1{font-size: 24px; color: #292929; font-family: Arial; text-transform: uppercase; font-weight: bold;}
.titleIndex .title2{font-size: 30px; color: #57ab0f; font-weight: bold; display: inline-block; padding: 0 20px; position: relative;}
.titleIndex .title2::before, .titleIndex .title2::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 120px; height: 1px; background-color: #2B2B2B;}
.titleIndex .title2::before{left: 100%;}
.titleIndex .title2::after{right: 100%;}
/*  */
.index1{width: 100%; padding: 60px 0 40px 0; background: url(../images/idx1_bg.jpg) no-repeat center center; background-size: cover; overflow: hidden;}
.index1 .list{width: 100%;}
.index1 .list li{width: 16.6666%; float: left; margin-bottom: 20px;}
.index1 .item{width: 100%; text-align: center;}
.index1 .item a{display: block; width: 100%; height: 100%;}
.index1 .item .imgbox{width: 120px; height: 120px; display: inline-block; border-radius: 5px; overflow: hidden; border: 1px solid #E5E5DF; background-color: #fff; position: relative; box-shadow: 0 0 10px 0 #E5E5DF;}
.index1 .item .imgbox img{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-width: 80%; max-height: 80%;}
.index1 .item .imgbox .img2{opacity: 0;}
.index1 .item .txtbox{width: 100%; margin-top: 15px;}
.index1 .item .txtbox .txt{font-size: 16px; color: #333333;}
.index1 .item .txtbox .more{display: inline-block; padding: 0 20px; line-height: 20px; background-color: #CCCCCC; font-size: 12px; color: #fff; border-radius: 20px; margin-top: 10px;}
.index1 .item:hover .imgbox{background-color: #58AB0E;}
.index1 .item:hover .imgbox .img1{opacity: 0; transform:rotateY(360deg);}
.index1 .item:hover .imgbox .img2{opacity: 1; transform:rotateY(360deg);}
.index1 .item:hover .txtbox .more{background-color: #58AB0E;}
/*  */
.index2{width: 100%; padding: 60px 0 0 0; background-color: #fff; overflow: hidden;}
.index2 .imgbox{position: relative; overflow: hidden; padding: 25px;}
.index2 .imgbox .img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index2 .mask{width: 360px; background-color: #fff; padding: 20px; position: relative; z-index: 1; float: right;}
.index2 .mask .title1{font-size: 18px; color: #333; margin-bottom: 10px;}
.index2 .mask .title2{font-size: 16px; color: #57ab0f; line-height: 25px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dotted #B4B4B4;}
.index2 .mask .txt{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}
.index2 .mask a{font-size: 12px; color: #57ab0f;}
/*  */
.index3{width: 100%; padding: 30px 0; background: url(../images/idx3_bg.jpg) no-repeat center center; background-size: cover; overflow: hidden;}
.index3 .titleIndex3{font-size: 30px; color: #000; font-family: Arial; padding-right: 110px; position: relative; float: right; margin-bottom: 40px;}
.index3 .titleIndex3::before{content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 95px; height: 1px; background-color: #CCCCCC;}
.index3 .con{float: left; width: 100%;}
.index3 .left{width: 35%;}
.index3 .left .title1{float: right;}
.index3 .left .title1 .tit1{width: 60px; float: left; text-align: center; font-size: 54px; color: #333; line-height: 1;}
.index3 .left .title1 .tit2{width: 30px; float: left; text-align: center; font-size: 30px; color: #333; line-height: 1; margin-left: 15px;}
.index3 .left .title1 .tit2 span{color: #333; font-size: 18px; display: inline-block; width: 30px; margin-top: 20px; width: 100%;}
.index3 .left .imgbox1{text-align: center; overflow: hidden; float: left; width: 100%;}
.index3 .left .imgbox1 img{width: 100%; height: auto;}
.index3 .right{width: 65%; padding-left: 60px;}
.index3 .list{width: 100%;}
.index3 .list li{margin-bottom: 40px; overflow: hidden; zoom: 1;}
.index3 .list li:last-child{margin: 0;}
.index3 .list .txtbox{width: 50%; float: left; padding: 0 20px 0 0; position: relative;}
.index3 .list .txtbox .title2{margin-bottom: 10px; position: relative; padding-bottom: 60px;}
.index3 .list .txtbox .title2::before{content: ""; position: absolute; bottom: 0; left: 0; width: 1px; height: 50px; background-color: #58AB0E;}
.index3 .list .txtbox .title2 .num{font-size: 62px; color: #333; font-family: Arial;}
.index3 .list .txtbox .title2 .tit{font-size: 20px; color: #333;}
.index3 .list .txtbox .txt{font-size: 14px; color: #333; line-height: 25px;}
.index3 .list .imgbox2{width: 50%; padding: 0 0 0 20px; text-align: center; overflow: hidden; position: relative; float: left;}
.index3 .list .imgbox2 img{width: 100%; height: auto;}
.index3 .list li:nth-child(even) .txtbox{left: 50%; padding: 0 0 0 20px;}
.index3 .list li:nth-child(even) .imgbox2{right: 50%; padding: 0 20px 0 0;}
/*  */
.index4{width: 100%; overflow: hidden;}
.index4 .box1{display: flex; align-items: center;}
.index4 .box1 .imgbox{width: 285px; float: left; position: relative;}
.index4 .box1 .imgbox::before{content: ""; display: block; padding-top: 80%;}
.index4 .box1 .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 .box1 .txtbox{width: calc(100% - 285px); float: left; padding: 20px 0 20px 30px;}
.index4 .box1 .txtbox .title1{font-size: 24px; color: #292929; font-family: Arial; text-transform: uppercase; font-weight: bold;}
.index4 .box1 .txtbox .title2{font-size: 30px; color: #57ab0f; font-weight: bold; display: inline-block; position: relative; padding-right: 120px;}
.index4 .box1 .txtbox .title2::before{content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 110px; height: 1px; background-color: #2B2B2B;}
.index4 .box1 .txtbox .txt{font-size: 14px; color: #333; line-height: 25px; height: 50px; overflow: hidden; padding-left: 55px; position: relative; margin-top: 30px;}
.index4 .box1 .txtbox .txt::before{content: ""; position: absolute; top: 12px; left: 0; margin: auto; width: 40px; height: 2px; background-color: #85C276;}
.index4 .box2{margin-top: 20px; position: relative;}
.index4 .item{width: 100%; display: block; height: 100%;}
.index4 .item .imgbox{position: relative; overflow: hidden;}
.index4 .item .imgbox::before{content: ""; display: block; padding-top: 80%;}
.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{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); display: flex; align-content: center; text-align: center; flex-wrap: wrap; transform: scale(0);}
.index4 .item .mask .txt1{font-size: 16px; color: #fff; font-family: Arial; width: 100%;}
.index4 .item .mask .txt2{font-size: 18px; color: #fff; margin: 10px 0; width: 100%;}
.index4 .item .mask .txt3{width: 100%; font-size: 18px; color: #fff;}
.index4 .item:hover .mask{transform: scale(1);}
.index4 .idx4_next, .index4 .idx4_prev{position: absolute; top: 0; bottom: 0; margin: auto; width: 43px; height: 47px; background: url(../images/idx4_btn.png) no-repeat; background-size: 100% 100%;}
.index4 .idx4_next{right: -55px;}
.index4 .idx4_prev{left: -55px; transform:rotate(180deg);}
.index4 .more{text-align: center; margin-top: 30px;}
.index4 .more a{display: inline-block; width: 130px; height: 40px; line-height: 40px; text-align: center; background-color: #58AB0E; font-size: 16px; color: #fff;}
/*  */
.index5{width: 100%; padding: 40px 0; overflow: hidden;}
.index5 .title{font-size: 30px; color: #333;}
.index5 .title strong{font-size: 68px; font-family: Light; font-weight: normal; color: #57ab0f;}
.index5 .title span{font-size: 18px; color: #999999;}
.index5 .list{width: calc(100% + 20px); margin-top: 20px;}
.index5 .list li{width: calc(100% / 7 - 20px); float: left; margin: 0 20px 0 0;}
.index5 .item{width: 100%; background-color: #58AB0E; text-align: center;}
.index5 .item .txt{display: inline-block; height: 60px; line-height: 60px; font-size: 14px; color: #fff; padding-left: 30px; overflow: hidden;}
.index5 .list li:nth-child(1) .txt{background: url(../images/idx5_icon.png) no-repeat 0 center;}
.index5 .list li:nth-child(2) .txt{background: url(../images/idx5_icon.png) no-repeat -175px center;}
.index5 .list li:nth-child(3) .txt{background: url(../images/idx5_icon.png) no-repeat -348px center;}
.index5 .list li:nth-child(4) .txt{background: url(../images/idx5_icon.png) no-repeat -348px center;}
.index5 .list li:nth-child(5) .txt{background: url(../images/idx5_icon.png) no-repeat -520px center;}
.index5 .list li:nth-child(6) .txt{background: url(../images/idx5_icon.png) no-repeat -690px center;}
.index5 .list li:nth-child(7) .txt{background: url(../images/idx5_icon.png) no-repeat -866px center;}
/*  */
.index6{width: 100%; background-color: #58AB0E; overflow: hidden;}
.index6 .left{width: 35%; padding: 20px 0; background: url(../images/idx6_bg.png) no-repeat; background-size: 100% 100%; position: relative; z-index: 1;}
.index6 .left::before{content: ""; position: absolute; top: 0; right: 100%; width: 1000px; height: 100%; background-color: #2B2B2B; z-index: 0;}
.index6 .left .txt1{font-size: 24px; color: #fff; font-weight: bold; line-height: 25px; height: 25px;} 
.index6 .left .txt1 span{font-size: 20px;}
.index6 .left .txt2{font-size: 18px; color: #fff; margin-top: 10px; line-height: 25px; height: 25px;}
.index6 .right{width: 65%;}
.index6 .list li{width: 25%; float: left; text-align: center; border-right: 1px solid #9AC97F;}
.index6 .list .txt{display: inline-block; line-height: 100px; font-size: 22px; color: #fff;}
.index6 .list li:nth-child(1) .txt{background: url(../images/idx6_icon1.png) no-repeat left center; padding-left: 60px;}
.index6 .list li:nth-child(2) .txt{background: url(../images/idx6_icon2.png) no-repeat left center; padding-left: 65px;}
.index6 .list li:nth-child(3) .txt{background: url(../images/idx6_icon3.png) no-repeat left center; padding-left: 70px;}
.index6 .list li:nth-child(4) .txt{background: url(../images/idx6_icon4.png) no-repeat left center; padding-left: 60px;}
/*  */
.index7{width: 100%; padding: 40px 0; overflow: hidden;}
.index7 .left{width: 55%;}
.index7 .titleIndex7{width: 100%; margin-bottom: 20px;}
.index7 .titleIndex7 .title1{float: left; padding-right: 50px; margin-right: 50px; border-right: 1px solid #58AB0E;}
.index7 .titleIndex7 .title1 .tit1{font-size: 24px; color: #57ab0f; font-family: Arial; font-weight: bold; line-height: 30px;}
.index7 .titleIndex7 .title1 .tit2{font-size: 30px; color: #57ab0f; font-weight: bold; line-height: 30px;}
.index7 .titleIndex7 .title2{float: left;}
.index7 .titleIndex7 .title2 .tit1{font-size: 24px; color: #e4e4e4; font-family: Arial; font-weight: bold; line-height: 30px;}
.index7 .titleIndex7 .title2 .tit2{font-size: 26px; color: #292929; line-height: 30px;}
.index7 .left .formBox{border: 1px solid #EAEAEA; padding: 20px; overflow: hidden; zoom: 1;}
.index7 .left .formBox .txt{font-size: 16px; color: #292929; float: left; width: 100%; margin-bottom: 20px;}
.index7 .left .formBox .item{width: 50%; float: left; padding: 0 5px; margin-bottom: 10px;}
.index7 .left .formBox .item span{width: 100px; height: 40px; line-height: 40px; text-align: center; float: left; background-color: #E8E8E8; font-size: 12px; color: #292929;}
.index7 .left .formBox .item input{width: calc(100% - 100px); height: 40px; line-height: 40px; border: none; background-color: #F4F4F4; float: left; padding: 0 10px; outline:none}
.index7 .left .formBox .btns{width: 100%; float: left; margin-top: 10px; font-size: 0;}
.index7 .left .formBox .btns .fBtn1{width: 115px; height: 40px; line-height: 40px; text-align: center; background-color: #2B2B2B; font-size: 14px; color: #fff; border: none; margin-right: 10px;}
.index7 .left .formBox .btns .fBtn2{width: 115px; height: 40px; line-height: 40px; text-align: center; background-color: #58AB0F; font-size: 14px; color: #fff; border: none;}
.index7 .right{width: 45%; padding-left: 30px;}
.index7 .txtbox{border: 1px solid #EAEAEA; padding: 20px;}
.index7 .txtbox .txt1{font-size: 20px; color: #71c22b; font-weight: bold; margin-bottom: 11px;}
.index7 .txtbox ul li{font-size: 14px; color: #333; line-height: 30px; padding-left: 35px;}
.index7 .txtbox ul li:nth-child(1){background: url(../images/idx7_icon1.png) no-repeat left 5px;}
.index7 .txtbox ul li:nth-child(2){background: url(../images/idx7_icon2.png) no-repeat left 5px;}
.index7 .txtbox ul li:nth-child(3){background: url(../images/idx7_icon3.png) no-repeat left 5px;}
.index7 .txtbox ul li:nth-child(4){background: url(../images/idx7_icon4.png) no-repeat left 5px;}
.index7 .txtbox ul li span{font-size: 20px; color: #71c22b; display: block; font-weight: bold; line-height: 32px;}
/*  */
.footer{width: 100%; background-color: #2B2B2B;}
.footer .foot1{padding: 20px; background-color: #58AB0E; display: flex; align-items: center;}
.footer .foot1 .title{width: 140px; float: left; font-size: 36px; color: #fff; font-family: Arial;}
.footer .foot1 .list{width: calc(100% - 140px);}
.footer .foot1 .list li{float: left; padding-right: 10px; margin-right: 10px; position: relative;}
.footer .foot1 .list li::before{content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 1px; height: 12px; margin: auto; background-color: #fff;}
.footer .foot1 .list li a{display: block; font-size: 14px; color: #fff; line-height: 30px;}
.footer .foot1 .list li a:hover{text-decoration:underline}
.footer .foot2{width: 100%; padding: 30px 0;}
.footer .foot2 .left{width: 75%;}
.footer .foot2 .foot_nav{float: left; width: calc(100% - 200px);}
.footer .foot2 .foot_nav dl{float: left; padding: 0 20px; position: relative; width: 20%;}
.footer .foot2 .foot_nav dl::before{content: ""; position: absolute; top: 0; right: 0; width: 1px; height: 170px; background-color: #525252;}
.footer .foot2 .foot_nav dl dt{font-size: 16px; color: #fff; margin-bottom: 20px; font-weight: bold;}
.footer .foot2 .foot_nav dl:nth-child(2){width: 60%;}
.footer .foot2 .foot_nav dl:nth-child(2) dd{width: 33.333%; float: left;}
.footer .foot2 .foot_nav dl a{display: block; font-size: 12px; color: #999999; line-height: 30px;}
.footer .foot2 .foot_nav dl a:hover{text-decoration:underline}
.footer .foot2 .QR{float: left; width: 200px; text-align: center;}
.footer .foot2 .QR .txt{font-size: 16px; color: #fff; font-weight: bold; margin-bottom: 10px;}
.footer .foot2 .QR img{width: 120px; height: 120px;}
.footer .foot2 .right{text-align: center;}
.footer .foot2 .right .txt1{font-size: 24px; color: #57ab0f; font-weight: bold;}
.footer .foot2 .right .txt2{font-size: 14px; color: #999; margin: 15px 0;}
.footer .foot2 .right .txt3{display: inline-block; width: 195px; height: 40px; line-height: 40px; background-color: #58AB0E; border-radius: 10px;}
.footer .foot2 .right .txt3 span{display: inline-block; background: url(../images/foot_tel.png) no-repeat left center; padding-left: 35px; font-size: 14px; color: #fff;}
.footer .foot3{width: 100%; border-top: 1px solid #525252; text-align: center; padding: 12px 0;}
.footer .foot3 .txt{font-size: 12px; color: #999999;}
.footer .foot3 .txt a{color: #999;}

/*  */
.inner_page{width: 100%; padding: 50px 0; overflow: hidden;}
.inner_page .titleInner{border-bottom: 1px solid #CFCFCF; padding: 12px 0; margin-bottom: 30px;}
.inner_page .titleInner .title1{font-size: 12px; color: #8a8a8a;}
.inner_page .titleInner .title1 span{color: #57ab0f;}
.inner_page .titleInner .title1 a{color: #8a8a8a;}
.sideBar_left{width: 260px; float: left;}
.sideBar_right{width: calc(100% - 260px); float: left; padding-left: 20px;}
.sideBar .sideBar_title{background: url(../images/sideBar_title.jpg) no-repeat center center; background-size: cover; text-align: center; position: relative; font-size: 0; padding: 15px 1px;}
.sideBar .sideBar_title .title1{font-size: 18px; color: #ffffff; font-weight: bold;}
.sideBar .sideBar_title .sideBar_icon{position: absolute; right: 15px; top: 9px; font-size: 22px; color: #ffffff;}
.sideBar ul{display: none;}
.sideBar .sideBar_list{background-color: #ffffff; margin-top: 7px;}
.sideBar .sideBar_list>li{width: 100%; position: relative; margin-bottom: 3px;}
.sideBar .sideBar_list>li>a{display: block; position: relative; height: 35px; line-height: 35px; font-size: 14px; color: #4a4a4a; background-color: #EFEFEF; text-align: center; padding: 0 10px;}
.sideBar .sideBar_list>li:hover>a{background-color: #58AB0E; color: #fff;}
.sideBar .sideBar_down{width: 100%; overflow: hidden;}
.sideBar .sideBar_down li{width: 100%; position: relative; text-align: left;}
.sideBar .sideBar_down li a{line-height: 40px; height: 40px; border-bottom: 1px dotted #c9ccce; overflow: hidden; display: block; font-size: 14px; color: #000; padding-left: 30px;}
.sideBar .sideBar_down li a:hover{color: #58AB0E;}
.sideBar_below{margin-top: 20px;}
.sideBar_below .sideBar_title2{background: url(../images/sideBar_title.jpg) no-repeat center center; background-size: cover; text-align: center; font-size: 18px; color: #fff; padding: 15px 0;}
.sideBar_below .sideBar_img{text-align: center; overflow: hidden;}
.sideBar_below .sideBar_img img{width: 100%; height: auto;}
.sideBar_below .sideBar_txt{padding: 10px; border: 1px solid #EEEEEE;}
.sideBar_below .sideBar_txt p{font-size: 14px; color: #333; line-height: 2;}

/*  */
.about_page{width: 100%; min-height: 500px;}
.about_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.about_page .imgbox img{max-width: 100%; height: auto;}
.about_page .txtbox{font-size: 14px; color: #333; line-height: 28px; margin-bottom: 20px;}
.about_page .txtbox img{max-width: 100%; height: auto;}
.about_page .txtbox table{max-width: 100%;}
.about_page .txtbox table td{ border:1px solid #CCCCCC}
/*  */
.product_page{width: 100%; min-height: 500px;}
.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; border: 1px solid #D8D8D8;}
.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 .txt{width: 100%; background-color: #D8D8D8; text-align: center; line-height: 40px; font-size: 14px; color: #333; margin-top: 1px;}
.product_page .item .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transform: scale(2); -webkit-transform: scale(2); -moz-transform: scale(2); -ms-transform: scale(2); -o-transform: scale(2);}
.product_page .item .mask .imgs{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.product_page .item:hover .mask{opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1);}
.product_page .item:hover .txt{background-color: #58AB0E; color: #fff;}
/*  */
.productShow_page{width: 100%; min-height: 500px;}
.productShow_page .box1{margin-bottom: 30px;}
.productShow_page .box1 .left{width: 50%;}
.productShow_page .xiangce{position: relative;}
.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: 33%; height: 100%; border: 2px solid #DDDDDD;}

.productShow_page .xiangce .gallery-thumbs .swiper-slide-thumb-active {border-color: #58AB0E;}
.productShow_page .xiangce .imgbox1{position: relative; overflow: hidden;}
.productShow_page .xiangce .imgbox1::before{content: ""; display: block; padding-top: 80%;}
.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: 80%;}
.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; cursor:pointer;}
.xiangce .xiangce_next, .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;}
.xiangce .xiangce_next{right: 0; cursor:pointer;}
.xiangce .xiangce_next:hover{ background-color: #58AB0E;}
.xiangce .xiangce_prev{left: 0; cursor:pointer}
.xiangce .xiangce_prev:hover{ background-color: #58AB0E;}

.productShow_page .right{width: 50%; padding-left: 30px;}
.productShow_page .title1{font-size: 16px; color: #57ab0f; font-weight: bold; margin-bottom: 20px;}
.productShow_page .txtbox1{margin-bottom: 20px; font-size: 14px; color: #333; line-height: 30px;}
.productShow_page .txtbox1 .tit{font-size: 14px; color: #333; font-weight: bold; margin-bottom: 10px;}
.productShow_page .txtbox1 .txt{font-size: 14px; color: #333; line-height: 30px; margin-bottom: 10px;}
.productShow_page .tels{background-color: #58AB0E; text-align: center;}
.productShow_page .tels span{display: inline-block; background: url(../images/proShow_tel.png) no-repeat left center; padding-left: 25px; font-size: 16px; color: #fff; font-weight: bold; line-height: 40px;}
.productShow_page .box2{width: 100%;}
.productShow_page .title2{background-color: #2B2B2B; font-size: 0; margin-bottom: 20px;}
.productShow_page .title2 span{background: url(../images/proShow_tit.png) no-repeat; background-size: 100% 100%; padding: 0 40px; font-size: 16px; color: #fff; line-height: 40px; display: inline-block;}
.productShow_page .txtbox2{font-size: 14px; color: #333; line-height: 30px;}
.productShow_page .txtbox2 img{max-width: 100%;}
.productShow_page .txtbox2 table{max-width: 100%;}
.productShow_page .txtbox2 table td{ border:1px solid #CCCCCC}

/*  */
.case_page{width: 100%; min-height: 500px;}
.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%; display: block; height: 100%;}
.case_page .item .imgbox{position: relative; overflow: hidden;}
.case_page .item .imgbox::before{content: ""; display: block; padding-top: 80%;}
.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 .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); display: flex; align-content: center; text-align: center; flex-wrap: wrap; transform: scale(0);}
.case_page .item .mask .txt1{font-size: 16px; color: #fff; font-family: Arial; width: 100%;}
.case_page .item .mask .txt2{font-size: 18px; color: #fff; margin: 10px 0; width: 100%;}
.case_page .item .mask .txt3{width: 100%; font-size: 18px; color: #fff;}
.case_page .item:hover .mask{transform: scale(1);}
/*  */
.caseShow_page{width: 100%; min-height: 500px;}
.caseShow_page .t1{ text-align:center; font-size:16px; font-weight:bold; line-height:45px;}
.caseShow_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.caseShow_page .imgbox img{max-width: 100%; height: auto;}
.caseShow_page .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}
.caseShow_page .txtbox img{max-width: 100%;}
.caseShow_page .txtbox table{max-width: 100%;}
.caseShow_page .txtbox table td{ border:1px solid #CCCCCC}
/*  */

.customized_page{width: 100%; min-height: 500px;}
.customized_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.customized_page .imgbox img{max-width: 100%; height: auto;}
.customized_page .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}
.customized_page .txtbox img{max-width: 100%;}
.customized_page .txtbox table{max-width: 100%;}
.customized_page .txtbox table td{ border:1px solid #CCCCCC}

/*  */
.news_page{width: 100%; min-height: 500px;}
.news_page .item{width: 100%; height: 150px; overflow: hidden; margin-bottom: 20px;}
.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%;}
.news_page .item .txtbox{width: calc(100% - 200px); height: 100%; float: left; padding: 5px 10px;}
.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: #58AB0E;}
.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%; min-height: 500px;}
.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;}
.newsShow_page .txtbox p{font-size: 14px; color: #333; line-height: 24px;}
.newsShow_page .txtbox img{max-width: 100%;}
.newsShow_page .txtbox table{max-width: 100%;}
.newsShow_page .txtbox table td{ border:1px solid #CCCCCC}

/*  */
.series_page{width: 100%; min-height: 500px;}
.series_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.series_page .imgbox img{max-width: 100%; height: auto;}
.series_page .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}
.series_page .txtbox img{max-width: 100%;}
.series_page .txtbox table{max-width: 100%;}
.series_page .txtbox table td{ border:1px solid #CCCCCC}

/*  */
.abouts_page{width: 100%; min-height: 500px;}
.abouts_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.abouts_page .imgbox img{max-width: 100%; height: auto;}
.abouts_page .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}
.abouts_page .txtbox img{max-width: 100%;}
.abouts_page .txtbox table{max-width: 100%;}
.abouts_page .txtbox table td{ border:1px solid #CCCCCC}

/*  */
.contact_page{width: 100%; min-height: 500px;}
.contact_page .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}
.contact_page .map{width: 100%; border: none; height: 300px;}



@media (max-width: 1199px){
    .index3 .list .txtbox .title2{padding-bottom: 40px;}
    .index3 .list .txtbox .title2 .num{font-size: 48px;}
    .index3 .list .txtbox .title2 .tit{font-size: 16px;}
    .index3 .list .txtbox .title2::before{height: 30px;}
    .index5 .list{width: calc(100% + 10px);}
    .index5 .list li{width: calc(100% / 7 - 10px); margin: 0 10px 0 0;}
    .index6 .left{width: 40%;}
    .index6 .right{width: 60%;}
    /*  */
    .sideBar_left{width: 220px;}
    .sideBar_right{width: calc(100% - 220px);}
}

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

@media (max-width:991px){
    .header .header_content{height: 90px; position: fixed; top: 0; left: 0; z-index: 8; box-shadow: 3px 3px 10px 0 #bbb;}
    .header .header_content .header_search{margin-right: 50px;}
    .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 .item:hover>a{color: #fff;}
    .header .header_nav .item.act>a{color: #fff;}
    .header .header_nav .nav_down{display: none !important;}
    .banner{margin-top: 90px;}
    .content{margin-top: 30px;}
    .index1 .item .imgbox{width: 100px; height: 100px}
    .index1{padding: 30px 0 10px 0;}
    .index2{padding: 30px 0 0 0;}
    .index3 .left .title1 .tit1{font-size: 40px; width: 50px;}
    .index3 .left .title1 .tit2{width: 30px; font-size: 20px;}
    .index3 .left .title1 .tit2 span{font-size: 16px; margin-top: 10px;}
    .index3 .list li{margin-bottom: 20px;}
    .index3 .list .txtbox .title2{padding-bottom: 30px;}
    .index3 .list .txtbox .title2 .num{font-size: 38px;}
    .index3 .list .txtbox .title2 .tit{font-size: 14px;}
    .index3 .list .txtbox .title2::before{height: 20px;}
    .index3 .list .txtbox .txt{line-height: 20px; font-size: 12px;}
    .index5{padding: 20px 0 0 0;}
    .index5 .title{font-size: 20px;}
    .index5 .title strong{font-size: 40px;}
    .index5 .title span{font-size: 16px;}
    .index5 .list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .index5 .item .txt{height: 40px; line-height: 40px;}
    .index7{padding: 20px 0;}
    .index7 .titleIndex7 .title1{padding-right: 15px; margin-right: 15px;}
    .index7 .titleIndex7 .title1 .tit1{font-size: 16px;}
    .index7 .titleIndex7 .title1 .tit2{font-size: 20px;}
    .index7 .titleIndex7 .title2 .tit1{font-size: 16px;}
    .index7 .titleIndex7 .title2 .tit2{font-size: 20px;}
    .index7 .left .formBox .item{width: 100%; padding: 0;}
    /*  */
    .inner_page{padding: 40px 0;}
    .product_page .item .txt{height: 30px; line-height: 30px; font-size: 12px;}
    .productShow_page .box1 .left{width: 100%;}
    .productShow_page .box1 .right{width: 100%; padding: 0; margin-top: 20px;}
    .case_page .item .mask{display: none;}
    .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;}
    
}

@media (min-width: 751px){
    .sideBar .sideBar_list{display: block!important;}
}

@media (max-width:750px){
    .header .header_content{height: 80px;}
    .header .header_content .logo{width: 85%;}
    .header .header_content .logo img{width: 280px;}
    .banner{margin-top: 80px;}
    .titleIndex .title1{font-size: 14px;}
    .titleIndex .title2{font-size: 18px; padding: 0 10px;}
    .content{margin-top: 15px;}
    .index1{padding: 20px 0 10px 0;}
    .index1 .list li{width: 50%;}
    .index1 .item .imgbox{width: 100px; height: 100px;}
    .index1 .item .txtbox{margin-top: 5px;}
    .index1 .item .txtbox .txt{font-size: 14px;}
    .index1 .item .txtbox .more{margin-top: 5px;}
    .index2{padding: 20px 0 0 0;}
    .index2 .imgbox{padding: 15px;}
    .index2 .mask{width: 100%; padding: 15px;}
    .index2 .mask .title1{font-size: 16px;}
    .index2 .mask .title2{font-size: 14px; margin-bottom: 10px; padding-bottom: 10px;}
    .index2 .mask .txt{font-size: 12px; line-height: 20px; margin-bottom: 10px;}
    .index3{padding: 20px 0;}
    .index3 .left{width: 30%;}
    .index3 .left .title1 .tit1{font-size: 28px; width: 35px;}
    .index3 .left .title1 .tit2{font-size: 16px; width: 16px;}
    .index3 .left .title1 .tit2 span{font-size: 14px;}
    .index3 .right{width: 70%; padding-left: 20px;}
    .index3 .list .imgbox2{display: none;}
    .index3 .list .txtbox{padding: 0; width: 100%;}
    .index3 .list .txtbox .title2 .num{font-size: 24px;}
    .index3 .list .txtbox .title2 .tit{font-size: 12x;}
    .index3 .list .txtbox .title2{padding: 0;}
    .index3 .list .txtbox .title2::before{display: none;}
    .index3 .list li:nth-child(even) .txtbox{padding: 0; left: 0;}
    .index4 .item .mask{display: none;}
    .index4 .box2{margin-top: 0;}
    .index5 .list li{width: calc(100% / 2 - 10px);}
    .index7 .left{width: 100%;}
    .index7 .titleIndex7{margin-bottom: 15px;}
    .index7 .titleIndex7 .title1 .tit1{font-size: 14px; line-height: 25px;}
    .index7 .titleIndex7 .title1 .tit2{font-size: 16px; line-height: 25px;}
    .index7 .titleIndex7 .title2 .tit1{font-size: 14px; line-height: 25px;}
    .index7 .titleIndex7 .title2 .tit2{font-size: 16px; line-height: 25px;}
    .index7 .left .formBox{padding: 10px;}
    .index7 .left .formBox .txt{font-size: 14px; margin-bottom: 10px;}
    .index7 .right{padding: 0; width: 100%; margin-top: 20px;}
    .index7 .txtbox{padding: 10px;}
    .index7 .txtbox .txt1{font-size: 16px;}
    .index7 .txtbox ul li{font-size: 12px;}
    .index7 .txtbox ul li span{font-size: 16px; line-height: 25px;}
    /*  */
    .inner_page{padding: 20px 0;}
    .inner_page .titleInner{margin-bottom: 15px;}
    .sideBar_left{width: 100%;}
	.sideBar_right{width: 100%; padding: 0;}
	.sideBar .sideBar_title{padding: 11px 0;}
	.sideBar .sideBar_title .title1{margin-bottom: 0; font-size: 16px;}
    .product_page .list{width: calc(100% + 10px);}
    .product_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .productShow_page .box1 .right{margin-top: 15px;}
    .productShow_page .title1{margin-bottom: 10px; font-size: 15px;}
    .productShow_page .txtbox1{margin-bottom: 10px;}
    .productShow_page .txtbox1 .txt{line-height: 25px; font-size: 12px;}
    .productShow_page .tels span{font-size: 14px; line-height: 30px;}
    .productShow_page .box1{margin-bottom: 20px;}
    .productShow_page .title2{margin-bottom: 15px;}
    .productShow_page .title2 span{line-height: 30px; font-size: 14px; padding: 0 20px;}
    .productShow_page .txtbox2{line-height: 25px;}
    .case_page .list{width: calc(100% + 10px);}
    .case_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}   
    .news_page .item{height: 100px;}
	.news_page .item .imgbox{width: 150px;}
	.news_page .item .txtbox{width: calc(100% - 150px);}
	.news_page .item .txtbox .title{font-size: 14px;}
	.news_page .item .txtbox .txt{font-size: 12px; height: 60px; line-height: 20px; margin-top: 6px;}
}





