/* body { height: 5000px; } */ /* 轮播图 start */ .banner img { width: 100%; } /* 轮播图 end */ /* 公司简介 start */ .about { margin-top: 35px; } .title { margin: 0 auto; text-align: center; } .title>i { font-size: 90px; color: #3d841c; } .title>p { margin-top: -5px; font-family: fzszjw; font-size: 26px; text-transform: uppercase; color: #454545; } .title>span { position: relative; font-size: 20px; color: #454545; } .title>span::after { content: ""; position: absolute; bottom: -8px; left: 50%; transform: translatex(-50%); width: 35%; height: 2px; background-color: #3d841c; } .synopsis { margin-top: 55px; font-size: 16px; line-height: 35px; color: #666; } /* 公司简介 end */ /* 苗木产品 start */ .product { margin-top: 40px; } .product_class { display: flex; justify-content: center; margin-top: 40px; } .product_class>a { display: block; width: 110px; height: 35px; margin-right: 30px; font-size: 16px; text-align: center; line-height: 35px; color: #454545; border: 1px solid #000; border-radius: 5px; box-sizing: border-box; } .sty_tinct { color: white !important; background-color: #3d841c; border-color: #3d841c !important; } .product_class>a:hover { color: white; background-color: #3d841c; border-color: #3d841c; } .product_class>a:last-of-type { margin-right: 0; } .product>.w { display: block; } .product nav { margin-top: 55px; } .product nav>ul { display: flex; flex-wrap: wrap; justify-content: space-between; } .product nav li { width: 32%; margin-bottom: 15px; } .product nav li>a { z-index: 100; position: relative; display: block; width: 100%; overflow: hidden; } .product nav>ul>li>a:hover i { transform: rotate(360deg); } .product_bg i { position: absolute; top: 45%; left: 170px; font-size: 34px; color: white; transition: all .8s; } .product_bg { position: absolute; top: 0; left: 0; width: 100%; height: 0; /* height: 100%; */ background-color: rgba(0,0,0,.5); transition: height .3s; overflow: hidden; } .product nav>ul>li>a:hover .product_bg { height: 100%; } .product nav li>p { padding-top: 5px; font-size: 14px; color: #333; text-align: center; } .product nav li>a>img { width: 100%; } .more { display: block; width: 120px; height: 40px; margin: 25px auto; font-size: 16px; color: #666; text-align: center; line-height: 40px; border: 1px solid #999; transition: all .4s; } .more:hover { color: white; background-color: #3d841c; border-color: #3d841c; } /* 苗木产品 end */ /* 绿化养护 start */ .greening>.w { display: block; } .greening_news { display: flex; justify-content: space-between; margin-top: 45px; } .greening_news_item { position: relative; padding: 35px 1px 0 25px; width: 31.5%; height: 300px; border: 1px solid #e0e0e0; box-sizing: border-box; cursor: pointer; } .greening_news_item h3 { margin-top: 60px; color: #454545; white-space: nowrap; overflow: hidden; } .arrow { position: absolute; bottom: 20px; left: 23px; display: block; width: 30px; height: 30px; /* margin-top: 25px; */ text-align: center; line-height: 30px; border: 1px solid #999; transition: left .5s; } .arrow>i { color: #999; } .greening_news_item:hover .arrow { left: 70px; border-color: #3d841c; background-color: #3d841c; } .greening_news_item:hover .arrow>i { color: white; } .greening_news_box { display: block; width: 100%; height: 100%; } .paragraph { padding-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; color: #454545; } .years { font-size: 20px; color: #454545; } .month { position: relative; padding-left: 8px; font-size: 36px; color: #454545; } .month::after { content: ""; position: absolute; bottom: -30px; left: 0; width: 18%; height: 2px; background-color: #454545; } /* 绿化养护 end */ /* 园林设施 start */ .facilities { margin-top: 30px; } .swiper-container-box { position: relative; padding: 0 5%; margin-top: 5%; } .swiper-container2 .swiper-slide>a { display: block; width: 100%; height: 257px; overflow: hidden; } .swiper-container-box img { position: absolute; top: 50%; transform: translatey(-50%); width: 100% } /* 园林设施 end */ /* 媒体查询 */ @media screen and (max-width:992px){ } @media screen and (max-width:640px){ /* 轮播图 */ .swiper-button-next, .swiper-button-prev { background-size: 15px 44px !important; } /* 公司简介 */ .synopsis { width: 100%; margin-top: 50px; } /* 苗圃展示 */ .product_class>a { font-size: 14px; margin-right: 10px; } .product nav { margin-top: 45px; } .product nav li { width: 100%; } .product .more { margin: 15px auto; } .product_bg { display: none; } /* 绿化养护 */ .greening_news { flex-wrap: wrap; } .greening_news_item { width: 90%; margin: 0 auto; margin-bottom: 20px; } .swiper-button-next2 .swiper-button-next { right: -7px; } .swiper-button-prev2 .swiper-button-prev { left: -7px; } /* 园林设施 */ .swiper-container-box { margin-top: 45px; } .swiper-container2 .swiper-slide>a { height: 150px; } }