

/* 关于我们 */
#about_zz{background: url(../images/row1bg.jpg) no-repeat center;background-size: cover;background-attachment: fixed;}


/* 产品品种 */
#product{width:100%;background:url(../images/product-back.jpg)no-repeat center;background-size:cover;height:800px;}
#product .pro-list .pro-hd{margin-bottom:50px;}
#product .pro-list .pro-hd li{font:normal 400 20px/1 '微软雅黑';line-height:46px;background:#05983b none no-repeat left top;border-radius:46px;
width: 8%;text-align: center;color: #fff;cursor: pointer;}
#product .pro-list .pro-hd li.on{background:#046628;}
#product .pro-list .pro-bd{width:100%;height:400px;background:#fff;}
#product .pro-list .pro-bd li.pro-img{width:500px;height:400px;overflow: hidden;}
#product .pro-list .pro-bd li.pro-img img{width:100%;height:100%;object-fit: cover;transition:all 0.6s;}
#product .pro-list .pro-bd li.pro-info{width:700px;box-sizing: border-box;padding:40px 30px;position: relative;}
#product .pro-list .pro-bd ul:hover li.pro-img img{transform:scale(1.2);}

#product .pro-list .pro-bd li.pro-info h3{font-family: 微软雅黑;font-size: 22px;color: #000000;line-height: 1.8;font-weight: normal;margin-bottom:50px;}
#product .pro-list .pro-bd li.pro-info .pi-cont p{color: #444444;font-family: 宋体;font-size: 20px;line-height: 1.8;}

.com-more{font-family: 微软雅黑;font-size: 14px;color: #333333;text-transform:uppercase;position: absolute;bottom:40px;left:100px;transition:left 0.6s;}
.com-more:after{content:'';display:inline-block;width:30px;height:10px;background:url(../images/3840_1500357702.png)no-repeat center;background-size:cover;
margin-left:20px;}
#product .pro-list .pro-bd li.pro-info:hover .com-more{left:120px;}


/* 企业资质 */
#about_zz .abzz-list li{width:265px;margin-bottom:20px;margin-right:46px;}
#about_zz .abzz-list li:nth-child(4n){margin-right:0px;}
#about_zz .abzz-list li .img{width:100%;height:180px;overflow: hidden;}
#about_zz .abzz-list li .img img{width:100%;height:100%;object-fit: contain;transition:all 0.6s;}
#about_zz .abzz-list li h3{font-size:16px;text-align: center;line-height:40px;}
#about_zz .abzz-list li:hover .img img{transform: scale(1.2);}
#about_zz .abzz-list li:hover h3{color:#05983b;}

/* 基地展示 */
#about_base .abase-list{position: relative;height:454px;}
#about_base .abase-list li:first-child{width:397px;height:454px;overflow: hidden;position:absolute;top:0;left:0;}
#about_base .abase-list li:nth-child(2){width:380px;height:215px;overflow: hidden;position:absolute;top:0;left:405px;}
#about_base .abase-list li:nth-child(3){width:190px;height:215px;overflow: hidden;position:absolute;top:0;right:208px;}
#about_base .abase-list li:nth-child(4){width:190px;height:215px;overflow: hidden;position:absolute;top:0;right:0px;}
#about_base .abase-list li:nth-child(5){width:380px;height:215px;overflow: hidden;position:absolute;bottom:0;left:405px;}
#about_base .abase-list li:nth-child(6){width:190px;height:215px;overflow: hidden;position:absolute;bottom:0;right:208px;}
#about_base .abase-list li:nth-child(7){width:190px;height:215px;overflow: hidden;position:absolute;bottom:0;right:0px;}
#about_base .abase-list li .onbimg,#about_base .abase-list li .bimg{width:100%;height:100%;}
#about_base .abase-list li:first-child .onbimg{width:0;transition: width 0.6s;height:100%;}
#about_base .abase-list li:first-child:hover .onbimg{width:100%;}
#about_base .abase-list li:hover .bimg{display:none;}
#about_base .abase-list li img{width:100%;height:100%;object-fit: cover;transition:all 0.3s;}


/* 新闻资讯 */
#news{width:100%;margin-bottom:90px;}
#news .news-list li{width:380px;height:336px;background:url(../images/3994_1500359875.png)no-repeat center;box-sizing: border-box;padding:80px 40px;}
#news .news-list li p.desc{font-size: 14px;color: #999999;line-height: 1.8;margin-bottom:60px;}
#news .news-list li h3{font-size: 18px;line-height: 2;text-align: center;}
#news .news-list li:hover h3{color:#05983b;}