@charset "utf-8";
.banner a{
    display: block;
    height: 640px;
    min-height: 200px;
}
.banner a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .page{
    font-size: 0;
    bottom: 31px;
}
.banner .page span{
    width: 48px;
    height: 6px;
    border-radius: 4px;
    margin: 0 3px;
    background: #fff;
    opacity: 1;
}
.banner .page span.active{
    background: #215130;
}

.title001{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title001 h2{
    font-size: 24px;
    color: #303133;
    font-weight: 600;
}
.title001 .more{
    font-size: 16px;
    color: #909399;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1;
}
.title001 .more img{
    display: block;
    width: 12px;
    margin-left: 10px;
}
.title002{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.title002 h2{
    font-size: 24px;
    color: #303133;
    line-height: 50px;
    padding-bottom: 6px;
    font-weight: 600;
    position: relative;
}
.title002 h2:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background:rgba(33,81,48,1);
}
.title002 .more2{
    font-size: 14px;
    font-weight: 400;
    color: silver;
    line-height: 20px;
}
.list_box1 li{
    width: 120px;
    height: 128px;
    background: #fbfbfc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0.03rem 0.1rem 0 #ebebeb;
    color: #303133;
    cursor: pointer;
    position: relative;
}
.list_box1 li a{
    display: block;
    padding-top: 16px;
    padding-bottom: 30px;
}
.list_box1 li a .icon{
    width: 72px;
    height: 72px;
    margin: 0 auto 15px;
    position: relative;
}
.list_box1 li a h3{
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    font-weight:  bold;
    text-align: center;
}
.list_box1 li:after
{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 0;
    background: #215130;
}
.list_box1 li:hover:after
{
    height: 6px;
    transition: height .4s
}

.container01 .title001{
    margin-bottom: 33px;
}
.container01{
    padding-top: 50px;
    padding-bottom: 20px;
}

.container02 .left{
    width: 568px;
}
.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 400px;
}
.list1w .page{
    font-size: 0;
    width: auto;
    left: auto;
    right: 15px;
    bottom: 16px;
}
.list1w .page span{
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 12px;
    background: #fff;
    opacity: 1;
}
.list1w .page span.active{
    background: rgba(33,81,48,1);
}
.container02 .right{
    width: 568px;
    padding: 0 10px 0 13px;
    background: #fff;
}
.list_box2 li{
    position: relative;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    color: #303133;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 12px;
    padding-right: 7px;
}
.list_box2 li:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    width: 6px;
    height: 6px;
    background: #e9e9e9
}
.list_box2 li a{
    /* padding-right: 160px; */
    width: 91%;
}
.list_box2 li span{
    position: absolute;
    right: 7px;
    top: 0;
}
.list_box2 li:hover{
    color: rgba(33,81,48,1);
}
.container03 .wp{
    display: flex;
    align-items: center;
    justify-content: center;
}
.container03 .block1{
    flex: 1.2 1;
    background: rgba(255, 255, 255, 0.7);
    padding: 24px 24px 25px ;
}
.container03 .block2{
    flex: 2 1;
    margin: 0 32px;
    padding: 24px 24px 25px ;
    background: #fff;
}
.container03 .img_box a{
    display: block;
}
.container03 .block1 .img_box .pic{
    height: 147px;
}
.container03 .block2 .img_box .pic{
    height: 296px;
}
.list_box3 li a{
    display: flex;
    height: 88px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    z-index: 3;
}
.list_box3 li .time{
    width: 72px;
    padding: 8px;
    background: #fff;
    text-align: center;
}
.list_box3 li .time span{
    display: block;
    font-size: 20px;
    height: 30px;
    color: #fff;
    background: rgba(33,81,48,1);
    line-height: 40px;
}
.list_box3 li .time em{
    display: block;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    color: rgba(33,81,48,1);
    background: rgba(2,88,164,.2);
}
.list_box3 li:first-child .time{
    margin-top: -50px;
}
.list_box3 li .txt{
    width: calc(100% - 80px);
}
.list_box3 li .txt p{
    font-size: 16px;
    font-weight: 500;
    color: #303133;
    line-height: 22px;
    max-height: 44px;
}
.list_box3 li:hover .txt p{
    color: rgba(33,81,48,1);
}
.list_box3{
    position: relative;
    margin-top: -12px;
}
.container03 .block2 .list_box3{
    position: relative;
    margin-top: -40px;
}
.container03 .block2 .list_box3 li a{
    height: 96px;
    align-items: flex-end;
    padding-bottom: 22px;
}
.container03 .block2 .list_box3 li:first-child .txt p{
   -webkit-line-clamp: 1;
}
.container03{
    padding-top: 50px;
}
.list2w a{
    display: block;
    position: relative;
}
.list2w{
    position: relative;
    overflow: hidden;

}
.list2w .swiper-container{
    overflow: visible;
    animation: pingyi 60s linear infinite
}
@keyframes pingyi {
    to {
        transform: translateX(-100%)
    }
}

.list2w a .pic{
    height: 210px;
}
.list2w a i.play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: url("../images/s4-img02.png") no-repeat 50%;
    background-size: 100%;
    margin: auto;
    z-index: 3;
}
.list2w a h2{
    font-size: 15px;
    line-height: 34px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 8px;
    z-index: 5;
    background: rgba(0,0,0,.4);
}
.list2w .btn{
    width: 36px;
    height: 36px;
    z-index: 3;
}
.list2w .btn img{
    display: block;
    width: 100%;
}
.container04 .title001{
    margin-bottom: 32px;
}
.container04 .wp{
    overflow: hidden;
}
.container04 {
    padding-top: 50px;
    padding-bottom: 50px;

}
.list_box4 ul{
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.list_box4 ul li{
    width: 96px;

}
.list_box4 ul li a{
    display: block;
}
.list_box4 ul li .icon{
    width: 72px;
    height: 72px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: .8s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin:  0 auto 30px;
}
.list_box4 ul li .icon img{
    display: block;
    width: 48px;
    height: 48px;
}
.list_box4 ul li .icon:after{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    content: "";
    width: 96px;
    height: 96px;
    border: 1px dashed rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    animation: xz 6s linear infinite;
}
@keyframes xz {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    to {
        transform: rotate(1turn)
    }
}
.list_box4 ul li p{
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    text-align: center;
}
.list_box4 ul li:hover .icon{
    transform: rotateY(180deg);
    background: #215130;
}
.container05{
    padding-top: 44px;
    padding-bottom: 32px;
    background: #215130;
}

.list3w {
    height: 800px;
}
.list3w video{
    width: 100%;
    height: 100%;
    object-fit: fill;
    cursor: pointer;
}
.list3w .video_box{
    height: 800px;
}

.container06 .bottom{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(0,0,0,.2);
    padding: 35px 0;
}
.list_tabs{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.list_tabs .li{
    width: 120px;
    height: 80px;
    margin: 0 32px;
    border: 6px solid #ffffff;
    cursor: pointer;
}
.list_tabs .li img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list_tabs .li.active{
    border: 6px solid #215130;

}
.list_tabs .li:hover{
    transform: translateY(-6px) scale(1.2);
}
.container06 .bottom .more3{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    z-index: 5;
}
.container06 .bottom .more3 a{
    display: flex;
    align-items: center;
}
.container06 .bottom .more3 a span{
    display: block;
    color: #fff;
    font-size: 12px;
    width: 18px;
    line-height: 16px;
}
.container06{
    position: relative;
    overflow: hidden;
}
.list_box5 ul{
    display: flex;
    flex-wrap: wrap;
}
.list_box5 ul li{
    width: 242px;
    padding-bottom: 14px;
    margin-right: 66px;
    margin-bottom: 32px;
    border-bottom: 1px solid #e9e9e9;
}
.list_box5 ul li:nth-child(4n){
    margin-right: 0;
}
.list_box5 ul li a{
    font-size: 16px;
    font-weight: 400;
    color: #303133;
    line-height: 22px;
}
.list_box5 ul li:hover a{
    color: #215130;
}
.list_box5{
    padding-top: 30px;
}
.container07{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #e9f6ed;
}

#adu18
{
   z-index:999999 !important;
}
