
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
.swiper-slide p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    color: #fff;
    font-size: 42px;
    letter-spacing: 3px;
}
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.container{
    width: 1180px;
    /* height: 2000px; */
    margin: 20px auto;
}
.title p{
    font-size: 24px;
    font-weight: 700;
}
.line{
    display: inline-block;
    width: 60px;
    height: 2px;
    margin-left: 20px;
    background-color: #007841 ;
}
.title_content{
    display: inline-block;
    margin-top: 6px;
    color: #666666;
    font-size: 14px;
}

.rowbox ul{
    display: flex;
    /* flex-direction: column; */
    justify-content: space-around;
}
.rowbox ul li{
    display: flex;
    border: 1px solid #d7d7d7;
    margin-top: 30px;
    position: relative;
    width: 30%;
}
.rowbox .row_left{
    width: 42px;
    background: #ececec;
    border-right: 1px solid #d7d7d7;
}
.rowbox .row_right{
    flex: 1;
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #666;
    padding-left: 40px;
    transition: all .2s ease-in-out;
}
.rowbox .row_right:hover{
    background-color: rgb(77, 77, 77);
    color: #fff;
}
.rowbox .row_right p{
    font-size: 18px;
    margin-bottom: 10px;
}
.rowbox .row_right span{
    font-size: 14px;
}
.rowbox .row_img{
    position: absolute;
    background: #007841;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    left: 42px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.rowbox .row_img img{
    width: 40px;
    height: 40px;
}
.intro_box{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}
.intro_box>img{
    width: 454px;
    height: 290px;
    border-radius: 5px;
    margin-top: 60px;
}
.intro{
    width: 56%;
    /* margin-top: 60px; */
}
.intro_title p{
    font-size: 30px;
    color: #007841;
}
.en_title{
    font-size: 24px !important;
}
.intro_title span{
    display: block;
    color: #666;
    line-height: 1.5;
    font-size: 15px;
    margin-top: 30px;
}

.about_tro ul{
    display: flex;
    margin-top: 50px;
    justify-content: space-around;
}
.about_tro ul li{
    width: 25%;
    margin-top: .30px;
}
.about_tro ul li p{
    font-size: 14px;
}
.about_tro ul li p>span{
    font-size: 44px;
    color: rgb(0, 120, 65);
    letter-spacing: 2px;
    margin-right: 3px;
}
.about_tro ul li .by{
    font-weight: 700;
    margin-top: 10px;
}
.more{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    color: rgb(0, 120, 65);
    width: 140px;
    padding: 0 10px;
    font-size: 14px;
    height: 42px;
    border: 2px solid rgb(102, 102, 102);

}
.more p{
    
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.more img{
    width: 20px;
    height: 16px;
}
.news_box ul{
    display: flex;
    justify-content: space-around;
}
.news_box li{
    width: 30%;
}
.news_box{
    margin-top: 60px;
}
.news_top{
    padding: 16px 0;
    border-bottom: 1px solid rgb(221, 221, 221);
}
.news_top p{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #555;
}
.news_top p a{
    width: 330px;
    display: block;
    white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.news_top span{
    color:#818181 ;
}
.news_bottom{
    padding: 16px 0;
    line-height: 2.6;
    text-align: justify;
    color: #a1a1a1;
    font-size: 14px;
}
.news_more{
    display: block;
    margin: 0 auto;
    text-align: center;
    width:80px;
    padding: 10px 30px;
    border: 1px solid #333;
    margin-top: 60px;
}

.bus_box ul{
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
}
.bus_box ul li{
    text-align: center;
    display: flex;
    flex-direction: column;
}
.bus_box ul li a{
    color: #333;
}
.bus_box ul li img{
    width: 146px;
    height: 110px;
}
.bus_box ul li p{
    margin-top: 6px;
}