@charset "utf-8";
.ImgBanner{
    width: 100%;
    overflow: hidden;
    position: relative;
    animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.banner>div{
    float: left;
}
.banner .news_images a{
    display: block;
    width: 100%;
    height: auto;
    padding: 24% 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner .slick-dots{
    width: auto;
    left: 50%;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateX(-50%);
}
.banner .slick-dots li{
    width: 12px;
    height: 12px;
    margin-right: 15px;
    position: relative;
}
.banner .slick-dots li:last-of-type{
    margin-right: 0;
}
.banner .slick-dots li button,.banner .slick-dots li button:before{
    width: 12px;
    height: 12px;
    border-radius: 100%;
}
.banner .slick-dots li button:before {
    content: '';
    opacity: 1;
    background: rgba(1,67,40,0.5);
    z-index: 10;
}
.banner .slick-dots li.slick-active button:before{
    background: #014328;
}
.lmTit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 0.3rem;
}
.lmTit h2{
    font-family: Microsoft YaHei;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0em;
    color: #2E2E2E;
    padding-bottom: 0.3rem;
    background: url(../img/lmTitBg.png) no-repeat bottom center;
    position: relative;
}
.lmTit h2::before{
    display: block;
    content: "";
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 100%;
    background: linear-gradient(316deg, rgba(255, 255, 255, 0) 0%, #4BD29B 113%);
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-40%,-30%);
    z-index: 0;
}
.lmTit a.more{
    display: block;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0em;
    color: #929292;
    position: absolute;
    right:0;
    top: 50%;
    transform: translateY(-50%);
}
.lmTit a.more:hover{
    color: #2C7155;
}
.indexCon1{
    margin-top: 0.6rem;
}
.indexCon1 .w1400,.indexCon2 .w1400{
    display: flex;
    justify-content: space-between;
}
.new{
    width: 73.28%;
}
/* .new ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
} */
.new ul li {
    width: 32.8%;
    float: right;
}
.new ul li a{
    display: block;
    padding-bottom: 0.4rem;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid #E4E4E4;
}
.new ul li:last-of-type a{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.new ul li a .con span:nth-of-type(1){
    display: block;
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.26rem;
    letter-spacing: 0em;
    color: #383838;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0.22rem 0 0.19rem;
}
.new ul li a .con span:nth-of-type(2){
    display: block;
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    height: 0.52rem;
    letter-spacing: 0em;
    color: #9E9E9E;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new ul li a p.time{
    font-family: Source Han Serif CN;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.26rem;
    letter-spacing: 0em;
    color: #9E9E9E;
}
.new ul li a p.time span{
    font-size: 0.26rem;
    color: #2C7155;
}
.new ul li a:hover .con span:nth-of-type(1){
    color: #2C7155;
}
.new ul li a:hover .con span:nth-of-type(2){
    color: #383838;
}
.new ul li.first{
    width: 62.7%;
    float: left;
}
.new ul li.first a{
    padding-bottom: 0.25rem;
    margin-bottom: 0;
    border-bottom: 2px solid #E4E4E4;
    position: relative;
}
.new ul li.first a::before{
    display: block;
    content: "";
    width: 11.96%;
    height: 2px;
    background: #D7B37E;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 9;
}
.new ul li.first a::after{
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background: #2C7155;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 8;
}
.new ul li.first a .img{
    overflow: hidden;
}
.new ul li.first a .img span{
    display: block;
    width: 100%;
    padding: 4.76rem 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
}
.new ul li.first a .tit{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.26rem;
    height: 0.52rem;
    letter-spacing: 0em;
    color: #383838;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 74%;
    margin-top: 0.25rem;
}
.new ul li.first a .time{
    width: 1.1rem;
    height: 0.84rem;
    background: #2C7155;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    right: 0.3rem;
    bottom: 0.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.new ul li.first a .time span{
    display: block;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
}
.new ul li.first a:hover::after{
    width: 100%;
}
.new ul li.first a:hover .tit{
    color: #2C7155;
}
.new ul li.first a:hover .img span{
    transform: scale(1.08);
}
.xyHome{
    width: 23.6%;
}
.xyHome ul{
    width: 100%;
    padding: 0.35rem 0.2rem;
    box-sizing: border-box;
}
.xylxq .lmTit,.xyHome .lmTit{
    justify-content: center;
}
.xyHome ul li{
    width: 100%;
    height: 1.02rem;
    background: #F0F9F5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.34rem;
}
.xyHome ul li:last-of-type{
    margin-bottom: 0;
}
.xyHome ul li a{
    display: flex;
    width: 95%;
    height: 85%;
    font-family: Microsoft YaHei;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0em;
    color: #2E2E2E;
    box-sizing: border-box;
    border: 0.4px solid #A6C4B8;
    background: url(../img/xyHomeBg1.png) no-repeat left center;
    align-items: center;
    text-indent: 75px;
}
.xyHome ul li:hover{
    background: #2C7155;
}
.xyHome ul li:hover a{
    color: #ffffff;
    border: 0.4px solid rgba(255, 255, 255, 0.3);
    background: url(../img/xyHomeBg2.png) no-repeat left center;
}
.indexCon3{
    margin-top: 1.1rem;
}
.indexCon3 ul li:nth-of-type(even){
    transform: rotateY(-5deg);
}
.indexCon3 ul li:nth-of-type(odd){
    transform: rotateY(5deg);
}
.indexCon3 ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.35rem 0 0.55rem;
}
.indexCon3 ul li a p.tit{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.24rem;
    text-align: center;
    letter-spacing: 0em;
    color: #3D3D3D;
    margin-top: 0.25rem;
    position: relative;
}
.indexCon3 ul li a:hover p.tit{
    color: #2C7155;
}
.indexCon3 ul li a p.tit::before{
    display: block;
    content: "";
    width: 0.9rem;
    height: 1rem;
    background: url(../img/lsBg.png) no-repeat center;
    position: absolute;
    right: -24%;
    top: 50%;
    transform: translateY(-60%);
    z-index: 0;
}
.indexCon3 ul li:nth-of-type(even) a{
    background: #FFFFFF;
    border: 1px solid #CBF2E2;
    box-sizing: border-box;
    position: relative;
}
.indexCon3 ul li:nth-of-type(even) a::before{
    display: block;
    content: "";
    width: 0.08rem;
    height: 100%;
    background: #CBF2E2;
    position: absolute;
    left: 0;
    top: 0;
}
.indexCon3 ul li:nth-of-type(odd) a{
    background: #F6F6F6;
}
.indexCon3 ul li:nth-of-type(even) a p.img{
    border: 6px solid #EDEDED;
    width: 1.28rem;
    padding: 0.7rem 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.indexCon3 ul li:nth-of-type(odd) a p.img{
    border: 6px solid #ffffff;
    width: 1.28rem;
    padding: 0.7rem 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.indexCon3 .w1400{
    position: relative;
}
.indexCon3 .prev,.indexCon3 .next{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: url(../img/arrowIcon1.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.indexCon3 .prev{
    left: -0.8rem;
}
.indexCon3 .next{
    right: -0.8rem;
    transform: rotateY(180deg) translateY(-50%);
}
.indexCon3 .prev:hover,.indexCon3 .next:hover{
    background: url(../img/arrowIcon2.png) no-repeat center; 
}
.indexCon2{
    margin-top: 0.78rem;
    padding: 0.6rem 0 0.88rem;
    background: url(../img/indexBg.png) no-repeat center;
    background-size: cover;
}
.indexCon2 .lmTit{
    margin-bottom: 0.36rem;
}
.xyyx{
    width: 73.28%;
}
.xylxq{
    width: 23.6%;
}
.xylxq ul li{
    margin-bottom: 0.5rem;
}
.xylxq ul li:last-of-type{
    margin-bottom: 0;
}
.xylxq ul li a{
    display: block;
    width: 100%;
    overflow: hidden;
}
.xylxq ul li a img{
    display: block;
    width: 100%;
    height: 1.25rem;
    object-fit: cover;
    transition: all .3s;
}
.xylxq ul li a:hover img{
    transform: scale(1.08);
}
.xyyxSub{
    display: flex;
    justify-content: space-between;
}
.lb_1{
    width: 76.6%;
}
.lb_1 ul li{
    overflow: hidden;
    width: 100%;
    height: auto;
}
.lb_1 ul li a{
    display: block;
    width: 100%;
    padding: 4.75rem 0 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .5s;
}
.lb_1 ul li a p{
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0em;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.28rem 0.45rem;
    box-sizing: border-box;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.lb_1 ul li a:hover{
    transform: scale(1.05);
}
.lb_2{
    width: 21.8%;
    display: flex;
    align-items: center;
    position: relative;
}
.lb_2 ul li {
    margin: 6px 0;
}
.lb_2 ul li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.lb_2 ul li a::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.lb_2 ul li a img{
    display: block;
    width: 100%;
    height: 1.4rem;
    object-fit: cover;
}
.lb_2 ul li.slick-current a::before{
    display: none;
}
.lb_2 .prev,.lb_2 .next{
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: url(../img/arrowIcon3.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.lb_2 .prev{
    top: -6px;
}
.lb_2 .next{
    bottom: -6px;
    transform: rotateX(180deg) translateX(-50%);
}
.lb_2 .prev:hover,.lb_2 .next:hover{
    background: url(../img/arrowIcon4.png) no-repeat center; 
}
.indexCon1 .new,.indexCon1 .xyHome,
.indexCon2 .xyyx,.indexCon2 .xylxq,
.indexCon3{
    visibility: visible;
    opacity: 0;
}
.indexCon1.animation .new{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
}
.indexCon1.animation .xyHome{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .3s 1 normal backwards running fadeInRight;
}
.indexCon2.animation .xyyx{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
}
.indexCon2.animation .xylxq{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .3s 1 normal backwards running fadeInRight;
}
.indexCon3.animation{
    visibility: inherit;
    opacity: 1;
    animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
@media only screen and (max-width: 1600px){
    .indexCon3 .prev, .indexCon3 .next{
        top: auto;
        bottom: 0;
        transform: translateY(0.75rem);
    }
    .indexCon3 .next {
        right: 45%;
        transform: rotateY(180deg) translateY(0.75rem);
    }
    .indexCon3 .prev {
        left: 45%;
    }
}