@import "base.css";
@import url('oswald/font.css');
.row1{
    background: #f4f4f4 url("../img/bgn3_4.webp") 0 0 no-repeat;
    background-size: 100% auto;
    padding: 100px 0;
}

.row1 .img{
    text-align: center;
}

.row1 p{
    margin: 0 auto;
    max-width: 1048px;
    font-weight: bold;
    line-height: 2;
    color: rgb(51,51,51);
    font-size: 18px;
    text-indent: 2em;
}

.row1 .btn{
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.row1 .btn a{
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: #129239;
    border-color: #129239;
    border-radius: 10px 0 10px 0;
    color: #ffffff;
    padding: 0 40px;
}

.row1 .btn a:hover{
    background-color: #FF4000;
    color: #ffffff;
}

.row2{
    background: #f4f4f4 url('../img/row2_1.png') 0 0 no-repeat;
    background-size: 100% auto;
    padding: 98px 0 50px;
}

.row2 ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.row2 ul li{
    width: 25%;
    padding: 30px 0;
    color: #ffffff;
    line-height: 1;
    position: relative;
}

.row2 ul li::after{
    position: absolute;
    top: 20%;
    bottom: 20px;
    right: 0;
    width: 1px;
    content: '';
    background-color: rgba(255,255,255,0.5);
}

.row2 ul li:last-child::after{
    display: none;
}

.row2 ul li .count-top{
    display: flex;
    justify-content: center;
}

.row2 ul li .count-top .num{
    font-family: 'Oswald';
    font-size: 82px;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 0);
}

.row2 ul li .count-top .unit{
    align-self: flex-end;
    margin-bottom: 15px;
    margin-left: 10px;
}

.row2 ul li .count-title{
    text-align: center;
    margin-top: 10px;
}

.row3 {
    padding: 100px 0;
    background: url(../img/9efea996bb819da0d8eba8714a5891dd.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
}

.row3 .pro-header{
    text-align: center;
}

.row3 .pro-cate ul{
    list-style: none;
    margin: 50px 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.row3 .pro-cate ul li{
    margin: 0 10px;
}

.row3 .pro-cate ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: transparent;
    border:1px solid #655c55;
    padding: 0 20px;
    color: #ffffff;
    border-radius: 6px;
    transition: all 0.2s;
}

.row3 .pro-cate ul li a:hover{
    background: #e60012;
    border:1px solid #e60012;
}

.pro-list{
    display: flex;
}

.pro-list .left{
    width: 620px;
}

.pro-list .right{
    flex: 1;
    overflow: hidden;
}

.pro-list .right ul{
    list-style: none;
    margin: -40px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.pro-list .right ul li{
    width: 300px;
    margin: 40px 0 0 40px;
}

.pro-list a{
    display: block;
    position: relative;
}

.pro-list a .img{
    position: relative;
    z-index: 1;
}

.pro-list a .img img{
    width: 100%;
}

.pro-list a .title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    z-index: 2;
    transition: all 0.2s;
}

.pro-list a:hover .title{
    height: 150px;
    background-color: rgba(217,0,0,0.5);
    font-size: 20px;
}

.row4{
    background-color: #f4f4f4;
    padding: 100px 0;
}

.row4 .wrap{
    width: 1400px;
    position: relative;
    z-index: 1;
}

.row4 .row4-header{
    text-align: center;
    padding-bottom: 50px;
}

.row4 .row4-header img{
    margin: 0 auto;
}


.row4 .wrap .swiper-container .swiper-slide{
    position: relative;
}

.row4 .wrap .swiper-container .swiper-slide .img{
    height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px 50px 0 0;
    position: relative;
    z-index: 1;
}

.row4 .wrap .swiper-container .swiper-slide .img img{
    object-fit: cover;
    max-width: 100%;
    transition: all 1s;
    transform: scale(1.2);
}

.row4 .wrap .swiper-container .swiper-slide-active .img img{
    transform: scale(1);
}

.row4 .wrap .swiper-container .swiper-slide .detail{
    position: absolute;
    top: 110px;
    left: 0;
    width: 500px;
    z-index: 2;
    transition: all 1s;
    transform: scale(1.2);
    background-color: rgba(255,255,255,0.5);
    padding: 40px;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}

.row4 .wrap .swiper-container .swiper-slide-active .detail{
    transform: scale(1);
}

.row4 .wrap .swiper-container .swiper-slide .detail h2{
    font-size: 48px;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #2B5F2A;
}

.row4 .wrap .swiper-container .swiper-slide .detail p{
    color: #323232;
}

.row4 .wrap .swiper-container .swiper-slide .detail .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    width: 130px;
    height: 45px;
    border: 1px #1aa444 solid;
    border-radius: 10px 0 10px 0;
    text-align: center;
    transition: all 0.6s;
    margin-top: 22px;
    background-color: rgba(255,255,255,0.5);
}

.row4 .wrap .swiper-container .swiper-slide .detail .btn:hover{
    background-color: #1aa444;
    color: #ffffff;
}

.row4 .wrap .mySwiper{
    position: relative;
    z-index: 2;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.row4 .wrap .mySwiper .swiper-slide{
    width: 25%;
}

.row4 .wrap .mySwiper .swiper-slide a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    background-color: #ffffff;
    position: relative;
}

.row4 .wrap .mySwiper .swiper-slide i{
    font-style: normal;
    font-size: 24px;
    color: rgb(17, 17, 17);
}

.row4 .wrap .mySwiper .swiper-slide b{
    font-size: 20px;
    color: rgb(153, 153, 153);
    margin-top: 3px;
    font-weight: normal;
}

.row4 .wrap .mySwiper .swiper-slide::after{
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    bottom: 0;
    content: '';
    background-color: #e8e8e8;
}

.row4 .wrap .mySwiper .swiper-slide:last-child::after{
    display: none;
}


.row4 .wrap .mySwiper .swiper-slide-thumb-active a {
    background-color: #418f3f;
}

.row4 .wrap .mySwiper .swiper-slide-thumb-active a i{
    color: #ffffff !important;
}

.row4 .wrap .mySwiper .swiper-slide-thumb-active a b{
    color: #a0c79f;
}

.row5{
    background: url('../img/insec5-bg.webp') 0 0 no-repeat;
    background-size: 100% auto;
    padding: 100px 0;
}

.row5 .wrap{
    width: 1400px;
}



.row5 .swiper-container{
    overflow: hidden;
    border-radius: 30px 0 30px 0;
}

.row5 .swiper-slide{
    display: flex;
}

.row5 .swiper-slide .left{
    width: 50%;
}

.row5 .swiper-slide .left .img{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.row5 .swiper-slide .left .img img{
    object-fit: cover;
    max-width: 100%;
}

.row5 .swiper-slide .right{
    width: 50%;
    background-color: #408f3e;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.row5 .swiper-slide .right h2{
    color: #ffffff;
    font-size:34px;
    margin: 0;
}

.row5 .swiper-slide .right .line{
    width: 50px;
    height: 2px;
    background: #fff;
    margin: 30px 0;
}

.row5 .swiper-slide .right p{
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 400;
    text-align: justify;
}

.row5 .swiper-slide .right .slideBtn{
    position: relative;
    display: flex;
}

.row5 .swiper-slide .right .slideBtn .swiper-button{
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 36px;
    height: 36px;
    margin: 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row5 .swiper-slide .right .slideBtn .swiper-button:hover{
    background-color: #ffffff;
}

.row5 .swiper-slide .right .slideBtn .swiper-button::after{
    font-size: 16px;
    color: #ffffff;
}

.row5 .swiper-slide .right .slideBtn .swiper-button:hover::after{
    color: #408f3e;
}

.row5 .swiper-slide .right .slideBtn .swiper-button-next{
    margin-left: 15px;
}

.row5 .swiper-slide .right .slideBtn .swiper-button-next::after{
    margin-left: 5px;
}

.row6 {
    background-color: #f4f4f4;
    padding: 100px 0;
}

.row6 .wrap{
    width: 1400px;
}

.row6 .row6-header{
    text-align: center;
    margin-bottom: 50px;
}

.row6 .flex{
    display: flex;
}

.row6 .flex .left{
    width: 450px;
}

.row6 .flex .right{
    flex: 1;
    margin-left: 40px;
}

.row6 .flex .left .item a{
    display: block;
    background-color: #ffffff;
}

.row6 .flex .item a .img{
    position: relative;
    overflow: hidden;
    padding-bottom: 62%;
}

.row6 .flex .item a .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transition: all .5s ease;
    transform: translate(-50%, -50%) scale(1.1);
}

.row6 .flex .item a:hover .img img{
    transform: translate(-50%, -50%) scale(1);
}

.row6 .flex .left .item a .detail{
    padding: 30px;
}

.row6 .flex .item a .detail .title{
    font-size: 24px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    width: 100%;
    padding-bottom: 10px;
}

.row6 .flex .item a .detail .info{
    color: #777;
    overflow: hidden;
    margin: 10px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.row6 .flex .item a .detail .btn{
    width: 130px;
    height: 45px;
    border: 1px #1aa444 solid;
    border-radius: 10px 0 10px 0;
    line-height: 45px;
    text-align: center;
    transition: all 0.6s;
    margin-top: 22px;
}

.row6 .flex .item a:hover .detail .btn{
    background: #1aa444;
    color: #ffffff;
}

.row6 .flex .right .item{
    background-color: #ffffff;
}

.row6 .flex .right .item:first-child{
    margin-bottom: 30px;
}

.row6 .flex .right .item a{
    display: flex;
    align-items: center;
}

.row6 .flex .right .item a .detail{
    flex: 1;
    padding: 30px;
}

.row6 .flex .right .item a .img{
    width: 450px;
    height: 250px;
    margin-left: auto;
    padding-bottom: 0;
}

.row6 .flex .right .item a .img img{
    z-index: 1;
}

.row6 .flex .right .item a .img::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    content: '';
    background: linear-gradient(to right, #ffffff , transparent);
    z-index: 2;
}