@charset "utf-8";

@import url(public.css);

/* 头部 */
.header{width: 100%; position: relative;}
.header .header_top{height: 33px; border-bottom: 1px solid #EEEEEE; overflow: hidden;}
.header .header_top .txt{float: left; line-height: 32px; font-size: 14px; color: #000000;}
.header .header_top .right a{float: left; position: relative; font-size: 14px; color: #666666; line-height: 30px; padding-left: 16px; margin-left: 10px;}
.header .header_top .right a::before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 12px; height: 12px; background-repeat: no-repeat; background-position: left center;}
.header .header_top .right a:nth-child(1)::before{background-image: url(../images/top_icon1.png);}
.header .header_top .right a:nth-child(2)::before{background-image: url(../images/top_icon2.png);}
/*  */
.header .header_content{width: 100%; background-color: #fff; height:105px; overflow:hidden; position: relative;}
.header .header_content .container{display: flex; justify-content: space-between; align-items: center;}
.header .header_content .logo{float: left;}
.header .header_content .logo img{max-width: 100%; width: 464px; height:auto;}
.header .header_content .header_search .formBox{width: 295px; border: 1px solid #81B121; height: 32px; border-radius: 4px; overflow: hidden;}
.header .header_content .header_search .formBox .fTxt{width: calc(100% - 50px); height: 100%; float: left; border: none; padding: 8px 10px; outline:none; font-size: 14px; color: #333; line-height:32px;}
.header .header_content .header_search .formBox .fBtn{width: 50px; height: 100%; float: left; border: none; top: 0; font-size: 20px; color: #ffffff; background-color: #81B121; line-height:32px;}
.header .header_content .header_search .searchList{overflow: hidden; width: 100%; margin-top: 5px;}
.header .header_content .searchList li{float: left; margin-right: 10px;}
.header .header_content .searchList li a{display: block; font-size: 12px; color: #333333;}
.header .header_content .header_tel .txt1{font-size: 24px; color: #81b121; font-weight: bold;}
.header .header_content .header_tel .txt2{font-size: 14px; color: #333333; margin-top: 2px;}
/*  */
.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:#000; 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: #81B121;}
.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: 14.2%; height: 50px; position: relative; text-align: center;}
.header .header_nav .item>a{color: #FFFFFF; font-size: 18px; line-height: 50px; display: block; overflow: hidden;}
.header .header_nav .item:after{content: ""; display: block; width: 2px; height: 100%; position: absolute; right: -1px; top: 0; bottom: 0; margin: auto; background: linear-gradient(to right, #A7C964, #668824)}
.header .header_nav .item:last-child:after{display: none;}
.header .header_nav .item:hover>a{background-color: #FF9000;}
.header .header_nav .item.act>a{background-color: #FF9000;}
.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: #fff; 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:#333; display: block; padding: 0 5px;}
.header .header_nav .nav_down li a:hover{background: #FF9000; color: #fff;}
.header.small .header_nav{position: fixed; left: 0; top: 0; z-index: 6; animation: navSmall 0.5s;}
@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: #FF9000;}
.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;}

/* sideBar */
.sideBar_left{width: 240px; float: left; padding-bottom:30px;}
.sideBar_right{width: calc(100% - 240px); float: left; overflow:hidden;}
.sideBar .sideBar_title{background: url(../images/sideBar_title_bg.png) no-repeat; background-size: 100% 100%; text-align: left; position: relative; font-size: 0; padding: 15px 25px;}
.sideBar .sideBar_title::before{content: ""; position: absolute; top: 15px; right: 25px; width: 28px; height: 28px; background: url(../images/sideBar_icon1.png); background-size: 100% 100%;}
.sideBar .sideBar_title .title1{font-size: 24px; color: #ffffff; margin-bottom: 5px; font-weight: bold;}
.sideBar .sideBar_title .title2{font-size: 14px; color: #ffffff; font-family: Arial; text-transform: uppercase;}
.sideBar .sideBar_title .sideBar_icon{position: absolute; right: 15px; top: 12px; font-size: 22px; color: #ffffff;}
.sideBar .sideBar_list{background-color: #ffffff; margin-top: 5px;}
.sideBar .sideBar_list>li{width: 100%; position: relative; margin-bottom: 1px;}
.sideBar .sideBar_list>li>a{display: block; position: relative; height: 50px; line-height: 50px; font-size: 18px; color: #fff; background-color: #91C52C; text-align: left; padding: 0 25px;}
.sideBar .sideBar_down{width: 100%;}
.sideBar .sideBar_down>li{width: 100%; position: relative; text-align: left;}
.sideBar .sideBar_down>li>a{line-height: 44px; height: 45px; border-bottom: 1px dotted #c9ccce; overflow: hidden; display: block; font-size: 15px; color: #666666; padding: 0 10px 0 50px; position: relative;}
.sideBar .sideBar_down>li>a span{content: ""; position: absolute; line-height: 45px; top: 0; left: 30px; font-size: 20px; color: #666;}
.sideBar .sideBar_down>li:hover>a{color: #81b121;}
.sideBar .sideBar_down>li:hover>a span{color: #81b121;}
.sideBar .sideBar_down>li.on>a{color: #81b121;}
.sideBar .sideBar_down>li.on>a span{color: #81b121;}
.sideBar .sideBar_san{position: absolute; left: 100%; top: 0; width: 0; border: 1px solid #E0E0E0;  z-index: 5; overflow: hidden; opacity: 0;}
.sideBar .sideBar_san li{width: 100%;}
.sideBar .sideBar_san li a{height: 40px; line-height: 39px; border-bottom: 1px dotted #E0E0E0; font-size: 14px; color: #666666; position: relative; display: block; padding: 0 10px 0 45px; background-color: #fff;}
.sideBar .sideBar_san li a span{position: absolute; left: 25px; height: 100%; top: 0; font-size: 16px; color: #666;}
.sideBar .sideBar_san li a:hover{color: #91C52C;}
.sideBar .sideBar_san li a:hover span{color: #91C52C;}
.sideBar .sideBar_down>li:hover .sideBar_san{width: 210px; opacity: 1;}
/*  */
.titleIndex{width: 100%; text-align: center; margin-bottom: 40px;}
.titleIndex .title1{display: inline-block; position: relative; font-size: 30px; color: #3d970b; padding: 0 20px;}
.titleIndex .title1::before,.titleIndex .title1::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 13px; height: 13px; background-image: url(../images/title_img1.png); background-repeat: no-repeat; background-size: 100% 100%;}
.titleIndex .title1::before{left: 100%;}
.titleIndex .title1::after{right: 100%;}
.titleIndex .title2{font-size: 16px; color: #666666; margin-top: 15px;}
/*  */
.index1{width: 100%; padding: 25px 0; overflow: hidden;}
.index1 .list{width: calc(100% + 20px); border-top: 3px solid #81B121; padding: 20px 0 0 20px;}
.index1 .list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.index1 .item{width: 100%;}
.index1 .item a{display: block; width: 100%; height: 100%;}
.index1 .item .imgbox{position: relative; overflow: hidden; text-align: center; border: 1px solid #CCCCCC;}
.index1 .item .imgbox::before{content: ""; display: block; padding-top: 94.5%;}
.index1 .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;}
.index1 .item .txt{line-height: 35px; text-align: center; font-size: 14px; color: #fff; background-color: #B7B6BC;}
.index1 .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);}
.index1 .item .mask .imgs{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index1 .item:hover .mask{opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1);}
.index1 .item:hover .txt{background-color: #81B121;}
/*  */
.index2{width: 100%; margin-bottom: 20px; overflow: hidden;}
.index2 .imgbox{position: relative; overflow: hidden;}
.index2 .imgbox img{width: 100%; height: auto;}
.index2 .mask{position: absolute; height: 100%; right: 0; top: 0; width: 24%; display: flex; align-content: center; flex-wrap: wrap;}
.index2 .mask .txt1{font-size: 18px; color: #fff; line-height: 30px; width: 100%; background: url(../images/idx2_icon.png) no-repeat left center; padding-left: 40px;}
.index2 .mask .txt2{font-size: 34px; color: #fff; line-height: 50px; width: 100%;}
/*  */
.index3{width: 100%; padding: 40px 0; position: relative; background-color: #F6F4F4; overflow: hidden;}
.index3 .titleIndex3{margin-bottom: 30px;}
.index3 .titleIndex3 .title1{font-size: 30px; color: #3d970b; position: relative; font-weight: bold; line-height: 35px; padding-left: 20px;}
.index3 .titleIndex3 .title1::before{content: ""; position: absolute; top: 0; left: 0; width: 5px; height: 35px; background-color: #40970A;}
.index3 .titleIndex3 .title1 span{font-weight: normal; font-size: 18px; color: #8e8d8d; font-family: Arial; margin-left: 10px;}
.index3 .titleIndex3 .title1 a{float: right; font-weight: normal; font-size: 14px; color: #333333;}
.index3 .titleIndex3 .title2{font-size: 16px; color: #555555; margin-top: 10px;}
.index3 .idx3_swiper{padding: 10px; background-color: #fff; box-shadow: 3px 3px 10px 5px #d6d6d6;}
.index3 .content{position: relative; padding-bottom: 50px; overflow: hidden;}
.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: 100%;}
.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 .txt{font-size: 18px; color: #fff; background-color: #B7B6BC; line-height: 45px; text-align: center;}
.index3 .item:hover .imgbox .img{transform: scale(1.1);}
.index3 .item:hover .txt{background-color: #81B121;}
.index3 .idx3_next, .index3 .idx3_prev{position: absolute; bottom: 0; width: 25px; height: 25px; text-align: center; line-height: 25px; background-color: #B7B6BC; font-size: 14px; color: #fff;}
.index3 .idx3_next{right: calc(50% - 30px); background-color: #81B121;}
.index3 .idx3_prev{left: calc(50% - 30px);}
.index3 .idx3_next:hover, .index3 .idx3_prev:hover{cursor:pointer}
/*  */
.index4{width: 100%; padding: 40px 0; background: url(../images/idx4_bg.jpg) no-repeat center center; background-size: cover; overflow: hidden;}
.index4 .titleIndex .title1{color: #fff;}
.index4 .titleIndex .title1::before, .index4 .titleIndex .title1::after{background-image: url(../images/title_img2.png);}
.index4 .titleIndex .title2{color: #fff;}
.index4 .content{width: 100%; background-color: #fff; padding: 30px; border-radius: 5px;}
.index4 .imgbox{width: 50%; float: left; text-align: center; overflow: hidden;}
.index4 .imgbox img{width: 100%; height: auto;}
.index4 .txtbox{width: 50%; float: left; padding-left: 40px;}
.index4 .txtbox .titBox{overflow: hidden; zoom: 1; margin-bottom: 20px;}
.index4 .txtbox .titBox .titLeft{float: left; font-size: 80px; color: #78aa15; font-family: Arial; line-height: 1;}
.index4 .txtbox .titBox .titRight{float: left; padding-top: 20px;}
.index4 .txtbox .titBox .titRight .tit1{font-size: 20px; color: #000000; line-height: 1;}
.index4 .txtbox .titBox .titRight .tit2{font-size: 30px; color: #78aa15; line-height: 1; text-transform: uppercase;}
.index4 .txtbox .titBox .tit3{width: 100%; float: left; margin-top: 10px; font-size: 24px; color: #78aa15; line-height: 1;}
.index4 .txtbox .txt{font-size: 15px; color: #666666; line-height: 30px;}
.index4 .more{text-align: center; margin-top: 30px;}
.index4 .more a{display: inline-block; width: 115px; height: 30px; line-height: 30px; text-align: center; font-size: 14px; color: #419712; border-radius: 30px; background-color: #fff;}
.index4 .content:hover .imgbox img{transform: scale(1.1);}
/*  */
.index5{width: 100%; background-color: #fff; padding: 40px 0; overflow: hidden;}
.index5 .list{width: calc(100% + 20px);}
.index5 .list li{width: 49%; float: left; margin:0 0.5%;}
.index5 .item{width: 100%;}
.index5 .item a{display: block; border-bottom: 1px solid #ccc; height: 40px; line-height: 40px; font-size: 14px; color: #333; padding-right: 100px; position: relative;}
.index5 .item a span{position: absolute; line-height: 40px; top: 0; right: 0; width: 100px; height: 40px; font-size: 14px; color: #333; text-align: right;}
/*.index5 .item .imgbox{width: 240px; float: left;}
.index5 .item .imgbox .img{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index5 .item .txtbox{width: calc(100% - 240px); float: left; border: 1px solid #D9D9D9; padding: 25px; background-color: #fff;}
.index5 .item .txtbox .title{font-size: 20px; color: #282828; margin-bottom: 15px;}
.index5 .item .txtbox .txt{font-size: 16px; color: #666666; height: 50px; line-height: 25px; overflow: hidden; margin-bottom: 15px;}
.index5 .item .txtbox .mm{width: 110px; height: 25px; line-height: 25px; overflow: hidden; border-radius: 25px; background-color: #81B121; font-size: 14px; color: #fff; text-align: center;}
.index5 .item:hover .txtbox{border-color: #81B121;}
.index5 .item:hover .txtbox .title{color: #81B121;}
*/
/*  */
.footer{width: 100%; background-color: #F5F5F5; padding: 30px 0; overflow: hidden; position: relative;}
.footer .container{position: relative;}
.footer ul{float: left; width: 100%;}
.footer ul li{width: 40%; float: left; padding-right: 25px;}
.footer .title{font-size: 14px; color: #81b121; margin-bottom: 10px;}
.footer .txt{font-size: 14px; color: #333333; line-height: 30px; height: 120px; margin-bottom: 20px; overflow: hidden;}
.footer .txt a{color: #333;}
.footer .QR{width: 22%; float: left; position: absolute; right: 0; top: 0;}
.footer .QR .QRItem{width: 50%; float: left; padding: 0 10px; text-align: center;}
.footer .QR .QRItem img{width: 108px; height: 108px; border: 1px solid #E9E9E9;}
.footer .QR .QRItem h4{font-size: 14px; color: #333; line-height: 25px; height: 25px; overflow: hidden;}
.footer ul li:nth-child(2){padding-right: 265px;}
.footer ul li:nth-child(even){width: 60%;}
.footer ul li:last-child .txt{height: auto;}
.footer .copyright{text-align: center; font-size: 14px; color: #333;}
.footer .copyright a{color: #333;}

/*  */
.inner_page{width: 100%; padding: 25px 0;}
.inner_page .sideBar_right{padding-left: 20px;}
.inner_page .titleInner{border-bottom: 3px solid #81B121; padding: 20px 0 12px 0; overflow: hidden; zoom: 1; margin-bottom: 20px;}
.inner_page .titleInner .title1{float: left; font-size: 18px; color: #81b121; line-height: 25px; font-weight: bold;}
.inner_page .titleInner .title2{float: right; font-size: 14px; color: #999999; line-height: 25px; background: url(../images/index1_icon1.png) no-repeat left center; padding-left: 20px;}
.inner_page .titleInner .title2 a{color: #999;}

/*  */
.about_page{width: 100%;}
.about_page .txtbox{font-size: 14px; color: #333; line-height: 25px;}
.about_page .txtbox img{ max-width:100% !important; height:auto !important;}
/*  */
.product_page{width: 100%;}
.product_page .list{width: calc(100% + 20px);}
.product_page .list li{width: calc(100% / 4 - 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; text-align: center; border: 1px solid #CCCCCC;}
.product_page .item .imgbox::before{content: ""; display: block; padding-top: 80%;}
.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{line-height: 35px; text-align: center; font-size: 14px; color: #fff; background-color: #B7B6BC;}
.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: #81B121;}
/*  */
.productShow_page{width: 100%;}
.productShow_page .title{ font-size:18px; line-height:40px; font-weight:bold; width:100%; text-align:center}
.productShow_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.productShow_page .imgbox img{max-width: 100%; height: auto;}
.productShow_page .txtbox{font-size: 14px; color: #333; line-height: 25px;}

.productShow_page .xiangce{width: 70%; margin: 0 auto; position: relative; margin-bottom: 30px;}
.productShow_page .xiangce .gallery-top {height: 80%; width: 100%;}
.productShow_page .xiangce .gallery-thumbs {height: 20%; box-sizing: border-box; padding: 10px 0;}
.productShow_page .xiangce .gallery-thumbs .swiper-slide {width: 25%; height: 100%;}
.productShow_page .xiangce .imgbox1{position: relative; overflow: hidden;}
.productShow_page .xiangce .imgbox1::before{content: ""; display: block; padding-top: 75%;}
.productShow_page .xiangce .imgbox1 .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.productShow_page .xiangce .imgbox2{position: relative; overflow: hidden; border: 1px solid #E6E6E6;}
.productShow_page .xiangce .imgbox2::before{content: ""; display: block; padding-top: 75%;}
.productShow_page .xiangce .imgbox2 .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.productShow_page .xiangce .swiper-slide-thumb-active .imgbox2{border-color: #7E3658;}
.productShow_page .xiangce-prev, .productShow_page .xiangce-next{position: absolute; bottom: 7%; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 50px; color: #363636;}
.productShow_page .xiangce-prev{left: -50px;}
.productShow_page .xiangce-next{right: -50px;}

/*  */
.sample_page{width: 100%;}
.sample_page .list{width: calc(100% + 20px);}
.sample_page .list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.sample_page .item{width: 100%;}
.sample_page .item a{display: block; width: 100%; height: 100%;}
.sample_page .item .imgbox{position: relative; overflow: hidden; text-align: center; border: 1px solid #CCCCCC;}
.sample_page .item .imgbox::before{content: ""; display: block; padding-top: 100%;}
.sample_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;}
.sample_page .item .txt{line-height: 35px; text-align: center; font-size: 14px; color: #fff; background-color: #B7B6BC;}
.sample_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);}
.sample_page .item .mask .imgs{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.sample_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);}
.sample_page .item:hover .txt{background-color: #81B121;}
/*  */
.sampleShow_page{width: 100%;}
.sampleShow_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.sampleShow_page .imgbox img{max-width: 100%; height: auto;}
.sampleShow_page .txtbox{font-size: 14px; color: #333; line-height: 25px;}

/*  */
.service_page{width: 100%;}
.service_page .list{width: calc(100% + 20px);}
.service_page .list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.service_page .item{width: 100%;}
.service_page .item a{display: block; width: 100%; height: 100%;}
.service_page .item .imgbox{position: relative; overflow: hidden;}
.service_page .item .imgbox::before{content: ""; display: block; padding-top: 100%;}
.service_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;}
.service_page .item .txt{font-size: 18px; color: #fff; background-color: #B7B6BC; line-height: 45px; text-align: center;}
.service_page .item:hover .imgbox .img{transform: scale(1.1);}
.service_page .item:hover .txt{background-color: #81B121;}
/*  */
.serviceShow_page{width: 100%;}
.serviceShow_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.serviceShow_page .imgbox img{max-width: 100%; height: auto;}
.serviceShow_page .txtbox{font-size: 14px; color: #333; line-height: 25px;}

/*  */
.news_page{width: 100%;}
/*.news_page .item{width: 100%; height: 150px; overflow: hidden;}
.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;}
.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: #81B121;}
.news_page .item:hover .txtbox .title{color: #fff;}
.news_page .item:hover .txtbox .date{color: #fff;}
.news_page .item:hover .txtbox .txt{color: #fff;}*/
.news_page .item{width: 100%;}
.news_page .item a{display: block; border-bottom: 1px solid #ccc; height: 40px; line-height: 40px; font-size: 14px; color: #333; padding-right: 100px; position: relative;}
.news_page .item a span{position: absolute; line-height: 40px; top: 0; right: 0; width: 100px; height: 40px; font-size: 14px; color: #333; text-align: right;}
/*  */
.newsShow_page{width: 100%; margin-top: 20px; min-height: 600px;}
.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 .txtbox{margin-bottom: 20px;font-size: 14px; color: #333; line-height: 24px;}


/*  */
.contact_page{width: 100%;}
.contact_page .list{overflow: hidden;}
.contact_page .list li{width: 50%; float: left; padding-right: 30px;}
.contact_page .list .title{font-size: 14px; color: #81b121; margin-bottom: 10px;}
.contact_page .list .txt{font-size: 14px; color: #333333; line-height: 30px; height: 120px; margin-bottom: 20px; overflow: hidden;}


@media (max-width: 1199px){
    .sideBar_left{width: 220px;}
    .sideBar_right{width: calc(100% - 220px);}
    .footer .QR .QRItem img{width: 100px; height: 100px;}
}

@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%; height: 40px;}
    .header .header_nav .item>a{color: #333; line-height: 40px; font-size: 14px;}
    .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;}
    .index1 .list li{width: calc(100% / 3 - 20px);}
    .index2 .mask .txt1{font-size: 14px; line-height: 25px;}
    .index2 .mask .txt2{font-size: 20px; line-height: 35px;}
    .index3{padding: 30px 0;}
    .index3 .item .txt{font-size: 14px; line-height: 35px;}
    .index4{padding: 30px 0;}
    .index4 .txtbox{padding-left: 20px;}
    .index4 .txtbox .titBox{margin-bottom: 10px;}
    .index4 .txtbox .titBox .titLeft{font-size: 60px;}
    .index4 .txtbox .titBox .titRight{padding-top: 15px;}
    .index4 .txtbox .titBox .titRight .tit1{font-size: 16px;}
    .index4 .txtbox .titBox .titRight .tit2{font-size: 20px;}
    .index4 .txtbox .titBox .tit3{font-size: 18px; line-height: 1.5; margin-top: 5px;}
    .index4 .txtbox .txt{font-size: 14px; line-height: 25px;}
    .index5 .list{width: 100%;}
    .footer ul{width: 100%;}
    .footer ul li:nth-child(2){padding: 0;}
    .footer .QR{display: none;}
    /*  */
    .product_page .list li{width: calc(100% / 3 - 20px);}
    .sample_page .list li{width: calc(100% / 3 - 20px);}
    .service_page .list li{width: calc(100% / 3 - 20px);}
    .service_page .item .txt{font-size: 14px; line-height: 35px;}
    .productShow_page .xiangce{width: 100%;}
    .productShow_page .xiangce-prev, .productShow_page .xiangce-next{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%;}
    .banner{margin-top: 80px;}
    .sideBar_left{width: 100%; padding-bottom:0px;}
	.sideBar_right{width: 100%; padding: 0; margin-top: 20px;}
	.sideBar .sideBar_title{padding: 11px 20px;}
    .sideBar .sideBar_title::before{display: none;}
	.sideBar .sideBar_title .title1{margin-bottom: 0; font-size: 20px;}
	.sideBar .sideBar_title .title2{display: none;}
    .sideBar .sideBar_list{display: none;}
    .sideBar .sideBar_list>li>a{height: 35px; line-height: 35px; font-size: 15px;}
    .sideBar .sideBar_down{display: none;}
    .sideBar .sideBar_down>li>a{height: 35px; line-height: 35px; font-size: 14px;}
    .sideBar .sideBar_down>li>a span{line-height: 35px;}
    .sideBar .sideBar_san{position: relative; width: 100%; top: 0; left: 0; opacity: 1;}
    .sideBar .sideBar_san li a{height: 31px; line-height: 30px; padding-left:65px;}
	.sideBar .sideBar_san li a span{ left:45px;}
    .sideBar .sideBar_down>li:hover .sideBar_san{width: 100%;}
    .titleIndex{margin-bottom: 20px;}
    .titleIndex .title1{font-size: 18px;}
    .titleIndex .title2{font-size: 14px; margin-top: 10px;}
    .index1{padding: 20px 0;}
    .index1 .list{padding: 15px 0 0 0; width: calc(100% + 10px);}
    .index1 .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .index1 .item .txt{line-height: 30px; font-size: 12px;}
    .index3{padding: 20px 0;}
    .index3 .titleIndex3{margin-bottom: 15px;}
    .index3 .titleIndex3 .title1{font-size: 18px; line-height: 25px;}
    .index3 .titleIndex3 .title1::before{height: 25px;}
    .index3 .titleIndex3 .title1 span{font-size: 14px;}
    .index3 .titleIndex3 .title1 a{font-size: 12px;}
    .index3 .titleIndex3 .title2{font-size: 12px; margin-top: 5px;}
    .index3 .item .txt{line-height: 30px; font-size: 12px;}
    .index4{padding: 20px 0;}
    .index4 .content{padding: 10px;}
    .index4 .imgbox{width: 100%;}
    .index4 .txtbox{width: 100%; padding: 15px 0 0 0;}
    .index4 .txtbox .titBox .titLeft{font-size: 40px;}
    .index4 .txtbox .titBox .titRight{padding-top: 5px;}
    .index4 .txtbox .titBox .titRight .tit2{font-size: 16px;}
    .index4 .txtbox .titBox .tit3{font-size: 14px;}
    .index4 .more{margin-top: 15px;}
    .index5{padding: 20px 0;}
    .index5 .item a{padding: 0;}
    .footer{padding: 20px 0;}
    .footer ul li{width: 100%; padding-right: 0;}
    .footer .txt{font-size: 12px; margin-bottom: 15px; line-height: 25px; height: auto;}
    .footer ul li:nth-child(even){width: 100%;}
    .footer .copyright{font-size: 12px;}
    /*  */
    .inner_page .titleInner{padding: 0 0 10px 0; display:none;}
    .inner_page .titleInner .title2{display: none;}
    .inner_page .sideBar_right{padding: 0;}
    .product_page .list{width: calc(100% + 10px);}
    .product_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .product_page .item .txt{line-height: 30px; font-size: 12px;}
    .sample_page .list{width: calc(100% + 10px);}
    .sample_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .sample_page .item .txt{line-height: 30px; font-size: 12px;}
    .service_page .list{width: calc(100% + 10px);}
    .service_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .service_page .item .txt{line-height: 30px; font-size: 12px;}
    .contact_page .list li{width: 100%; padding-right: 0;}
    .contact_page .list .txt{font-size: 12px; margin-bottom: 15px; line-height: 25px; height: auto;}
    .news_page .item a{padding: 0;}
	
	.index5 .list li{width: 100%; float: left; margin:0%;}
}

.newslist{ display:block; overflow:hidden; padding-bottom:18px; width:100%; margin:0%;font-family:"微软雅黑"; }
.newslist li{background:url(../images/list.jpg) no-repeat 3px center; line-height:37px; font-size:14px; padding-left:20px; display:block; overflow:hidden; height:37px; border-bottom:1px dashed #c9cacc;}
.newslist li p{ width:calc(100% - 62px); float:left;}
.newslist:hover li p{ font-weight:bold;}
.newslist li span{line-height:37px; font-size:14px; color:#623a0d; float:right; font-weight:bold; width:60px; text-align:right;}
.newslist:hover li span{ color:#FF0000; cursor:pointer; width:60px;}