@import "media.css";
.banner{
    width: 100%;
    /*border-bottom: 2px solid #009440;*/
}
.banner img{
    width: 100%;
}

/*banner swiper*/
.banner .swiper-container{
    /*--swiper-theme-color: #ff6600;!* 设置Swiper风格 *!*/
    --swiper-navigation-color: rgba(255,255,255,0.5);/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.banner .swiper-button-next, .banner .swiper-button-prev{
    border-radius: 100px;
    /*border: 1px solid #094;*/
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: rgba(0,0,0,0.05);
}
.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover{
    background-color: rgba(2,164,65,1) !important;
}
.banner .swiper-container:hover{
    --swiper-navigation-color: rgba(255,255,255,1);/* 单独设置按钮颜色 */
}
.banner .swiper-container:hover .swiper-button-next, .banner .swiper-container:hover .swiper-button-prev{
    background-color: rgba(0,0,0,0.3);
}

.banner .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 10px!important;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 30px!important;
    height: 10px;
    border-radius: 10px;
    background-color: rgba(2,164,65,0.6);
}


/*section*/
.sector{
    padding: 80px 0;
}

/*block title*/
.block-title-wrapper{
    text-align: center;
}
.block-title{
    display: inline-flex!important;
    justify-content: center!important;
    flex-wrap: nowrap!important;
}
.block-title-text{
    padding: 0 15px;
    margin: auto;
    font-size: 30px;
    font-weight: bolder;

}
.block-title-line{
    width: 50px;
    height: 1px;
    background-color: #094;
}
.block-sub-title{
    color: #666;
    font-family: Arial, "Liberation Mono", Courier, "微软雅黑";
    letter-spacing: 1px;
    padding-top: 5px;
    font-weight: 500;
    font-size: 20px;
}

/*product*/
.big-img{}
.big-img img{
    width: 70%;
}
.product{
    width: 100%;
}
.product-tabs{
    padding-top: 50px;
}
.product-tab{
    padding: 15px;
    /*border-bottom: 1px solid #CCC;*/
}
.product-tab:hover{
    color: #009440;
    /*border-bottom: 1px solid #094;*/
}
.product-tab.border-scale:after{
    background-color: #094!important;
}
.product-list{
    width: 80%!important;
    margin: auto;
    padding: 35px 100px;
    justify-content: flex-start;
    /*background: url("../images/bg@product_index.png") no-repeat left center;*/
    background-size: cover;
}
.product-item-wrapper{
    width: 25%;
}
.product-item{
    margin: 15px;
    border: 1px solid #CCC;
    border-radius: 10px;
    overflow: hidden;
    /*height: 200px;*/
}
.item-img{
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.item-img img{
    max-width: 90%;
    max-height: 90%;
}
.item-title{
    text-align: center;
    padding: 15px 0 5px;
}
.item-btn{
    padding: 5px 10px;
    border: 1px solid #000;
    color: #000;
    margin: 15px auto 25px;
    width: 150px;
    text-align: center;
    font-size: 14px;
}
.product-item-wrapper:hover .product-item{
    border: 1px solid #094;
}
.product-item-wrapper:hover .item-title{
    color: #094;
}
.product-item-wrapper:hover .item-btn{
    border-color: #094;
    color: #094;
}


/*about*/
.about{
    background: url("../images/bg@about_index.jpg") center bottom;
}
.about-num{
    padding-top: 50px;
    margin: auto;
    max-width: 1500px;
    justify-content: space-between;
}
.num-item{
    flex-grow: 1;
    border-right: 1px solid #666;
}
.num-item:last-child{
    border: none;
}
.num{
    font-size: 32px;
    color: #094;
    text-align: center;
}
.num-desc{
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding-top: 10px;
    font-weight: lighter;
}
.about-main{
    margin: auto;
    padding-top: 80px;
    max-width: 1331px;
    color: rgba(255,255,255,0.8);


    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: stretch;
}
.about-main a{
    color: rgba(255,255,255,0.8);
}
.about-main a:hover .item-content{
    /*color: #094;*/
}
.about-left{
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    flex-basis: 58%;

    font-size: 16px;
    line-height: 1.8em;
    text-indent: 2em;
    padding-right: 2%;
    font-weight: lighter;
    letter-spacing: 1px;

}
.left-item{
    flex-wrap: nowrap;
}

.item-icon{
    flex-direction: column;
    border: 1px solid #fff;
    border-radius: 45px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    flex-shrink: 0;
}
.icon-desc{
    padding-top: 5px;
    font-size: 13px;
}
.item-content{
    padding:0 100px 0 15px;
    line-height: 2em;
    font-weight: lighter;
    letter-spacing: 1px;
}

.about-right{
    flex-basis: 40%;
    flex-grow: 1;
}
.about-right video{
    width: 100%;
}

/*service*/
.service{
    padding-bottom: 0;
}
.service-wrapper{
    margin: auto;
    max-width: 90%;
    justify-content: space-between;
}
.service-item{
    width: 32%;
    border-radius: 10px;
    overflow: hidden;
}
.service-img{
    overflow: hidden;
}
.service-img img{
    width: 100%;
}
.service-text{
    padding: 15px 25px 0;
    background-color: rgb(238,238,238);
}
.service-title{
    font-size: 24px;
}
.service-sub-title{
    font-size: 18px;
    font-weight: lighter;
    padding: 15px 0;
    color: #333;
}
.service-more{
    padding: 15px 0 15px;
    border-top: 1px solid #dedede;
    justify-content: space-between;
    font-weight: lighter;
    color: #333;
    font-size: 14px;
}
.service-more .icon{
    fill: #FFF;
    width: 25px;
    height: 25px;
}
.service-more:hover .icon{
    fill: #000!important;
}

/*news*/
.news{}
.news-wrapper{
    padding-top: 60px;
    max-width: 90%;
    margin: auto;
    justify-content: space-between;
    align-items: flex-start;
}
.news-left{
    width: 45%;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    overflow: hidden;
}
.news-left-img{
    overflow: hidden;
}
.news-left-img img{
    width: 100%;
}
.news-left-text{
    padding: 20px;
    display: block;
}
.news-left-title{
    font-size: 24px;
    padding: 10px 0;
}
.news-left-desc{
    font-size: 16px;
    font-weight: lighter;
    border-top: 1px solid #eee;
    padding: 15px 0 5px;
}
.news-right{
    width: 50%;
    font-weight: lighter;
}
.news-right-item{
    justify-content: stretch;
    align-items: flex-start;
    flex-wrap: nowrap;
    border-bottom: 1px solid #EEEEEE;
    padding: 32px 0;
}
.news-right-item:first-child{
    padding-top: 5px;
}
.date-wrapper{
    background-color: rgb(245,245,245);
    display: inline-block;
    padding: 10px;
}
.date-day{
    font-size: 2.75rem;
}
.date-year-month{
    font-size: 13px;
}
.item-text{
    flex-grow: 1;
    padding-left: 1rem;
}
.text-title{
    font-size: 20px;
    padding-bottom: 15px;
}
.text-desc{
    font-size: 14px;
    line-height: 1.8em;
}
.item-icon{
    text-align: center;
}
.item-icon .icon{
    width: 30px;
    height: 30px;
    fill: #CCC;
}
.news-right-item:hover .date-wrapper{
    background-color: #094;
    color: #fff;
}
.news-right-item:hover .text-title{
    color: #094;
}
.news-right-item:hover .icon{
    fill: #094;
}

/*advantage*/
.advantage{
    background-color: rgb(247,246,246);
    padding: 50px 0;
    font-weight: lighter;
}
.advantage-wrapper{
    max-width: 90%;
    margin: auto;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.advantage-item{
    flex-wrap: nowrap;
}
.advantage-item-icon{}
.advantage-item-icon .icon{
    width: 5rem;
    height: 5rem;
    fill: rgb(114,118,119);
}
.advantage-item-text{
    padding-left: 15px;
}
.advantage-item-title{
    font-size: 20px;
}
.advantage-item-desc{
    font-size: 14px;
    padding-top: 5px;
}
