/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd,ol {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/

body {color: #666;margin: 0 auto;background: #fff;font-family: "Microsoft YaHei";overflow-x: hidden;}

*{box-sizing: border-box;}

#copy{display: none;}

a{font: inherit;color:inherit;text-decoration: none;}
a:hover { color:#009d50;text-decoration: none; border-bottom-style:}

.page{margin:0 auto;width: 1400px;position: relative;}
.bg{ width: 100%; min-width: 1400px;}
.box{margin: 0 auto;width:94%;}
.box2{margin: 0 auto;width:84%;position: relative;}

.fl { float: left;}
.fr {float: right;}

em,i {font-style: normal;}


/*隐藏右边滚动条
body::-webkit-scrollbar {  display: none;}*/


/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}

/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}



/*英文样式*/
.font_en{font-family: "Arial, Helvetica, sans-serif";text-transform: uppercase;}
.font_en2{font-family:"Biko";text-transform: uppercase;}


/*英文字体包*/
@font-face {
  font-family:"Belgika 8th";
  src: 
  url("https://memberpic.114my.com.cn/jusuyuan/cssnew/Biko.woff2.txt") format("woff2"),
  url("https://memberpic.114my.com.cn/jusuyuan/cssnew/Biko.woff.txt") format("woff"),
  url("https://memberpic.114my.com.cn/jusuyuan/cssnew/Biko.ttf.txt") format("ttf"),
  url("https://memberpic.114my.com.cn/jusuyuan/cssnew/Biko.eot.txt") format("eot"),
  url("https://memberpic.114my.com.cn/jusuyuan/cssnew/Biko.svg.txt") format("svg");
}


html{font-size: 15px;}




/*标题*/
.title{text-align: center;padding:70px 0 35px 0;}
.title b{display: block;font-size:40px;color:#333;}
.title t{color:#009d50;}
.title p{font-size: 18px;color:#999;line-height: 30px;}









/*抬头*/
.head_bg{height:100px;position:absolute;top:0;z-index:9;border-bottom:1px rgb(255 255 255 / 0.25) solid;transition: 0.3s;}
.head{display:flex;justify-content:space-between;align-items: center;height:100%;}
/*logo*/
.head_logo{display:flex;align-items: center;}
.head_logo img{height:70px;}
.head_logo li{margin-left: 0.8vw;}
.head_logo li b{font-size:1.4vw;color:#fff;}
.head_logo li p{font-size:0.93vw;color:rgb(255 255 255 / 0.75);font-weight:lighter;}

/*栏目*/
.head_column{display:flex;align-items:center;width:60%;}
.head_column{display:flex;justify-content:space-between;height:100%;}
.head_column li>a{display:block;line-height:100px;font-size:16px;color:#fff;position: relative;transition: 0.3s;}
/*固定栏目*/
.head_column li>a:after{content: "";display:block;width:10px;height:10px;background:#fff;border-radius:100%;position:absolute;bottom:-5px;left: calc(50% - 5px);z-index: 3;transition:0.3s;transform:scale(0);}
.head_column li:hover>a:after, .head_column li.head_column_fixed>a:after{transform:scale(1);}
/*下拉*/
.head_column li{position: relative;}
.head_column .nav2{display: none;width:140px;position:absolute;left:50%;transform:translate(-50%);text-align:center;border-top:5px #009d50 solid;}
.head_column .nav2 a{display:block;width:100%;line-height:40px;background:#f5f5f5;font-size:15px;color:#666;font-weight:lighter;}
/*电话*/
.head_tel p{font-size: 1.25vw;color: #fff;}




/*栏目经过*/
.head_bg:hover{background: #fff;}
/*logo*/
.head_bg:hover .head_logo b{color:#333;}
.head_bg:hover .head_logo p{color: #666;}
/*栏目*/
.head_bg:hover .head_column li>a{color:#333;}
.head_bg:hover .head_column li.head_column_fixed>a, .head_bg:hover .head_column li:hover>a{color:#009d50;}
.head_bg:hover .head_column li>a:after{background: #009d50;}
/*电话*/
.head_bg:hover .head_tel p{color: #009d50;}



/*栏目固定*/
#head_top{width:100%;position:fixed;top:0;z-index:999;}
.head_move{height: 100px;background:#fff;}
.head_move .head_bg{box-shadow: 0 0 30px rgba(0,0,0,.08);}
/*logo*/
.head_move .head_logo b{color:#333;}
.head_move .head_logo p{color: #666;}
/*栏目*/
.head_move .head_column li>a{color:#333;}
.head_move .head_column li>a:after{background: #009d50;}
/*电话*/
.head_move .head_tel p{color: #333;}








/* 幻灯片 */
.banner_bg{display:flex;align-items:center;justify-content:center;position: relative;}
/*视频*/
.banner_video{width: 100%;height:945px;overflow: hidden;position:relative;}
.banner_video:before{content: "";display: block;width:100%;height:100%;background: url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20240626/20240626174749_531209015.png);background-size: 2px;position:absolute;top:0%;left:50%;transform:translate(-50%,0%);z-index:2;opacity: 0.75;}
/*文字*/
.banner_text{position: absolute;top: 35%;z-index:9;text-align:center;}
.banner_text p{font-size:60px;color:#fff;font-weight:bold;}
.banner_text li{display: flex;margin: 20px 0 80px 0;}
.banner_text t{display:block;padding:10px 20px;background:#009d50;border-radius:100px;font-size:18px;color:rgb(255 255 255 / 75%);}
.banner_text t+t{margin-left: 20px;}
.banner_text span{font-size:22px;color:#fff;font-weight:lighter;}
.banner_text i{display:block;width:25px;height:70px;margin:240px auto 0;background:url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20240626/20240626174749_117735996.png)no-repeat center;animation: 1s linear infinite bounce-up;}

@keyframes bounce-up { 25% { transform: translateY(10px) } 50%, 100% { transform: translateY(0) } 75% { transform: translateY(-10px) } }






/* 产品中心 */
/* 分类 */
.product_sort ul{display: flex;justify-content: space-between;}
.product_sort li{width:12.5%;text-align: center;}
.product_sort li+li{margin-left:1px;}
.product_sort li>a{display: block;line-height:50px;background:#333;font-size:16px;color:#fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.product_sort li.on>a{background: #009d50;}
.product_sort dt{display: none;}
/* 图片 */
.product_img{margin-top:20px;}
.product_img ul{display:flex;}
.product_img ul+ul{margin-top: 10px;}
.product_img li+li{margin-left:10px;}
.product_img li *{display:block;}
.product_img li br{display:none;}
.product_img li>a{overflow: hidden;}
.product_img li>a img{transition: 0.3s;}
.product_img li:hover>a img{transform: scale(1.15);}
.product_img li span{line-height:50px;background:#f5f5f5;text-align:center;}
.product_img li:hover span{background: #009d50;}
.product_img li span a{font-size:16px;color:#666;}
.product_img li:hover span a{color:#fff;}





/* 应用行业 */
.apply_bg{margin-top:80px;height:970px;background: url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20240625/20240625115404_468795245.jpg)no-repeat center;}
.apply_title b{color:#fff;}
.apply_title p{color: rgb(255 255 255 / 0.75);}
/* 分类 */
.apply_sort{display:flex;justify-content:space-between;}
.apply_sort a{display:block;width: 13%;line-height: 50px;font-size:18px;color:#fff;text-align: center;}
.apply_sort a.on{background: #009d50;box-shadow: 0 4px 4px rgba(0,0,0,.1);}
/* 图片 */
.apply_li{display:flex;}
.apply_img{margin-top:40px;}
.apply_left a{display:flex;align-items:flex-end;width:820px;height:560px;padding: 40px;}
.apply_li:nth-child(1) .apply_left a{background: url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20240626/20240626155254_1834881483.jpg)no-repeat center;}
.apply_li:nth-child(2) .apply_left a{background: url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20240626/20240626155254_1228853950.jpg)no-repeat center;}
.apply_li:nth-child(3) .apply_left a{background: url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20240626/20240626155254_677089719.jpg)no-repeat center;}
.apply_li:nth-child(4) .apply_left a{background: url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20240626/20240626155254_1544104579.jpg)no-repeat center;}
.apply_li:nth-child(5) .apply_left a{background: url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20240626/20240626155255_241202999.JPG)no-repeat center;}
.apply_li:nth-child(6) .apply_left a{background: url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20240626/20240626155255_6825802.jpg)no-repeat center;}
.apply_left ol{}
.apply_left span{font-size:24px;color:#fff;}
.apply_left p{font-size:32px;color:#fff;}

.apply_right{margin-left: 20px;}
.apply_right .divproduct_new_div{display:flex;flex-wrap:wrap;}
.apply_right .divproduct_new_div_item{width:275px;height:275px;position:relative;overflow:hidden;}
.apply_right .divproduct_new_div_item:nth-child(even){margin-left: 10px;}
.apply_right .divproduct_new_div_item:nth-child(n+3):nth-child(-n+4){margin-top: 10px;}
.apply_right .divproduct_new_div_item_a{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgb(0 157 80 / 0.75);font-size:16px;color:#fff;position:absolute;top:0;top:-100%;transition:0.3s;}
.apply_right .divproduct_new_div_item:hover .divproduct_new_div_item_a{top:0%;}
.apply_right .product_div_item_image{width:275px;height:275px;}



/* 客户服务 */
.serve_bg{height:750px;background:url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20240625/20240625170028_1617481158.jpg)no-repeat center;}
.serve_title p{color:#666;}
.serve_div{width:665px;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,.05);}
.serve_two{margin-top:40px;}
.serve_div t{display: block;padding:16px 30px;font-size:20px;color:#39393a;font-weight:400;border-bottom:1px solid #f0f0f0;}
.serve_div ul{display: flex;flex-wrap: wrap;padding:20px 30px 40px;overflow:hidden;}
.serve_div li{display:flex;align-items:center;min-width:33.33%;line-height: 34px;}
.serve_div i{display: block;width:6px;height:6px;border-radius:50%;background-color:#009d50;}
.serve_div p{ padding:5px 10px 5px 18px;font-size:16px;color:#4d4d4d;}







/* 品质保证 */
.quality_bg{height:870px;background:url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20240625/20240625195607_1299582424.jpg)no-repeat center;}
/* 上边 */
.quality_top{display:flex;justify-content:center;}
.quality_top P{width:180px;line-height:50px;font-size:18px;color:#333;text-align:center;}
.quality_top P.on{background:#009d50;color:#fff;}
.quality_top P+p{margin-left:120px;}
/* 下边 */
.quality_bottom{position: relative;width: 100% !important;}
.quality_bottom ul{width: 640px !important;margin-top:180px;padding:40px;box-shadow:0 0 50px 0 rgba(0,0,0,.1);background:#fff;overflow:hidden; position:absolute;left:54% !important;}
.quality_bottom i{display: block;width:50px;height:50px;background:url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20240625/20240625203338_1282903550.png)no-repeat center;}
.quality_bottom t{display:block;margin:25px 0 40px 0;font-size:24px;color:#000;}
.quality_bottom p{width: 70%;margin-bottom:10px;font-size:16px;color:#4d4d4d;line-height:1.75;}
.quality_bottom li{display:flex;flex-wrap:wrap;overflow:hidden;}
.quality_bottom ol{display:flex;align-items:center;min-width:33.33%;line-height:34px;}
.quality_bottom em{display:block;width:6px;height:6px;border-radius:50%;background-color:#009d50;}
.quality_bottom span{padding:5px 10px 5px 18px;font-size:16px;color:#4d4d4d;}







/* 新闻中心 */
.news_bg{}
/* 上边 */
.news_top p a{font-size: 18px;}
.news_top p.on a{color: #fff;}
/* 下边 */
.news_bottom{margin-top:40px;}
.news_ul{ display:flex;justify-content:space-between;}
.news_left{width:600px;}
.news_left .news_div_item{display:flex;flex-direction:column-reverse;}
.news_left .news_div_item a{display:block;}
.news_left .news_div_item_content{width:100%;line-height:50px;background:#009d50;}
.news_left .news_div_item_a{font-size:16px;text-align:center;color:#fff;}
.news_left .news_div_item_pic{height:480px;overflow:hidden;}
.news_left .news_div_item_pic img{width:600px;}

.news_right{margin-left: 20px;}
.news_right .news_div{display:flex;flex-direction:column;justify-content: space-between;height:100%;}
.news_right .news_div_item{display: flex;}
.news_right .news_div_item+.news_div_item{margin-top:20px;}
.news_right .news_div_item_pic{display:none;}
.news_right .news_div_item_date{display:flex;flex-wrap:wrap;justify-content: center;padding:2%;background:#f5f5f5;}
.news_right .news_div_item:hover .news_div_item_date{background:#009d50;}
.news_right .news_div_item_year{font-size:30px;color:#333;}
.news_right .news_div_item:hover .news_div_item_year{color:#fff;}
.news_right .news_div_item_month, .news_right .news_div_item_day{display:block;margin-top:5px;font-size:16px;color:#666;}
.news_right .news_div_item:hover .news_div_item_month, .news_right .news_div_item:hover .news_div_item_day{color: rgb(255 255 255 / 0.75);}
.news_right .news_div_item_content{margin-left:20px;}
.news_right .news_div_item_a{font-size:22px;color:#333;}
.news_right .news_div_item_body{margin-top:10px;font-size:15px;line-height:26px;color:#666;font-weight:lighter;}





/* 关于我们 */          
.about_bg{height:700px;background:url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20240626/20240626103946_1976164137.jpg)no-repeat center;}
.about_text *{display: block;}
.about_text t{margin-bottom:23px;padding-top:200px;font-size:42px;color:#333;line-height:1.4;}
.about_text p{width:500px;margin-bottom:52px;font-size:16px;color:#666;line-height:1.75;}
.about_text a{display:block;width:150px;line-height:40px;color:#009d50;font-size:18px;}







/*友情链接*/
.copyright{ background:#222; color:#fff; }
.links{ line-height:90px; background:#282828; color:#fff; font-size:16px;}
.linkTagcs li{ line-height:90px !important;}
.links p.fl{ padding-left:40px; background:url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20240626/20240626174839_1558591088.png) no-repeat left center;}
.links p.fr{ font-size:25px; font-family:impact; text-transform:uppercase;}
.linkTagcs li a{font-size:15px;font-weight:lighter;color:rgb(255 255 255 / 0.75) !important;}






/*版权*/
.bq{border-top: 1px solid #333;line-height: 80px;font-weight: lighter;}
.end,.end a{ font-size:14px; color:#888;}
.end a:hover{ text-decoration:underline; color:#fff;} 
.crcon{ padding:60px 0; width:1400px; margin:0 auto;}
.kslj{ font-size:0;}
.kslj li{ display:inline-block; padding-left:25px; position:relative; vertical-align:top;}
.kslj li:after{content: "";display: block;width: 1px;height: 180px;background: #333;position: absolute;right: -100px;top: 0;}
.kslj li p{ font-size:18px; margin-bottom:25px;}
.kslj li a{ display:block; font-size:15px; color:#888; line-height:32px;}
.kslj li a:hover{ text-decoration:underline; color:#fff;} 
.kslj li+li{ margin-left:180px;}

.crconcat{ text-align:center; height:218px; box-sizing:border-box; padding:0px 120px; }
.crphone{ font-size:33px; font-weight:bold;}
.cr_c{ font-size:14px; line-height:25px; margin:20px 0; color:#888;}
.crbtn a{ width:200px; line-height:38px; border-radius:20px; font-size:14px; color:#fff; display:inline-block; background:#009d50; transition:all .3s ease;}
.crbtn i{ display:inline-block;  color: #fff; padding-left:28px; background:url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20240626/20240626174905_1869444895.png) no-repeat left center;font-style: normal;}
.zhuying{line-height: 80px;}





/* 商桥 */
#aff-im-root .embed-messageboard-base{left: 5px !important;transform: scale(0.9) !important;}




/* 浮动 */
.back-container {display: block;position: fixed;right: 50px;bottom: 50px;cursor: pointer; z-index: 99999;}
.conct{position: fixed;z-index: 9999999;top:200px;right: -127px;cursor: pointer;transition: all .3s ease; }
.conct:hover{right:0px;}
.conct a {color: #fff;text-decoration:none;font-size:16px; }
.bar ul li {width:180px;height: 53px;font: 16px/53px 'Microsoft YaHei';color: #fff;text-indent: 54px;margin-bottom: 1px;border-radius: 3px;transition: all .5s ease;overflow: hidden; }
.bar .top {background: #009d50 url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20190906/20190906100404_1796215250.png) no-repeat 0 0; }
.bar .phones {background: #009d50 url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20190906/20190906100404_1796215250.png) no-repeat 0 -57px; }
.bar .QQ {background: #009d50 url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20190906/20190906100404_1796215250.png) no-repeat 0 -113px; }
.bar .ercode {height:53px;background: #009d50 url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20190906/20190906100404_1796215250.png) no-repeat 0 -340px; }
.bar .home {height:53px;background: #009d50 url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20190906/20190906100404_1796215250.png) no-repeat 0 -169px; }
.bar .tao {height:53px;background: #009d50 url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20190906/20190906100404_1796215250.png) no-repeat 0 -222px; }
.bar .ali {height:53px;background: #009d50 url(https://memberpic.114my.com.cn/jusuyuan/uploadfile/image/20190906/20190906100404_1796215250.png) no-repeat 0 -278px; }
.conct:hover .ercode{height:200px;}
.hd_qr {padding: 1px 29px 25px 29px; }
.product_content>img{text-align:center;display:block;margin:0 auto}