@charset "utf-8";
*{-webkit-tap-highlight-color: transparent;  margin:0; padding:0;}
a:focus, *:focus {outline:none;}
a{text-decoration: none;color: black; outline:none;}
b{font-weight: 400;}
a,b,p,span{font-family: "Microsoft YaHei";}
li{list-style:none;}
img{vertical-align:middle; border:0 none;}
input[type=submit]{-webkit-appearance:none;}  /*去除input默认样式*/
input[type=button]{-webkit-appearance:none;}
/*================================================*/
html,body{
    width: 100%;
    margin: 0;padding: 0;
    -webkit-text-size-adjust: 100%!important;
    font-family:"Microsoft YaHei";
    font-size: 16px;
    background: #EAEAEA;
}

/* @font-face {
    font-family:"Microsoft YaHei";
    src: url(../font/SourceHanSansCN-Regular.otf)
}

@font-face {
    font-family:"Microsoft YaHei";
    src: url(../font/SourceHanSansCN-Medium.otf)
} */
/*================================================*/
.nav-box{
    width: 100%;
    height: 80px;
    background: transparent;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
}
.nav-box.show{
    background: #0FA22E;
}
.nav-box-2{
    background: #0FA22E;
}

.nav-box .nav{
    width: 1240px;
    height: 80px;
    margin: 0 auto;
}
.nav-box .nav .logo{
    width: 202px;
    height: 40px;
    padding: 10px 0;
    float: left;
}
.nav-box .nav .logo > a{
    display: block;
    width: 202px;
    height: 60px;
    background: url(../image/logo.png) center no-repeat;
    background-size: cover;
}


.nav-box .nav .menu{
    display: inline-block;
    height: 80px;
    line-height: 80px;
    float: right;
}
.nav-box .nav .menu .li{
    display: inline-block;
    height: 80px;
    float: left;
    margin-left: 90px;
    cursor: pointer;
}
.nav-box .nav .menu .li .li-top{
    width: 100%;
    height: 66px;
    line-height: 80px;
}
.nav-box .nav .menu .li .li-top span{
    font-size: 18px;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: 400;
    color: white;
}


.nav-box .nav .menu .li .li-bot{
    width: 100%;
    height: 2px;
}
.nav-box .nav .menu .li .li-bot .icon{
    width: 26px;
    height: 2px;
    border-radius: 2px;
    margin: 0 auto;
}


.nav-box .nav .menu .li.show .li-bot .icon{
    background: white;
}
.nav-box .nav .menu .li.show.tab .li-bot .icon{
    background: white;
}



.public-mbx{
    width: 100%;
    min-height: 0;
    border-bottom: 1px solid rgba(190, 190, 190, 0.50);
}
.public-mbx .nav-a{
    width: 1240px;
    height: 92px;
    margin: 0 auto;
}
.public-mbx .nav-a span{
    display: inline-block;
    height: 92px;
    line-height: 92px;
    float: left;

    font-size: 22px;
    font-family:"Microsoft YaHei";
    font-weight: 400;
    color: #484848;
}
.public-mbx .nav-a span a{
    font-size: 22px;
    font-family:"Microsoft YaHei";
    font-weight: 400;
    color: #484848;
    line-height: 52px;
}
.public-mbx .nav-a span a:hover{
    color: #51AC3C;
}

.public-mbx .nav-a span.sp-1{
    width: 15px;
    height: 92px;
    margin-right: 10px;
}
.public-mbx .nav-a span.sp-1 .icon{
    width: 15px;
    height: 13px;
    margin: 18.5px 0;
}

.public-mbx .nav-a span.sp-2.show a{
    color: rgba(15, 162, 46, 1);
}

.public-mbx .nav-a span.sp-3{
    padding: 0 20px;
    font-size: 18px;
    color: #ADABAB;
}

/*================================================*/
.zcll-1{
    width: 100%;
    min-width: 1240px;
    min-height: 0;
    margin: 0 auto;
    overflow: hidden;
}
.zcll-1 .m-1{
    width: 100%;
    height: 720px;
    margin: 0 auto;
}
.zcll-1 .m-1 .banner{
    width: 100%;
    height: 720px;
    position: relative;
}
.zcll-1 .m-1 .banner .swiper-container-1{
    width: 100%;
    height: 720px;
}
.zcll-1 .m-1 .banner .swiper-container-1 .swiper-slide{
    width: 100%;
    height: 720px;
}
.zcll-1 .m-1 .banner .swiper-container-1 .swiper-slide .pic{
    width: 100%;
    height: 720px;
}


.zcll-1 .m-1 .banner .swiper-pagination-fraction,
.zcll-1 .m-1 .banner .swiper-pagination-custom,
.zcll-1 .m-1 .banner .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 92px !important;
}
.zcll-1 .m-1 .banner .swiper-container-1 .swiper-pagination-bullet{
    width: 18px;
    height: 4px;
    border-radius: 4px;
    display: inline-block;
    background: #FFFFFF;
    margin: 0 8px;
}
.zcll-1 .m-1 .banner .swiper-container-1 .swiper-pagination-bullet-active{
    width: 70px;
}


.zcll-1 .m-1 .banner .button-next-1{
    width: 56px;
    height: 56px;
    position: absolute;
    top: 422px;
    left: 40px;
    border-radius: 50%;
    background: url(../img/v1-4-1.png) center no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index: 80;
    display: none;
}
.zcll-1 .m-1 .banner .button-next-1:hover{
    background: #6EB802;
}

.zcll-1 .m-1 .banner .button-prev-1{
    width: 56px;
    height: 56px;
    position: absolute;
    top: 422px;
    right: 40px;
    border-radius: 50%;
    background: url(../img/v1-4-2.png) center no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index: 80;
    display: none;
}

.zcll-1 .m-1 .banner .button-prev-1:hover{
    background: #6EB802;
}

.zcll-1 .m-1 .banner:hover .button-next-1{
    display: block;
}
.zcll-1 .m-1 .banner:hover .button-prev-1{
    display: block;
}


.zcll-1 .m-2 {
    width: 100%;
    min-height: 0;
    margin: 0 auto;
}

/*公共title*/
.title-box{
    width: 1240px;
    height: 78px;
    padding: 70px 0 32px;
    margin: 0 auto;
    position: relative;
}
.title-box .ts-0{
    width: 1240px;
    height: 1px;
    background: #C3BFBF;
    position: absolute;
    top: 120px;
}
.title-box .ts-1{
    width: 1240px;
    height: 52px;
    position: absolute;
    top: 70px;
    display: flex;
    justify-content: center;
}
.title-box .ts-1 > span{
    display: inline-block;
    height: 52px;
    padding: 0 10px;
    background: #EAEAEA;

    font-weight: 700;
    font-size: 38px;
    color: #414141;
    line-height: 50px;
    letter-spacing: 2px;
}
.title-box .ts-2{
    width: 1240px;
    height: 30px;

    position: absolute;
    bottom: 32px;
    display: flex;
    justify-content: center;
}
.title-box .ts-2 > span{
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    background: #EAEAEA;

    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 20px;
    color: #0FA22E;
    line-height: 30px;
}


.zcll-1 .m-2 .n-2{
    width: 1240px;
    min-height: 0;
    margin: 0 auto;
}

.zcll-1 .m-2 .n-2 .video-box{
    width: 1240px;
    box-sizing: border-box;
    padding: 60px 0 0 55px;
    background: white;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.zcll-1 .m-2 .n-2 .video-box .video-l{
    width: 800px;
    height: 450px;
    align-items: center;
}
.zcll-1 .m-2 .n-2 .video-box .video-l video{
    width: 800px;
    height: 450px;
}


.zcll-1 .m-2 .n-2 .video-box .video-r{
    flex: 1;
    height: 450px;
}
.zcll-1 .m-2 .n-2 .video-box .video-r .ul{
    width: 100%;
    height: 450px;
    overflow-y: scroll;
}

.zcll-1 .m-2 .n-2 .video-box .video-r .ul .li{
    width: 100%;
    height: 112px;
    border-bottom: 1px solid rgba(190, 190, 190, 0.20);
    box-sizing: border-box;
    padding: 18px 55px 10px 20px;
    cursor: pointer;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


/* 定义滚动条的样式 */
.zcll-1 .m-2 .n-2 .video-box .video-r .ul::-webkit-scrollbar {
    width: 6px; /* 定义滚动条的宽度 */
}

/* 定义滚动条轨道的样式 */
.zcll-1 .m-2 .n-2 .video-box .video-r .ul::-webkit-scrollbar-track {
    background: white; /* 定义轨道的背景颜色 */
    border-radius: 3px; /* 定义轨道的圆角 */
}

/* 定义滚动条滑块的样式 */
.zcll-1 .m-2 .n-2 .video-box .video-r .ul::-webkit-scrollbar-thumb {
    background: #0FA22E; /* 定义滑块的背景颜色 */
    border-radius: 3px; /* 定义滑块的圆角 */
}

/* 鼠标悬停在滑块上时的样式 */
.zcll-1 .m-2 .n-2 .video-box .video-r .ul::-webkit-scrollbar-thumb:hover {
    background: #555; /* 定义悬停时的背景颜色 */
}

/* 定义滚动条按下时的样式 */
.zcll-1 .m-2 .n-2 .video-box .video-r .ul::-webkit-scrollbar-thumb:active {
    background: #333; /* 定义按下时的背景颜色 */
}

.zcll-1 .m-2 .n-2 .video-box .video-r .ul .li:hover{
    background: rgba(15, 162, 46, 0.10);
}

.zcll-1 .m-2 .n-2 .video-box .video-r .ul .li .li-l{
    width: 30px;
    height: 84px;
    margin-right: 16px;
}
.zcll-1 .m-2 .n-2 .video-box .video-r .ul .li .li-l .icon{
    width: 30px;
    height: 30px;
    margin-top: 6px;
    background: url(../image/v25-1.png) center no-repeat;
    background-size: cover;
}
.zcll-1 .m-2 .n-2 .video-box .video-r .ul .li.show .li-l .icon{
    background: url(../image/v25-2.png) center no-repeat;
    background-size: cover;
}


.zcll-1 .m-2 .n-2 .video-box .video-r .ul .li .li-r{
    flex: 1;
    height: 84px;
    overflow: hidden;
    line-height: 40px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 20px;
    color: #484848;
}

.zcll-1 .m-2 .n-2 .video-box .video-r .ul .li.show .li-r{
    color: rgba(15, 162, 46, 1);
}




.zcll-1 .m-2 .n-3{
    width: 1130px;
    padding: 25px 55px;
    background: white;
    margin: 0 auto;
}

.zcll-1 .m-2 .n-3 .item-box{
    width: 1130px;
    min-height: 0;
}

.zcll-1 .m-2 .n-3 .item-box .item{
    width: 1130px;
    height: 154px;
    box-sizing: border-box;
    padding: 16px 24px 18px;
    margin-bottom: 25px;
    background: white;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.zcll-1 .m-2 .n-3 .item-box .item:hover{
    background: rgba(15,162,46,0.1);
}

.zcll-1 .m-2 .n-3 .item-box .item .item-l{
    width: 120px;
    height: 120px;
    margin-right: 22px;
}
.zcll-1 .m-2 .n-3 .item-box .item .item-l .time{
    width: 120px;
    height: 64px;
    background: #E6E6E6;
    padding: 28px 0;
}
.zcll-1 .m-2 .n-3 .item-box .item .item-l .time .v1{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;

    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 26px;
    color: #484848;
}
.zcll-1 .m-2 .n-3 .item-box .item .item-l .time .v2{
    width: 60px;
    height: 1px;
    margin: 2px auto;
    background: #BEBEBE;
}

.zcll-1 .m-2 .n-3 .item-box .item .item-l .time .v3{
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;

    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #484848;
    line-height: 24px;
}


.zcll-1 .m-2 .n-3 .item-box .item:hover .item-l .time{
    background: #0FA22E;
}
.zcll-1 .m-2 .n-3 .item-box .item:hover .item-l .time .v1{
    color: white;
}
.zcll-1 .m-2 .n-3 .item-box .item:hover .item-l .time .v2{
    background: white;
}

.zcll-1 .m-2 .n-3 .item-box .item:hover .item-l .time .v3{
    color: white;
}



.zcll-1 .m-2 .n-3 .item-box .item .item-r{
    height: 120px;
    flex: 1;
}
.zcll-1 .m-2 .n-3 .item-box .item .item-r .v1{
    height: 40px;
    line-height: 40px;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 24px;
    color: #484848;
    line-height: 40px;
}


.zcll-1 .m-2 .n-3 .item-box .item .item-r .v2{
    width: 100%;
    height: 76px;
    margin-top: 4px;

    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 22px;
    color: #484848;
    line-height: 38px;

    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zcll-1 .m-2 .n-3 .item-more{
    width: 100%;
    height: 50px;
}
.zcll-1 .m-2 .n-3 .item-more > .a{
    display: block;
    width: 124px;
    height: 50px;
    background: #0FA22E;
    border-radius: 4px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 18px;
    color: white;
}
.zcll-1 .m-2 .n-3 .item-more > .a > .icon{
    width: 18px;
    height: 12px;
    background: url('../image/v3.png') center no-repeat;
    background-size: cover;
}

.zcll-1 .m-2 .n-3 .item-more > .a:hover{
    background: #0a8524;
}


.zcll-1 .m-3 {
    width: 100%;
    margin: 0 auto;
}

.zcll-1 .m-3 .n-2{
    width: 100%;
    padding: 70px 0 44px;
    background: white;
}
.zcll-1 .m-3 .n-2 .banner{
    width: 1240px;
    height: 488px;
    margin: 0 auto;
    position: relative;
}
.zcll-1 .m-3 .n-2 .banner .swiper-container-2{
    width: 1240px;
    height: 488px;
}
.zcll-1 .m-3 .n-2 .banner .swiper-container-2 .swiper-slide{
    width: 298px;
    height: 488px;
    background: white;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background: #EAEAEA;
}

.zcll-1 .m-3 .n-2 .banner .swiper-container-2 .swiper-slide .pic{
    width: 100%;
    height: 488px;
    position: relative;
}

.zcll-1 .m-3 .n-2 .banner .swiper-container-2 .swiper-slide .pic .text{
  width: 298px;
  height: 100px;
  box-sizing: border-box;
  padding: 20px 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));

  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zcll-1 .m-3 .n-2 .banner .swiper-container-2 .swiper-slide .pic .text .text-l{
  width: 60px;
  height: 60px;
  margin-right: 18px;
}
.zcll-1 .m-3 .n-2 .banner .swiper-container-2 .swiper-slide .pic .text .text-l .icon{
  width: 60px;
  height: 60px;
  border-radius: 4px;
}

.zcll-1 .m-3 .n-2 .banner .swiper-container-2 .swiper-slide .pic .text .text-r{
  flex: 1;
  height: 60px;
}
.zcll-1 .m-3 .n-2 .banner .swiper-container-2 .swiper-slide .pic .text .text-r .v1{
  width: 100%;
  height: 30px;

  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;

  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}

.zcll-1 .m-3 .n-2 .banner .swiper-container-2 .swiper-slide .pic .text .text-r .v2{
  width: 100%;
  height: 30px;
  line-height: 30px;

  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;

  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
}



.zcll-1 .m-3 .n-2 .banner .button-prev{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 214px;
    left: -120px;
    border-radius: 50%;
    background: url(../image/v4-1.png) center no-repeat;
    background-size: cover;
    cursor: pointer;
}
.zcll-1 .m-3 .n-2 .banner .button-prev:hover{
    background: url(../image/v4-2.png) center no-repeat;
    background-size: cover;
}


.zcll-1 .m-3 .n-2 .banner .button-next{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 214px;
    right: -120px;
    border-radius: 50%;
    background: url(../image/v4-3.png) center no-repeat;
    background-size: cover;
    cursor: pointer;
}
.zcll-1 .m-3 .n-2 .banner .button-next:hover{
    background: url(../image/v4-4.png) center no-repeat;
    background-size: cover;
}


.zcll-1 .m-4 {
    width: 100%;
    margin: 0 auto;
}

.zcll-1 .m-4 .n-2{
    width: 1240px;
    margin: 0 auto;

    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto;
}

.zcll-1 .m-4 .n-2 .item{
    width: 608px;
    height: 240px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}
.zcll-1 .m-4 .n-2 .item .pic{
    width: 608px;
    height: 240px;
    background: red;
    position: absolute;
    top: 0;
    left: 0;

    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.zcll-1 .m-4 .n-2 .item:hover .pic{
    top: -8px;
}

.zcll-1 .m-4 .n-2 .item .pic .zz{
    width: 608px;
    height: 240px;
    background: rgba(0,0,0,0.3);
}

.zcll-1 .m-4 .n-2 .item .pic .zz .text-1{
    width: 100%;
    height: 160px;
    padding: 48px 0 32px;
}
.zcll-1 .m-4 .n-2 .item .pic .zz .text-1 .v1{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 15px;

    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 32px;
    color: rgba(255,255,255,1);
}

.zcll-1 .m-4 .n-2 .item .pic .zz .text-1 .v2{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 25px;

    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 32px;
    color: rgba(255,255,255,1);
}

.zcll-1 .m-4 .n-2 .item .pic .zz .text-1 .v3{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 22px;
    color: rgba(255,255,255,1);
}


.zcll-1 .m-4 .n-2 .item .pic .zz .text-2{
    width: 100%;
    height: 96px;
    padding: 72px 0 72px;
}
.zcll-1 .m-4 .n-2 .item .pic .zz .text-2 .v1{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 20px;

    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 32px;
    color: rgba(255,255,255,1);
}

.zcll-1 .m-4 .n-2 .item .pic .zz .text-2 .v3{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 22px;
    color: rgba(255,255,255,1);
}



.zcll-1 .m-5 {
    width: 100%;
    margin: 0 auto;
}
.zcll-1 .m-5 .n-2{
    width: 100%;
    margin: 0 auto;
    background: white;
    padding: 70px 0;
}
.zcll-1 .m-5 .n-2 .gy{
    width: 1240px;
    height: 502px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.zcll-1 .m-5 .n-2 .gy .gy-l{
    width: 606px;
    height: 502px;
    margin-right: 18px;
}
.zcll-1 .m-5 .n-2 .gy .gy-l .banner{
    width: 606px;
    height: 502px;
}

.zcll-1 .m-5 .n-2 .gy .gy-l .banner .swiper-container-3{
    width: 100%;
    height: 502px;
}
.zcll-1 .m-5 .n-2 .gy .gy-l .banner .swiper-container-3 .swiper-slide{
    width: 100%;
    height: 502px;
}
.zcll-1 .m-5 .n-2 .gy .gy-l .banner .swiper-container-3 .swiper-slide .pic{
    width: 100%;
    height: 502px;
    overflow: hidden;
    position: relative;
}
.zcll-1 .m-5 .n-2 .gy .gy-l .banner .swiper-container-3 .swiper-slide .pic .label{
    width: 159px;
    height: 136px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/v7-1.png) center no-repeat;
    background-size: cover;

    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 2px;
}

.zcll-1 .m-5 .n-2 .gy .gy-l .banner .swiper-container-3 .swiper-slide .pic .label .status{
    width: 120px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transform: rotateZ(-40deg);
    position: absolute;
    top: 20px;
    left: -8px;
}



.zcll-1 .m-5 .n-2 .gy .gy-l .banner .swiper-pagination-fraction,
.zcll-1 .m-5 .n-2 .gy .gy-l .banner .swiper-pagination-custom,
.zcll-1 .m-5 .n-2 .gy .gy-l .banner .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 22px !important;
}
.zcll-1 .m-5 .n-2 .gy .gy-l .banner .swiper-container-3 .swiper-pagination-bullet{
    width: 18px;
    height: 4px;
    border-radius: 4px;
    display: inline-block;
    background: #FFFFFF;
    margin: 0 8px;
}
.zcll-1 .m-5 .n-2 .gy .gy-l .banner .swiper-container-3 .swiper-pagination-bullet-active{
    width: 70px;
}


.zcll-1 .m-5 .n-2 .gy .gy-r{
    flex: 1;
    height: 502px;
    overflow: hidden;
}


.zcll-1 .m-5 .n-2 .gy .gy-r .item-box{
    width: 616px;
    min-height: 0;
}

.zcll-1 .m-5 .n-2 .gy .gy-r .item-box .item{
    width: 616px;
    height: 154px;
    box-sizing: border-box;
    padding: 16px 24px 18px;
    margin-bottom: 20px;
    background: white;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.zcll-1 .m-5 .n-2 .gy .gy-r .item-box .item:hover{
    background: rgba(15,162,46,0.1);
}

.zcll-1 .m-5 .n-2 .gy .gy-r .item-box .item .item-l{
    width: 120px;
    height: 120px;
    margin-right: 22px;
}
.zcll-1 .m-5 .n-2 .gy .gy-r .item-box .item .item-l .time{
    width: 120px;
    height: 64px;
    background: #E6E6E6;
    padding: 28px 0;
}
.zcll-1 .m-5 .n-2 .gy .gy-r .item-box .item .item-l .time .v1{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;

    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 26px;
    color: #484848;
}
.zcll-1 .m-5 .n-2 .gy .gy-r .item-box .item .item-l .time .v2{
    width: 60px;
    height: 1px;
    margin: 2px auto;
    background: #BEBEBE;
}

.zcll-1 .m-5 .n-2 .gy .gy-r .item-box .item .item-l .time .v3{
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;

    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #484848;
    line-height: 24px;
}


.zcll-1 .m-5 .n-2 .gy .gy-r .item-box .item:hover .item-l .time{
    background: #0FA22E;
}
.zcll-1 .m-5 .n-2 .gy .gy-r .item-box .item:hover .item-l .time .v1{
    color: white;
}
.zcll-1 .m-5 .n-2 .gy .gy-r .item-box .item:hover .item-l .time .v2{
    background: white;
}

.zcll-1 .m-5 .n-2 .gy .gy-r .item-box .item:hover .item-l .time .v3{
    color: white;
}

.zcll-1 .m-5 .n-2 .gy .gy-r .item-box .item .item-r{
    width: 426px;
    height: 120px;
}
.zcll-1 .m-5 .n-2 .gy .gy-r .item-box .item .item-r .v1{
    height: 40px;
    line-height: 40px;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 24px;
    color: #484848;
    line-height: 40px;
}

.zcll-1 .m-5 .n-2 .gy .gy-r .item-box .item .item-r .v2{
    width: 100%;
    height: 76px;
    margin-top: 4px;

    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 22px;
    color: #484848;
    line-height: 38px;

    text-align: justify;
}


.zcll-1 .m-6 {
    width: 100%;
    margin: 0 auto;
}
.zcll-1 .m-6 .n-2{
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.zcll-1 .m-6 .n-2 .item-box{
    width: 1060px;
    margin: 0 auto;
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto auto auto auto auto auto auto;
}
.zcll-1 .m-6 .n-2 .item-box .item{
    width: 118px;
    height: 118px;
    margin-bottom: 20px;
    position: relative;
}
.zcll-1 .m-6 .n-2 .item-box .item .pic{
    width: 118px;
    height: 118px;
    position: absolute;
    top: 0;
    left: 0;

    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.zcll-1 .m-6 .n-2 .item-box .item .pic:hover{
    top: -8px;
}


.zcll-1 .m-7 {
    width: 100%;
    margin: 0 auto;
}
.zcll-1 .m-7 .n-2{
    width: 100%;
    margin: 0 auto;
    padding: 42px 0 66px;
    background: white;
}
.zcll-1 .m-7 .n-2 .dt{
    width: 1240px;
    height: 486px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.zcll-1 .m-7 .n-2 .dt .dt-l{
    width: 644px;
    height: 486px;
    margin-right: 78px;
    overflow: hidden;
}

.zcll-1 .m-7 .n-2 .dt .dt-l #container {
    width: 644px;
    height: 486px;
    margin: 0;
    font-family: "微软雅黑";
    font-size: 14px;
}

.zcll-1 .m-7 .n-2 .dt .dt-r{
    flex: 1;
    height: 486px;
}

.zcll-1 .m-7 .n-2 .dt .dt-r .li-box{
    width: auto;
    padding-top: 138px;
}
.zcll-1 .m-7 .n-2 .dt .dt-r .li-box .li{
    width: 100%;
    min-height: 60px;
    overflow: hidden;
}
.zcll-1 .m-7 .n-2 .dt .dt-r .li-box .li .li-l{
    width: 54px;
    height: 60px;
    float: left;
    display: flex;
    align-items: center;
}
.zcll-1 .m-7 .n-2 .dt .dt-r .li-box .li .li-l .icon{
    width: 30px;
    height: 30px;
    background: green;
}

.zcll-1 .m-7 .n-2 .dt .dt-r .li-box .li .li-r{
    width: 464px;
    min-height: 60px;
    float: left;
}
.zcll-1 .m-7 .n-2 .dt .dt-r .li-box .li .li-r .text{
    width: auto;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #484848;
    line-height: 60px;
}



/*================================================*/
.zcll-2{
    width: 100%;
    min-width: 1240px;
    min-height: 0;
    margin: 0 auto;
    padding-top: 80px;
    overflow: hidden;
    background: white;
}
.zcll-2 .m-1{
    width: 100%;
    min-height: 480px;
    margin: 0 auto;
}
.zcll-2 .m-1 .banner{
    width: 100%;
    height: 480px;
}
.zcll-2 .m-1 .banner .pic{
    width: 100%;
    height: 480px;
    margin: 0 auto;
}

.zcll-2 .m-1 .banner .pic .text{
    width: 1240px;
    height: 480px;
    margin: 0 auto;
    position: relative;
}

.zcll-2 .m-1 .banner .pic .text .content{
    width: 1240px;
    height: 454px;
    position: absolute;
    top: 60px;
    left: 0;
}
.zcll-2 .m-1 .banner .pic .text .content .b1{
    width: 618px;
    height: 454px;
    float: left;
}
.zcll-2 .m-1 .banner .pic .text .content .b1 .v1{
    width: 100%;
    height: 88px;
    line-height: 88px;

    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 88px;
    letter-spacing: 2px;
}
.zcll-2 .m-1 .banner .pic .text .content .b1 .v2{
    width: 100%;
    height: 26px;
    line-height: 26px;

    font-family: Arial, Arial;
    font-weight: 900;
    font-size: 20px;
    color: #0FA22E;

    margin-bottom: 56px;
}


.zcll-2 .m-1 .banner .pic .text .content .b1 .v3{
    width: 100%;
    height: 286px;
    line-height: 40px;
    text-align: justify;

    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 22px;
    color: #FFFFFF;
}


.zcll-2 .m-1 .banner .pic .text .content .b2{
    width: 558px;
    height: 454px;
    float: right;
}

.zcll-2 .m-1 .banner .pic .text .content .b2 .v-box{
    width: 558px;
    height: 380px;
}
.zcll-2 .m-1 .banner .pic .text .content .b2 .v-box .v1{
    width: 558px;
    height: 324px;
    overflow: hidden;
}
.zcll-2 .m-1 .banner .pic .text .content .b2 .v-box .v1 .pic{
    width: 558px;
    height: 324px;
}

.zcll-2 .m-1 .banner .pic .text .content .b2 .v-box .v2{
    width: 558px;
    height: 56px;
    line-height: 56px;
    text-align: center;

    background: #0FA22E;

    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}


.zcll-2 .m-2{
    width: 100%;
    min-height: 0;
}

.zcll-2 .m-2 .n-1{
    width: 100%;
    height: 165px;
    padding: 136px 0 148px;
    margin: 0 auto;
    background: #FFFFFF;
}

.zcll-2 .m-2 .n-1 .b1{
    width: 786px;
    height: 165px;
    margin: 0 auto;

    background: url(../image/v13-3.png) center no-repeat;
    background-size: cover;
    position: relative;
}

.zcll-2 .m-2 .n-1 .b1 .s1{
    width: 47px;
    height: 40px;
    background: url(../image/v13-1.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: -20px;
    left: -24px;
}

.zcll-2 .m-2 .n-1 .b1 .s2{
    width: 47px;
    height: 40px;
    background: url(../image/v13-2.png) center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -20px;
    right: -24px;
}

.zcll-2 .m-2 .n-1 .b1 .s3{
    width: 686px;
    height: 115px;
    position: absolute;
    top: 25px;
    left: 50px;

    font-size: 22px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #0FA22E;
    line-height: 55px;
    letter-spacing: 2px;
}


.zcll-2 .m-2 .n-2{
    width: 100%;
    height: 785px;
}
.zcll-2 .m-2 .n-2 .pic{
    width: 100%;
    height: 785px;
}
.zcll-2 .m-2 .n-2 .pic .zz{
    width: 100%;
    height: 725px;
    padding: 30px 0;
    background: rgba(0,0,0,0.7);
}
.zcll-2 .m-2 .n-2 .pic .zz .b1{
    width: 1240px;
    height: 805px;
    margin: 0 auto;
}
.zcll-2 .m-2 .n-2 .pic .zz .b1 .v1{
    width: 100%;
    height: 86px;
    line-height: 86px;
    text-align: right;

    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 86px;
    letter-spacing: 2px;
}
.zcll-2 .m-2 .n-2 .pic .zz .b1 .v2{
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: right;
    margin-bottom: 80px;

    font-family: Arial, Arial;
    font-weight: 900;
    font-size: 20px;
    color: #FFFFFF;
}

.zcll-2 .m-2 .n-2 .pic .zz .b1 .v3{
    width: 100%;
    min-height: 0;
}
.zcll-2 .m-2 .n-2 .pic .zz .b1 .v3 p{
    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 40px;

    margin-bottom: 40px;
    text-align: justify;
    text-indent: 2em;
}


.zcll-2 .m-2 .n-3{
    width: 100%;
    background: #EAEAEA;
}
.zcll-2 .m-2 .n-3 .item-box{
    width: 1240px;
    height: 580px;
    padding: 100px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.zcll-2 .m-2 .n-3 .item-box .item{
    width: 310px;
    height: 580px;
    background: green;
    position: relative;
}
.zcll-2 .m-2 .n-3 .item-box .item .text{
    width: 310px;
    height: 140px;
    padding: 10px 20px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;

    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.3), rgba(0,0,0,0.7))
}
.zcll-2 .m-2 .n-3 .item-box .item .text .t1{
    width: 100%;
    height: 40px;
}
.zcll-2 .m-2 .n-3 .item-box .item .text .t1 .icon{
    width: 40px;
    height: 40px;
}

.zcll-2 .m-2 .n-3 .item-box .item .text .t2{
    width: 100%;
    height: 44px;
    line-height: 44px;

    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 2px;
}

.zcll-2 .m-2 .n-3 .item-box .item .text .t3{
    width: 100%;
    height: 24px;
    line-height: 24px;

    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}



.zcll-2 .m-2 .n-3 .item-box .item .vs{
    width: 310px;
    height: 580px;
    padding: 30px 20px;
    box-sizing: border-box;
    background: rgba(15, 162, 46, 0.90);
    position: absolute;
    bottom: 0;
    display: none;
    z-index: 100;
}
.zcll-2 .m-2 .n-3 .item-box .item .vs .t1{
    width: 100%;
    height: 40px;
}
.zcll-2 .m-2 .n-3 .item-box .item .vs .t1 .icon{
    width: 40px;
    height: 40px;
}

.zcll-2 .m-2 .n-3 .item-box .item .vs .t2{
    width: 100%;
    height: 44px;
    line-height: 44px;

    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 2px;
}

.zcll-2 .m-2 .n-3 .item-box .item .vs .t3{
    width: 100%;
    height: 24px;
    line-height: 24px;

    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;

    margin-bottom: 30px;
}

.zcll-2 .m-2 .n-3 .item-box .item .vs .t4{
    width: 100%;
    height: 340px;

}

.zcll-2 .m-2 .n-3 .item-box .item .vs .t4 .li{
    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;

    margin-bottom: 10px;
}


.zcll-2 .m-2 .n-4{
    width: 100%;
    height: 900px;
    background: white;
}
.zcll-2 .m-2 .n-4 .b{
    width: 1240px;
    height: 780px;
    padding: 60px 0 60px;
    margin: 0 auto;
}
.zcll-2 .m-2 .n-4 .b .v1{
    width: 100%;
    height: 86px;
    line-height: 86px;

    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 38px;
    color: #414141;
    line-height: 86px;
    letter-spacing: 2px;
}
.zcll-2 .m-2 .n-4 .b .v2{
    width: 100%;
    height: 26px;
    line-height: 26px;
    margin-bottom: 60px;

    font-family: Arial, Arial;
    font-weight: 900;
    font-size: 20px;
    color: #0FA22E;
}

.zcll-2 .m-2 .n-4 .b .v3{
    width: 100%;
    height: 596px;
}
.zcll-2 .m-2 .n-4 .b .v3 .pic{
    width: 1152px;
    height: 596px;
    margin: 0 auto;
}


/*================================================*/
.zcll-3{
    width: 100%;
    min-width: 1240px;
    min-height: 0;
    margin: 0 auto;
    padding-top: 80px;
    overflow: hidden;
}
.zcll-3 .m-1{
    width: 100%;
    min-height: 480px;
    margin: 0 auto;
}
.zcll-3 .m-1 .banner{
    width: 100%;
    height: 480px;
}
.zcll-3 .m-1 .banner .pic{
    width: 100%;
    height: 480px;
}

.zcll-3 .m-1 .banner .pic .tc{
    width: 100%;
    height: 480px;
    background: rgba(0,0,0,0.4);
}

.zcll-3 .m-1 .banner .pic .tc .v1{
    width: 100%;
    height: 88px;
    line-height: 88px;
    text-align: center;
    padding-top: 170px;
    padding-bottom: 8px;
}
.zcll-3 .m-1 .banner .pic .tc .v1 span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 66px;
    color: #FFFFFF;
    line-height: 88px;
    letter-spacing: 2px;
}


.zcll-3 .m-1 .banner .pic .tc .v2{
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.zcll-3 .m-1 .banner .pic .tc .v2 span{
    font-family: Arial, Arial;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
}


.zcll-3 .m-1 .banner .pic .tc .text{
    width: 1100px;
    height: 180px;
    padding-top: 140px;
    margin: 0 auto;

    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 40px;
}



.zcll-3 .m-2{
    width: 100%;
    min-height: 0;
    margin: 0 auto;
}

.zcll-3 .m-2 .n-1{
    width: 1240px;
    min-height: 0;
    padding: 88px 0 40px;
    margin: 0 auto;
}

.zcll-3 .m-2 .n-1 .search{
    width: 1240px;
    min-height: 70px;
    background: green;
    margin-bottom: 40px;
    position: relative;
}
.zcll-3 .m-2 .n-1 .search > input{
    width: 1240px;
    height: 70px;
    border: 1px solid #ADABAB;
    box-sizing: border-box;
    padding: 0 80px 0 36px;
    background: white;

    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
}
input:focus {
    outline: none; /* 禁止默认的轮廓边框 */
}
.zcll-3 .m-2 .n-1 .search > a{
    display: block;
    width: 70px;
    height: 70px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 0;
    right: 0;
}

.zcll-3 .m-2 .n-1 .search > a > .icon{
    width: 24px;
    height: 24px;
    background: url(../image/v18-2.png) center no-repeat;
    background-size: cover;
}



.zcll-3 .m-2 .n-1 .tab{
    width: 1240px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.zcll-3 .m-2 .n-1 .tab > a{
    display: block;
    width: 140px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #ADABAB;
    background: #EAEAEA;
    border-radius: 4px;
    margin: 0 15px;

    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 22px;
    color: #484848;
}


.zcll-3 .m-2 .n-1 .tab > a.show{
    color: white;
    border: 1px solid #ADABAB;
    background: rgba(15, 162, 46, 1);
}


.zcll-3 .m-2 .n-2{
    width: 1130px;
    padding: 25px 55px;
    background: white;
    margin: 0 auto;
}

.zcll-3 .m-2 .n-2 .item-box{
    width: 1130px;
    min-height: 0;
}

.zcll-3 .m-2 .n-2 .item-box .item{
    width: 1130px;
    height: 154px;
    box-sizing: border-box;
    padding: 16px 24px 18px;
    margin-bottom: 25px;
    background: white;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.zcll-3 .m-2 .n-2 .item-box .item:hover{
    background: rgba(15,162,46,0.1);
}

.zcll-3 .m-2 .n-2 .item-box .item .item-l{
    width: 120px;
    height: 120px;
    margin-right: 22px;
}
.zcll-3 .m-2 .n-2 .item-box .item .item-l .time{
    width: 120px;
    height: 64px;
    background: #E6E6E6;
    padding: 28px 0;
}
.zcll-3 .m-2 .n-2 .item-box .item .item-l .time .v1{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;

    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 26px;
    color: #484848;
}
.zcll-3 .m-2 .n-2 .item-box .item .item-l .time .v2{
    width: 60px;
    height: 1px;
    margin: 2px auto;
    background: #BEBEBE;
}

.zcll-3 .m-2 .n-2 .item-box .item .item-l .time .v3{
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;

    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #484848;
    line-height: 24px;
}


.zcll-3 .m-2 .n-2 .item-box .item:hover .item-l .time{
    background: #0FA22E;
}
.zcll-3 .m-2 .n-2 .item-box .item:hover .item-l .time .v1{
    color: white;
}
.zcll-3 .m-2 .n-2 .item-box .item:hover .item-l .time .v2{
    background: white;
}

.zcll-3 .m-2 .n-2 .item-box .item:hover .item-l .time .v3{
    color: white;
}



.zcll-3 .m-2 .n-2 .item-box .item .item-r{
    height: 120px;
    flex: 1;
}
.zcll-3 .m-2 .n-2 .item-box .item .item-r .v1{
    height: 40px;
    line-height: 40px;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 24px;
    color: #484848;
    line-height: 40px;
}


.zcll-3 .m-2 .n-2 .item-box .item .item-r .v2{
    width: 100%;
    height: 76px;
    margin-top: 4px;

    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 22px;
    color: #484848;
    line-height: 38px;

    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zcll-3 .m-2 .n-2 .item-more{
    width: 100%;
    height: 50px;
}
.zcll-3 .m-2 .n-2 .item-more > .a{
    display: block;
    width: 124px;
    height: 50px;
    background: #0FA22E;
    border-radius: 4px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 18px;
    color: white;
}
.zcll-3 .m-2 .n-2 .item-more > .a > .icon{
    width: 18px;
    height: 12px;
    background: url('../image/v3.png') center no-repeat;
    background-size: cover;
}

.zcll-3 .m-2 .n-2 .item-more > .a:hover{
    background: #0a8524;
}


.zcll-3 .m-2 .n-3{
  width: 100%;
  height: 160px;
}
/*================================================*/
.zcll-4{
    width: 100%;
    min-width: 1240px;
    min-height: 0;
    margin: 0 auto;
    padding-top: 80px;
    overflow: hidden;
}
.zcll-4 .m-1{
    width: 100%;
    min-height: 0;
    margin: 0 auto;
}

.zcll-4 .m-2{
    width: 100%;
    min-height: 0;
    background: white;
}


.zcll-4 .m-2 .n-1{
    width: 1060px;
    min-height: 0;
    margin: 0 auto;
    padding: 60px 0 40px;
    border-bottom: 1px solid rgba(190,190,190,0.8);

}
.zcll-4 .m-2 .n-1 .v-1{
    width: 100%;
    margin-bottom: 48px;
}
.zcll-4 .m-2 .n-1 .v-1 p{
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 30px;
    color: #484848;
    line-height: 32px;
}
.zcll-4 .m-2 .n-1 .v-2{
    width: 100%;
}
.zcll-4 .m-2 .n-1 .v-2 p{
    font-size: 18px;
    font-family:"Microsoft YaHei";
    font-weight: 400;
    color: #999999;
}


.zcll-4 .m-2 .n-2{
    width: 1060px;
    min-height: 0;
    margin: 0 auto;
    padding: 60px 0 20px;

    font-size: 22px;
    font-family:"Microsoft YaHei";
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    margin-bottom: 40px;
    text-align: justify;
}


.zcll-4 .m-2 .n-2 p{
    font-size: 22px;
    font-family:"Microsoft YaHei";
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: justify;
}

.zcll-4 .m-2 .n-2 img{
    display: block;
    width: 1060px;
    margin: 0 auto;
}


.zcll-4 .m-2 .n-3{
	width: 1060px;
	min-height: 0;
	margin: 60px auto;
  border-top: 1px solid rgba(190, 190, 190, 0.50);
}
.zcll-4 .m-2 .n-3 .li{
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid rgba(190, 190, 190, 0.50);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

	font-size: 20px;
	font-family:"Microsoft YaHei";
	font-weight: 400;
	color: #333333;
}
.zcll-4 .m-2 .n-3 .li a{
	font-size: 20px;
	font-family:"Microsoft YaHei";
	font-weight: 400;
	color: #333333;
	text-decoration: none;
}
.zcll-4 .m-2 .n-3 .li span{
	font-size: 20px;
	font-family:"Microsoft YaHei";
	font-weight: 400;
	color: rgba(15, 162, 46, 1);
}
.zcll-4 .m-2 .n-3 .li a:hover{
	color: #51AC3C;
	text-decoration: underline;
}


.zcll-5{
    width: 100%;
    min-width: 1240px;
    min-height: 0;
    margin: 0 auto;
    overflow: hidden;
}
.zcll-5 .m-1{
    width: 100%;
    min-height: 480px;
    margin: 0 auto;
}
.zcll-5 .m-1 .banner{
    width: 100%;
    height: 720px;
}
.zcll-5 .m-1 .banner .pic{
    width: 100%;
    height: 720px;
}

.zcll-5 .m-1 .banner .pic .tc{
    width: 100%;
    height: 720px;
    background: rgba(0,0,0,0.4);
}
.zcll-5 .m-1 .banner .pic .tc .v-box{
    width: 1240px;
    height: 720px;
    margin: 0 auto;
}

.zcll-5 .m-1 .banner .pic .tc .v-box .v1{
    width: 100%;
    height: 120px;
    line-height: 120px;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 40px;

    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 120px;
    color: #FFFFFF;
    letter-spacing: 2px;
}

.zcll-5 .m-1 .banner .pic .tc .v-box .v2{
    width: 100%;
    height: 88px;
    line-height: 88px;
    text-align: center;
    padding-bottom: 30px;

    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 66px;
    color: #FFFFFF;
    letter-spacing: 2px;
}

.zcll-5 .m-1 .banner .pic .tc .v-box .v3{
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding-bottom: 68px;

    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 19px;
    color: #FFFFFF;
}

.zcll-5 .m-1 .banner .pic .tc .v-box .v4{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;

    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 28px;
    color: #FFFFFF;
}



.zcll-5 .m-2{
    width: 100%;
    min-height: 0;
}

.zcll-5 .m-2 .n-1{
    width: 1240px;
    height: 400px;
    padding: 90px 0 38px;
    margin: 0 auto;
}
.zcll-5 .m-2 .n-1 .item-box{
    width: 1240px;
    height: 400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.zcll-5 .m-2 .n-1 .item-box .item{
    width: 285px;
    height: 400px;
}
.zcll-5 .m-2 .n-1 .item-box .item .pic{
    width: 285px;
    height: 400px;
    position: relative;
}
.zcll-5 .m-2 .n-1 .item-box .item .pic .text{
    width: 285px;
    height: 100px;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9));

    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
}


.zcll-5 .m-2 .n-2{
    width: 100%;
    height: 350px;
    min-width: 1240px;
    padding-bottom: 94px;
}

.zcll-5 .m-2 .n-2 .pic{
    width: 100%;
    height: 350px;
}

.zcll-5 .m-2 .n-2 .pic .tc{
    width: 100%;
    height: 350px;
    line-height: 350px;
    text-align: center;
    background: rgba(0, 0, 0, 0.40);
}
.zcll-5 .m-2 .n-2 .pic .tc .text{
    width: 1240px;
    height:350px;
    margin: 0 auto;
    line-height: 350px;
    text-align: center;

    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 28px;
    color: #FFFFFF;
}




.zcll-5 .m-2 .n-3{
    width: 1240px;
    min-height: 50px;
    padding-bottom: 80px;
    margin: 0 auto;
}
.zcll-5 .m-2 .n-3 .b1{
    width: 1240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 38px;
}
.zcll-5 .m-2 .n-3 .b1 span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 38px;
    color: #414141;
}


.zcll-5 .m-2 .n-3 .b2{
    width: 1240px;
    height: 620px;
    margin: 0 auto;
}
.zcll-5 .m-2 .n-3 .b2 .item-box{
    width: 1240px;
    height: 620px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.zcll-5 .m-2 .n-3 .b2 .item-box .item{
    width: 390px;
    height: 620px;
    background: white;
}
.zcll-5 .m-2 .n-3 .b2 .item-box .item .item-t{
    width: 390px;
    height: 310px;
}

.zcll-5 .m-2 .n-3 .b2 .item-box .item .item-b{
    width: 390px;
    height: 310px;
}

.zcll-5 .m-2 .n-3 .b2 .item-box .item div .pic{
    width: 390px;
    height: 310px;
}

.zcll-5 .m-2 .n-3 .b2 .item-box .item div .text{
    width: 390px;
    height: 310px;
    box-sizing: border-box;
    padding: 94px 36px 20px 36px;
}
.zcll-5 .m-2 .n-3 .b2 .item-box .item div .text .v1{
    width: 100%;
    height: 32px;
    margin-bottom: 24px;

    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 24px;
    color: #484848;
    line-height: 32px;
}

.zcll-5 .m-2 .n-3 .b2 .item-box .item div .text .v2{
    width: 100%;
    height: 120px;
    line-height: 40px;
    overflow: hidden;

    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 22px;
    color: #484848;
}




/*================================================*/
.zcll-6{
    width: 100%;
    min-width: 1240px;
    min-height: 0;
    margin: 0 auto;
    padding-top: 80px;
    overflow: hidden;
}
.zcll-6 .m-1{
    width: 100%;
    min-height: 480px;
    margin: 0 auto;
}
.zcll-6 .m-1 .banner{
    width: 100%;
    height: 480px;
}
.zcll-6 .m-1 .banner .pic{
    width: 100%;
    height: 480px;
}

.zcll-6 .m-1 .banner .pic .tc{
    width: 100%;
    height: 480px;
    background: rgba(0,0,0,0.4);
}

.zcll-6 .m-1 .banner .pic .tc .v1{
    width: 100%;
    height: 88px;
    line-height: 88px;
    text-align: center;
    padding-top: 170px;
    padding-bottom: 8px;
}
.zcll-6 .m-1 .banner .pic .tc .v1 span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 66px;
    color: #FFFFFF;
    line-height: 88px;
    letter-spacing: 2px;
}


.zcll-6 .m-1 .banner .pic .tc .v2{
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.zcll-6 .m-1 .banner .pic .tc .v2 span{
    font-family: Arial, Arial;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
}


.zcll-6 .m-2{
    width: 100%;
    min-height: 0;
    margin: 0 auto;
}

.zcll-6 .m-2 .n-1{
    width: 1240px;
    min-height: 0;
    padding: 88px 0 40px;
    margin: 0 auto;
}
.zcll-6 .m-2 .n-1 .li{
    width: 1240px;
    min-height: 88px;
    margin-bottom: 30px;
}
.zcll-6 .m-2 .n-1 .li input{
    width: 1240px;
    height: 88px;
    box-sizing: border-box;
    border: 1px solid #979797;
    border-radius: 10px;
    padding: 0 40px;
    background: white;

    font-size: 20px;
    font-family:"Microsoft YaHei";
    font-weight: 400;
    color: #666666;
}

.zcll-6 .m-2 .n-1 .li textarea{
    width: 1240px;
    height: 284px;
    box-sizing: border-box;
    border: 1px solid #808080;
    border-radius: 10px;
    padding: 20px 40px;
    background: white;

    font-size: 20px;
    font-family:"Microsoft YaHei";
    font-weight: 400;
    color: #666666;

    resize: none;
}

.zcll-6 .m-2 .n-1 .li a.submit{
    display: block;
    width: 220px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #51AC3C;
    border-radius: 10px;
    margin: 36px auto;

    font-size: 22px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;

    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.zcll-6 .m-2 .n-1 .li a.submit:hover{
    background: #4a9c38;
}

.zcll-6 .ts{
    width: 160px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -50px;
    z-index: 100;
    border-radius: 4px;
    display: none;
}
.zcll-6 .ts span{
    font-size: 18px;
    font-family:"Microsoft YaHei";
    font-weight: 400;
    color: white;
}



/*================================================*/
.zcll-7{
    width: 100%;
    min-width: 1240px;
    min-height: 0;
    margin: 0 auto;
    padding-top: 80px;
    overflow: hidden;
}
.zcll-7 .m-1{
    width: 100%;
    min-height: 480px;
    margin: 0 auto;
}
.zcll-7 .m-1 .banner{
    width: 100%;
    height: 480px;
}
.zcll-7 .m-1 .banner .pic{
    width: 100%;
    height: 480px;
}

.zcll-7 .m-1 .banner .pic .tc{
    width: 100%;
    height: 480px;
    background: rgba(0,0,0,0.4);
}

.zcll-7 .m-1 .banner .pic .tc .v1{
    width: 100%;
    height: 88px;
    line-height: 88px;
    text-align: center;
    padding-top: 170px;
    padding-bottom: 8px;
}
.zcll-7 .m-1 .banner .pic .tc .v1 span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 66px;
    color: #FFFFFF;
    line-height: 88px;
    letter-spacing: 2px;
}


.zcll-7 .m-1 .banner .pic .tc .v2{
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.zcll-7 .m-1 .banner .pic .tc .v2 span{
    font-family: Arial, Arial;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
}

.zcll-7 .m-2{
    width: 100%;
    min-height: 0;
    margin: 0 auto 60px;
}
.zcll-7 .m-2 .n-1{
    width: 1240px;
    height: 50px;
    padding: 86px 0 38px;
    margin: 0 auto;
}

.zcll-7 .m-2 .n-1 .a-box{
    width: 620px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.zcll-7 .m-2 .n-1 .a-box a{
    display: inline-block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;

    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 22px;
    color: #474747;
    letter-spacing: 1px;

    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.zcll-7 .m-2 .n-1 .a-box a.show{
    font-size: 34px;
}


.zcll-7 .m-2 .n-2{
    width: 1240px;
    min-height: 0;
    margin: 0 auto;
}

.zcll-7 .m-2 .n-2 .item-box{
    width: 1240px;
    min-height: 0;
    margin: 0 auto;

    display: none;
}
.zcll-7 .m-2 .n-2 .item-box.show{
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto auto;
}

.zcll-7 .m-2 .n-2 .item-box .item{
    width: 390px;
    height: 310px;
    margin-bottom: 28px;
}

.zcll-7 .m-2 .n-2 .item-box .item .pic{
    width: 390px;
    height: 310px;
    position: relative;
}

.zcll-7 .m-2 .n-2 .item-box .item .pic .text{
    width: 390px;
    height: 100px;
    box-sizing: border-box;
    padding: 20px 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.zcll-7 .m-2 .n-2 .item-box .item .pic .text .text-l{
    width: 60px;
    height: 60px;
    margin-right: 18px;
}
.zcll-7 .m-2 .n-2 .item-box .item .pic .text .text-l .icon{
    width: 60px;
    height: 60px;
    border-radius: 4px;
}

.zcll-7 .m-2 .n-2 .item-box .item .pic .text .text-r{
    flex: 1;
    height: 60px;
}
.zcll-7 .m-2 .n-2 .item-box .item .pic .text .text-r .v1{
    width: 100%;
    height: 30px;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

.zcll-7 .m-2 .n-2 .item-box .item .pic .text .text-r .v2{
    width: 100%;
    height: 30px;
    line-height: 30px;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
}

.zcll-7 .m-2 .n-2 .item-box .item .pic .vs{
    width: 390px;
    height: 310px;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(15, 162, 46, 0.90);
    position: absolute;
    bottom: 0;
    display: none;
    z-index: 100;
}
.zcll-7 .m-2 .n-2 .item-box .item .pic .vs .v1{
  width: 100%;
  height: 120px;
  padding-top: 60px;
  padding-bottom: 16px;
}
.zcll-7 .m-2 .n-2 .item-box .item .pic .vs .v1 .code{
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  border: 10px solid white;
  margin: 0 auto;
  background: white;
}

.zcll-7 .m-2 .n-2 .item-box .item .pic .vs .v2{
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;

  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
}


.zcll-8{
    width: 100%;
    min-width: 1240px;
    min-height: 0;
    margin: 0 auto;
    overflow: hidden;
}
.zcll-8 .m-1{
    width: 100%;
    min-height: 480px;
    margin: 0 auto;
}
.zcll-8 .m-1 .banner{
    width: 100%;
    height: 720px;
}
.zcll-8 .m-1 .banner .pic{
    width: 100%;
    height: 720px;
}

.zcll-8 .m-1 .banner .pic .tc{
    width: 100%;
    height: 720px;
    background: linear-gradient( 180deg, rgba(15,162,46,0) 0%, #195517 100%);
}
.zcll-8 .m-1 .banner .pic .tc .v-box{
    width: 1240px;
    height: 720px;
    margin: 0 auto;
}

.zcll-8 .m-1 .banner .pic .tc .v-box .v1{
    width: 100%;
    height: 320px;
    line-height: 160px;
    text-align: center;
    padding-top: 200px;
    margin-bottom: 80px;

    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 120px;
    color: #FFFFFF;
    letter-spacing: 2px;
}

.zcll-8 .m-1 .banner .pic .tc .v-box .v1 p{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 120px;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 160px;
}


.zcll-8 .m-1 .banner .pic .tc .v-box .v4{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;

    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 28px;
    color: #FFFFFF;
}

.zcll-8 .m-2{
    width: 100%;
    min-height: 0;
}

.zcll-8 .m-2 .n-1{
    width: 1240px;
    min-height: 0;
    padding: 90px 0;
    margin: 0 auto;
}

.zcll-8 .m-2 .n-1 .item-box{
    width: 1240px;
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto auto auto;
}
.zcll-8 .m-2 .n-1 .item-box .item{
  width: 285px;
  height: 400px;
  margin-bottom: 30px;
}
.zcll-8 .m-2 .n-1 .item-box .item .pic{
  width: 285px;
  height: 400px;
  position: relative;
}

.zcll-8 .m-2 .n-1 .item-box .item .pic .text{
    width: 285px;
    height: 100px;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9));

    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
}

/*================================================*/
.footer-box{
    width: 100%;
    background: #000000;
}
.footer-box .footer{
    width: 1240px;
    height: 314px;
    padding: 80px 0 50px;
    margin: 0 auto;
}
.footer-box .footer .footer-t{
    width: 100%;
    height: 174px;
    margin-bottom: 60px;
}
.footer-box .footer .footer-t .image-box{
    width: 410px;
    height: 174px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-box .footer .footer-t .image-box .image{
    width: 174px;
    height: 174px;
    background: white;
}
.footer-box .footer .footer-t .image-box .image img{
    display: block;
    width: 174px;
    height: 174px;
}

.footer-box .footer .footer-b{
    width: 100%;
    height: 72px;
    text-align: center;
}
.footer-box .footer .footer-b > p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
}
.footer-box .footer .footer-b > p > a{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
}
.footer-box .footer .footer-b > p > a:hover{
    text-decoration: underline;
}




.page{
  width: 100%;
  min-height: 0;
  padding: 40px 0;
}
.page .pagination{
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
}

.page .pagination li{
  display: inline-block;
  min-width: 28px;
  height: 28px;
  margin: 0 5px;
  line-height: 28px;
  background:#f5f5f5;
  border:1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.page .pagination li a{
  display: block;
}
.page .pagination li.active{
  background: rgba(15, 162, 46, 1);
  color: white;
  border:1px solid rgba(15, 162, 46, 1);
}

/*================================================*/
