* {
	margin: 0;
	padding: 0;
}

.m_banner {
	background: url(../img/about_banner.jpg) center no-repeat;
	background-size: auto 100%;
}







/* å…¬å¸ä»‹ç» */
.about {
	padding-top: 0.8rem;
}

.about_cont1 {
	display: flex;
	justify-content: space-between;
}



.about_fl .about_num {
	display: flex;
	margin-bottom: 0.8rem;
}

.about_fl .about_num .num_icon {
	width: 0.42rem;
	height: 0.42rem;
	overflow: hidden;
	margin-right: 0.23rem;
	margin-top: 0.06rem;
}

.about_fl .about_num .num_icon img {
	width: 100%;
	height: 100%;
}

.about_fl .about_num .num_txt span,
.about_fl .about_num .num_txt span b {
	font-family: Kingsoft_Cloud_Font, Kingsoft_Cloud_Font;
	font-weight: 400;
	font-size: 0.48rem;
	color: #0A7E0D;
	line-height: 1.2;
}

.about_fl .about_num .num_txt p {
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
}





.about_fr {
	max-width: 11rem;
}

.about_fr p {
	font-family: 'sy';
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.34rem;
	text-indent: 2em;
}




/* ä¼ä¸šæ–‡åŒ– */
.wenhua {
	padding-top: 1rem;
}

.wenhua_list {
	display: flex;
	justify-content: space-between;
}

.wenhua_li {
	width: 4.8rem;
	height: 6.4rem;
	border-radius: 0.1rem;
	overflow: hidden;
	position: relative;
}

.wenhua_li .wenhua_pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.wenhua_li .wenhua_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

.wenhua_li .wenhua_txt {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.wenhua_li .wenhua_txt .wenhua_title {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 0.26rem;
	color: #0A7E0D;
	line-height: 0.34rem;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 0.57rem;
	margin-top: 1.4rem;
}

.wenhua_li .wenhua_txt .wenhua_title::before {
	content: "";
	position: absolute;
	width: 0.38rem;
	height: 0.02rem;
	background: #0A7E0D;
	bottom: -0.25rem;
	left: 50%;
	transform: translateX(-50%);
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

.wenhua_li .wenhua_txt .wenhua_cont {
	font-family: SourceHanSansCN-Light;
	font-weight: 500;
	font-size: 0.2rem;
	color: #333333;
	line-height: 0.34rem;
	width: 86%;
	margin: 0 auto;
	text-align: center;
}

.wenhua_li:hover .wenhua_pic img {
	transform: scale(1.2);
}

.wenhua_li:hover .wenhua_txt .wenhua_title::before {
	width: 0.8rem;
}


/* å‘å±•åŽ†ç¨‹ */
.licheng {
    width: 100%;
    height: 8rem;
    box-sizing: border-box;
    padding-top: 1rem;
    overflow: hidden;
}


.licheng .about1_history {
    position: relative;
    width: 100%;
}

.licheng .about1_history .class_lanmu {
    margin: 0 auto 3rem;
}


.his_sw {
    width: 14.4rem;
    margin: 0 auto;
}


.his_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.54rem;
    height: 0.54rem;
    background: rgba(231, 77, 0, 0);
    border-radius: 50%;
}

.his_item .his_item1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.28rem;
    height: 0.28rem;
    background: #0A7E0D;
    border-radius: 50%;
}

.his_item .his_item1 .his_item2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.16rem;
    height: 0.16rem;
    background: #FFFFFF;
    border-radius: 50%;
}
.his_item2 .his_tw{
    position: absolute;
    left: -0.37rem;
}
.his_item2 .his_time {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 0.36rem;
	color: #333333;
    line-height: 0.5rem;
    margin-bottom: 0.13rem;
}

.his_item2 .his_text,
.his_item2 .his_text p{
    width: 3rem;
    position: relative;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.22rem;
    padding-left: 0.15rem;
    box-sizing: border-box;
}

.his_item2 .his_text::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0.08rem;
    width: 0.04rem;
    height: 0.05rem;
	background: #6B6B6B;
    border-radius: 50%;
}

.swiper-slide-active .his_item2 .arrtop{
    display: block;
}

.his_item2 .arrtop{
    display: none;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    width:0.12rem;
    height:0.6rem
}

.his_item2.top .arrtop{
    bottom:0.22rem;
}

.his_sw .swiper-slide:nth-child(2n) .his_item2 .arrtop{
    transform:translateX(-50%) rotate(180deg);
    top: 0.22rem;
}


.his_item2.top .his_tw {
    bottom: 1rem;
}

.his_sw .swiper-slide:nth-child(2n) .his_item2 .his_tw {
    top: 0.8rem;
}

.about1_history .swiper-slide {
    transition: all 0.3s;
}

.about1_history .swiper-slide-active .his_item {
    background: rgba(10, 126, 13, 0.22);
}

.about1_history .swiper-slide.swiper-slide-prev,
.about1_history .swiper-slide.swiper-slide-next {
    transform: translateY(-0.7rem);
}

.about1_history .swiper-slide-active .his_item .his_item1 .his_item2 .his_time {
    font-weight: bold;
    color: #0A7E0D;
}

.licheng .about1_history .dashed {
    position: absolute;
    left: 0;
    top: 3.1rem;
    width: 100%;
    height: 0.8rem;
    object-fit: fill;
}




.about1_history .his_swiper-button-prev,
.about1_history .his_swiper-button-next {
    position: absolute;
    top: 3.1rem;
    width: 0.5rem;
    height: 0.5rem;
    background: #F1F1F1;
    z-index: 20;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

.about1_history .his_swiper-button-prev {
    left: 1.2rem;
}

.about1_history .his_swiper-button-next {
    right: 1.2rem;
}

.about1_history .his_swiper-button-prev img,
.about1_history .his_swiper-button-next img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.1rem;
    height: 0.19rem;
    transition: all 0.3s;
}

.about1_history .his_swiper-button-prev .img2,
.about1_history .his_swiper-button-next .img2 {
    opacity: 0;
}

.about1_history .his_swiper-button-prev .img1 {
    transform: translate(-50%, -50%) rotate(180deg);
}

.about1_history .his_swiper-button-next .img2 {
    transform: translate(-50%, -50%) rotate(180deg);
}

.about1_history .his_swiper-button-prev:hover,
.about1_history .his_swiper-button-next:hover {
    background: #0A7E0D;
}

.about1_history .his_swiper-button-prev:hover .img2,
.about1_history .his_swiper-button-next:hover .img2 {
    opacity: 1;
}

.about1_history .his_swiper-button-prev:hover .img1,
.about1_history .his_swiper-button-next:hover .img1 {
    opacity: 0;
}







/* è£èª‰èµ„è´¨ */
.zizhi {
	padding-top: 1rem;
	height: 8.7rem;
	background: #F5F6F7;
}

.zizhi_body {
	width: 100%;
	height: 6.7rem;
	position: relative;
}



.honor-wrap-fix {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.about-title1 strong {
	color: #3e3a39;
}

.about-title1 small {
	color: #333333;
}

.honor-swiper {
	margin: 0;
	/* margin-top: 0.34rem; */
	width: 8.05rem;
}

.honor-slide {
	width: 47.65%;
	text-align: center;
}

.honor-slide.swiper-slide-active figure {
	opacity: 1;
}

.honor-slide.swiper-slide-active p {
	opacity: 1;
	visibility: visible;
}

.honor-slide.swiper-slide-prev figure,
.honor-slide.swiper-slide-next figure {
	opacity: 0.5;
}

.honor-slide figure {
	position: relative;
	line-height: 1;
	padding-bottom: 138%;
	text-align: center;
	opacity: 0;
	transition: 0.5s;
}

.honor-slide figure img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.honor-slide p {
	margin-top: 0.4rem;
	color: #333333;
	font-size: 0.18rem;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}

.honor-hide {
	box-sizing: border-box;
	padding-right: 0.38rem;
	padding-top: 0.55rem;
	width: 5.5rem;
	overflow-y: auto;
	height: 5.5rem;
	position: relative;
	z-index: 999;
}

.honor-li::-webkit-scrollbar {
	width: 0.02rem;
	background-color: #ececec;
}

.honor-li::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: #ececec;
}

.honor-li::-webkit-scrollbar-thumb {
	background-color: #0A7E0D;
}

.honor-wr {
	position: relative;
}

.honor-btns {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	width: 36%;
	display: flex;
	align-items: center;
	z-index: 9999;
}

.honor-btns span {
	margin-right: 0.4rem;
	position: relative;
	display: inline-block;
	font-size: 0.22rem;
	color: #999999;
	cursor: pointer;
	z-index: 3;
	transition: 0.3s;
}

.honor-btns span:last-child:before {
	display: none;
}

.honor-btns span:before {
	position: absolute;
	right: -0.2rem;
	top: 50%;
	margin-top: -0.09rem;
	content: "";
	width: 2px;
	height: 0.15rem;
	background: #999;
}

.honor-btns span:hover {
	color: #0A7E0D;
}

.honor-btns span.active {
	color: #0A7E0D;
	font-size: 0.22rem;
}

.honor-btns span:last-child {
	margin-right: 0;
}

.honor-li li {
	cursor: pointer;
	border-bottom: 0.01rem dotted #D9D9D9;
}

.honor-li li:hover .honor-line:before,
.honor-li li.active .honor-line:before {
	width: 100%;
}

.honor-li li:hover .honor-line b,
.honor-li li.active .honor-line b,
.honor-li li:hover .honor-line p,
.honor-li li.active .honor-line p {
	color: #0A7E0D;
}

.honor-line {
	display: flex;
	padding: 0.2rem 0;
	align-items: center;
	position: relative;
}

.honor-line:before {
	position: absolute;
	left: 0;
	bottom: -0.01rem;
	content: "";
	width: 100%;
	height: 0.01rem;
	background: #0A7E0D;
	width: 0;
	transition: 0.65s;
}

.honor-line b {
	display: inline-block;
	padding-left: 0.02rem;
	box-sizing: border-box;
	width: 0.72rem;
	color: #999999;
	font-size: 0.16rem;
	font-weight: normal;
	font-family: MiSans, MiSans;
	transition: 0.3s;
	font-weight: 600;
}

.honor-line p {
	font-size: 0.16rem;
	color: #5F5D5D;
	transition: 0.3s;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
}

.honor-hide {
	padding-right: 0;
}

.honor-li {
	padding-right: 0.3rem;
	max-height: 100%;
	overflow: hidden;
	overflow-y: auto;
}

.honor-line {
	padding: 0.2rem 0;
}



/* è¶…çº§å·¥åŽ‚ */
.gongchang {
	padding-top: 1rem;
	padding-bottom: 1.2rem;
	width: 19.2rem;
	margin: 0 auto;
	overflow: hidden;
}

.gongchang .swiper-cont {
	position: relative;
}

.gongchang .swiper-slide {
	text-align: center;
	width: 7.6rem;
	margin: 0 0.8rem;
	overflow: hidden;
}

.gongchang .inner figure {
	width: 7.6rem;
	height: 5rem;
	overflow: hidden;
	border-radius: 0.1rem;
	position: relative;
}

.gongchang .inner figure img {
	width: 100%;
}

.gongchang .gallery-item-desc {
	width: 80%;
	text-align: left;
	display: inline-block;
	padding-top: 0.2rem;
	opacity: 0;
	transition-duration: 1.2s;
}

.gongchang .init .gallery-item-desc {
	opacity: 1;
}

.gongchang .gallery-item-desc h3 {
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.26rem;
	text-align: center;
}

.gongchang .swiper-slide-prev .inner figure::after,
.gongchang .swiper-slide-next .inner figure::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.gongchang .swiper-slide-prev .gallery-item-desc {
	transform: translateX(-0.7rem);
}

.gongchang .swiper-slide-next .gallery-item-desc {
	transform: translateX(0.7rem);
}

.gongchang .swiper-slide-active .gallery-item-desc {
	opacity: 1;
	transform: translateX(0);
}

.gongchang .swiper-button-next,
.gongchang .swiper-button-prev {
	top: 50%;
	background-size: cover;
	border-radius: 50%;
	width: 0.48rem;
	height: 0.48rem;
	transition: all .5s;
	outline: none;
	transform: translateY(-50%);
	/* background-color: #fff; */
	cursor: pointer;
}

.gongchang .swiper-button-next::after,
.gongchang .swiper-button-prev::after {
	display: none;
}

.gongchang .swiper-button-next:hover {
	background: url("../img/button1.png") center no-repeat;
	background-size: contain;
}

.gongchang .swiper-button-prev:hover {
	background: url("../img/button1.png") center no-repeat;
	background-size: contain;
}

.gongchang .swiper-button-next {
	background: url("../img/button3.png") center no-repeat;
	background-size: contain;
	right: 4.76rem;
}

.gongchang .swiper-button-prev {
	background: url("../img/button3.png") center no-repeat;
	background-size: contain;
	left: 4.76rem;
	transform: rotate(180deg);
}