@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
    font-family:"Microsoft Yahei",'PingFang SC','Helvetica Neue','Hiragino Sans GB',SimSun;
}
li{
    list-style: none;
}

@font-face{
    font-family:myFont;
    src:url('../font/Alibaba-PuHuiTi-Light.ttf'),url('../font/Alibaba-PuHuiTi-Light.woff');
}
@font-face{
    font-family:myFont1;
    src:url('../font/Alibaba-PuHuiTi-Regular.ttf'),url('../font/Alibaba-PuHuiTi-Regular.woff');
}
@font-face{
    font-family:myFont2;
    src:url('../font/Alibaba-PuHuiTi-B.ttf'),url('../font/Alibaba-PuHuiTi-B.woff');
}
@font-face{
    font-family:myFont3;
    src:url('../font/Alibaba-PuHuiTi-H.ttf'),url('../font/Alibaba-PuHuiTi-H.woff');
}
@font-face{
    font-family:myFont4;
    src:url('../font/Alibaba-PuHuiTi-Medium.ttf'),url('../font/Alibaba-PuHuiTi-Medium.woff');
}
.web-font{font-family:myFont;}
.web-font1{font-family:myFont1;}
.web-font2{font-family:myFont2;}
.web-font3{font-family:myFont3;}
.web-font4{font-family:myFont4;}
/*banner*/
.index-banner img,.ny-banner img{
    width: 100%;
    display: block;
}
.index-banner .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    opacity: 0.6;
    background:#fff;
    border-radius: 50px;
    margin:0 7px !important;
}
.index-banner  .swiper-pagination-bullet-active{
    background: #00923f;
    opacity: 1;
    border:0;
}
.index-banner .swiper-slide{
    background-size: cover !important;
    background-position: center;
    display: flex;
    align-items: center;
}
.index-banner .swiper-slide .slide-img{
    width: 100%;
    overflow: hidden;
}
.index-banner .swiper-slide-active{
	pointer-events:auto;
}
.index-banner .swiper-slide .slide-img img{
    width:100%;
	height:100%;
	object-fit:cover;
	transform: scale(1.1);
	transition: transform 3s;
}
.index-banner .swiper-slide-active .slide-img>img{
	transform:none;
}
.index-banner .banner-text{
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    opacity: 0;
}
.index-banner .swiper-slide-active .banner-text{
	-webkit-animation: fadeInLeft 1.2s ease-in-out;
	animation: fadeInLeft 1.2s ease-in-out;
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index-banner .banner-text h5{
    color:#428fd7;
    font-size: 36px;
    text-transform: uppercase;
}
.index-banner .banner-text h6{
    font-size: 55px;
    color:#fff;
}
.index-banner .banner-text p{
    font-size: 20px;
    color: rgba(255,255,255,.2);
    margin: 0px 0 40px 0;
    text-transform: uppercase;
}
.index-banner .banner-text a{
    display: block;
    width: 160px;
    height: 50px;
    background:#00923f;
    text-align: center;
    line-height: 50px;
    color:#fff;
    font-size: 18px;
    border-radius: 50px;
}


/* 数字滚动 */
.digital-box{
    background:#07a24a;
}
.digital{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    background:none;
}
.digital li{
    font-size: 17px;
    color:#fff;
    width: 50%;
    padding:25px 0;
}
.digital li:nth-child(2n){
    background:#00923f;
}
.digital li em{
    font-family: myFont1;
}
.digital li i{
    font-size: 20px;
    vertical-align: top;
    margin-left: 5px;
}
.digital li p{
    color:#fff;
}
.digital li strong{
    font-size: 45px;
    font-weight: normal;
}
.digital li:last-child:before{
    display: none;
}

/* 标题 */
.title-cont1{
    width: 100% !important;
}
.title{
    width: 20%;
    font-size: 30px;
    position: relative;
    padding-left: 30px;
}
.title p{
    font-size: 17px;
    color:#969696;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.title::before{
    content: '';
    display: block;
    width: 11px;
    height: 28px;
    background:url(../images/bt-tb.png) no-repeat top left;
    position: absolute;
    left: 0;
    top: 10px;
}
.title::after{
    content: '';
    display: block;
    width: 71%;
    height: 1px;
    background:#e0e0e0;
    position: absolute;
    left: 38px;
    bottom: -20px;
}


/* 关于我们 */
.cont2-list .cont2-about{
    width: 50%;
}
@media(min-width:1600px){
    .cont2-list .cont2-about{
        width: 60%;
    }
    .cont2-list .img{
        width: 32% !important;
    }
}
.cont2-list h5{
    font-size: 16px;
    color:#00923f;
    text-transform: uppercase;
}
.cont2-list h6{
    color:#00923f;
    font-size: 20px;
}
.cont2-list .des{
    font-size: 15px;
    line-height: 32px;
    margin-top: 20px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.cont2-list .link{
    display: block;
    font-size: 15px;
    color:#00923f;
    transition: .5s;
}
.cont2-list .link .iconfont{
    transition: .5s;
}
.cont2-list .link:hover .iconfont{
    margin-left: 5px;
}
.cont2-box .cont2-understand{
    width: 100%;
    background:#00923f;
    padding:50px 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.cont2-box .cont2-understand .text,
.cont2-box .cont2-understand .iconfont{
    color:#fff;
}
.cont2-box .cont2-understand .text{
    margin-left: 9%;
}
.cont2-box .cont2-understand .text h5{
    font-size: 33px;
}
.cont2-box .cont2-understand .text p{
    font-size: 16px;
}
.cont2-box .cont2-understand .link{
    display: block;
}
.cont2-box .cont2-understand .link .iconfont{
    display: inline-block;
    font-size: 40px;
    margin-left: 50px;
    transition: .5s;
}
.cont2-box .cont2-understand .link:hover .iconfont{
    margin-top: -5px;
    color:#009241;
}
.cont2-list .img{
    width: 38%;
    z-index: 2;
}
.cont2-list .img img{
    width: 100%;
    height: auto;
}

/* 优势 */
.cont3-box{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: auto;
    grid-gap: 20px;
}
.cont3-box dl{
    background:#f4f4f4;
    border-radius: 10px;
    padding:60px 35px;
    text-align: center;
    transition: .5s;
    cursor: pointer;
}
.cont3-box dl:hover{
    margin-top: -8px;
}
.cont3-box dl .iconfont{
    color:#00923f;
    font-size: 45px;
}
.cont3-box dl h5{
    font-size: 21px;
    margin:3px 0 2px 0;
}
.cont3-box dl h6{
    text-transform: uppercase;
}
.cont3-box dl .line{
    width: 2px;
    height: 40px;
    background:#c4c4c4;
    margin:20px auto 20px;
}
.cont3-box dl dd{
    font-size: 16px;
    line-height: 30px;
}
.cont3-box dl dd p{
    font-family: myFont1;
}
.cont3-box dl:hover{
    background:#00923f;
}
.cont3-box dl:hover h5,
.cont3-box dl:hover h6,
.cont3-box dl:hover dd,
.cont3-box dl:hover .iconfont{
    color:#fff;
}
.cont3-box dl:hover .line{
    background:#fff;
}

/* 客户案例 */
.cont4-list .w80{
    width: 75%;
    margin:0 auto;
    min-width: 1200px;
}
.cont4-list .swiper-slide{
    width: 100%;
    height: 255px;
}
.cont4-list .swiper-slide .img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cont4-list .swiper-slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.cont4-list .swiper-slide:hover .img img{
    transform: scale(1.04);
}
.cont4-list .swiper-slide .des{
    width: 100%;
    line-height: 40px;
    padding:0 15px;
    background: rgba(0, 0, 0, .38);
    font-family: myFont1;
    color:#fff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cont4-list .swiper-button-next,
.cont4-list .swiper-button-prev{
    background:none;
    width: 58px;
    height: 58px;
    top: 43%;
}
.cont4-list .swiper-button-next{
    right: -6%;
}
.cont4-list .swiper-button-prev{
    left: -6%;
}
.cont4-list .swiper-button-next .iconfont,
.cont4-list .swiper-button-prev .iconfont{
    font-size: 58px;
    transition: .4s;
}
.cont4-list .swiper-button-prev .iconfont{
    display: block;
    transform: rotate(180deg);
}
.cont4-list .swiper-button-next:hover .iconfont,
.cont4-list .swiper-button-prev:hover .iconfont{
    color:#00923f;
}

/* 新闻动态 */
.cont5-box .news-bg{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.cont5-box .news-bg img{
    width: 100%;
    height: auto;
}
.cont5-box .cont5-list{
    /* z-index: 3;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: auto;
    grid-gap: 40px;
    margin-top: 70px; */
}
.cont5-box .cont5-list dl{
    box-shadow: 1px 2px 8px #eee;
    background:#fff;
    position: relative;
    cursor: pointer;
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-top: 4%;
}
.cont5-box .cont5-list dl:nth-child(2n){
    margin-right: 0;
}
.cont5-box .cont5-list dl a{
    display: flex;
    justify-content: space-between;
    z-index: 3;
    padding:50px 45px;
    position: relative;
}
.cont5-box .cont5-list dl dt{
    width: 18%;
}
.cont5-box .cont5-list dl dt .date{
    font-size: 30px;
    font-family: myFont1;
    color:#333;
}
.cont5-box .cont5-list dl dt .date p{
    font-size: 17px;
    color:#bababa;
    margin-top: 3px;
}
.cont5-box .cont5-list dl dt i{
    display: block;
    width: 100%;
    height: 1px;
    background:#c4c4c4;
    margin-top: 35px;
}
.cont5-box .cont5-list dl dd{
    width: 71%;
}
.cont5-box .cont5-list dl dd h5{
    font-size: 20px;
    color:#333;
    margin-top: 5px;
}
.cont5-box .cont5-list dl dd p{
    font-size: 16px;
    color:#757575;
    line-height: 30px;
    margin-top: 15px;
    min-height: 90px;
}
.cont5-box .cont5-list dl::before{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background:#00923f;
    transition: .5s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.cont5-box .cont5-list dl:hover::before{
    width: 100%;
}
.cont5-box .cont5-list dl:hover dt .date,
.cont5-box .cont5-list dl:hover dt .date p,
.cont5-box .cont5-list dl:hover dd h5,
.cont5-box .cont5-list dl:hover dd p{
    color:#fff;
}

/* 恒盛·企业信息 */
.qyxx-content .qyxx-left{
    width: 40%;
    height: 350px;
    overflow: hidden;
}
.qyxx-content .qyxx-left dl{
    position: relative;
    width: 100%;
    height: 100%;
}
.qyxx-content .qyxx-left dl dt{
    width: 100%;
    height: 100%;
}
.qyxx-content .qyxx-left dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.qyxx-content .qyxx-left:hover dl dt img{
    transform: scale(1.04);
}
.qyxx-content .qyxx-left dl dd{
    background: rgb(0 146 63 / 50%);
    line-height: 55px;
    font-size: 17px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 21px;
}
.qyxx-content .qyxx-right{
    width: 57%;
}
.qyxx-content .qyxx-right dl{
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}
.qyxx-content .qyxx-right dl:first-child{
    padding-top: 0;
}
.qyxx-content .qyxx-right dl dt{
    font-size: 17px;
    color: #333;
}
.qyxx-content .qyxx-right dl dd{
    font-size: 15px;
    line-height: 25px;
    margin-top: 7px;
    color:#666;
    min-height: 50px;
}
.qyxx-content .qyxx-right dl:hover dt{
    color:#00923f;
}
.qyxx-content .qyxx-right dl:hover{
    border-bottom: 1px solid #00923f;
}
.link-box{
    width: 200px;
    line-height: 55px;
    display: block;
    margin: 0 auto;
    margin-top: 55px;
    border-radius: 30px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    background: #00923f;
    border:1px solid #00923f;
    transition: .5s;
}
.link-box:hover{
    border:1px solid #00923f;
    background:none;
    color:#00923f;
}

/* 内页banner */
.column-banner{
    position: relative;
    display: flex;
    align-items: center;
    min-width: 1200px;
    height: 450px;
    overflow: hidden;
}
.column-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.column-banner .text-box{
    width: 100%;
    position: absolute;
    /* text-align: center; */
    font-size: 42px;
    color: #fff;
    /* margin-top: 50px; */
    
}
.column-banner .area{
    width: 83%;
    /* min-width: 1200px; */
    margin: 0 auto;
    font-family: myFont4;
}
.column-banner .area p{
    font-size: 28px;
    text-transform: uppercase;
    /* margin-top: 5px; */
    font-family: myFont1;
}


/* 面包屑导航 */
.crumbs-box{
    width: 100%;
    line-height: 70px;
    box-shadow: 1px 1px 10px #eee;
}
.crumbs-box ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.crumbs-box ul li a{
    height: 70px;
    margin-right: 55px;
    position: relative;
    cursor: pointer;
    display: block;
    color:#4c4c4c;
    font-size: 17px;
    font-family: 'myFont1';
}
.crumbs-box ul li:last-child a{
    margin-right: 0;
}
.crumbs-box ul li a:hover,
.crumbs-box ul li a.active{
    color:#00923f;
}
.crumbs-box ul li a::after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background:#00923f;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .5s;
}
.crumbs-box ul li a:hover::after,
.crumbs-box ul li a.active::after{
    width: 100%;
}

/* 栏目新闻资讯 */
.news-list-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 30px;
}
.news-list-box dl{
    background:#fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-bottom: 15px;
}
.news-list-box dl dt{
    height: 240px;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 300px;
}
.news-list-box dl dt img{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
    object-fit: cover;
    background:#eee;
}
.news-list-box dl:hover dt img{
    transform: scale(1.03);
}
.news-list-box dl dd h5{
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
    font-family: myFont1;
}
.news-list-box dl:hover dd h5{
    color:#00923f;
}
.news-list-box dl dd p{
    color: #666;
    font-size: 14px;
    font-family: myFont1;
}
.news-list-box dl::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background:#00923f;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .5s;
}
.news-list-box dl:hover::after{
    width: 100%;
}

/* 新闻详情 */
.introduce{
    background: #fff;
    margin:50px 0 10px 0;
}
.introduce .intro-con{
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.introduce .intro-con h2{
    font-size: 26px;
    color: #222222;
    margin-bottom: 10px;
    font-family: 'myFont1';
}
.introduce .intro-con span{
    font-size: 15px;
    padding:0 5px;

}
.introduce .intro-text{
    font-size: 16px;
    line-height: 30px;
    color:#464646;
    margin-top: 30px;
    text-align: justify;
    font-family: myFont1;
}
.introduce .intro-text p,
.introduce .intro-text div{
    font-family: myFont1;
    line-height: 30px;
}
.introduce .intro-text img{
    /* min-width: 50%; */
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 75%;
}
.introduce .intro-text table,
.table-nr table{
    width: 100% !important;
}
.introduce .intro-text table tr,
.table-nr table tr{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.introduce .intro-text table tr td,
.table-nr table tr td{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding:10px;
    font-size: 15px;
    line-height: 32px;
}
.table-nr{
    font-size: 15px;
    line-height: 32px;
    color:#222222;
}
.introduce .detail-r-retrun{
    display: flex;
    justify-content: space-between;
}
.introduce .detail-r-retrun .data-box{
    width: 60%;
    display: flex;
    line-height: 35px;
}
.introduce .detail-r-retrun p{
    color: #a7a7a7;
    font-size: 15px;
    margin-right: 30px;
    position: relative;
    font-family: "myFont1";
}
.introduce .detail-r-retrun p .iconfont{
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}
.return-box{
    width: 140px;
    height: 40px;
    background: #00923f;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    color:#fff;
    cursor: pointer;
    border:1px solid #00923f;
    transition: .5s;
    font-family: myFont4;
}
.introduce .detail-r-retrun p::after{
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    width: 1px;
    height: 13px;
    right: -15px;
    background: #ccc;
}
.introduce .detail-r-retrun p:last-child:after{
    display: none;
}
.return-box:hover{
    color:#00923f;
    background:none;
}

/* 分页 */
.page-box {
    margin-bottom: 60px;
    margin-top: 40px;
}
.page-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.page-box a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    background:#eee;
    margin: 0 5px;
    /* border-radius: 50px; */
    transition: .5s;
}
.page-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    background-color: #00923f;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}
.page-box a:hover{
    background:#00923f;
    color:#fff;
}

/* 内页上一页下一页 */
.news-fh{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e2e2e2;
}
.news-fh ul li,.news-fh ul li a{
    color:#656565;
    font-size: 15px;
    font-family: myFont1;
}
.news-fh ul li:last-child{
    border-top: 0;
    margin-top: 8px;
}
.news-fh ul li a:hover{
    color:#00923f;
    text-decoration: underline;
    cursor: pointer;
}

/* 当前位置 */
.location{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}
.location .iconfont{
    font-size: 20px;
    vertical-align: middle;
}
.location span{
    font-family: 'myFont1';
}


/* 联系我们 */
.ny_content{
    margin: 60px 0;
}
.ny_content .callus_l,.ny_content .callus_r{
    width: 40%;
}
.ny_content .callus_l h1,.ny_content .callus_r h1{
    font-size: 50px;
    font-family: blokcn;
    font-weight: bold;
    height: 60px;
    color: #e5e5e5;
    text-transform: uppercase;
}
.ny_content .callus_l h5,.ny_content .callus_r h5{
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    height: 70px;
    border-bottom: #666666 solid 2px;
}
.ny_content .callus_l img{
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.ny_content .callus_l p{
    text-align: center;
    font-size: 16px;
}
.ny_content .callus_l .code_box{
    display: grid;
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 30px;
}
.ny_content .callus_r ul{
    margin-top: 40px;
}
.ny_content .callus_r ul li{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    border-bottom: #e6e6e6 solid 1px;
    line-height: 50px;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}
.ny_content .callus_r ul li i{
    font-size: 26px;
}
.ny_content .callus_r ul li:first-child .iconfont{
    font-size: 36px;
}
.ny_content .messages-box{
    width: 50%;
    background:#f5f5f5;
    padding:35px;
}
.ny_content .messages-box .f-title{
    font-size: 22px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.ny_content .messages-box ul li{
    display: flex;
    line-height: 45px;
    margin-bottom: 13px;
}
.ny_content .messages-box ul li label{
    font-size: 15px;
    font-family: myFont1;
}
.ny_content .messages-box ul li input,
.ny_content .messages-box ul li textarea{
    width: 80%;
    margin-left: 10px;
    background:#fff;
    padding-left: 15px;
}
.ny_content .messages-box ul li input{
    line-height: 45px;
}
.ny_content .messages-box ul li textarea{
    height: 100px;
    line-height: 25px;
}
.ny_content .messages-box .form_btn{
    width: 140px;
    height: 50px;
    line-height: 50px;
    background:#00923f;
    color:#fff;
    margin-left: 89px;
    margin-top: 25px;
    cursor: pointer;
    transition: .5s;
}
.ny_content .messages-box .form_btn:hover{
    background:#009241;
}

/* 内页公司简介 */
.about-box{
    background: url(../images/introbg.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0;
}
.title-a{
    font-size: 36px;
    color:#333;
    text-align: center;
}
.title-a i{
    display: block;
    width: 35px;
    height: 1px;
    background: #00923f;
    margin:12px auto 0;
}
.about-list img{
    width: 48%;
    height: 370px;
    object-fit: cover;
}
.about-list .about-des{
    width: 48%;
    height: 370px;
    overflow-y: scroll;
}
.about-list .about-des p{
    font-family: myFont1;
    line-height: 30px;
    font-size: 16px;
    color:#333;
}

/* 荣誉资质 */
.ny-partner-box{
    background: url(../images/bg8.jpg) no-repeat center top;
    position: relative;
    padding: 80px 0;
    box-sizing: border-box;
    background-attachment: fixed;
}
.ny-partner-box .title-a{
    color:#fff;
    margin-bottom: 35px;
}
.ny-partner-box .title-a i{
    background:#fff;
}
.ny-partner-box .swiper-slide,
.nr_detail_img .swiper-slide{
    height: 255px;
    cursor: pointer;
    position: relative;
}
.ny-partner-box .swiper-slide .img,
.nr_detail_img  .swiper-slide .img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ny-partner-box .swiper-slide .img img{
    width: 100%;
    height: 100%;
    transition: .5s;
    object-fit: contain;
}
.nr_detail_img  .swiper-slide img{
    width: 100%;
    height: 100%;
    transition: .5s;
    object-fit: cover;
}
.ny-partner-box .swiper-slide:hover .img img,
.nr_detail_img  .swiper-slide:hover .img img{
    transform: scale(1.03);
}
.ny-partner-box .swiper-slide .des,
.coopareta-box ul li .des{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, .72);
    color: #fff;
    font-size: 19px;
    line-height: 25px;
    padding: 0 15px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    opacity: 0;
}
.ny-partner-box .swiper-slide .des>div,
.coopareta-box ul li .des>div{
    font-family: myFont1;
}
.ny-partner-box .swiper-slide:hover .des,
.coopareta-box ul li:hover.des{
    opacity: 1;
}

/* 合作企业 */
.coopareta-box{
    margin:40px 0 60px 0;
}
.coopareta-box ul{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-gap: 10px;
}
.coopareta-box ul li{
    width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    transition: .5s;
    border:1px solid #f5f5f5;
    position: relative;
}
.coopareta-box ul li img{
    width: 100%;
    height: auto;
    transition: .5s;
}
.coopareta-box ul li:hover img{
    transform: scale(.97);
}
.coopareta-box ul li:hover{
    box-shadow: 1px 1px 10px #eee;
}
.coopareta-box ul li:hover .des{
    opacity: 1;
}


/* 项目展示 */
.case-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 20px 20px;
}
.case-box dl{
    background:#f5f5f5;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.case-box dl dt{
    width: 50%;
    height: auto;
}
.case-box dl dt img{
    width: 100%;
    height: auto;
    transition: .5s;
}
.case-box dl:hover dt img{
    transform: scale(1.02);
}
.case-box dl dd{
    width: 50%;
    padding:30px 35px;
    font-size: 15px;
    line-height: 24px;
}
.case-box dl dd h5{
    margin-bottom: 7px;
}
.case-box dl dd p{
    margin-top: 7px;
}
.case-box dl dd p em.actice{
    color:#00923f;
}


/* 招聘信息 */
.rlzy-box{
    margin-top: 50px;
}
.rlzy-box .rlzy-text{
    font-size: 16px;
    line-height: 38px;
}
.rlzy-box .rlzy-text p{
    font-family: myFont1;
}
.rlzy-box .zp-title{
    font-size: 24px;
    border-bottom: #f5f5f5 1px solid;
    padding-bottom: 15px;
    color:#00923f;
}
.recruit-box{
    margin:30px 0 60px 0;
}
.recruit-box dl{
    padding:25px 25px 20px 25px;
    box-shadow: 0 0 10px rgb(230 230 230 / 50%);
    margin-bottom: 25px;
    cursor: pointer;
    border:1px solid #fff;
}
.recruit-box dd{
    display: none;
}
.recruit-box dl dt{
    overflow: hidden;
}
.recruit-box dl dt h5{
    width: 85%;
    float: left;
    font-size: 21px;
    color: #333;
    position: relative;
    padding-left: 16px;
    font-family: 'myFont1';
}
.recruit-box dl dt h5::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 20px;
    background: #00923f;
}
.recruit-box dl dt h5 .iconfont{
    font-size: 25px;
    vertical-align: top;
    color:#00923f;
    margin:0 5px 0 20px;
    vertical-align: middle;
}
.recruit-box dl dt h5 span{
    font-size: 22px;
    color: #00923f;
    font-family: 'myFont1';
    vertical-align: middle;
}
.recruit-box dl dt p{
    float: right;
}
.recruit-box dl dt p{
    transform: rotate(90deg);
}
.recruit-box dl dt p .iconfont{
    font-size: 20px;
}
.recruit-box dl:hover dt p .iconfont,
.recruit-box dl dt p.active .iconfont{
    color:#00923f;
}
.recruit-box dl dd{
    font-size: 16px;
    line-height: 32px;
    margin: 20px 0 20px 0;
    color: #565656;
    font-family: 'myFont1';
}
.recruit-box dl dd p{
    font-family: 'myFont1';
}
.recruit-box dl:hover{
    border:1px solid #00923f;
}
.recruit-box dl dt p.active{
    transform: rotate(-90deg);
}

/* 二级内容页 */
.envir_box_2 .nr_detail_box{
    margin:40px 0;
    font-size: 16px;
    color:#333;
    line-height: 35px;
}
.envir_box_2 .nr_detail_box p{
    font-family: myFont1;
}
.envir_box_2 .nr_detail_img{
    margin-bottom: 60px;
}



/* 新闻中心 */
.zf-news-list .swiper-slide{
    width: 48.5%;
    margin: 1%;
    float: left;
}
.zf-news-list .swiper-slide:nth-child(2n){
    margin-right: 0;
}
.zf-news-list .swiper-slide a{
    display: flex;
    justify-content: space-between;
    background:#F5F5F5;
}
.zf-news-list .img{
    width: 50%;
    overflow: hidden;
}
.zf-news-list .img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: .5s;
}
.zf-news-list .swiper-slide:hover .img img{
    transform: scale(1.04);
}
.zf-news-list .swiper-slide .text{
    padding: 5% 4.5%;
    box-sizing: border-box;
    width: 50%;
}
.zf-news-list .swiper-slide .text b{
    color: #00923f;
    font-size: 18px;
    font-weight: bold;
    height: 36px;
    display: block;
}
.zf-news-list .swiper-slide .text h5{
    font-size: 20px;
    height: 45px;
    border-bottom: 1px solid #E6E6E6;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    white-space: nowrap;
}
.zf-news-list .swiper-slide .text p{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: justify;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zf-news-list .swiper-slide .text em{
    color: #00923f;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.zf-news-list .swiper-slide .text em i{
    font-size: 30px;
    transition: .4s;
}
.zf-news-list .swiper-slide:hover em i{
    margin-left: 10px;
}


/* 新闻中心 */
.ny_news .ny_news_t{
    margin-bottom: 50px;
}
.ny_news .ny_news_t .ny_news_l,.ny_news .ny_news_t .ny_news_r{
    width: 50%;
}
.ny_news .ny_news_t .ny_news_l img{
    width: 100%;
    height: 401px;
    object-fit: cover;
}
.ny_news .ny_news_t .ny_news_r{
    background: #F5F5F5;
    padding: 50px;
    box-sizing: border-box;
}
.ny_news .ny_news_r a{
    display: block;
}
.ny_news .ny_news_r b{
    color: #00923f;
    font-size: 20px;
    font-weight: bold;
    height: 36px;
    display: block;
}
.ny_news .ny_news_r h5{
    font-size: 22px;
    height: 50px;
    border-bottom: 1px solid #E6E6E6;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    white-space: nowrap;
}
.ny_news .ny_news_r p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 50px;
    margin-top: 30px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: justify;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 90px;
}
.ny_news .ny_news_r em{
    color: #00923f;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.ny_news .ny_news_r em i{
    font-size: 30px;
    transition: .4s;
}
.ny_news .ny_news_r a:hover em i{
    margin-left: 10px;
}
.ny_news .ny_news_b ul li{
    color: #333333;
    box-sizing: border-box;
    padding: 40px 18px;
    transition: .4s;
    border-bottom: #E6E6E6 solid 1px;
}
.ny_news .ny_news_b ul li h5{
    font-size: 22px;
    width: 1000px;
    color: #333;
    line-height: 22px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s;
}
.ny_news .ny_news_b ul li p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}
.ny_news .ny_news_b ul li .c3_news_r_time{
    width: 15%;
}
.ny_news .ny_news_b ul li .c3_news_r_txt{
    width: 85%;
}
.ny_news .ny_news_b ul li .c3_news_r_time{
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 15%;
}
.ny_news .ny_news_b ul li .c3_news_r_time em{
    color: #333;
    font-size: 30px;
}
.ny_news .ny_news_b ul li .c3_news_r_time span{
    color: #666666;
    font-size: 18px;
}
.ny_news .ny_news_b ul li .c3_news_r_time i{
    background: url(../images/jj.png) left center no-repeat;
    height: 15px;
    margin-top: 15px;
}
.ny_news .ny_news_b ul li:hover{
    background-color: #F5F5F5;
}