@import "public.css";
@import "page.css";

/*banner*/
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: unset !important;
    width: 35px;
    height: 50px;
    background: rgba(0,0,0,.1);
    color: #ffffff;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: unset !important;
    width: 35px;
    height: 50px;
    background: rgba(0,0,0,.1);
    color: #ffffff;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-content: center;
}

/*about*/
section#about {
    background: url(../images/about-bg.jpg) no-repeat center;
    height: 635px;
    margin-top: -2px;
}
section#about > .about {
    width: 1200px;
    margin: 0 auto;
    padding: 48px 0 45px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
section#about > .about > .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section#about > .about > .title > span:first-of-type {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 8px;
}
section#about > .about > .title > span:last-of-type {
    width: 96px;
    height: 4px;
    background: #99CC33;
}
section#about > .about > .cont {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}
section#about > .about > .cont > div {
    width: 32%;
    display: flex;
    flex-direction: column;
}
section#about > .about > .cont > div > img {
    width: 100%;
}
section#about > .about > .cont > div > .cont {
    padding: 0 25px;
    box-sizing: border-box;
    position: relative;
    top: -37px;
}
section#about > .about > .cont > div > .cont > div {
    background: #ffffff;
    padding: 20px 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 8px #e0e0e0;
    height: 208px;
}
section#about > .about > .cont > div > .cont > div > .top {
    display: flex;
    flex-direction: column;
}
section#about > .about > .cont > div > .cont > div > .top > span:first-of-type {
    color: #333333;
    font-size: 20px;
}
section#about > .about > .cont > div > .cont > div > .top > span:last-of-type {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
section#about > .about > .cont > div > .cont > div > a {
    align-self: flex-end;
    display: flex;
    align-items: center;
}
section#about > .about > .cont > div > .cont > div > a > img {
    margin-left: 7px;
}

/*热销产品*/
section#hotproduct {
    background: url(../images/product-bg.jpg) no-repeat center;
    height: 640px;
}
section#hotproduct > .hotproduct {
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0 45px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
section#hotproduct > .hotproduct > .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section#hotproduct > .hotproduct > .title > span:first-of-type {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 8px;
}
section#hotproduct > .hotproduct > .title > span:last-of-type {
    width: 96px;
    height: 4px;
    background: #99CC33;
}
section#hotproduct > .hotproduct > .cont {
    display: flex;
    justify-content: space-between;
    height: 320px;
    margin-top: 40px;
}
section#hotproduct > .hotproduct > .cont > .swiper-button-prev1,section#hotproduct > .hotproduct > .cont > .swiper-button-next1 {
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
}
section#hotproduct > .hotproduct > .cont > .product-carousel {
    flex: 1;
}
section#hotproduct > .hotproduct > .cont > .product-carousel > .swiper-wrapper > .swiper-slide:first-of-type {
    margin-left: 5px;
}
section#hotproduct > .hotproduct > .cont > .product-carousel > .swiper-wrapper > .swiper-slide {
    width: 24% !important;
    overflow: hidden;
}
section#hotproduct > .hotproduct > .cont > .product-carousel > .swiper-wrapper > .swiper-slide > a {
    display: flex;
    flex-direction: column;
}
section#hotproduct > .hotproduct > .cont > .product-carousel > .swiper-wrapper > .swiper-slide > a > .img {
    width: 100%;
    height: 320px;
    outline: 1px solid #017311;
    position: relative;
}
section#hotproduct > .hotproduct > .cont > .product-carousel > .swiper-wrapper > .swiper-slide > a > .img > img {
    width: 100%;
    height: 100%;
}
section#hotproduct > .hotproduct > .cont > .product-carousel > .swiper-wrapper > .swiper-slide > a > .one {
    position: absolute;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #017311;
    color: #ffffff;
    width: 100%;
}
section#hotproduct > .hotproduct > .cont > .product-carousel > .swiper-wrapper > .swiper-slide > a > .two {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(1,115,17,.7);
    color: #ffffff;
    padding: 42px 15px 30px 15px;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    text-align: center;
}
section#hotproduct > .hotproduct > .cont > .product-carousel > .swiper-wrapper > .swiper-slide > a > .two > span:first-of-type {
    font-size: 18px;
    color: #ffffff;
    display: block;
    text-align: left;
}
section#hotproduct > .hotproduct > .cont > .product-carousel > .swiper-wrapper > .swiper-slide > a > .two > span:last-of-type {
    font-size: 14px;
    color: #ffffff;
    display: block;
    margin: 35px 0 60px 0;
    text-align: left;
}
section#hotproduct > .hotproduct > .cont > .product-carousel > .swiper-wrapper > .swiper-slide > a > .two > img {
    text-align: center;
}
section#hotproduct > .hotproduct > .cont > .product-carousel > .swiper-wrapper > .swiper-slide > a > .one {
    display: block !important;
}
section#hotproduct > .hotproduct > .cont > .product-carousel > .swiper-wrapper > .swiper-slide > a > .two {
    display: none !important;
}
section#hotproduct > .hotproduct > .cont > .product-carousel > .swiper-wrapper > .swiper-slide:hover > a > .one {
    display: none !important;
}
section#hotproduct > .hotproduct > .cont > .product-carousel > .swiper-wrapper > .swiper-slide:hover > a > .two {
    display: block !important;
    /*transform: translateY(-50px);*/
}
section#hotproduct > .hotproduct > a {
    width: 140px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #99CC33;
    border: 1px solid #99CC33;
    border-radius: 50px;
    margin-top: 30px;
    align-self: center;
}

/*产品优势*/
section#youproduct {
    background: url(../images/productyou.jpg) no-repeat center;
    height: 245px;
    display: flex;
}
section#youproduct > a {
    width: 100%;
    height: 100%;
}

/*工程案例*/
section#exam {
    background: url(../images/exam-bg.jpg) no-repeat center;
    height: 900px;
}
section#exam > .exam {
    padding: 60px 0 45px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
section#exam > .exam > .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section#exam > .exam > .title > span:first-of-type {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 8px;
}
section#exam > .exam > .title > span:last-of-type {
    width: 96px;
    height: 4px;
    background: #99CC33;
}
section#exam > .exam > .cent {
    margin-top: 30px;
}
section#exam > .exam > .cent > .exam-carousel > .swiper-wrapper > .swiper-slide {
    height: 640px;
    width: 480px;
    overflow: hidden;
    display: flex;
}
section#exam > .exam > .cent > .exam-carousel > .swiper-wrapper > .swiper-slide > a {
    display: flex;
    flex-direction: column;
}
section#exam > .exam > .cent > .exam-carousel > .swiper-wrapper > .swiper-slide > a > .img {
    width: 100%;
    height: 100%;
    position: relative;
}
section#exam > .exam > .cent > .exam-carousel > .swiper-wrapper > .swiper-slide > a > .img > img {
    width: 100%;
    height: 100%;
}
section#exam > .exam > .cent > .exam-carousel > .swiper-wrapper > .swiper-slide > a > .disk {
    position: absolute;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
section#exam > .exam > .cent > .exam-carousel > .swiper-wrapper > .swiper-slide > a > .disk > span:first-of-type {
    font-weight: bold;
    font-size: 30px;
}
section#exam > .exam > .cent > .exam-carousel > .swiper-wrapper > .swiper-slide > a > .disk > span:nth-child(2) {
    background: #ffffff;
    width: 145px;
    height: 1px;
    margin: 30px 0;
}
section#exam > .exam > .cent > .exam-carousel > .swiper-wrapper > .swiper-slide > a > .disk > span:last-of-type {
    font-size: 18px;
}
section#exam > .exam > .cent > .exam-carousel > .swiper-wrapper > .swiper-slide:hover > a > .disk {
    opacity: 1;
}
section#exam > .exam > a {
    width: 140px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50px;
    margin-top: 30px;
    align-self: center;
}

/*新闻资讯*/
section#news {
    background: url(../images/news-bg.jpg) no-repeat center;
    height: 643px;
}
section#news > .news {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 45px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
section#news > .news > .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section#news > .news > .title > span:first-of-type {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 8px;
}
section#news > .news > .title > span:last-of-type {
    width: 96px;
    height: 4px;
    background: #99CC33;
}
section#news > .news > .cent {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
section#news > .news > .cent > .left {
    width: 514px;
}
section#news > .news > .cent > .left > .news-carousel > .swiper-wrapper > .swiper-slide {
    display: flex;
}
section#news > .news > .cent > .left > .news-carousel > .swiper-wrapper > .swiper-slide > a {
    width: 100%;
    position: relative;
    z-index: 99;
}
section#news > .news > .cent > .left > .news-carousel > .swiper-wrapper > .swiper-slide > a > span {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.2);
    height: 55px;
    width: 100%;
    padding-right: 150px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 15px;
}
section#news > .news > .cent > .left > .news-carousel > .swiper-pagination {
    text-align: right;
    height: 55px;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 15px;
    box-sizing: border-box;
}
section#news > .news > .cent > .left > .news-carousel > .swiper-pagination > .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ffffff;
}
section#news > .news > .cent > .left > .news-carousel > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #99CC33;
}
section#news > .news > .cent > .right {
    flex: 1;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
}
section#news > .news > .cent > .right > .hd > ul {
    display: flex;
    justify-content: space-between;
}
section#news > .news > .cent > .right > .hd > ul > li {
    width: 25%;
    margin: 0 .5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    background: #eeeeee;
    color: #666666;
    cursor: pointer;
}
section#news > .news > .cent > .right > .hd > ul > li.on {
    background: #017311;
    color: #ffffff;
}
section#news > .news > .cent > .right > .bd {
    margin-top: 7px;
}
section#news > .news > .cent > .right > .bd > div {
    display: flex;
    flex-direction: column;
}
section#news > .news > .cent > .right > .bd > div > a {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #EEEEEE;
}
section#news > .news > .cent > .right > .bd > div > a:last-of-type {
    border-bottom: 0;
}
section#news > .news > .cent > .right > .bd > div > a > .left {
    width: 22px;
}
section#news > .news > .cent > .right > .bd > div > a > .left > img {
    width: 22px;
    height: 22px;
}
section#news > .news > .cent > .right > .bd > div > a > .right {
    flex: 1;
    margin-left: 7px;
    display: flex;
    flex-direction: column;
}
section#news > .news > .cent > .right > .bd > div > a > .right > span:first-of-type {
    font-size: 16px;
    color: #333333;
}
section#news > .news > .cent > .right > .bd > div > a > .right > span:nth-child(2) {
    font-size: 16px;
    color: #333333;
    margin: 7px 0;
}
section#news > .news > .cent > .right > .bd > div > a > .right > span:last-of-type {
    font-size: 14px;
    color: #888888;
}
section#news > .news > a {
    width: 140px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #99CC33;
    border: 1px solid #99CC33;
    border-radius: 50px;
    margin-top: 30px;
    align-self: center;
}