@charset "utf-8";
/*公共样式*/
.home_main{margin: 60px auto;}
.home_title{text-align: center;margin-bottom: 40px;font-size: 38px;}

/*荣誉证书*/
.home_honor ul{width: 70%;float: right;}
.home_honor ul li{float: left;width: 30%;margin: 10px 1.5%;}
.home_honor ul li .img{width: 100%;height: 220px;overflow: hidden;}
.home_honor ul li .img img{display: block;width: 100%;height: 100%;object-fit: cover;transition: .5s;}
.home_honor ul li p{height: 50px;margin-top: 10px;text-align: center;}
.home_honor ul:nth-child(1){width: 25%;float: left}
.home_honor ul:nth-child(1) li{width: 100%;}
.home_honor ul:nth-child(1) li .img{height: auto;}
.home_honor ul li:hover .img img{transform: scale(1.1);}

/*昃秀花简介*/
.home_about{width: 100%;background: url(../images/zhantingbg.jpg) no-repeat center;background-size: cover;padding: 40px 0;}
.home_about img{width: 30%;float: left;margin-right: 30px;}
.home_about span{font-size: 17px;line-height: 2;}

/*技术交流*/
.home_wen{background: #dfdfdf;padding: 40px 0;}
.home_wen ul{float: left;width: 48%;margin: 0 1%;}
.home_wen ul li{float: left;width: 40%;margin: 0 2%;margin-bottom: 20px;text-align: center;}
.home_wen ul li .img{width: auto;height: 150px;overflow: hidden;}
.home_wen ul li .img img{display: block;width: 100%;height: 100%;object-fit: cover;transition: .5s;}
.home_wen ul li p{height: 50px;margin-top: 10px;}
.home_wen ul:nth-child(2) li .img{width: auto;height: auto;}
.home_wen ul li:hover .img img{transform: scale(1.1);}

/*作品赏析*/
.home_pro{background-image: -webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(181,181,182) 100%);padding: 40px 0;}
.home_pro .tit{color: #000;font-size: 24px;font-weight: bold;}
.home_pro ul li{float: left;width: 21%;text-align: center;margin: 20px 2%;}
.home_pro ul li:nth-child(1){width: 45%;}
.home_pro ul li img{display: block;width: 100%;transition: .5s;}
.home_pro ul li p{margin-top: 10px;}
.home_pro2 ul li:nth-child(1){width: 21%;}
.home_pro .img2{width: 45%;float: left;}
.home_pro .img2:nth-child(2){float: right;}
.home_pro .img2 img{display: block;width: 100%;}
.home_pro .img3{width: 40%;}
.home_pro .img3 img{display: block;width: 80%;}
.home_pro .txt{width: 60%;}
.home_pro .txt h2{font-size: 34px;font-weight: bold;text-align: center;}
.home_pro .txt h2 span{display: block;font-size: 20px;margin-left: 30%;}
.home_pro .txt p{font-size: 16px;line-height: 2;margin-top: 20px;}
.home_pro ul li:hover img{transform: scale(1.08);}
@media screen and (max-width: 1400px){
    .home_pro .txt p{font-size: 14px;line-height: 1.8;}
}

/*领导关怀*/
.home_case ul li{float: left;width: 23.5%;margin-bottom: 20px;margin-left: 2%;text-align: center;overflow: hidden;}
.home_case ul li:nth-child(4n-3){margin-left: 0;}
.home_case ul li .img{width: 100%;height: 210px;overflow: hidden;}
.home_case ul li .img img{display: block;height: 100%;width: 100%;object-fit: cover;transition: .5s;}
.home_case ul li p{height: 50px;margin-top: 8px;padding: 0 10px;}
.home_case ul li:hover .img img{transform: scale(1.1);}

/*展厅展示*/
.home_adva{width: 100%;background: url(../images/zhantingbg.jpg) no-repeat center;background-size: cover;padding: 40px 0;}
.home_adva .ldcp{width: 100%;height: 500px;overflow: hidden;}
.home_adva .ldcp,.home_adva .ldcp *{transition: all 0.4s cubic-bezier(0.4,0,0.2,1);}
.home_adva .ldcp .six_img{width: 100%;height: 100%;display: flex;justify-content: space-between;}
.home_adva .ldcp .six_img .six{width: 10%;height: 100%;position: relative;text-decoration: none;color: inherit;border-radius: 8px;overflow: hidden;}
.home_adva .ldcp .six_img .six::before{content: '';height: 100%;width: 100%;background: #000;position: absolute;top: 0;right: 0;z-index: 10;opacity: .5;}
.home_adva .ldcp .six_img .six .bg_img{width: 100%;height: 100%;position: absolute;top: 0;left: 50%;transform: translateX(-50%);z-index: 1;}
.home_adva .ldcp .six_img .six .bg_img img{display: block;height: 100%;width: 100%;object-fit: cover;}
.home_adva .ldcp .six_img .six.act{width: 45%;text-decoration: none;}
.home_adva .ldcp .six_img .six.act::before{display: none;}

/*新闻*/
.home_news{width: 100%;}
.home_news .newsL{width: 50%;}
.home_news .newsL img{display: block;width: 100%;}
.home_news .newsR{width: 46%;}
.home_news .newsR ul li{width: 100%;border-bottom: 1px dashed #d0d0d0;padding-bottom: 16px;margin-bottom: 16px;}
.home_news .newsR ul li h2{font-size: 16px;height: 30px;margin-bottom: 4px;}
.home_news .newsR ul li h2 a{display: block;float: left;font-weight: bold;width: 70%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.home_news .newsR ul li h2 span{float: right;}
.home_news .newsR ul li p{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.home_news .newsR ul li:hover a{color: #beab91;}






