* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
}
html{
    min-width: 1800px;
}
/* 
body {
    background: url(../images/bg.png) top center no-repeat;
} */

ul {
    list-style: none;
}

a:link,
a:visited,
a:hover,
a:active,
a {
    color: #000;
    text-decoration: none;
}
.flex-around-center{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-between-end{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;    
}
.flex-between-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-start-center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex-start-end {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.flex-start-top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-wrap {
    flex-wrap: wrap;
}

.nowrap {
    white-space: nowrap;
}
.f16{
    font-size: 16px;
}

.f18{
    font-size: 18px;
    line-height: 26px;
}
.f24{
    font-size: 24px;
}
.f30{
    font-size: 30px;
    line-height: 38px;
}
.f36{
    font-size: 36px;
    line-height: 42px;
}
.fb{
    font-weight: bold;
}
.mt-20{
    margin-top: 20px;
}
.color-41b68f{
    color: #41b68f;
}
.f-num{
    font-family: 'Times New Roman';
}
.text-center {
    text-align: center;
}
.f40{
    font-size: 40px;
}
.mb-40{
    margin-bottom: 40px;
}
.page-nav-box{
    transition: all .5s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px 30px 50px;
    z-index: 999;
}
.page-nav-logo{
    width: 172px;
    height: 58px;
    display: block;
    background: url(../images/logo.png) no-repeat;
    background-size: 100% 100%;
    flex: none;
}
.page-nav-ul li{
    margin-right: 30px;
}
.page-nav-ul li a{
    display: block;
    height: 100%;
    padding: 10px;
    border-bottom: 4px solid transparent;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
}
.page-nav-ul li a.active,
.page-nav-ul li:hover a{
    border-bottom: 4px solid #40ad86;
}
.page-nav-ul li:last-child{
    margin-right: 0;
}
.page-swiper{
    min-width: 1800px;
    width: 100%;
    height: 1000px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}
.page-swiper .swiper-slide{
    height: 100%;
    background-color: #ddd;
}
.page-swiper .swiper-slide img{
    width: 100%;
    object-fit: cover;
    display: block;
}
.page-swiper .page-swiper-pagination{
    top: auto;
    bottom: 0;
    background: #d9d9d9;
    height: 8px;
}
.page-swiper .swiper-pagination-progressbar-fill{
    background: #40ad86;
}
.footer{
    /* min-width: 1800px; */
    padding: 30px 80px;
    background-color: #313131;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-title{
    font-size: 24px;
    margin-bottom: 20px;
}
.footer-address{
    font-size: 16px;
    color: #adadad;
    line-height: 32px;
    margin-bottom: 20px;
    padding-left: 30px;
    background: url(../images/address.png) no-repeat;
    background-size: 16px 18px;
    background-position: left center;
}
.footer-phone{
    font-size: 16px;
    line-height: 32px;
    color: #adadad;
    padding-left: 30px;
    background: url(../images/phone.png) no-repeat;
    background-size: 16px 18px;
    background-position: left center;
}
.text-right{
    text-align: right;
}
.index-news-center-wrap{
    background: url(../images/bg1.png) no-repeat;
    background-position: bottom right;
    background-size: 100% auto;
    padding-bottom: 170px;
    min-width: 1800px;
}
.index-news-center{
    width: 1600px;
    margin: 0 auto;
}
.index-news-center .big-title{
    color: #000000;
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: bold;
}
.index-news-center .big-title span{
    color: #41b68f;
    font-size: 24px;
    margin-left: 20px;
    font-weight: normal;
}
.index-news-content{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-news-left{
    width: 690px;
    margin-right: 40px;
}
.index-news-left img{
    margin-bottom: 30px;
    height: 440px;
    width: 100%;
    display: block;
    object-fit: cover;
}
.index-news-left .title{
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}
.index-news-left .time{
    white-space: nowrap;
    font-size: 18px;
}
.index-news-right{
    flex: 1;
}

.tab-head{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}
.tab-head-box .tab-head-item{
    font-size: 24px;
    color: #828181;
    margin-right: 80px;
    cursor: pointer;
}
.tab-head-box .tab-head-item:last-child{
    margin-right: 0;
}
.tab-head-box .tab-head-item:hover,
.tab-head-box .tab-head-item.active{
    color: #000;
    position: relative;
}
.tab-head-box .tab-head-item.active::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 4px;
    width: 100%;
    background-color: #41b68f;
}
.line-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 70px;
    border-bottom: 1px solid #dfdfdf;
}
/* .line-item:last-child{
    border-bottom-color: transparent;
} */
.line-item .title{
    color: #000;
    font-size: 18px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s;
}
.line-item:hover .title{
    font-weight: bold;
}
.line-item .time{
    color: #999999;
    font-size: 14px;
    white-space: nowrap;
}
.tab-content{
    display: none;
    transition: all .5s;
}
.tab-content.active{
    display: block;
}
.tab-head .tab-head-more{
    color: #999999;
    font-size: 14px;
}
.index-about-us{
    width: 100%;
    min-width: 1800px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-about-us .about-us-left{
    width: 50%;
/*     background: url('../images/bg2.png') no-repeat;
    background-size: 100% 100%; */
    height: 750px;
    margin-top: -40px;
    z-index: 2;
}
.index-about-us .about-us-right{
    width: 50%;
    background: url('../images/bg3.png') no-repeat;
    background-size: 100% auto;
    height: 710px;
    padding: 40px 140px 0 70px;
}
.shu{
    background-color: #f1f1f1;
    height: 40px;
    width: 1px;
    margin: 5px 6px;
}
.mt-10{
    margin-top: 10px;
}
.about-us-infos{
    background-color: #f1f1f1;
    margin-left: -150px;
    padding: 50px 70px;
    z-index: 4;
    position: relative;
    margin-top: 20px;
    text-indent: 2em;
    line-height: 2;
    font-size: 16px;
    color: #666666;

    height: 340px;
}
.about-us-text{


    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; /* 这里是超出几行省略 */
    line-clamp: 6;
}

.about-us-infos p{
    margin-bottom: 20px;
}
.about-us-more{
    text-align: right;
    line-height: 20px;
    margin-top: 20px;
    font-size: 14px;
}
.about-us-more a{
    padding-right: 80px;
    color: #a2a2a2;
    position: relative;
}
.about-us-more a::after{
    content: '';
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 14px;
    background: url(../images/jt2.png) no-repeat;
    background-size: 100% 100%;
}
.index-cybk{
    background: url(../images/bg4.png) no-repeat;
    background-size: 100% 100%;
    background-position: bottom center;
    min-height: 870px;
    padding: 80px 50px 120px 100px;
    min-width: 1800px;
}
.flex-between-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.color-fff{
    color: #fff;
}
.index-cybk-title{
    margin-top: 100px;
    white-space: nowrap;
}
.index-cybk-title .shu{
    margin-top: 20px;
}
.index-cybk .index-cybk-item{
    width: 250px;
    height: 600px;
    margin-right: 5px;
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.index-cybk .index-cybk-item:last-child{
    margin-right: 0;
}
.index-cybk .index-cybk-item:nth-child(even){
    margin-top: 70px;
}
.index-cybk .index-cybk-item:nth-child(1){
    background: url(../images/bg5.png) no-repeat;
	background-size: 100%;
}
.index-cybk .index-cybk-item:nth-child(2){
    background: url(../images/bg6.png) no-repeat;
	background-size: 100%;
}
.index-cybk .index-cybk-item:nth-child(3){
    background: url(../images/bg7.png) no-repeat;
	background-size: 100%;
}
.index-cybk .index-cybk-item:nth-child(4){
    background: url(../images/bg8.png) no-repeat;
	background-size: 100%;
}
.index-cybk .index-cybk-item:nth-child(5){
    background: url(../images/bg9.png) no-repeat;
	background-size: 100%;
}
.index-cybk .index-cybk-item:nth-child(6){
    background: url(../images/bg10.png) no-repeat;
	background-size: 100%;
}
.index-cybk .index-cybk-item .content{
    width: 180px;
    height: 160px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}
.index-cybk .index-cybk-item .f24{
    margin-bottom: 30px;
}
.index-cybk .index-cybk-item:nth-child(1) .content{
    background-color: rgba(7, 99, 145, 0.6);
}

.index-cybk .index-cybk-item:nth-child(1):hover .content{
    background-color: rgba(7, 99, 145, 1);
}
.index-cybk .index-cybk-item:nth-child(2) .content{
    background-color: rgba(4, 78, 30, 0.6);
}
.index-cybk .index-cybk-item:nth-child(2):hover .content{
    background-color: rgba(4, 78, 30, 1);
}
.index-cybk .index-cybk-item:nth-child(3) .content{
    background-color: rgba(115, 87, 61, 0.6);
}
.index-cybk .index-cybk-item:nth-child(3):hover .content{
    background-color: rgba(115, 87, 61, 1);
}
.index-cybk .index-cybk-item:nth-child(4) .content{
    background-color: rgba(0, 87, 174, 0.6);
}
.index-cybk .index-cybk-item:nth-child(4):hover .content{
    background-color: rgba(0, 87, 174, 1);
}
.index-cybk .index-cybk-item:nth-child(5) .content{
    background-color: rgba(8, 66, 94, 0.6);
}
.index-cybk .index-cybk-item:nth-child(5):hover .content{
    background-color: rgba(8, 66, 94, 1);
}
.index-cybk .index-cybk-item:nth-child(6) .content{
    background-color: rgba(16, 14, 14, 0.6);
}
.index-cybk .index-cybk-item:nth-child(6):hover .content{
    background-color: rgba(16, 14, 14, 1);
}
.index-qxqy{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.qxqy-left{
    width: 50%;
    padding-left: 270px;
    padding-top: 100px;
}
.qxqy-right{
    width: 50%;
    height: 745px;
    object-fit: cover;
}
.mt-50{
    margin-top: 50px;
}
.index-qxqy .line-href{
    display: block;
    position: relative;
    width: 550px;
    line-height: 70px;
    padding-right: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #cccccc;
}
.index-qxqy .line-href:last-child{
    border-bottom: 1px solid #cccccc;
}
.index-qxqy .line-href::after{
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 10px;
    background: url(../images/jt1.png) no-repeat;
    background-size: 100% 100%;
}
.sub-page-swiper{
    height: 600px;
    overflow: hidden;
}
.wlcy-infos{
    background: url(../images/bg13.png) no-repeat;
    background-position: left center;
    padding: 60px 0 120px;
}
.wlcy-infos-content{
    width: 1530px;
    margin: 0 auto;
    padding: 0 30px;
}
.wlcy-infos-left{
    width: 600px;
    flex: none;
}
.text-p{
    text-indent: 2em;
    line-height: 2;
    font-size: 18px;
    color: #666666;
}
.wlcy-boxs-wrap{
    width: 1530px;
    min-height: 60vh;
    margin: 0 auto;
}
.wlcy-boxs{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -80px;
}
.wlcy-item{
    display: block;
    margin: 0 50px 50px;
    overflow: hidden;
}
/* .wlcy-item .img-wrap{
    padding-top: 62.22%;
    position: relative;
} */
.wlcy-item img{
    /* position: absolute;
    left: 0;
    top: 0; */
    display: block;
    width: 450px;
    height: 280px;
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
    margin-bottom: 30px;
}
.wlcy-item .title{
    width: 450px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wlcy-item .infos{
    width: 450px;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    line-clamp: 2;
}
.sub-page-nav{
    width: 100%;
    height: 90px;
    z-index: 998;
    position: relative;
    background-color: rgba(6, 54, 37, 0.8);
    margin-top: -90px;
}
.dqjj.sub-page-nav{
    background-color: rgba(174, 20, 20, 0.8);
}
.sub-navs{
    width: 1530px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sub-navs a{
    display: block;
    color: #fff;
    font-size: 18px;
    margin-right: 50px;
    position: relative;
    padding: 0 5px;
}
.sub-navs a.active::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #40ad86;
}
.dqjj .sub-navs a.active::after{
    background-color: #fff;
}
.pages{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.pages a{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #d4d5e3;
    color: #000;
    font-size: 14px;
    margin: 0 5px;
}
.pages a.active{
    background-color: #41b68f;
    color: #fff;
}
.dqjj-contents .pages a.active{
    background-color: #d81616;
}
.rlzy-contents,
.news-content3,
.news-content2,
.fzlc-content,
.dqjj-contents{
    background: url(../images/bg1.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    min-height: 50vh;
    padding: 60px;
}
.rlzy-contents{
    padding: 120px 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dqjj-list{
    width: 1200px;
    margin: 0 auto;
}
.dqjj-list-item{
    border-bottom: 1px solid #dedede;
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    display: block;
}
.dqjj-list-item:first-child{
    padding-top: 0;
}
.dqjj-list-item .title{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.dqjj-list-item .title span{
    color: #7a7a7a;
    font-size: 14px;
    line-height: 20px;
    margin-left: 60px;
    white-space: nowrap;
}
.dqjj-list-item .infos{
    line-height: 2;
    font-size: 16px;
    color: 666666;
    margin-bottom: 20px;
}
.dqjj-list-item .time{
    font-size: 16px;
    color: #666666;
}
.dqjj-list-item .detail-btn{
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #969696;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}
.dqjj-list-item:hover .detail-btn{
    background-color: #40ad86;
    color: #fff;
}
.dqjj-contents .dqjj-list-item:hover .detail-btn{
    background-color: #cc160a;
    color: #fff;
}
.rlzy-contents .logo{
    width: 282px;
    height: 95px;
    object-fit: contain;
    margin-bottom: 40px;
}
.rlzy-contents .map-box{
    width: 970px;
    height: 560px;
    background-color: #ddd;
}
.rlzy-contents .tel{
    font-size: 24px;
    color: #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 70px;
}
.rlzy-contents .tel img{
    width: 30px;
    height: 30px;
    margin-right: 30px;
    display: block;
}
.rlzy-contents .address{
    font-size: 16px;
    color: #333;
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.rlzy-contents .email{
    font-size: 16px;
    color: #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
}
.rlzy-contents .address img{
    width: 30px;
    height: 34px;
    margin-right: 30px;
    display: block;
}
.rlzy-contents .email img{
    width: 30px;
    height: 24px;
    margin-right: 30px;
    display: block;
}
.zxls-contents{
    padding: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.zxls-contents .zxls-bg{
    display: block;
    width: 40%;
    object-fit: cover;
    flex: none;
}
.zxls-contents .zxls-box{
    width: 60%;
}
.zxls-contents .pages{
    padding: 5px;
    justify-content: flex-end;
}
.zxls-contents .pages .page-next,
.zxls-contents .pages .page-prev{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 36px;
    color: #999999;
    border: 1px solid #cfcfcf;
}
.zxls-contents .pages .page-prev{
    color: #545454;
    border: 1px solid #545454;
}
.zxls-list{
    width: 100%;
}
.zxls-list-item{
    display: block;
    padding: 20px;
    border-top: 1px solid #c7c7c7;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.zxls-list-item:last-child{
    border-bottom: 1px solid #c7c7c7;
}
.zxls-list-item span{
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
}

.zxls-list-item span.btn{
    display: block;
    flex: none;
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #f18e00;
    font-size: 14px;
    cursor: pointer;
}
.dialog{
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,0.3);
    width: 100vw;
    height: 100vh;
    display: none;
}
.dialog-content{
    width: 800px;
    margin: 150px auto;
    min-height: 50vh;
    background-color: #fff;
    padding: 30px;
}
.dialog .close{
    font-size: 30px;
    cursor: pointer;
    transform: rotate(45deg);
    float: right;
}
.dialog .title{
    margin: 20px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}
.dialog .infos{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.dialog .infos span{
    font-weight: bold;
    font-size: 14px;
    margin: 0 20px;
}
.line2{
    line-height: 2;
}
.qyry-contents{
    padding: 100px 0;
    width: 1420px;
    margin: 0 auto;
}
.qyry-list{
    margin: 0 -10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.qyry-list-item{
    display: block;
    margin: 0 20px 100px;
    width: 440px;
}
.qyry-list-item img{
    display: block;
    width: 100%;
    height: 310px;
    margin-bottom: 20px;
}
.qyry-list-item span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #000;
}
.wh-box{
    width: 1480px;
    padding: 100px 0;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.wh-item{
    flex: none;
    width: 370px;
    height: 310px;
    background-color: #40ad86;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.wh-item .title{
    position: relative;
    font-size: 24px;
    margin-bottom: 70px;
}
.wh-item .title::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 32px;
    margin-left: -16px;
    height: 3px;
    background-color: #fff;
}
.wh-item .info{
    font-size: 16px;
}
.news-box,
.xsgs-content{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 1400px;
    margin: 100px auto;
}
.news-box{
    width: 1470px;
}
.news-content3 .xsgs-left{
    width: 220px;
    margin-right: 60px;
    flex: none;    
}
.xsgs-content .xsgs-left{
    width: 300px;
    margin-right: 100px;
    flex: none;
}
.xsgs-left .xsgs-left-item{
    display: block;
    margin-bottom: 20px;
    background-color: #ededed;
    color: #212121;
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.xsgs-left .xsgs-left-item:hover,
.xsgs-left .xsgs-left-item.active{
    background-color: #40ad86;
    color: #fff;
    position: relative;
}
.xsgs-left .xsgs-left-item.active::after{
    content: "";
    position: absolute;
    width: 32px;
    height: 14px;
    right: 40px;
    top: 50%;
    margin-top: -7px;
    background: url(../images/jt3.png) no-repeat;
}
.xsgs-right{
    margin: 0 -50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.xsgs-right-item{
    margin: 0 50px 50px;
}

.xsgs-right-item img{
    display: block;
    margin-bottom: 30px;
    width: 450px;
    height: 280px;
    object-fit: cover;
}
.xsgs-right-item span{
    width: 450px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 18px;
    font-weight: bolder;
}
.news-contents1{
    width: 1420px;
    margin: 0 auto;
    padding: 100px 0;
}
.news-list1{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.news-list1 .news-list-item{
    margin: 0 20px 50px;
    width: 440px;
    border: 1px solid transparent;
}
.news-list1 .news-list-item>img{
    width: 440px;
    height: 280px;
    display: block;
    object-fit: cover;
}
.news-list1 .news-list-item .title{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list1 .news-list-item .time{
    font-size: 16px;
    color: #40ad86;
    margin: 20px 0;
}
.news-list1 .news-list-item .info{
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    height: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    line-clamp: 2;
}
.news-list1 .news-list-item .detail{
    padding: 20px 5px 0;
    color: #666666;
    font-size: 14px;
    position: relative;
    border-top: 1px solid #f1f5fa;
}
.news-list1 .news-list-item .detail::after{
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/jt4.png) no-repeat;
    background-size: 16px 8px;
    width: 16px;
    height: 8px;
}
.news-list1 .news-list-item .p20{
    padding: 0 20px;
}
.news-list1 .news-list-item:hover .detail{
    font-weight: bold;
    color: #40ad86;
}
.news-detail{
    width: 1400px;
    margin: 30px auto 100px;
}
.flex-end-center{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.news-detail .nav{
    margin-bottom: 30px;
}
.news-detail .nav img{
    display: block;
    margin-right: 10px;
}
.news-detail .nav a{
    margin: 0 5px;
}
.news-detail .title{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.news-detail .info{
    font-size: 16px;
    color: #999999;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}
.news-detail .content{
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}
.mr-20{
    margin-right: 20px;
}
.mb-20{
    margin-bottom: 20px;
}
.fzlc-box{
    width: 1500px;
    margin: 0 auto;
    position: relative;
}
.fzlc-prev,
.fzlc-next{
    width: 50px;
    height: 50px;
    background-color: #f0f0f0;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    flex: none;
}
.fzlc-timeline{
    flex: 1;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.fzlc-timeline::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-bottom: 1px solid #eceaea;
}
.fzlc-timeline .time{
    position: relative;
}
.fzlc-timeline .time::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 4px solid #999999;
    z-index: 1;
}
.fzlc-timeline .time.active::after{
    border: 4px solid #40ad86;
    width: 16px;
    height: 16px;
    background-color: #40ad86;
}
.fzlc-timeline .time.active::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 2;
}
.fzlc-timeline .time span{
    position: absolute;
    left: 50%;
    top: 20px;
    font-size: 16px;
    color: #999999;
    transform: translateX(-50%);
    font-family: PingFang;
}
.fzlc-timeline .time.active span{
    color: #40ad86;
    font-size: 24px;
}
.fzlc-infos{
    background-color: #fff;
    margin: 80px 60px;
    padding: 20px;
    display: none;
}
.fzlc-infos.active{
    display: block;
}
.fzlc-infos .item{
    margin-bottom: 10px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
}
.fzlc-infos .item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #339999;
}
.search-box{
    width: 180px;
    flex: none;
}
.search-box input{
    background-color: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    width: 100%;
    border-bottom: 2px solid #40ad86;
    padding: 4px 10px;
    margin: 0 10px;
    outline: none;
    display: none;
}
.search-box:hover input{
    display: block;
}
.search-box .search-btn{
    flex: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff url(../images/search.png) no-repeat;
    background-size: 12px 12px;
    background-position: center;
}