.class_name{
    font-family: SC-Bold;
    font-weight: bold;
    font-size: 0.45rem;
    color: #000000;
    line-height: 1;
    text-align: center;
}
.jieshao{
    width: 100%;
    height: auto;
    background:#FAFAFA;
    margin-top: 1rem;
    padding-top: 1.59rem;
    padding-bottom: 1.5rem;
    box-sizing: border-box;
    position: relative;
}
.jieshao_name{
    font-family: SC-Bold;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
    margin-bottom: 0.06rem;
}
.jieshao_txt{
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.25rem;
    color: #333333;
}




.jieshao .about_bottom {
	margin-top: 0.9rem;
	display: flex;
	justify-content: space-between;
}
.jieshao .about_bottom .about_item{
    width: 22%;
}
.jieshao .about_bottom .about_num {
	display: flex;
    align-items: normal;
    justify-content: center;
}

.jieshao .about_bottom .about_num .num_shu,
.jieshao .about_bottom .about_num .num_shu span {
	font-family: Anton-Regular;
	font-weight: 400;
	font-size: 0.6rem;
	color: #80A749;
}

.jieshao .about_bottom .about_num .num_icon {
	font-family: SC-Heavy;
	font-weight: 800;
	font-size: 0.25rem;
	color: #80A749;
	margin-left: 0.1rem;
}

.jieshao .about_bottom .about_num_title {
	font-family: SC-Regular;
	font-weight: 400;
	font-size: 0.2rem;
	color: #000000;
    text-align: center;
}



.jieshao_cont{
    margin-top: 0.76rem;
}
.jieshao_cont,
.jieshao_cont p{
    /*font-family: SC-Normal;*/
    font-weight: 200;
    font-size: 0.18rem;
    color: #000000;
    line-height: 1.8;
}


.jieshao_logo {
    position: absolute;
    bottom: 0;
    width: 9.33rem;
    height: 2.04rem;
    /* 添加动画属性 */
    animation: moveLeftToRight 15s linear infinite;
    /* 确保动画从左侧开始 */
    left: 0;
}

/* 添加动画关键帧 */
@keyframes moveLeftToRight {
    0% {
        transform: translateX(-100%);
        left: 0;
    }
    100% {
        transform: translateX(100vw);
        left: 100%;
    }
}




.jieshao2{
    width: 100%;
    min-height: 8.53rem;
    background:#fff url(../img/about_bg3.png) center no-repeat;
    background-size: cover;
    padding-top: 1.5rem;
    box-sizing: border-box;
}
.jieshao2 .main{
    display: flex;
    justify-content: space-between;
}
.jieshao2 .jieshao2_fl{
    width: 5.45rem;
    height: 5.53rem;
    position: relative;
}
.jieshao2 .jieshao2_fl .jieshao2_img{
    width: 5.21rem;
    height: 5.32rem;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
.jieshao2 .jieshao2_fl .jieshao2_bg{
    width: 5.21rem;
    height: 5.32rem;
    border-radius: 0.1rem;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #80A749;
}
.jieshao2 .jieshao2_fl:hover .jieshao2_img{
    top: 0.2rem;
    left: 0.24rem;
}

.jieshao2 .jieshao2_fr{
    width: 10rem;
    height: auto;
    margin-top: -0.2rem;
}







.jieshao2_title{
    font-family: SC-Bold;
    font-weight: bold;
    font-size: 0.42rem;
    color: #000000;
    margin-bottom: 0.04rem;
    line-height: 1.2;
}
.jieshap2_txt{
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.25rem;
    color: #333333;
    margin-bottom: 0.3rem;
}
.jieshao2_cont,
.jieshao2_cont p{
    /*font-family: SC-Normal;*/
    font-weight: 200;
    font-size: 0.16rem;
    color: #000000;
    line-height: 1.8;
}







.jieshao3{
    width: 100%;
    padding: 1.5rem 0;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    z-index: 5;
}
.jieshao_litpic{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 0.91rem;
}
.jieshao_litpic .jieshao_item{
    width: 5.05rem;
    height: 3.18rem;
    background: linear-gradient( 250deg, #F6F6F6 0%, rgba(219,219,219,0) 100%);
    border-radius: 0.1rem;
    position: relative;
    overflow: hidden;
    border: 0.02rem solid rgba(255, 255, 255, 0);
}
.jieshao_litpic .jieshao3_img{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.33rem 0.18rem;
    box-sizing: border-box;
    background: url(../img/about_logo5.png) center no-repeat;
}
.jieshao_litpic .jieshao3_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.jieshao_litpic .jieshao3_txt{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -110%;
    left: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    transition: bottom 0.5s;
}
.jieshao_litpic .jieshao_item:hover{
    border: 0.02rem solid #80A749
}
.jieshao_litpic .jieshao_item:hover .jieshao3_txt{
    bottom: 0;
}
.jieshao_litpic .jieshao3_txt .jieshao3_title{
    width: 100%;
    text-align: center;
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.25rem;
    color: #FFFFFF;
    margin-bottom: 0.37rem;
}
.jieshao_litpic .jieshao3_txt .jieshao_url{
    display: flex;
    gap: 0.15rem;
}
.jieshao_litpic .jieshao3_txt .jieshao_url a{
    border: 0.01rem solid #366D33;
}
.jieshao_litpic .jieshao3_txt .jieshao_url a:first-child i{
    background: url(../img/liuyan.png) center no-repeat;
    background-size: cover;
}
.jieshao_litpic .jieshao3_txt .jieshao_url a:first-child:hover i{
    filter: brightness(0) invert(1);
}




.jieshao_litpic .swiper-button-next,
.jieshao_litpic .swiper-button-prev{
    width: 0.51rem;
    height: 0.51rem;
    background: rgba(255,255,255,0.15);
    border: 0.01rem solid #366D33;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    z-index: 99;
}
.jieshao_litpic .swiper-button-next img,
.jieshao_litpic .swiper-button-prev img{
    width: 0.14rem;
    height: 0.12rem;
    object-fit: contain;
}
.jieshao_litpic .swiper-button-next::after,
.jieshao_litpic .swiper-button-prev::after{
    display: none;
}
.jieshao_litpic .swiper-button-next:hover,
.jieshao_litpic .swiper-button-prev:hover{
    background: linear-gradient( 265deg, #80A749 0%, #366D33 100%);
}
.jieshao_litpic .swiper-button-next:hover img,
.jieshao_litpic .swiper-button-prev:hover img{
    filter: brightness(0) invert(1);
}
.jieshao_litpic .swiper-button-next{
    right: -0.91rem;
}
.jieshao_litpic .swiper-button-prev{
    left: -0.91rem;
}




.jieshao4{
    width: 100%;
    height: auto;
    background:#fff url(../img/about_bg4.png) bottom center no-repeat;
    background-size: cover;
    padding: 1.5rem 0 1.11rem;
    box-sizing: border-box;
}

.jieshao4_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jieshao4_top .jieshao4_class .jieshao4_title{
    font-family: SC-Bold;
    font-weight: bold;
    font-size: 0.42rem;
    color: #000000;
    margin-bottom: 0.16rem;
    line-height: 1.2;
}
.jieshao4_top .jieshao4_class .jieshao4_txt{
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.25rem;
    color: #333333;
    line-height: 1;
}

.jieshao4_list{
    margin-top: 1.52rem;
    margin-bottom: 0.92rem;
    display: flex;
    justify-content: space-between;
}
.jieshao4_list .jieshao4_li{
    width: 2.97rem;
    min-height: 2.8rem;
    padding: 0.69rem 0.23rem 0.2rem;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.05);
    border-radius: 0.1rem;
    position: relative;
    cursor: pointer;
}
/* .jieshao4_list .jieshao4_li::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/about_logo4.png) bottom center no-repeat;
    display: none;
} */
.jieshao4_list .jieshao4_li .jieshao4_num{
    position: absolute;
    width: 0.72rem;
    height: 0.72rem;
    background: rgba(128,167,73,0.1);
    border-radius: 50%;
    top: -0.3rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.jieshao4_list .jieshao4_li .jieshao4_num span{
    width: 0.52rem;
    height: 0.52rem;
    background: #80A749;
    border-radius: 50%;
    font-family: MiSans-Medium;
    font-weight: 500;
    font-size: 0.25rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}


.jieshao4_list .jieshao4_li .jieshao4_tit{
    width: 100%;
    text-align: center;
    font-family: SC-Medium;
    font-weight: 500;
    font-size: 0.25rem;
    color: #000000;
    margin-bottom: 0.22rem;
    line-height: 1;
}
.jieshao4_list .jieshao4_li .jieshao4_tt{
    width: 100%;
    text-align: center;
    /*font-family: SC-Normal;*/
    font-weight: 200;
    font-size: 0.15rem;
    color: #333333;
    line-height: 1.5;
}

.jieshao4_list .jieshao4_li:hover{
    background: linear-gradient( 272deg, #80A749 0%, #366D33 100%);
}
/* .jieshao4_list .jieshao4_li:hover::before{
    display: block;
} */
.jieshao4_list .jieshao4_li:hover .jieshao4_num{
    background: #F1F5ED;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}
.jieshao4_list .jieshao4_li:hover .jieshao4_num span{
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.08);
}
.jieshao4_list .jieshao4_li:hover .jieshao4_tit,
.jieshao4_list .jieshao4_li:hover .jieshao4_tt{
    color: #fff;
}


.jieshao4_body,
.jieshao4_body p{
    /*font-family: SC-Normal;*/
    font-weight: 200;
    font-size: 0.16rem;
    color: #000000;
    line-height: 1.8;
}









.wenhua_class{
    font-family: SC-Bold;
    font-weight: bold;
    font-size: 0.45rem;
    color: #000;
    width: 100%;
    text-align: center;
}

.wenhua{
        width: 100%;
    height: 100vh;
    max-height: 10.8rem;
    background: #fff url(../img/yingxiao_bg1.png) center 1rem no-repeat;
    background-size: contain;
    padding-top: 2.17rem;
    box-sizing: border-box;
}
.wenhua_list{
    margin-top: 1.11rem;
    display: flex;
    justify-content: center;
    gap: 0.8rem;
}
.wenhua_list .wenhua_li{
    width: 4.6rem;
    height: 1.6rem;
    background: #e2e2e23d;
    border: 0.01rem solid rgb(106 155 95);
    padding: 0 0.55rem;
    box-sizing: border-box;
    backdrop-filter: blur(6px);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.wenhua_list .wenhua_li .wenhua_title{
    font-family: SC-Medium;
    font-weight: 500;
    font-size: 0.28rem;
    color: #426b3f;
    margin-bottom: 0.16rem;
    line-height: 1;
}
.wenhua_list .wenhua_li .wenhua_txt{
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.18rem;
    color: #80a749;
    line-height: 1.4;
}



.wenhua1{
    width: 100%;
    height: 9.3rem;
    background:#fff url(../img/wenhua_bg2.png) center no-repeat;
    background-size: cover;
    padding-top: 1.5rem;
    box-sizing: border-box;
}

.wenhua1 .main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.wenhua1 .wenhua_class{
    color: #000000;
    margin-bottom: 1.4rem;
}
.wenhua1 .wenhua_cn{
    width: 4.04rem;
    height: 4.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(122,155,84,0.1);
    border-radius: 50%;
    position: relative;
}
.wenhua1 .wenhua_cn::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    border: 0.01rem dashed #7A9B54;
    animation: moveLeft 5s linear infinite;
}
.wenhua1 .wenhua_cn::after{
    content: "";
    position: absolute;
    width: 5.06rem;
    height: 5.06rem;
    border-radius: 50%;
    border: 0.01rem dashed #7A9B54;
    top: -0.51rem;
    left: -0.51rem;
    animation: moveRight 6s linear infinite;
}
.wenhua1 .wenhua_cn .wenhua_logo{
    width: 3.34rem;
    height: 3.34rem;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wenhua1 .wenhua_cn .wenhua_logo img{
    width: 1.93rem;
    height: 1.56rem;
    object-fit: contain;
}



@keyframes moveLeft {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes moveRight {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}


.wenhua1 .wenhua_item{
    display: flex;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
    justify-content: flex-end;
    cursor: pointer;
    position: relative;
    z-index: 1;
} 
.wenhua1 .wenhua_item .wenhua_icon{
    width: 0.74rem;
    height: 0.74rem;
    background: #80A749;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wenhua1 .wenhua_item .wenhua_icon img{
    width: 0.44rem;
    height: 0.44rem;
    object-fit: contain;
}
.wenhua1 .wenhua_item .wenhua_linian{
    font-family: SC-Medium;
    font-weight: 500;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: 0.09rem;
    line-height: 1;
}
.wenhua1 .wenhua_item .wenhua_key{
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
}
.wenhua1 .wenhua_fl .wenhua_linian,
.wenhua1 .wenhua_fl .wenhua_key{
    text-align: right;
}

.wenhua1 .wenhua_fl,
.wenhua1 .wenhua_fr{
    height: 4.04rem;
    width: auto;
    max-width: calc(50% - 2.02rem);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}


.wenhua1 .wenhua_fr .wenhua_item{
    flex-direction: row-reverse;
}


.wenhua1 .wenhua_item:hover .wenhua_icon{
    background: linear-gradient( 140deg, #7A9B54 0%, #3A6531 100%);
}
.wenhua1 .wenhua_item:hover .wenhua_linian,
.wenhua1 .wenhua_item:hover .wenhua_key{
    color: #3A6531;
}
.wenhua1 .wenhua_fl .wenhua_item:nth-child(1),
.wenhua1 .wenhua_fl .wenhua_item:nth-child(3){
    right: -0.37rem;
    position: relative;
}
.wenhua1 .wenhua_fl .wenhua_item:nth-child(2){
    margin-right: 0.21rem;
}
.wenhua1 .wenhua_fr .wenhua_item:nth-child(1),
.wenhua1 .wenhua_fr .wenhua_item:nth-child(3){
    left: -0.37rem;
    position: relative;
}
.wenhua1 .wenhua_fr .wenhua_item:nth-child(2){
    margin-left: 0.21rem;
}








.chengguo{
    width: 100%;
    height: auto;
    margin-top: 1rem;
    padding: 1.04rem 0 0.8rem;
    box-sizing: border-box;
    background: #fff url(../img/chengguo_bg5.png) top center no-repeat;
}
.chengguo .class_name{
    margin-bottom: 1.17rem;
}



.chengguo_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}
.chengguo_top .chengguo_key{
    display: flex;
    align-items: center;
}
.chengguo_top .chengguo_key span{
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #606060;
    margin-right: 0.36rem;
}
.chengguo_top .chengguo_key a{
    width: 2rem;
    height: 0.37rem;
    background: #FFFFFF;
    border-radius: 0.03rem;
    border: 0.01rem solid #366D33;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.18rem;
    color: #366D33;
    margin-right: 0.13rem;
}
.chengguo_top .chengguo_key .act{
    background: linear-gradient( 270deg, #80A749 0%, #366D33 100%);
    color: #fff;
}
.chengguo_top form{
    display: flex;
    position: relative;
}
.chengguo_top .search_input{
    width: 5rem;
    height: 0.37rem;
    background: #FFFFFF;
    border-radius: 0.03rem;
    border: 0.01rem solid #D3D3D3;
    padding: 0.12rem 0.5rem 0.12rem 0.17rem;
    box-sizing: border-box;
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.14rem;
    color: #000;
}
.chengguo_top .search_input::placeholder{
    color: #A8A8A8;
}
.chengguo_top .search_btn{
    width: 0.24rem;
    height: 0.24rem;
    background: url(../img/search_icon3.png) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0.1rem;
    top: 0.06rem;
}



.chengguo .chengguo_body{
    width: 100%;
}
.chengguo .page_box{
    margin-top: 1.04rem;
}
.chengguo .chengguo_body .chengguo_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}
.chengguo_list .chengguo_item{
    width: 2.92rem;
    height: 2.92rem;
    background: #FCFDFA;
    border: 0.02rem solid #EFEFEF;
    padding: 0.25rem 0.29rem;
    box-sizing: border-box;
    margin-bottom: 0.05rem;
}
.chengguo_list .chengguo_item .chengguo_img{
    width: 100%;
    height: 1.7rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.26rem;
}
.chengguo_list .chengguo_item .chengguo_img img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.chengguo_list .chengguo_item .chengguo_title{
    width: 100%;
    text-align: center;
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333;
    line-height: 1.4;
}
.chengguo_list .chengguo_item:hover{
    border: 0.02rem solid #80A749;
}
.chengguo_list .chengguo_item:hover .chengguo_title{
    color: #366D33;
}









.licheng {
    margin-top: 1rem;
    width: 100%;
    background: #fff url(../img/licheng_bg.png) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
    padding-top: 1.03rem;
    padding-bottom: 1rem;
}
.licheng .licheng_before{
    width: 100%;
    height: 0;
    position: sticky;
    bottom: 0;
    z-index: 9;
}
.licheng .licheng_before::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 3.7rem;
    bottom: -1rem;
    background: linear-gradient(180deg, #ffffff00 0%, #fff 100%);
    z-index: 9;
}

.licheng .about_name {
    font-family: SC-Bold;
	font-weight: bold;
	font-size: 0.45rem;
	color: #000;
	line-height: 1;
	text-align: center;
	margin-bottom: 0.88rem;
}

.licheng .licheng_body {
	position: relative;
	width: 100%;
    height: 100%;
}

.licheng .licheng_body .licheng_bg {
	content: "";
	position: absolute;
	width: 0.02rem;
	height: calc(100% - 1.7rem);
	border-right: 1px dashed #B7B7B7;
	left: 50%;
    top: 0.34rem;
	transform: translateX(-50%);
	z-index: 0;
	overflow: visible;
}

/* 激活状态的时间线样式 */
.licheng .licheng_body .licheng_bg i {
	display: block;
	width: 0.02rem;
	height: 1.5rem;
	position: sticky;
	background: #3A6531;
	/* border: 0.01rem solid #B7B7B7; */
	top: 0.4rem;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
    margin-left: 1.5px;
}

.licheng .licheng_body .licheng_bg i.active {
	height: 4.5rem;
    top: 0;
}




.licheng .licheng_item {
	width: 100%;
	height: auto;
	margin-bottom: 0.78rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
	padding-right: 8.4rem;
}
.licheng .licheng_item .licheng_icon{
	position: absolute;
	right: 49%;
	top: 0.21rem;
	width: 0.32rem;
	height: 0.32rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(198,198,198,0.2);
	border-radius: 50%;
}
.licheng .licheng_item .licheng_icon i{
	display: block;
	width: 0.14rem;
	height: 0.14rem;
	background: #C6C6C6;
	border-radius: 50%;
}
.licheng .licheng_item .licheng_year {
	width: 100%;
    font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.55rem;
    color: #000;
	text-align: right;
	transition: color 0.3s ease;
    margin-bottom: 0.18rem;
    line-height: 1;
}
.licheng .licheng_item .licheng_title{
    width: 100%;
    font-family: SC-Medium;
    font-weight: 500;
    font-size: 0.25rem;
    color: #000;
    margin-bottom: 0.18rem;
    line-height: 1;
    text-align: right;
} 


.licheng .licheng_item .licheng_txt,
.licheng .licheng_item .licheng_txt p{
	width: 100%;
	font-family: SC-Normal;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333;
	line-height: 1.6;
	text-align: right;
}


/* 激活状态样式 */
.licheng .licheng_item.active .licheng_icon i{
	background: #3A6531;
}

.licheng .licheng_item.active .licheng_icon{
    background: rgba(58,101,49,0.2);
    width: 0.32rem;
    height: 0.32rem;
    animation: increase2 2s infinite alternate;
}
.licheng .licheng_item.active .licheng_year{
    color: #366D33;
}
.licheng .licheng_item.active .licheng_title{
    color: #80A749;
} 

@keyframes increase2 {
	0% {
		transform: scale(0.6);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.6);
	}
}

.licheng .licheng_item:nth-child(2n) {
	padding-right: 0;
	padding-left: 8.4rem;
}
.licheng .licheng_item:nth-child(2n) .licheng_icon{
    right: auto;
    left: 49%;
}
.licheng .licheng_item:nth-child(2n) .licheng_year,
.licheng .licheng_item:nth-child(2n) .licheng_title,
.licheng .licheng_item:nth-child(2n) .licheng_txt,
.licheng .licheng_item:nth-child(2n) .licheng_txt p{
    text-align: left;
}










/* 新闻 */
.news{
    margin-top: 1rem;
    padding: 1.05rem 0 1.02rem;
}

.news_swiper{
    width: 100%;
    height: 5rem;
    margin-bottom: 0.54rem;
    background: #F8F8F8;
    position: relative;
    padding: 0.32rem 0.34rem;
    box-sizing: border-box;
}
.news_swiper .swip_item{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.news_swiper .swip_item .swip_txt{
    width: 6.5rem;
    margin-top: 0.67rem;
    margin-left: 0.45rem;
}
.news_swiper .swip_item .swip_title{
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.3rem;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 0.25rem;
}
.news_swiper .swip_item .swip_cont{
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #606060;
    line-height: 1.75;
    margin-bottom: 0.43rem;
}
.news_swiper .swip_item .swip_tit{
    display: flex;
    align-items: center;
    gap: 0.27rem;
}
.news_swiper .swip_item .swip_tit span{
    font-family: MiSans-Light;
    font-weight: 300;
    font-size: 0.18rem;
    color: #606060;
    display: flex;
    align-items: center;
}
.news_swiper .swip_item .swip_tit span img{
    width: 0.18rem;
    height: 0.18rem;
    object-fit: contain;
    margin-right: 0.1rem;
}
.news_swiper .swip_item .swip_img{
    width: 7.27rem;
    height: 4.35rem;
    overflow: hidden;
}
.news_swiper .swip_item .swip_img img{
    transition: all 0.5s;
}
.news_swiper .swip_item:hover .swip_img img{
    transform:scale(1.1);
}
.news_swiper .swiper-button-next,
.news_swiper .swiper-button-prev{
    width: 0.34rem;
    height: 0.34rem;
    background: #FFFFFF;
    border: 0.01rem solid #366D33;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0.55rem;
    top: auto;
    margin: 0;
}
.news_swiper .swiper-button-next::after,
.news_swiper .swiper-button-prev::after{
    display: none;
}
.news_swiper .swiper-button-next img,
.news_swiper .swiper-button-prev img{
    width: 0.08rem;
    height: 0.07rem;
}
.news_swiper .swiper-button-next:hover,
.news_swiper .swiper-button-prev:hover{
    background: linear-gradient( 270deg, #80A749 0%, #366D33 100%);
}
.news_swiper .swiper-button-next:hover img,
.news_swiper .swiper-button-prev:hover img{
    filter: brightness(0) invert(1);
}
.news_swiper .swiper-button-next{
    left: 6.95rem;
}
.news_swiper .swiper-button-prev{
    left: 0.8rem;
}





.news_list{
    margin-top: 0.58rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.35rem;
}
.news_list .news_item{
    width: calc(33.33% - 0.233rem);
    height: 5rem;
    padding: 0.2rem;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 0.28rem;
}
.news_list .news_item .news_img{
    width: 100%;
    height: 2.82rem;
    overflow: hidden;
    margin-bottom: 0.36rem;
}
.news_list .news_item .news_img img{
    transition: all 0.5s;
}
.news_list .news_item .news_title{
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 1.75;
}
.news_list .news_item .news_txt{
    position: absolute;
    left: 0.2rem;
    bottom: 0.48rem;
    display: flex;
    align-items: center;
    gap: 0.27rem;
}
.news_list .news_item .news_time,
.news_list .news_item .news_visit{
    display: flex;
    align-items: center;
    font-family: MiSans-Light;
    font-weight: 300;
    font-size: 0.18rem;
    color: #606060;
}
.news_list .news_item .news_time i,
.news_list .news_item .news_visit i{
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.1rem;
}
.news_list .news_item .news_time i{
    background: url(../img/news_icon1.png) center no-repeat;
    background-size: contain;
}
.news_list .news_item .news_visit i{
    background: url(../img/news_icon3.png) center no-repeat;
    background-size: contain;
}
.news_list .news_item:hover{
    background: #F8F8F8;
}
.news_list .news_item:hover .news_title{
    color: #366D33;
}
.news_list .news_item:hover .news_time,
.news_list .news_item:hover .news_visit{
    color: #80A749;
}
.news_list .news_item:hover .news_time i{
    background: url(../img/news_icon2.png) center no-repeat;
    background-size: contain;
}
.news_list .news_item:hover .news_visit i{
    background: url(../img/news_icon4.png) center no-repeat;
    background-size: contain;
}
.news_list .news_item:hover .news_img img{
    transform:scale(1.1);
}
.news_list .page_box{
    margin-top: 1rem;
}






/* 新闻详情 */
.view{
    position: relative;
    padding-top: 2.05rem;
    background: #fff;
}
.view .main{
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.view .view_fl{
    width: 11.8rem;
    height: auto;
}
.view .view_fl .view_name{
    font-family: SC-Bold;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
    line-height: 1.6;
    width: 100%;
    text-align: center;
    margin-bottom: 0.45rem;
}
.view .view_fl .view_txt{
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    padding-bottom: 0.37rem;
    border-bottom: 0.01rem solid #D8D8D8;
    margin-bottom: 0.39rem;
}
.view .view_fl .view_txt .view_time,
.view .view_fl .view_txt .view_visit{
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #727272;
    display: flex;
    align-items: center;
}
.view .view_fl .view_txt .view_time i,
.view .view_fl .view_txt .view_visit i{
    display: block;
    width: 0.21rem;
    height: 0.21rem;
    background: url(../img/time3.png) center no-repeat;
    background-size: contain;
    margin-right: 0.08rem;
}
.view .view_fl .view_txt .view_visit i{
    background: url(../img/visit.png) center no-repeat;
    background-size: contain;
}
.view .view_fl .view_body,
.view .view_fl .view_body p{
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 2;
}
.view .view_fl .view_body img{
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0 auto;
}







.view_fl .news_share{
    margin-top: 0.79rem;
    margin-bottom: 0.95rem;
    padding-top: 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0.01rem solid #D8D8D8;
}
.view_fl .news_share .share_list{
    display: flex;
    align-items: center;
}
.view_fl .news_share .share_list span{
    font-weight: 400;
    font-size: 0.16rem;
    color: #7B7B7B;
    display: block;
    margin-right: 0.2rem;
    font-family: SC-Regular;
}
.view_fl .news_share .share_list a{
    display: block;
    width: 0.22rem;
    height: 0.22rem;
    margin-right: 0.08rem;
}
.view_fl .news_share .share_list a img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.view_fl .news_share .news_updown{
    display: flex;
    gap: 0.2rem;
}
.view_fl .news_share .news_updown a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.16rem;
    width: 1.8rem;
    height: 0.4rem;
    background: #fff;
    border-radius: 0.05rem;
    color: #366D33;
    border: 0.01rem solid #366D33;
}
.view_fl .news_share .news_updown a img{
    width: 0.16rem;
    height: 0.1rem;
    /* object-fit: contain; */
}
.view_fl .news_share .news_updown a:last-child img{
    transform: rotate(180deg);
}
.view_fl .news_share .news_updown a:hover{
    background: linear-gradient( 269deg, #80A749 0%, #366D33 100%);
    color: #fff;
}
.view_fl .news_share .news_updown a:hover img{
    filter: brightness(0) invert(1);
}




.news_content{
    width: 3.4rem;
    height: initial;
    position: relative;
    border-left: 0.01rem solid #E5E5E5;
    padding-left: 0.33rem;
    margin-bottom: 0.94rem;
}
.news_content .news_fr {
	width: 100%;
	position: sticky;
	top: 1.2rem;
}

.news_content .news_fr .class_name {
	font-family: SC-Medium;
    font-weight: 500;
    font-size: 0.25rem;
    color: #000000;
	margin-bottom: 0.43rem;
	text-align: left;
}

.news_content .news_fr .view_list {
	width: 100%;
	height: auto;
	margin-bottom: 0.35rem;
}

.news_content .news_fr .view_list .news_img {
	width: 100%;
	height: 1.93rem;
	overflow: hidden;
	border-radius: 0.05rem;
}

.news_content .news_fr .view_list .news_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.news_content .news_fr .view_list .news_time {
	margin-top: 0.24rem;
	font-weight: 400;
	font-size: 0.16rem;
	color: #A8A8A8;
    font-family: MiSans-Normal;
}
.news_content .news_fr .view_list .news_txt {
	width: 100%;
	margin-top: 0.16rem;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333;
	line-height: 0.25rem;
    font-family: MiSans-Normal;
}
.news_content .news_fr .view_list:hover .news_img img {
	transform: scale(1.1);
}

.news_content .news_fr .view_list:hover .news_txt {
	color: #3A6531;
}

.news_content .news_fr .class_more2 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 0.6rem;
	cursor: pointer;
	font-family: SC-Regular;
	font-weight: 400;
	font-size: 0.16rem;
	color: #A8A8A8;
}










.lianxi{
    width: 100%;
    background: #FAFAFA;
    padding-top: 2rem;
    box-sizing: border-box;
}
.lianxi .class_name{
    width: 100%;
    margin-bottom: 1.02rem;
}
.lianxi .lianxi_list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.79rem;
}
.lianxi .lianxi_list .lianxi_item{
    width: 3.78rem;
    height: 2rem;
    background: #fff url(../img/lx-bg.png) center no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 0.1rem;
    padding: 0.4rem 0.6rem;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    /*box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.05);*/
    box-shadow: 1px 3px 16px 2px #dedede;
}


.lianxi .lianxi_list .lianxi_item:last-child .lianxi_code{
    position: absolute;
    left: 0.1rem;
}



.lianxi .lianxi_list .lianxi_item .lianxi_icon{
    width: 0.22rem;
    height: 0.22rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0.4rem;
    left: 0.3rem;
    position: absolute;
}
.lianxi .lianxi_list .lianxi_item .lianxi_icon img{
    object-fit: contain;
}
.lianxi .lianxi_list .lianxi_title{
    font-family: SC-Medium;
    font-weight: 500;
    font-size: 0.18rem;
    color: #000000;
    line-height: 1;
    margin-bottom: 0.16rem;
} 
.lianxi .lianxi_list .lianxi_cont{
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.25rem;
}
.lianxi .lianxi_list .lianxi_code{
    display: flex;
    gap: 0.11rem;
}
.lianxi .lianxi_list .lianxi_code .lianxi_img{
    width: 0.81rem;
    height: 0.81rem;
    /*overflow: hidden;*/
}
.lianxi .lianxi_list .lianxi_code .lianxi_img img{
    width: 0.81rem;
    height: 0.81rem;
    object-fit: contain;
}
.lianxi .lianxi_list .lianxi_code .lianxi_img span{
    font-size: 0.14rem;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 0.04rem;
}
.lianxi .lianxi_list .lianxi_item:hover{
    border: 0.01rem solid #80A749;
    background: #fff !important;
}
.lianxi .lianxi_list .lianxi_item:hover .lianxi_title{
    color: #366D33;
}
.lianxi .lianxi_list .lianxi_item:hover .lianxi_cont{
    color: #80A749;
}

.lianxi .map{
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: height;
    padding-bottom: 0.79rem;
}
.lianxi .map img{
    max-width: 100%;
    height: 100%;
}









.zixun{
    width: 100%;
    height: 10.8rem;
    background: #fff;
    position: relative;
}
.zixun .pop_fl{
    width: 5.9rem;
    position: relative;
}
.zixun .zixun_img{
    width: 7.5rem;
    height: 100%;
    position: absolute;
    right: 0;
}
.zixun .zixun_img img{
    width: 100%;
    height: 100%;
}
.zixun .main{
    width: 16rem;
    display: flex;
    justify-content: right;
    height: 100%;
}
.zixun .pop_cont2{
	width: 10.1rem;
	padding-left: 0.77rem;
    padding-top: 1.44rem;
	box-sizing: border-box;
}
.zixun .pop_cont2 .form_title{
    font-family: SC-Bold;
    font-weight: bold;
    font-size: 0.45rem;
    color: #000000;
    line-height: 1;
    margin-bottom: 0.27rem;
}
.zixun .form_name{
	font-family: SC-Regular;
	font-weight: 400;
	font-size: 0.28rem;
	color: #464646;
	margin-bottom: 0.5rem;
} 
.zixun .pop_form{
	width: 100%;
}

.zixun .pop_form form{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.zixun .form_label{
	width: 4.56rem;
	background: #FFFFFF;
	margin-bottom: 0.43rem;
	margin-right: 0.21rem;
	position: relative;
}
.zixun .form_label.type::before{
	content: "";
    position: absolute;
    width: 0.14rem;
    height: 0.14rem;
    background: url(../img/xiala4.png) center no-repeat;
    background-size: contain;
    right: 0.12rem;
    top: 50%;
    transform: translateY(-50%);
}
.zixun .form_label.act::before{
	background: url(../img/xiala4.png) center no-repeat;
	background-size: contain;
}
.zixun .form_label:nth-child(2n){
	margin-right: 0;
}
.zixun .form_label input{
	width: 100%;
	height: 100%;
	padding: 0.16rem 0.2rem;
	box-sizing: border-box;
	font-family: SC-Normal;
	font-weight: 400;
	font-size: 0.2rem;
	color: #000;
	border: 0.01rem solid #E6E6E6;
	cursor: pointer;
	position: relative;
	z-index: 2;
	background: none;
}
.zixun .form_label input::placeholder{
	color: #A8A8A8;
}
.zixun .form_label input:focus{
	border: 0.01rem solid #7A9B54;
	color: #3A6531;
}
.zixun .form_label .form_type{
	position: absolute;
	width: 100%;
	max-height: 3rem;
	overflow-y: auto;
	top: 100%;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0,0,0,0.08);
	border: 0.01rem solid #F2F2F2;
	padding: 0.15rem 0 0.11rem;
	box-sizing: border-box;
	display: none;
}
.zixun .form_label .form_type.active{
	display: block;
}
.zixun .form_label .form_type .type_item{
	width: 100%;
    /* height: 0.34rem; */
    line-height: 0.34rem;
    padding-left: 0.24rem;
    box-sizing: border-box;
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.14rem;
    color: #A8A8A8;
    cursor: pointer;
    line-height: 1.4;
    padding: 0.08rem 0.24rem;
}
.zixun .form_label .form_type .type_item.selected,
.zixun .form_label .form_type .type_item:hover{
	background: #7A9B54;
	color: #fff;
}
.zixun .form_label .form_type::-webkit-scrollbar {
	width: 4px;    
	/*height: 4px;*/
}
.zixun .form_label .form_type::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px #7A9B54;
	background: #7A9B54;
}
.zixun .form_label .form_type::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}






.zixun .pop_form button{
	width: 1.5rem;
	height: 0.45rem;
    margin-top: 1.9rem;
	background: #FFFFFF;
	border: 0.01rem solid #366D33;
	border-radius: 0.05rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.09rem;
	font-family: SC-Regular;
	font-weight: 400;
	font-size: 0.16rem;
	color: #366D33;
	cursor: pointer;
}
.zixun .pop_form button img{
	width: 0.18rem;
	height: 0.16rem;
}
.zixun .pop_form button:hover{
	background: linear-gradient( 273deg, #7A9B54 0%, #366D33 100%);
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.1);
	color: #fff;
}
.zixun .pop_form button:hover img{
	filter: brightness(0) invert(1);
}












/* 招聘 */
.hire{
    padding-top: 2.04rem;
    padding-bottom: 1.04rem;
    box-sizing: border-box;
}
.hire_body{
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.47rem;
}
.hire_body .hire_item{
    width: calc(33.33% - 0.3133rem);
    height: 1.8rem;
    background: #F7F7F7;
    border-radius: 0.1rem;
    padding: 0.4rem 0.24rem;
    box-sizing: border-box;
}
.hire_body .hire_item .hire_title{
    font-family: SC-Bold;
    font-weight: bold;
    font-size: 0.25rem;
    color: #000000;
    margin-bottom: 0.18rem;
    line-height: 1;
}
.hire_body .hire_item .hire_txt{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 0.1rem;
}
.hire_body .hire_item .hire_txt span{
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #606060;
    line-height: 1;
    position: relative;
    width: 100%;
}
.hire_body .hire_item .hire_txt span::before{
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 0.1rem;
    background: #BCBCBC;
    left: -0.15rem;
    top: 0.03rem;
    display: none;
}
.hire_body .hire_item .hire_txt span:first-child:before{
    display: none;
}
.hire_body .hire_item:hover{
    border: 0.01rem solid #80A749;
    background: #fff;
}
.hire_body .hire_item:hover .hire_title{
    color: #366D33;
}
.hire_body .hire_item .hire_txt span:hover{
    color: #80A749;
}

.hire .page_box{
    margin-top: 1rem;
}








/* 招聘详情 */
.hire_view{
    padding-top: 2.04rem;
    padding-bottom: 1.03rem;
    box-sizing: border-box;
}
.hire_view .hire_name{
    font-family: SC-Bold;
    font-weight: bold;
    font-size: 0.45rem;
    color: #000000;
}
.view_div{
    width: 100%;
    padding: 0.36rem 0;
    border-bottom: 0.01rem solid #E5E5E5;
}
.view_div.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.view_div .hire_key{
    display: flex;
    align-items: center;
    column-gap: 0.39rem;
}
.view_div .hire_key span{
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #767676;
    position: relative;
    line-height: 1;
}
.view_div .hire_key span::before{
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 0.18rem;
    background: #CECECE;
    left: -0.19rem;
    top: 0.01rem;
}
.view_div .hire_key span:first-child:before{
    display: none;
}
.view_div .hire_more{
    width: 2rem;
    height: 0.45rem;
    border-radius: 0.05rem;
    background: #FFFFFF;
    border: 0.01rem solid #366D33;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #366D33;
    cursor: pointer;
} 
.view_div .hire_more:hover{
    border: 0.01rem solid #80A749;
    background: #80A749;
    color: #fff;
}
.view_div .hire_class{
    margin-bottom: 0.35rem;
    padding-left: 0.12rem;
    line-height: 1;
    font-family: SC-Bold;
    font-weight: bold;
    font-size: 0.22rem;
    color: #000000;
    position: relative;
}
.view_div .hire_class::before{
    content: "";
    position: absolute;
    width: 0.05rem;
    height: 0.2rem;
    background: #80A749;
    left: 0;
    top: 0.02rem;
}
.view_div .hire_cont,
.view_div .hire_cont p{
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #606060;
    line-height: 1.7;
}
.view_email{
    margin-top: 0.37rem;
    font-family: SC-Bold;
    font-weight: bold;
    font-size: 0.2rem;
    color: #606060;
}








/* 弹窗 */
.hire_xinxi {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(5px);
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

.zhaopin {
    width: 5.8rem;
    min-height: 6.47rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    display: block;
    position: relative;
    overflow: hidden;
}

.zhaopin .zhaopin_name {
    width: 100%;
    height: 0.5rem;
    background: #F7F7F7;
    padding: 0 0.18rem 0 0.29rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.from_name {
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
}

.close img {
    width: 0.26rem;
    height: 0.26rem;
    overflow: hidden;
}

.down_from {
    padding: 0.29rem 0.33rem 0.44rem;
    box-sizing: border-box;
}

.form_group {
    width: 100%;
    margin-bottom: 0.2rem;
}

.form_group .form_label {
    width: 100%;
    font-weight: 400;
    font-size: 0.16rem;
    color: #6D6D6D;
    margin-bottom: 0.14rem;
    float: left;
}

.form_group .form_text {
    position: relative;
}

.form_group .form_text input {
    width: 100%;
    height: 0.44rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    border: 0.01rem solid #D4DEE2;
    text-indent: 1em;
}

.form_group .file {
    width: 2rem;
    height: 0.44rem;
    background: #FFFFFF;
    border-radius: 0.24rem;
    border: 0.01rem solid #366D33;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #366D33;
}

.form_group .file img {
    width: 0.1rem;
    height: 0.19rem;
    margin-left: 0.27rem;
    object-fit: cover;
}

.form_group .file_list {
    width: 100%;
}

.form_group .file_list .file_li {
    width: 100%;
    height: 0.4rem;
    background: #F8F8F8;
    margin-top: 0.2rem;
    padding-left: 0.21rem;
    padding-right: 0.1rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #6D6D6D;
}

.form_group .file_list .file_li a {
    width: 0.26rem;
    height: 0.26rem;
    background: url(../img/close.png) center no-repeat;
    background-size: cover;
}







.sub_box {
    width: 100%;
    margin-top: 0.38rem;
    display: flex;
    justify-content: center;
}

.sub_box .close {
    width: 1.6rem;
    height: 0.44rem;
    background: #FFFFFF;
    border-radius: 0.24rem;
    border: 0.01rem solid #366D33;
    line-height: 0.44rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #366D33;
    cursor: pointer;
    margin-right: 0.19rem;
}

.sub_box input {
    width: 1.6rem;
    height: 0.44rem;
    background: linear-gradient( 283deg, #80A749 0%, #366D33 100%);
    border-radius: 0.24rem;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 0.44rem;
    text-align: center;
}









/* 文化建设 */
.jianshe{
    padding-top: 2.04rem;
    padding-bottom: 0.78rem;
}
.jianshe .page_box{
    margin-top: 0.48rem;
}
.jianshe_body{
    width: 100%;
    margin-top: 0.89rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.35rem;
    row-gap: 0.48rem;
}
.jianshe_body .jianshe_item{
    width: calc(33.33% - 0.233rem);
    height: 4.7rem;
    padding: 0.2rem;
    position: relative;
}
.jianshe_body .jianshe_item .jianshe_img{
    width: 100%;
    height: 2.82rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
}
.jianshe_body .jianshe_item .jianshe_img img{
    transition: all 0.5s;
}
.jianshe_body .jianshe_item .jianshe_title{
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 1.75;
}
.jianshe_body .jianshe_item .jianshe_time{
    position: absolute;
    bottom: 0.35rem;
    left: 0.2rem;
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #606060;
}
.jianshe_body .jianshe_item:hover{
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.05);
    border: 0.01rem solid #80A749;
}
.jianshe_body .jianshe_item:hover .jianshe_img img{
    transform:scale(1.1);
}
.jianshe_body .jianshe_item:hover .jianshe_title{
    color: #366D33;
}
.jianshe_body .jianshe_item:hover .jianshe_time{
    color: #80A749;
}


















@media screen and (max-width: 1024px) {
    
    /*介绍*/
    .jieshao{
        margin-top: 56px;
        padding: 60px 0 30px;
    }
    .jieshao .about_bottom,
    .jieshao2 .main{
        flex-wrap: wrap;
        row-gap: 0.3rem;
    }
    .jieshao .about_bottom{
        margin-top: 30px;
    }
    .jieshao_cont, .jieshao_cont p,
    .jieshao2_cont, .jieshao2_cont p,
    .jieshao4_body, .jieshao4_body p,
    .jieshao4_list .jieshao4_li .jieshao4_tt{
        font-size: 14px;
        line-height: 1.6;
    }
     .jieshao .about_bottom .about_item{
        width: 33.33%;
    }
    .jieshao .about_bottom .about_num .num_shu, 
    .jieshao .about_bottom .about_num .num_shu span{
        font-size: 28px;
    }
    .jieshao .about_bottom .about_num_title{
        font-size: 12px;
    }
    
    
    .jieshao2,
    .jieshao3{
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }
    .jieshao2_title{
        font-size: 22px;
        margin-bottom: 4px;
    }
    .jieshao_Swiper{
        padding: 0.1rem 0;
    }
    .jieshao_litpic{
        margin-top: 30px;
    }
    .jieshao_litpic .jieshao_item{
        height: auto;
        box-shadow: 0 0 0.1rem 0.01rem rgba(0, 0, 0, 0.1);
    }
    .jieshao_litpic .jieshao3_txt{
        bottom: 0;
    }
    .jieshao_litpic .swiper-button-next{
        right: 10px;
    }
    .jieshao_litpic .swiper-button-prev{
        left: 10px;
    }
    .jieshao2 .jieshao2_fl{
        margin: 0 auto;
    }
    
    .jieshao4{
        padding: 30px 0;
    }
    .jieshao4_list{
        flex-wrap: wrap;
        row-gap: 0.6rem;
        margin-top: 1rem;
        margin-bottom: 30px;
    }
    .jieshao4_list .jieshao4_li{
        width: calc(50% - 0.1rem);
    }
    
    
    
    
    
    /*理念*/
    .wenhua {
        background: #fff url(../img/yingxiao_bg1.png) center no-repeat;
        background-size: contain;
    }
    .wenhua1{
        height: auto;
    }
    .wenhua_list{
        flex-wrap: wrap;
        /*backdrop-filter: blur(4px);*/
    }
    .wenhua_list .wenhua_li{
        width: 100%;
    }
    .wenhua1 .main{
        position: relative;
        flex-wrap: wrap;
        padding-bottom: 0.4rem;
    }
    .wenhua1 .wenhua_fl, .wenhua1 .wenhua_fr{
        width: 100%;
        max-width: 100%;
        align-content: center;
        row-gap: 0.4rem;
        height: auto;
        margin-bottom: 0.4rem;
    }
    .wenhua1 .wenhua_cn{
        position: absolute;
        opacity: 0.4;
        top: 63%;
        transform: translateY(-50%);
        
        display: none;
    }
    .wenhua1 .wenhua_item .wenhua_linian{
        font-size: 18px;
        text-align: left;
    }
    .wenhua1 .wenhua_item .wenhua_key{
        font-size: 14px;
        text-align: left;
    }
    .wenhua1 .wenhua_item{
        position: initial !important;
        flex-direction: row-reverse;
        width: 85%;
        margin: 0 auto !important;
    }
    .wenhua1 .wenhua_item .wenhua_txt1{
        width: calc(100% - 0.8rem);
    }
    
    
    
    /*荣誉资质*/
    .chengguo_top{
        flex-wrap: wrap;
        row-gap: 0.4rem;
    }
    .chengguo_top .chengguo_key span,
    .chengguo_top .chengguo_key a{
        font-size: 12px;
    }
    .chengguo_top .chengguo_key a{
        width: auto;
        height: auto;
        padding: 3px 10px;
    }
    .chengguo_top form,
    .chengguo_top .search_input{
        width: 100%;
        height: 0.5rem;
        font-size: 12px;
    }
    .chengguo_top .search_btn{
        top: 0.16rem;
        z-index: 99999;
    }
    .chengguo .chengguo_body .chengguo_list{
        column-gap: 0.2rem;
        row-gap: 0.2rem;
    }
    .chengguo_list .chengguo_item{
        width: calc(50% - 0.1rem);
    }
    .chengguo_list .chengguo_item .chengguo_title{
        font-size: 12px;
    }
    
    
    
    
    
    
    /*发展历程*/
    .licheng .licheng_body .licheng_bg{
        left: 0;
        border-right: 0.01rem solid #3A6531;
    }
    .licheng .licheng_item{
        padding-left: 30px !important;
        padding-right: 0 !important;
    }
    .licheng .licheng_item .licheng_icon{
        left: -9px !important;
        right: auto !important;
    }
    .licheng .licheng_item .licheng_year,
    .licheng .licheng_item .licheng_title,
    .licheng .licheng_item .licheng_txt, 
    .licheng .licheng_item .licheng_txt p{
        text-align: left;
    }
    
    
    
    /*新闻*/
   .news_swiper{
        height: auto;
    }
    .news_swiper .swip_item{
        flex-wrap: wrap;
        row-gap: 0.4rem;
    }
    .news_swiper .swip_item .swip_img,
    .news_swiper .swip_item .swip_txt{
        width: 100%;
        height: auto;
        margin: 0;
    }
    .news_swiper .swiper-button-next{
        top: 2.6rem;
        right: 0.4rem;
        left: auto;
    }
    .news_swiper .swiper-button-prev{
        left: auto;
        right: 1rem;
        top: 2.6rem;
    }
    .news_list{
        column-gap: 0.2rem;
    }
    .news_list .news_item{
        width: calc(50% - 0.1rem);
        height: 3.7rem;
    }
    .news_list .news_item .news_img{
        height: 1.82rem;
        margin-bottom: 0.2rem;
    }
    .news_list .news_item .news_txt{
        bottom: 0.28rem;
    }
    .news_list .news_item .news_title{
        font-size: 14px;
    }
    
    
    /*新闻详情*/
    
    .news_content{
        display: none;
    }
    .view .view_fl{
        width: 100%;
    }
    .view .view_fl .view_txt .view_time, .view .view_fl .view_txt .view_visit{
        font-size: 12px;
    }
    .view .view_fl .view_body, .view .view_fl .view_body p{
        font-size: 16px;
    }
    .view .view_fl .view_body *{
        font-size: 16px;
    }
    .view_fl .news_share{
        flex-wrap: wrap;
        row-gap: 0.3rem;
    }
    
    
    
    /*联系我们*/
     .lianxi .lianxi_list{
        flex-wrap: wrap;
        row-gap: 0.3rem;
    }
    .lianxi .lianxi_list .lianxi_item{
        width: 100%;
        height: auto;
        padding: 0.4rem 0.4rem 0.4rem 0.7rem;
    }
    .lianxi .lianxi_list .lianxi_item .lianxi_icon{
        width: 0.3rem;
        height: 0.3rem;
    }
    .lianxi .lianxi_list .lianxi_title{
        font-size: 16px;
    }
    .lianxi .lianxi_list .lianxi_cont{
        font-size: 14px;
        line-height: 1.5;
    }
    .lianxi .lianxi_list .lianxi_item:last-child .lianxi_code{
        position: relative;
        margin-top: 0.2rem;
    }
    .lianxi .lianxi_list .lianxi_code .lianxi_img{
        width: 25%;
        height: auto;
    }
    .lianxi .lianxi_list .lianxi_code .lianxi_img img{
        width: 100%;
        height: auto;
    }
    .lianxi .lianxi_list .lianxi_code .lianxi_img span{
        font-size: 12px;
    }
    
    
    .zixun .main{
        width: 94%;
    }
    .zixun .pop_fl{
        display: none;
    }
    .zixun .pop_cont2{
        width: 100%;
        padding: 0.6rem 0 0;
    }
    .zixun .pop_cont2 .form_title{
        line-height: 1.5;
    }
    .zixun .form_label{
        width: 100%;
        margin-bottom: 0.2rem;
        margin-right: 0;
    }
    .zixun .form_label input{
        font-size: 14px;
    }
    .zixun .pop_form button{
        margin-top: 0.4rem;
        font-size: 14px;
        width: auto;
        padding: 0 0.1rem;
    }
    .zixun .form_label .form_type .type_item{
        font-size: 12px;
        height: auto;
        padding: 0.1rem;
    }
    
    
    
    
    
    
    
    
    /*企业招聘*/
    .hire_body{
        gap: 0;
        row-gap: 0.2rem;
    }
    .hire_body .hire_item{
        width: 100%;
        height: auto;
    }
    .hire_body .hire_item .hire_txt{
        flex-wrap: wrap;
    }
    .hire_body .hire_item .hire_txt span{
        font-size: 14px;
    }
    
    
    
    .view_div.flex{
        flex-wrap: wrap;
        row-gap: 0.3rem;
    }
    .view_div .hire_key{
        flex-wrap: wrap;
        row-gap: 0.2rem;
    }
    .view_div .hire_key span,
    .view_div .hire_more{
        font-size: 14px;
        width: auto;
    }
    .view_div .hire_more{
        padding: 0 0.1rem;
    }
    .view_div .hire_class{
        font-size: 16px;
    }
    .view_div .hire_cont, .view_div .hire_cont p,
    .view_email{
        font-size: 14px;
    }
    
    
    
    
    /*文化建设*/
    .jianshe_body{
        column-gap: 0.2rem;
    }
    .jianshe_body .jianshe_item{
        width: calc(50% - 0.1rem);
        height: 3.3rem;
        padding: 0.1rem;
    }
    .jianshe_body .jianshe_item .jianshe_img{
        height: 1.82rem;
    }
    .jianshe_body .jianshe_item .jianshe_title{
        line-height: 1.5;
        font-size: 14px;
    }
    .jianshe_body .jianshe_item .jianshe_time{
        bottom: 0.2rem;
    }
}





