@import url('iconfont.css');
body{font-family: 'SourceSansProRegular', Arial, Tahoma, Verdana, Helvetica, sans-serif;font-size: 14px;}
input, select, textarea{font-size: 1em;;}
.wrap{margin: 0 auto;width: 1400px;position: relative;}
img, a{border: 0;}
ul, li{list-style: none;}
*{margin: 0;padding: 0;}
.flt{float: left;}
.frt{float: right;}
.clear{clear: both;}
.clear:after, .clear:before{content: '';clear: both;display: table;}
.img{overflow: hidden;position: relative;}
.img:before{transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;content: '';display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;border: 1px solid rgba(255,255,255,0);z-index: 100;}
.img:hover:before{top: 10px;left: 10px;right: 10px;bottom: 10px;border: 1px solid rgba(255,255,255,0.5);}
.img:hover{background: #000;}
.img:hover img{opacity: 0.7;transform: scale(1.1) rotate(3deg);-o-transform: scale(1.1) rotate(3deg);-webkit-transform: scale(1.1) rotate(3deg);-moz-transform: scale(1.1) rotate(3deg);-ms-transform: scale(1.1) rotate(3deg);}
.img img{display: block;}
img{max-width: 100%;}
*, *:before, *:after{transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}
/*----------header----------*/
.header{box-shadow: 0 5px 20px rgba(0,0,0,0.1);background:#6EB720;width: 100%;z-index: 1000;position:absolute;}
.header .wrap{width: 100%;max-width: 100%;display: flex;justify-content: space-between;height: 90px;align-items: center;padding-right: 30px;box-sizing: border-box;}
.header .logo{background: #5AA30C;padding: 0 35px;margin-right: 30px;height: 90px;display: flex;align-items: center;}
.header .menu>ul>li{height: 90px;line-height: 90px;}
.header .menu ul>li ul.son{position: absolute;left: 0;top: 90px;}
.header-fixed .menu>ul>li{height: 60px;line-height: 60px;}
.header-fixed .menu ul>li ul.son{position: absolute;left: 0;top: 60px;}
.header-fixed{box-shadow: 0 5px 20px rgba(0,0,0,0.1);position: fixed;background: #6EB720;top: 0;left: 0;width: 100%;z-index: 1000;}
.header-fixed .wrap{width: 100%;max-width: 1400px;display: flex;height: 60px;align-items: center;justify-content: space-between;}
.header-fixed .logo{display: none;}
.head_left{display: flex;align-items: center;}
.logo img{vertical-align: middle;height: 60PX;}
.menu{text-align: center;display: flex;align-items: center;position: relative;}
.menu ul>li{display: inline-block;margin: 0 10px;position: relative;margin-right: 40px;}
.menu ul>li:last-child{margin-right: 0;}
.menu ul>li a{display: block;font-size: 16px;color: #fff;box-sizing: border-box;font-weight: bold;}
.menu ul>li.on a, .menu ul>li a:hover{color: #fff;border-bottom-color: #fff;}
.menu ul>li:hover ul.son{-webkit-transform: none;-ms-transform: none;-o-transform: none;transform: none;opacity: 1;filter: alpha(opacity=100);visibility: visible;}
.menu ul>li ul.son{position: absolute;left: 0;background-color: #fff;border-top:2px #5AA30C solid;background-color:#6EB720 ;line-height: 100%;width: 260px;
-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8);opacity:0;filter: alpha(opacity=0);visibility:hidden;box-sizing: border-box;-webkit-transform-origin: center 0;-moz-transform-origin: center 0;-ms-transform-origin: center 0;-o-transform-origin: center 0;transform-origin: center 0;padding:0;box-sizing: border-box;padding: 10px 0;}
.menu ul>li ul.son li{padding:0;width: 100%;text-align: left;margin: 0;}
.menu ul>li ul.son a{display: block;font-weight: normal;font-size: 14px;padding: 10px ;display: flex;justify-content: space-between;}
.menu ul>li ul.son a:hover{background-color: #5AA30C;}
.menu ul>li ul.son a .iconfont{font-size: 10px;}
.menu ul>li ul.son li ul.grandson{position: absolute;left: 260px;top: 0px;background-color: #fff;border-left:2px #5AA30C solid;background-color:#6EB720 ;line-height: 100%;width: 260px;
-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8);opacity:0;filter: alpha(opacity=0);visibility:hidden;box-sizing: border-box;-webkit-transform-origin: center 0;-moz-transform-origin: center 0;-ms-transform-origin: center 0;-o-transform-origin: center 0;transform-origin: center 0;padding:0;box-sizing: border-box;padding: 10px 0;}
.menu ul>li ul.son>li:hover ul.grandson{-webkit-transform: none;-ms-transform: none;-o-transform: none;transform: none;opacity: 1;filter: alpha(opacity=100);visibility: visible;}
.head_right{display: flex;align-items: center;}
.top-quote{height:34px ;background-color: #FF6600;line-height: 34px;padding: 0 20px;color: #fff;border-radius: 6px;margin-right: 40px;cursor: pointer;font-weight: bold;font-size: 16px;}
.search{height: 32px;line-height: 14px;border-radius: 20px;border: 1px solid #ddd;overflow: hidden;background-color: #FFFDF9;position: relative;}
.search .btn{position: absolute;top: 0;left: 0;width: 45px;bottom: 0;background: url(../images/icon1.png) no-repeat center center;}
.search .btn a{border: none;width: auto;display: block;height: 32px;}
.search .div_input{border-left: 1px solid #ddd;;width: 150px;margin: 7px 0;}
.div_input input{width: 100%;border: 0;}
.head_right .menu_wrap{color: #fff;margin-left: 30px;padding-right: 30px;display:none}
.head_right .menu_wrap span{font-size: 30px;cursor: pointer;}
/*----------mainer----------*/
.mainer{padding-top: 90px;}
.banner{height: 800px;}

.page_list .page{}
.page_tit{padding: 40px 0 30px 0;position: relative;z-index: 1;margin: 0 auto;text-align: center;}
.page_tit h2{font-family: Cambria;position: absolute;line-height: 123px;font-size: 153px;color:#FEF1DE;top: 50%;left: calc(50% - 65px);margin-top: -45px;font-weight: normal;z-index: -1;}
.page_tit h3{font-size: 42px;color: #333;margin-bottom: 10px;}
.page_tit p{color: #666;font-size: 20px;}
.page_tit .text{display: inline-block;}
.page_tit .tit_tag{float: right;}
.tit_tag ul li{display: inline-block;line-height: 17px;height: 17px;border-left: 1px solid #ddd;padding: 0 10px;}
.tit_tag ul li:first-child{border-left: 0;}
.tit_tag ul li a{color: #333;font-size: 16px;display: block;line-height: 26px;padding: 0 12px;margin-top: -4px;}
.tit_tag ul li.on a, .tit_tag ul li a:hover{background: #6EB720;color: #fff;}
.tit_tag ul{padding: 20px 0;}
.page1_box .img{margin-right: 30px;width: 500px;float: left;}
.page1_box{background: #f5f5f5;position: relative;}
.page1_box:after{content: '';display: block;clear: both;}
.page1_box .text{overflow: hidden;}
.page1_box .text h3{line-height: 60px;font-size: 18px;font-weight: normal;padding-top: 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.page1_box .text h3 a{color: #333;}
.page1_box .text h3 a:hover{color: #6EB720;}
.page1_box .text h4{font-size: 14px;color: #666;font-weight: normal;margin-bottom: 30px; line-height:22px;}
.page1_box .text h4 span{font-size: 30px;font-weight: bold;}
.btn{width: 160px;}
.btn a{display: block;line-height: 38px;border: 1px solid #999;text-align: center;}
.btn a span{text-transform: uppercase;display: inline-block;font-size: 18px;color: #666;padding-right: 20px;background: url(../images/icon5.png)no-repeat right center;}
.btn a:hover{border-color: #6EB720;}
.btn a:hover span{padding-right: 30px;color: #6EB720;background: url(../images/icon5-1.png)no-repeat right center;}
.page1_box .bottom{position: absolute;bottom: 0;left: 500px;right: 0;background: #6EB720;text-align: center;}
.page1_box .bottom li{width: 30%;display: inline-block;line-height: 110px;font-size: 18px;color: #fff;}
.page1_box .bottom li img{vertical-align: middle;margin-right: 20px;}
.page1_list ul{display: flex;flex-wrap: wrap;}
.page1_list ul li{width:33.333333%;box-sizing: border-box;padding: 0 5px;}

.page1_list ul li img{width: 100%;}
.page1_list ul{margin:0px;}
.page1_list ul li a{display: block;margin: 0px;margin-bottom: 35px;}
.page1_list ul li p{line-height: 20px;text-align: center;margin-top: 20px;font-size: 18px;color: #333;}
.page1_list ul li .img{border: 2px #6EB720 solid;}
.page1_list ul li .img:hover img{opacity: .5;}
.page1_list ul li a:hover .img span{opacity: 1;top: 50%;}
.page1_list ul li a:hover p{color: #6EB720;}
.page1_list ul li .img span{position: absolute;height: 25px;background: url(../images/icon6.png) no-repeat center center;display: block;left: 0;width: 100%;opacity: 0;top: 60%;margin-top: -12px;}
.page1_list ul:after{content: '';display: block;clear: both;}
.page1_list{margin-bottom: 40px;}

.page1_list.cate_product{margin-bottom: 0;}
.page1_list.cate_product p{font-size: 26px;} 
.page1_list.cate_product .img{border: 0;}


.page1_list.hot_product ul li{width:25% ;}

.page2{padding: 70px 0;background: url(../images/about.jpg) no-repeat center center;}
.page2 .wrap{background: #fff;}

.page2_img{width:calc(50% - 20px);box-sizing: border-box;padding: 5px;overflow: hidden;position: relative;}
.page2_img img{display: block;width: 100%;}
.page2_img video{display: block;}



.page2_text{width: 50%;padding: 30px 60px;padding-top: 20px;display: flex;box-sizing: border-box;align-content: space-between;flex-wrap: wrap;}
.page2_text .page_tit{padding: 20px 0 0px 0;width: 100%;}
.page2_text .text{line-height: 180%;font-size: 18px;color: #222;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;/* autoprefixer: off */-webkit-box-orient: vertical;-webkit-line-clamp: 4;word-break: break-all;color:#333;margin-top: 10px;}
.page2_text .text_title{}
.page2_text .text_title h3{font-size: 40px;}
.page2_text .text_title p{font-size: 24px;color: #333;}
.more{margin-top: 30px;}
.more a{display: block;width: 160px;text-align: center;line-height: 40px;background: #5AA30C;}
.more a span{font-size: 18px;text-transform: uppercase;color: #fff;padding-right: 45px;display: inline-block;background: url(../images/icon7.png) no-repeat right center;}
.more a:hover{background: #ff9d09;}
.more a:hover span{padding-right: 55px;}




.text img{ max-width:100%; height:auto !important}
/*内页banner*/
.page_banner .item{height: 450px;display: flex;flex-direction: column;justify-content: center;color: #fff;position: relative;}
.page_banner .item h3{font-size: 54px;font-weight: 800;padding-bottom: 25px;padding-top: 100px;text-shadow:3px 1px 5px #000;}
.page_banner .item p{font-size: 28px;width: 700px;position: relative;padding-bottom: 20px;text-shadow:3px 1px 5px #333;}
.page_banner .item p::after{content: '';position: absolute;bottom: 0;left: 0;height: 2px; width: 80px;background-color: #fff;font-size: 0;overflow: hidden;}

/*contact us*/
.contact{margin-bottom: 70px;}
.cont_lt{width: 39%;float: left;color: #333;margin-top: 40px;}
.cont_lt ul li{padding:10px 0px;display: flex;line-height: 150%;font-size: 20px;}
.cont_lt ul li span.iconfont{color:#999 ;margin-right: 10px;width: 20px;font-size: 24px;}

.cont_rt{width: 61%;float: right;margin-top: 30px;}

/*在线留言*/
.bottom-leave-msg-container{width: 335px;position: fixed;bottom: 0;right:20px;z-index: 999999;}
.title-9-2{background-color:#36A9E1 ;color: #fff;display: flex;justify-content: space-between;height: 45px;font-size: 14px;line-height: 45px;padding: 0 20px;border-top-left-radius: 16px;border-top-right-radius: 16px;cursor: pointer;}
.main-9-2{height: 380px;border: 1px #36A9E1 solid;background-color: #fff;}
.input-9-2,.btn-9-2{width: 90%;margin: 0 auto;margin-top: 15px;}
.input-9-2 input,.input-9-2 textarea{border: 1px #e5e5e5 solid;border-radius: 20px;width: 100%;padding:  10px 15px;box-sizing: border-box;font-size: 12px;}
.input-9-2 textarea{overflow: hidden;height: 100px;resize:none;}
.btn-9-2 .submit_btn{background-color: #86C953;color: #fff;text-align: center;border: 0;width: 100%;border-radius: 20px;padding: 8px 0;}
.email-icon-9-2,.open-icon-9-2{display: none;}
/*about us*/
.index-about-container{background-color: #fff;position: relative;padding: 100px 0;}
.index-about-container::after{background:url(../images/about-bg.jpg) no-repeat center center;background-size:cover;opacity:0.3;content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.about-item{background-color: #6EB720;position: relative;z-index: 2;display: flex;justify-content: space-between;flex-wrap: wrap;}
.about-item .page_tit{text-align: left;}
.about-item-img{background-color: #5AA30C;position: relative;z-index: 2;margin-top: 20px;display: flex;justify-content: space-between;padding: 10px;box-sizing: border-box;flex-wrap: wrap;}
.about-item-img .img-item{background-color: #fff;width:calc(25% - 10px);overflow: hidden;margin-right: 10px;}
.about-item-img .img-item:last-child{margin: 0;}
.about-item-img .img-item img{width: 100%;height: 100%;}
/*index news*/
.index-blog{display: flex;justify-content: space-between;margin-bottom: 20px;flex-wrap: wrap;}
.index-blog .blog-item{width:calc(25% - 12px);box-sizing: border-box;border: 1px #efefef solid;margin-bottom: 30px;}
.index-blog .blog-item .image{height:250px;overflow: hidden;}
.index-blog .blog-item .image img{object-fit: cover;width: 100%;height: 100%;}
.index-blog .blog-item .text{box-sizing: border-box;padding: 15px 10px;font-size: 22px;text-align: center;}

.index-news{display: flex;justify-content: space-between;margin-bottom: 20px;}
.news-left{width: 50%;}
.news-left img{width: 100%;position: relative;z-index: 10;height: 440px;}
.news-left-top a{display: block;position: relative;color: #fff;margin-bottom: 24px;}
.news-left-top a p{position: absolute;z-index: 99;background-color: rgba(0,0,0,.6);bottom: 0;left: 0;width: 100%;padding: 20px 20px;box-sizing: border-box; font-size:24px}
.news-left-btm{display: flex;justify-content: space-between;}
.news-text-item{width: calc(50% - 12px);border: 1px #e5e5e5 solid;box-sizing: border-box;padding: 20px;}
.news-img-item{border: 1px #e5e5e5 solid;box-sizing: border-box;}
.news-img-item  .news-text-item{padding-top: 35px;}
.news-img-item img{width: 100%;}
.news-img-item .news-text-item{border: 0;}
.news-text-item a{color: #666;}
.news-text-item h4{font-weight: normal;font-size: 20px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;/* autoprefixer: off */-webkit-box-orient: vertical;-webkit-line-clamp: 2;word-break: break-all;margin-bottom: 30px;}
.news-text-item p.news-des{font-size: 16px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;/* autoprefixer: off */-webkit-box-orient: vertical;-webkit-line-clamp: 3;word-break: break-all;margin-bottom: 30px;}
.news-text-item p.news-time{color: #999;}
.news-center,.news-right{width:calc(25% - 24px) ;display: flex;flex-direction: column;justify-content: space-between;}
.news-center .news-text-item,.news-right .news-text-item{width: 100%;}
/*video*/
.index-video{background:#6EB720 url(../images/video-bg.jpg) no-repeat center center;background-size:cover;margin-top: 60px;color: #333;}
.index-video-main{display: flex;justify-content: space-between;align-items: center;height: 400px;}
.index-video-main .video-text{width:calc(65% - 50px);height: 300px;}
.index-video-main .video-img{width: 35%;background-color: #5AA30C;height: 300px;}
.index-video-main .video-img img{width: 100%;}
.vi-title{font-size: 38px;margin-bottom: 20px;}
.vi-des{font-size: 24px;}
.vi-keywords{display: flex;flex-wrap: wrap;margin-top: 50px;}
.vi-keywords li{margin-right: 20px;line-height: 100%;margin-bottom: 35px;}
.vi-keywords li a{border: 1px #000 solid;padding: 10px 15px;line-height: 100%;color: #000;border-radius: 2px;font-size: 16px;background:#6EB720}
.vi-keywords li a:hover{background-color:#5AA30C;}
/*quote*/
.index-quote{background:#6EB720 ;background-size:cover;color: #fff;}
.index-quote-main{height: 300px;text-align: center;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.index-quote-main::after{background:url(../images/logo-bg.png) no-repeat center center;background-size:cover;opacity:0.1;content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0;}
.quote-title{font-size: 40px;margin-bottom: 60px;position: relative;z-index: 99;}

.quote-btn{position: relative;z-index: 99;background-image:-webkit-linear-gradient(90deg,#ffc75e,#ff2c4f);background-image:-ms-linear-gradient(90deg,#ffc75e,#ff2c4f);background-image:-o-linear-gradient(90deg,#ffc75e,#ff2c4f);background-image:linear-gradient(90deg,#ffc75e,#ff2c4f);background-size:100%;border:0;border-radius:3px;box-shadow:0 13px 27px 0 rgba(250,68,68,.25);color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;letter-spacing:.5px;line-height:20px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;z-index:1}
.quote-btn:before{background-image:-webkit-linear-gradient(-90deg,#00cbf7,#0844fd);background-image:-ms-linear-gradient(-90deg,#00cbf7,#0844fd);background-image:-o-linear-gradient(-90deg,#00cbf7,#0844fd);background-image:linear-gradient(-90deg,#00cbf7,#0844fd);border-radius:inherit;content:"";display:block;height:100%;opacity:0;position:absolute;top:0;left:0;transition:opacity .45s;width:100%;z-index:-1;}
.quote-btn:hover{color:#fff;text-decoration:none}
.quote-btn:hover:before{box-shadow:0 13px 27px 0 rgba(0,182,248,.25);opacity:1}
.quote-btn button{background:none;color: #fff;font-size: 30px;border: 0;padding: 0 10px;display: block;width: 260px;height: 70px;cursor: pointer;}
/*footer*/
.footer{background-color: #1E1E1E;color: #fff;}
.footer dd,.footer dd a{color: #999;}
.footer .wrap{display: flex;justify-content: space-between;padding: 40px 0;}
.footer-item{width: calc(25% - 20px);}
.footer-item dt{margin-bottom: 35px;font-size: 20px;position: relative;}
.footer-item dt:after{content:'';position: absolute;height: 2px;left: 0;bottom: -10px;background-color: #fff;z-index: 10;width: 60px;}
.footer-item dd{font-size: 14px;line-height: 180%;}
.footer-item dd li{margin-bottom: 5px;}
.footer-item dd .iconfont{font-size: 20px;margin-right: 10px;}
.foot-logo{text-align: right;line-height: 200%;}
/*product*/
.in-title{text-align: center;padding-top: 40px;}
.in-title h2{font-size: 40px;color: #333;margin-bottom: 30px;}
.in-title h2 strong{display: block;font-size: 46px;font-weight: 800;margin-top: 10px;}
.in-title p{font-size: 16px;}
.in-title p a{margin: 0 10px;color: #666;}

.in-product-class{background-color: #F6F6F6;margin-top: 60px;padding: 60px 0;padding-bottom: 40px;}
.in-product-class .wrap{display: flex;justify-content: space-between;flex-wrap: wrap;}
.in-product-class .product-item{width:calc(33.333% - 20px) ;background-color: #fff;position: relative;margin-bottom: 30px;}
.in-product-class .product-item:hover{box-shadow:-4px 2px 20px 1px rgba(0,0,0,0.2);}
.in-product-class .product-item:after{content:''; width:0%; height:3px; background:#6EB720; position:absolute; left:0; bottom:-1px; transition:all 0.5s ease;}
.in-product-class .product-item:hover:after{width:100%;}
.in-product-class .product-item img{width: 100%;}
.in-product-class .product-item .title{font-size: 24px;font-weight: bold;color: #333;box-sizing: border-box;padding: 15px 20px;margin: 0;}
.in-product-class .product-item .more{font-size: 16px;font-weight: bold;box-sizing: border-box;padding: 25px 20px;color: #6EB720;margin: 0;transition:all 0.5s ease;position: relative;left: 0;}
.in-product-class .product-item:hover .more .iconfont{position: relative;margin-left:20px;}

.in-product-class .product-item .image{overflow: hidden;}
.imgZoom img{ -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom { overflow:hidden; -webkit-transform:rotate(0); transform:rotate(0); }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.in-product-class .product-item.last-item{background:#6EB720;display: flex;flex-direction: column;justify-content: center;color: #fff;border-radius: 2px;box-sizing: border-box;padding: 0 20px;}
.in-product-class .product-item.last-item h3{font-size: 40px;margin-bottom: 20px;}
.in-product-class .product-item.last-item p{font-size: 24px;}
.in-product-class .product-item.last-item UL{margin-top: 60px;display: flex;flex-wrap: wrap;font-size: 24px;}
.in-product-class .product-item.last-item UL li{width: 50%;margin-bottom: 15px;color: #FEF7F1;font-weight: bold;}

.in-visit{margin-bottom:60px;}
.in-visit ul{display: flex;flex-wrap: wrap;}
.in-visit ul li{width: 33.3333333%;position: relative;padding: 0;margin: 0;display: flex;overflow: hidden;}
.in-visit ul li img{width: 100%;position: relative;z-index: 10;}
.in-visit ul li p{position: absolute;width:calc(100% - 40px);height: 60px;color: #fff;padding: 0 20px;font-size: 20px;font-weight: bold;left: 0;bottom: 0;z-index: 20;background-image: linear-gradient(transparent,#422802);line-height: 60px;}
.imgZoom img{ -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom { overflow:hidden; -webkit-transform:rotate(0); transform:rotate(0); }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.in-product-list{background-color: #f9f9f9;}
.product-main{padding-bottom: 60px;padding-top: 30px;}
.product-main .left-class{width: 280px;background-color: #fff;box-shadow:-4px 2px 20px 1px rgba(0,0,0,0.2);box-sizing: border-box;padding:15px 20px;padding-top: 0;}
.product-main .left-class h3{color: #6EB720;font-size: 20px;border-bottom: 1px #f5f5f5 solid;padding: 20px 0 10px 0;margin-bottom: 20px;}
.product-main .left-class ul li{font-size: 16px;}
.product-main .left-class ul li .iconfont{font-size:14px;}
.product-main .left-class ul li a{color: #333;display: flex;position: relative;align-items: center;justify-content: space-between;line-height: 30px;box-sizing: border-box;padding: 0 10px;border-radius: 4px;}

.product-main .left-class ul li a:hover{color: #333;background-color:#FDE6C1 ;}
.product-main .left-class ul li a span{color: #000;font-size: 18px;}
.product-main .left-class ul.son{display: none;}
.product-main .left-class ul.grandson{display: none;}

.product-main .right-list{width: calc(100% - 300px);}
.product-main .right-list .product-item{background-color: #fff;display: flex;justify-content:space-between;padding: 20px;box-sizing: border-box;margin-bottom: 5px;border-bottom: 1px #efefef solid;}
.product-main .right-list .product-item .image{width: 220px;border: 1px #efefef solid;display: flex;align-items: center;}
.product-main .right-list .product-item .image img{width: 100%;}
.product-main .right-list .product-item .text{width: calc(100% - 260px);flex-direction: column;justify-content: space-between;display: flex;}
.product-main .right-list .product-item .text h3.title{font-size: 20px;padding: 10px 0 20px 0;}
.product-main .right-list .product-item .text h3.title a{color: #333;}
.product-main .right-list .product-item .text h3.title a:hover{color: #6EB720;}
.product-main .right-list .product-item .text div.des{font-size: 18px;color: #666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;/* autoprefixer: off */-webkit-box-orient: vertical;-webkit-line-clamp: 4;word-break: break-all;line-height: 150%;}
.product-main .right-list .product-item .text div.click{display: flex;justify-content: flex-end;margin-top: 15px;}
.product-main .right-list .product-item .text div.click span{background-color: #FF6600;margin-left: 30px;width: 130px;height: 36px;display: flex;align-items: center;justify-content: center;font-size: 20px;font-weight: bold;color: #fff;cursor: pointer;position: relative;z-index: 1;}
.product-main .right-list .product-item .text div.click span a{display: flex;color: #fff;z-index: 10;width: 100%;height: 100%;align-items: center;justify-content: center;}
.product-main .right-list .product-item .text div.click span::after{content: '';position: absolute;left: 0;top: 0;width: 0%;height: 100%;background-color:#6EB720 ;z-index:-1; transition:all 0.5s ease;}
.product-main .right-list .product-item .text div.click span:hover::after{width: 100%;}
.product-main .right-list .product-item .text div.click span a:hover,.product-main .right-list .product-item .text div.click span:hover{background-color: #6EB720;}

/*product-body*/
.product-body{background-color: #fff;min-height: 500px;box-sizing: border-box;padding: 20px;overflow: hidden;}
.pro-title{font-size: 24px;border-bottom: 1px #f5f5f5 solid;padding-bottom: 10px;margin-bottom: 35px;}
.pro-img-des{width: 100%;}
.pro_des{box-sizing: border-box;padding-left: 25px;width:55%;overflow: hidden;}
.short-des-title{font-size: 18px;margin-bottom: 15px;color: #666;}
.short-des-cont{line-height: 150%;color: #666;font-size: 16px;}
.pro-attr{padding-top: 15px;border-top: 1px #efefef solid;margin-top: 20px;}
.pro-attr li{display: flex;justify-content: space-between;padding: 5px 0;}
.pro-attr li span.attr-title{width: 35%;color: #999;}
.pro-attr li span.attr-val{flex-grow: 1;}
.pro-quote  span{background-color: #FF6600;width: 220px;height: 36px;display: flex;align-items: center;justify-content: center;font-size: 20px;font-weight: bold;color: #fff;cursor: pointer;position: relative;z-index: 1;margin-top: 20px;border-radius: 2px;}
.pro-quote  span::after{content: '';position: absolute;left: 0;top: 0;width: 0%;height: 100%;background-color:#6EB720 ;z-index:-1; transition:all 0.5s ease;}
.pro-quote  span:hover::after{width: 100%;}

.pro-tab{display: flex;margin-top: 50px;height: 50px;border-bottom: 1px #ccc solid;}
.pro-tab li{border: 1px #ccc solid;border-bottom: 0;width: 180px;display: flex;align-items: center;justify-content: center;margin-right: 20px;font-size: 18px;cursor: pointer;background-color: #efefef;}
.pro-tab li.current{color: #fff;background-color: #6EB720;}
.pro-main{padding: 30px;font-size: 16px;line-height: 150%;}

.product-body-title{background-color: #f9f9f9;border-bottom: 2px #6EB720 solid;padding: 10px;margin-bottom: 20px;font-size: 20px;}
ul[class*=column]{display: flex;flex-wrap: wrap;}
ul[class*=column] li{margin-bottom: 20px;margin-bottom: 15px;padding: 0 10px;box-sizing: border-box;}
ul[class*=column] li img{max-width: 100%}
ul[class*=column] h5{font-size: 18px;margin-bottom: 5px;}
ul[class*=column] p{font-size: 16px;line-height: 150%;color: #666}
ul.column-1 li{width: 100%;padding: 0 0px;}
ul.column-2 li{width: 50%;}
ul.column-3 li{width: 33.333333%;}
ul.column-4 li{width: 25%;}

.pro-main ul[class*=column-table]{display: block;border-bottom: 1px #ccc solid;}
.pro-main ul[class*=column-table] li{display: flex;background-color: #F9f9f9;padding: 0px;margin: 0;border: 1px #ccc solid;border-bottom: 0;line-height: 40px;}
.pro-main ul[class*=column-table] li strong{font-weight: normal;width: 25%;background-color: #efefef;padding:  10x;border-right:  1px #ccc solid;box-sizing: border-box;padding-left: 20px;}
.pro-main ul[class*=column-table] li span{padding: 0 20px;}


.pro-tags{display: none;}
.pro-tags li{margin-bottom: 20px;}
.pro-tags li a{background-color: #FDE6C1;color: #000;padding: 5px 10px;border-radius: 4px;font-size: 18px;}

.pro_img{width: 45%;overflow: hidden;}


.pro-email{min-height: 500px;}
/*path*/
.path{padding: 30px 0;font-size: 16px;color: #999;}
.path a{margin: 0 10px;color: #999;}
.path a:hover{color: #6EB720;}

/*mask-body*/
.mask-body{position:fixed;width: 100%;height: 100%;background-color: rgba(0,0,0,.6);left: 0; top:0;z-index: 9999;display: flex;justify-content: center;align-items: center;visibility: hidden;}
.mask-body-center{width: 600px;height: 500px;background-color: #fff;position: relative;}
.mask-close{position: absolute;width: 25px;height: 25px;border-radius: 25px;background-color: #FF6600;border: 2px #fff solid;display: flex;align-items: center;justify-content: center;color: #fff;box-shadow:0px 2px 5px 1px rgba(0,0,0,0.7);top: -12px;right: -12px;cursor:pointer;}

/*about main*/
.about-main {background-color: #f6f6f6;padding: 50px 0 100px 0;}
.about-main .about-title{font-size: 38px;text-align: center;}
.about-main .about-body{font-size: 16px;text-align: left;width: 90%;margin: 0 auto;margin-top: 30px;line-height: 180%;color: #666}
.about-main .about-youshi{ width: 90%;margin: 0 auto;margin-top: 60px;display: flex;justify-content: space-between;}
.about-main .about-youshi .youshi-item{width:calc(33% - 100px);color:#6EB720 ;}
.about-main .about-youshi .youshi-item h3{font-size: 80px;display: flex;}
.about-main .about-youshi .youshi-item h3 span{font-size: 24px;padding-left: 10px;}
.about-main .about-youshi .youshi-item p{font-size: 20px;color: #333;margin-top: 10px;}

.about-shili{background-color: #f6f6f6;padding: 60px 0;}
.shili-img{overflow: hidden;height: 400px;position: relative;z-index: 5;}
.shili-img img{width: 100%;}
.shili-text{width: 80%;background-color: #fff;box-shadow:-4px 2px 20px 1px rgba(0,0,0,0.2);margin: 0 auto;position: relative; z-index: 10;box-sizing: border-box;padding: 30px 35px;margin-top: -20px;}
.shili-text .shili-title{text-align: center;font-size: 34px;}
.shili-text .shili-body{font-size: 16px;line-height: 150%;color: #666;margin-top: 30px;}

.about-page-body{font-size: 16px;line-height: 150%;overflow: hidden;}
.about-page-body img{max-width: 100%;}

/*news-list*/
.news-list{display: flex;flex-wrap: wrap;}
.news-list li{width:calc(25% - 20px) ;background-color: #fff;padding-bottom: 20px;overflow: hidden;box-sizing: border-box;margin: 0 10px 20px 10px;}
.news-list li:hover{box-shadow:-4px 2px 20px 1px rgba(0,0,0,0.2);}
.news-list li .image{width: 100%;overflow: hidden;}
.news-list li .image img{max-height: 330px;width: 100%;}
.news-list li .title{font-size:20px;padding: 15px;}
.news-list li .title a{color: #333;}
.news-list li .title a:hover{color:#6EB720 ;}
.news-list li .time{color: #999;padding: 0 15px;}

/* news detail */
.news-detail .in-title{text-align: left;}
.news-detail .news-pubtime{color: #999}
.news-detail .news-body{font-size: 16px;line-height: 150%;min-height: 500px;word-wrap: break-word;word-break: normal;}
.news-detail .news-body img{max-width: 100%;}
.news-detail .left-class{box-shadow:-4px 2px 20px 1px rgba(0,0,0,0.0);background-color: #fff;}
.news-detail ul.left-pro-tag{display: flex;flex-wrap: wrap;}
.news-detail ul.left-pro-tag li{margin: 0 5px 10px 0;}
.news-detail ul.left-pro-tag li a{background-color: #fff;display: flex;align-items: center;justify-content: center;border: 1px #efefef solid;padding: 5px 15px;border-radius: 4px;background-color:#FDE6C1 ;}

/*faq*/
.fag-list{}
.fag-list dl.fag-item{border: 1px #EEEEEE solid;margin-bottom: 25px;}
.fag-list dl.fag-item dt.fag-title{background-color: #EEEEEE;padding: 15px 10px ;font-size: 18px;}
.fag-list dl.fag-item dd.fag-des{padding: 10px;background-color: #fff;font-size: 16px;line-height: 150%;color: #666}
.fag-list dl.fag-item:hover{border: 1px #6EB720 solid}

@media (max-width: 1480px) {/*pc*/
	.header .search{display:none}
	.wrap{width: 1200px;}
	.banner{height: 500px;}
	.path{padding: 20px 0;}
	.news-list li .image img{max-height: 300px;}
	.menu ul>li{margin-right: 25px;}
	.header-fixed .wrap{width: 100%;max-width: 1200px;}
	.page2_text .text{-webkit-line-clamp:4;}
	.index-about-container{padding:60px 0}
	.news-left img{width: 100%;position: relative;z-index: 10;height: 430px;}
}
	
@media (max-width: 1250px) {
	.search{display:none}
	.header .logo{padding: 0 20px;margin-right: 20px;}
	.top-quote{margin-right: 20px;display: none;}
	.header-fixed .top-quote{display: block;}
	.wrap{width: 1000px;}
	.banner{height: 450px;}

	.path{padding: 20px 0;}
	.news-list li .image img{max-height: 300px;}
	.menu ul>li{margin-right: 25px;}
	.header-fixed .wrap{width: 100%;max-width: 1200px;}
	.page2_text .text{-webkit-line-clamp:4;}
	.index-about-container{padding:60px 0}
	.page2_text .text_title h3{font-size:20px}
	.page2_text p{display:none}	
	.news-left img{width: 100%;position: relative;z-index: 10;height: 360px;}
}	
	


@media (max-width: 1024px) {/*ipad*/
	*, *:before, *:after{transition: all 0s;-webkit-transition: all 0s;-moz-transition: all 0s;-ms-transition: all 0s;-o-transition: all 0s;}
	.wrap{width: 100%;box-sizing:border-box;padding:0 20px;}	
	.head_left .menu{position: absolute;left: 0;top: 90px;width: 100%;background:#5AA30C;display: none;}
	/*menu start*/
	.menu ul li span.iconfont{position: absolute;right: 20px;font-size: 20px;}
	.menu ul li span.icon-xiajiantou:before{content: "\eaf3";}
	.menu ul li span.icon-a-jiantou1:before{content: "\eaf3";}
	.menu ul li span.icon-jianhao:before{content: "\eaf5";}
	.menu ul li a:active{background-color: #5AA30C;}
	.header .menu>ul>li{height: auto;line-height: 60px;box-sizing: border-box;padding: 0 0px;border-bottom: 1px #5AA30C solid;}
	.header .menu ul>li ul.son{position: relative;left: 0;top: 0px;}

	.header-fixed{box-shadow: 0 5px 20px rgba(0,0,0,0.1);position: fixed;background: #6EB720;top: 0;left: 0;width: 100%;z-index: 1000;}
	.header-fixed .wrap{width: 100%;display: flex;height: 60px;align-items: center;justify-content: space-between;}
	.header-fixed .logo{display: flex;align-items: center;}	
	
	.menu{text-align: left;display: block;position: relative;}
	.menu ul>li{margin: 0 ;position: relative;display: flex;flex-direction: column;padding: 0;flex-wrap: wrap;}
	.menu ul>li:last-child{margin: 0;}
	.menu ul>li a{display: block;font-size: 16px;color: #fff;box-sizing: border-box;font-weight: normal;width: 100%;box-sizing: border-box;padding: 0 20px;}
	.menu ul>li.on a, .menu ul>li a:hover{color: #fff;font-weight: normal;}
	.menu ul>li:hover ul.son{-webkit-transform: none;-ms-transform: none;-o-transform: none;transform: none;opacity: 1;filter: alpha(opacity=100);visibility: visible;}
	.menu ul>li ul.son{position: relative;left: 0;background-color:#6EB720;border-top:0;width: 100%;
	-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1;filter: alpha(opacity=100);visibility:visible;box-sizing: border-box;-webkit-transform-origin: center 0;-moz-transform-origin: center 0;-ms-transform-origin: center 0;-o-transform-origin: center 0;transform-origin: center 0;box-sizing: border-box;padding: 0;height: 100%;display: none;}
	.menu ul>li ul.son li{padding:0;width: 100%;text-align: left;margin: 0;border-bottom: 1px #6EB720 solid;height: auto;line-height: 60px;}
	.menu ul>li ul.son a{display: block;font-weight: normal;font-size: 16px;padding: 0px  40px;}
	.menu ul>li ul.son a:hover{background-color: #5AA30C;}
	.menu ul>li ul.son a .iconfont{font-size: 10px;}
	.menu ul>li ul.son li ul.grandson{position: relative;left: 0px;top: 0px;border-left:0;background-color:  #6EB720 ;line-height: 100%;width: 100%;
	-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1;filter: alpha(opacity=100);visibility:visible;box-sizing: border-box;-webkit-transform-origin: center 0;-moz-transform-origin: center 0;-ms-transform-origin: center 0;-o-transform-origin: center 0;transform-origin: center 0;padding:0;box-sizing: border-box;padding: 10px 0;}
	.menu ul>li ul.son>li:hover ul.grandson{-webkit-transform: none;-ms-transform: none;-o-transform: none;transform: none;opacity: 1;filter: alpha(opacity=100);visibility: visible;}	
	.menu ul>li ul.son li ul.grandson{display: none;}
	.menu ul>li ul.son li ul.grandson li{border-bottom: 1px #F8A76B solid;height: auto;line-height: 60px;}
	.menu ul>li ul.son li ul.grandson li a{padding: 0px  60px;font-size: 16px;}
	/*menu end*/	


	.header .search,.header-fixed .search{display:block}
	.header .wrap {padding:0 0}
	.top-quote{margin-right: 40px;display: block;}
	.head_right .menu_wrap{display:block}
	.footer .wrap{display: flex;justify-content: space-between;padding: 40px 20px;}
	.banner{height: 400px;}
	.page_banner .item{height: 230px;}
	.page_banner .item h3{font-size: 36px;padding-top: 30px;padding-left:30px}
	.page_banner .item p{padding-left:30px}
	.page_banner .item p::after{left:30px;}

	.index-about-container{padding:40px 0}
	.page2_text .text_title h3{font-size:20px}
	.page2_text p{display:none}
	
	.news-left img{width: 100%;position: relative;z-index: 10;height: 380px;}
	
	.news-list li{width:calc(25%-20px) }
	.news-list li .image img{max-height: 300px;}
	
	.product-main .left-class{width: 240px;}
	.product-main .right-list{width: calc(100% - 250px);}	
	/*ipad
	.head_left .menu{display:none}
	.header .search{display:block}
	.header-fixed{display:none}*/
	.in-product-class .product-item .title{padding: 15px 20px;padding-bottom:10px}
	.in-product-class .product-item .more{padding: 15px 20px;}	
	.in-product-class .product-item.last-item h3{font-size: 24px;margin-bottom: 20px;}
	.in-product-class .product-item.last-item p{font-size: 18px;}
	.in-product-class .product-item.last-item UL{margin-top: 40px;display: flex;flex-wrap: wrap;font-size: 16px;}
	.in-product-class .product-item.last-item UL li{width: 50%;margin-bottom: 15px;color: #FEF7F1;font-weight: bold;}	
	
	.about-main .about-youshi .youshi-item p{font-size: 16px;}
	
}

@media (max-width: 991.98px) {
	.banner{height: 300px;}
	.page_tit{padding:30px 0}
	.index-about-container{padding:40px 0}
	.page2_text .page_tit{padding:0}
	.page2_text .text{-webkit-line-clamp:4;font-size:16px;line-height:150%}
	
	.news-list li{width:calc(33.3333333% - 20px) }
	.news-list li .image img{max-height: 200px;}	
	
	.news-left img{width: 100%;position: relative;z-index: 10;height: 300px;}
	.news-text-item h4{font-size: 16px;margin-bottom:15px}
	.news-text-item p.news-des{font-size: 16px;}	
	.vi-title{font-size:28px;margin-bottom: 15px;}
	.vi-des{font-size: 16px;}	
	.vi-keywords{margin-top: 20px;}
	
	.index-quote-main{height: 260px;}
	.quote-title{font-size: 30px;margin-bottom: 40px;}
	
	.in-title{text-align: center;padding-top: 40px;}
	.in-title h2{font-size: 24px;color: #333;margin-bottom: 30px;}
	.in-title h2 strong{display: block;font-size: 36px;font-weight: 800;margin-top: 10px;}
	.in-title p{font-size: 16px;line-height:150%}
	.in-title p a{margin: 0 10px;color: #666;}	
	
	.in-product-class .product-item.last-item{padding: 0 10px;}
	.in-product-class .product-item.last-item h3{font-size: 20px;margin-bottom: 20px;padding-top:20px}
	.in-product-class .product-item.last-item p{font-size: 16px;}
	.in-product-class .product-item.last-item UL{margin-top: 20px;display: flex;flex-wrap: wrap;font-size: 16px;}
	.in-product-class .product-item.last-item UL li{width: 50%;margin-bottom: 15px;color: #FEF7F1;font-weight: bold;font-size:14px}	
		


}
@media (max-width: 767.98px) {/*phone*/
	.wrap{width: 100%;box-sizing:border-box;padding:0 5px}	
	.mainer{padding-top: 60px;}
	

.header .wrap{width: 100%;max-width: 100%;display: flex;justify-content: space-between;height: 60px;align-items: center;padding-right: 0px;box-sizing: border-box;}
.header .logo{background: #6EB720;padding: 0 20px;margin-right: 0px;height: 40px;display: flex;align-items: center;}
.logo img{vertical-align: middle;height: 40PX;}
.head_left .menu{top: 60px;}

.menu{display:none}



	

	.top-quote,.header-fixed .top-quote{display:block}
	.top-quote{height:34px ;background-color: #FF6600;line-height: 34px;padding: 0 5px;color: #fff;border-radius: 6px;margin-right: 0px;cursor: pointer;font-weight: bold;font-size: 14px;}
	.header .search,.header-fixed .search{display:none}
	.banner{height: 200px;}

	.in-title{text-align: center;padding-top: 30px;}
	.in-title h2{font-size: 20px;margin-bottom: 10px;}
	.in-title h2 strong{font-size: 28px;}
	.in-title p{margin: 0;padding: 0;}
	.in-title p a{color: #F3791F;}
	.in-product-class{background-color: #F6F6F6;margin-top: 30px;padding: 30px 0;padding-bottom: 10px;}
	.in-product-class .product-item{width:calc(50% - 5px) ;margin-bottom: 20px;}
	.in-product-class .product-item .title{font-size: 20px;padding: 10px;}
	.in-product-class .product-item .more{font-size: 16px;padding: 15px 10px ;}
	.in-product-class .product-item.last-item{padding: 0 10px;}
	.in-product-class .product-item.last-item h3{font-size: 18px;margin-bottom: 10px;}
	.in-product-class .product-item.last-item p{font-size: 12px;}
	.in-product-class .product-item.last-item UL{margin-top: 20px;display: flex;flex-wrap: wrap;font-size: 14px;}
	.in-product-class .product-item.last-item UL li{width: 100%;margin-bottom: 5px;}	

	.product-main{padding: 10px 0;}
	
	.page_tit h3{font-size: 30px;}
	.page_tit p{font-size: 20px;color: #333;}	
	
	.page1_list{margin-bottom: 15px;}
	.page1_list.hot_product ul li{width: 50%;padding-right:5px;box-sizing:border-box;}
	.page1_list.hot_product ul li p{}
	.page1_list ul li:nth-child(2n){padding:0;padding-left:5px;}
	.page1_list ul li a{margin-bottom:10px}
	.page1_list ul li a p{font-size:14px}
	.page1_list.cate_product ul li{width: 100%;padding: 0;padding-right:0px;box-sizing:border-box;margin-bottom: 15px;}
	.page1_list.cate_product ul li a p{font-size:20px;margin-top: 10px;}

	.about-item-img .img-item{width:calc(50% - 5px);margin-bottom:10px}
	.about-item-img .img-item:nth-child(2n){margin-right:0}

	.about-item{background-color:transparent;}
	.about-item .page2_text{width:100%;margin:0;padding:0;margin-bottom:20px}
	.about-item .page2_text .more{margin-top: 15px;}
	.about-item .page2_img{width:100%;margin:0;padding:0}
	.index-video{margin-top: 0px;}
	.index-video-main{height:auto;padding:20px}
	.index-video-main .video-text{display:none}
	.index-video-main .video-img{width:100%;height:240px}
	
.index-blog{display: flex;justify-content: space-between;margin-bottom: 20px;flex-wrap: wrap;}
.index-blog .blog-item{width:calc(50% - 12px);box-sizing: border-box;border: 1px #efefef solid;margin-bottom: 30px;}
.index-blog .blog-item .image{height:150px;overflow: hidden;}
.index-blog .blog-item .image img{object-fit: cover;width: 100%;height: 100%;}
.index-blog .blog-item .text{box-sizing: border-box;padding: 15px 10px;font-size: 18px;text-align: center;}

	.footer .wrap{display: block;justify-content: space-between;padding: 20px 0;}
	.footer .footer-item{display:none}
	.footer .foot-logo{display:block;width:100%;text-align:center}

	.pro-tab{margin-top: 30px;height: 40px;justify-content: space-between;}
	.pro-tab li{width: 150px;font-size: 14px;margin: 0;}
	
	.pro-main{padding: 10px 0;font-size: 16px;line-height: 150%;}
	.product-main .left-class{display: none;}
	.product-main .right-list{width: 100%;}
	.product-main .f_right,.product-main .f_left{float: none;}
	
	.product-list{display: flex;flex-wrap: wrap;justify-content: space-between;}
	.product-main .right-list .product-item{width: calc(50% - 5px);overflow: hidden;display: block;padding: 0;margin-bottom: 10px;border: 0;}
	.product-main .right-list .product-item .image{width: 100%;border: 0;}
	.product-main .right-list .product-item .text{width: 100%;display: block;}
	.product-main .right-list .product-item .text h3.title{font-size: 14px;padding:10px 5px;font-weight: normal;line-height: 150%;}
	.product-main .right-list .product-item .text h3.title a{color: #333;}
	.product-main .right-list .product-item .text h3.title a:hover{color: #6EB720;}
	.product-main .right-list .product-item .text div.des{display: none;}
	.product-main .right-list .product-item .text div.click{display: none;}

	
	
	
	.pro-title{font-size: 20px;border-bottom: 1px #f5f5f5 solid;padding-bottom: 10px;margin-bottom: 15px;}
	.short-des-title{font-size: 18px;margin-bottom: 10px;color: #333;margin-top: 20px;}
	.pro_img{width: 100%;}
	.pro_des{width: 100%;padding: 0;margin: 0;}
	.pro-attr{padding-top: 0px;border:0;margin-top: 20px;border-bottom: 1px #ccc solid;}
	.pro-attr li{background-color: #F9f9f9;padding: 0px;margin: 0;border: 1px #ccc solid;border-bottom: 0;display: flex;line-height: 100%;align-items: center;}
	.pro-attr li span.attr-title{width: 25%;padding-left: 10px;font-size: 14px;min-height: 50px;display: flex;align-items: center;}
	.pro-attr li span.attr-val{flex-grow: 1;padding: 0 10px;font-size: 14px;}

	.pro-main ul[class*=column-table]{display: block;border-bottom: 1px #ccc solid;}
	.pro-main ul[class*=column-table] li{display: flex;background-color: #F9f9f9;padding: 0px;margin: 0;border: 1px #ccc solid;border-bottom: 0;line-height: 40px;}
	.pro-main ul[class*=column-table] li strong{font-weight: normal;width: 25%;background-color: #efefef;padding:  10x;border-right:  1px #ccc solid;box-sizing: border-box;padding-left: 20px;}
	.pro-main ul[class*=column-table] li span{padding: 0 20px;}

	ul.m-column-1 li{width: 100% !important;padding: 0 0px;}
	ul.m-column-2 li{width: 50% !important;}
	ul.m-column-3 li{width: 33.333333%  !important;}
	ul.m-column-4 li{width: 25%  !important;}	
	
	.pro-main ul[class*=column-table] li{display: flex;line-height: 100%;align-items: center;}
	.pro-main ul[class*=column-table] li strong{width: 25%;padding-left: 10px;font-size: 14px;min-height: 50px;display: flex;align-items: center;}
	.pro-main ul[class*=column-table] li span{padding: 0 10px;width: 75%;font-size: 14px;}
	
	.pro-email{min-height: 500px;padding: 0;width: 120%;margin-left: -10%;}
	
	.in-visit{margin-bottom:10px;}
	.in-visit ul li{width: 50%;}
	.in-visit ul li p{font-size: 12px;width:calc(100% - 10px);height: 60px;color: #fff;padding: 0 5px;line-height: 80px;font-weight: normal;}
	
	.page_banner .item{height: 180px;}
	.page_banner .item h3{font-size: 30px;text-align: center;padding: 0;}
	.page_banner .item p{display: none;}
	/*contact us*/
	.contact{margin-bottom: 30px;}
	.cont_lt{width: 100%;float: none;line-height: 100%;color: #333;margin-top: 10px;}
	.cont_lt ul li{padding:10px 20px;display: flex;line-height: 150%;font-size: 14px;}
	.cont_lt ul li span.iconfont{color:#999 ;margin-right: 10px;width: 20px;font-size: 20px;}
	.cont_rt{width: 100%;float: none;margin-top: 2px;}
	/*news-list*/
	.news-list{justify-content: space-between;}
	.news-list li{width:calc(50% - 5px) ;margin: 0;margin-bottom: 15px;}
	/*about*/
	.about-main {background-color: #f6f6f6;padding: 30px 0;}
	.about-main .about-title{font-size: 20px;text-align: center;}
	.about-main .about-body{font-size: 14px;text-align: left;width: 100%;margin: 0 auto;margin-top: 15px;line-height: 180%;color: #666}
	.about-main .about-youshi{ width: 100%;margin: 0 auto;margin-top: 20px;display: block;}
	.about-main .about-youshi .youshi-item{width:100%;color:#6EB720 ;background-color: #efefef;box-sizing: border-box;padding: 10px 15px;border-bottom: 1px #E7E7E7 solid;}
	.about-main .about-youshi .youshi-item h3{font-size: 40px;display: flex;}
	.about-main .about-youshi .youshi-item h3 span{font-size: 20px;padding-left: 10px;}
	.about-main .about-youshi .youshi-item p{font-size: 20px;color: #333;margin-top: 10px;}	
	.about-main .about-youshi .youshi-item:last-child{border: 0;}
	
	.about-shili{background-color: #f6f6f6;padding: 20px 0;}
	.shili-img{overflow: hidden;height: auto;position: relative;z-index: 5;}
	.shili-img img{width: 100%;}
	.shili-text{width: 100%;margin-top: 0px;padding: 20px ;}
	.shili-text .shili-title{text-align: center;font-size: 20px;}
	.shili-text .shili-body{font-size: 14px;line-height: 150%;color: #666;margin-top: 15px;padding: 0;}

	.about-page-body{font-size: 16px;line-height: 150%;overflow: hidden;}
	.about-page-body img{max-width: 100%;}
	
	.mask-body-center{width: 95%;}


}

@media (max-width: 575.98px) {

}
