/*元素工具包*/
:root {
	--e-global-color-white: #FFFFFF;
	--e-global-color-primary: #6EC1E4;
	--e-global-color-green: #61CE70;
	--e-global-color-dark_green: #24643C;
	--e-global-color-grey: #525252;
	--e-global-color-secondary: #54595F;
	--e-global-color-text: #7A7A7A;
	--e-global-size-10: 10px;
	--e-global-size-12: 12px;
	--e-global-size-14: 14px;
	--e-global-size-16: 16px;
	--e-global-size-18: 18px;
	--e-global-size-20: 20px;
	--e-global-size-22: 22px;
	--e-global-size-24: 24px;
}
*, :after, :before {
	box-sizing: border-box;
}
/*通用css*/
.mode-3__bottom{
	text-align: center;
	display: flex;
	flex-flow: wrap;
	justify-content: space-evenly;
	align-items: center;
	margin: 60px 0;
}
.mode-3__bottom a:nth-child(1){
	font-weight: 500;
	letter-spacing: 2px;
	fill: #24643C;
	color: var(--e-global-color-white);
	border-style: solid;
	border-radius: var(--e-global-size-10);
	font-size: var(--e-global-size-14);
	padding: 15px 30px;
}
.mode-3__bottom a:nth-child(2) {
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 2px;
	background-color: var(--e-global-color-dark_green);
	border-radius: var(--e-global-size-10);
	font-size: var(--e-global-size-14);
	padding: 15px 30px;
}

.layout-tilte {
	text-align: center;
	padding: 50px 0px 25px;
}

.layout-tilte p:nth-child(1) {
	color: #333333;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 5px;
	word-spacing: 10px;
}
.layout-tilte p:nth-child(2){
	width: 25%;
	margin: 0 auto;
	padding: 20px 0;
}
.layout-tilte p:nth-child(2) .elementor-divider{
	display: flex;
	margin: 0;
	direction: ltr;
	align-items: center;
}
.layout-tilte p:nth-child(2) .elementor-divider:after{
	display: block;
	content: "";
	border-block-end: 0;
	flex-grow: 1;
	border-block-start:2.4px solid #24643C;
}
.layout-tilte p:nth-child(2) .elementor-divider:before{
	display: block;
	content: "";
	border-block-end: 0;
	flex-grow: 1;
	border-block-start:2.4px solid #24643C;
}
.layout-tilte p:nth-child(3) {
	color: var(--e-global-color-grey);
	font-size: var(--e-global-size-16);
}

/*头部轮播*/
.banner{
	position: relative;
	height: 750px;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner img{
	width: 100%;
}
.banner video{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}
.banner .video-div{
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 7;
	width: 100%;
	height: 100%;
	position: absolute;
	pointer-events: auto;
}
.banner .banner-box{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	justify-content: center;
	text-align: center;
	z-index: 8;
}
.box-with{
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: center;
}
.box-img{
	padding-bottom: 30px;
}
.box-line{
	width: 100%;
	height: 4px;
}
.box-line__height{
	border-block-start: 2px solid #ffffff;
	width: 30%;
	margin: 0 auto;
}

.box-img img{
	width: 300px;
}
.box-txt-1{
	font-size: 25px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
}
.box-txt-2{
	font-size: 20px;
	padding: 10px;
}
.box-txt-3{
	font-size: 20px;
}

.box-number{
	display: flex;
	justify-content: space-between;
	width: 750px;
}
.box-number dl{
	width: 230px;
	height: 100px;
	border: 2px solid;
	border-radius: 15px;
	margin-top: 80px;
	display: flex;
	flex-flow: column;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.box-number dt{
	font-size: 40px;
}
.box-number dt em{
	font-size: 24px;
	padding-left: 5px;
}
.box-number dd{
	font-size: 18px;
}

/*公司介绍*/
.layout-mode-1{

}
.layout-mode-1 .mode-1__box{
	height: 266px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.mode-1__box_left{
	width: 660px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #6a6a6a;
}
.mode-1__box_left p {
	font-size: 18px;
	padding-bottom: 20px;
}
.mode-1__box_right{
	width: 470px;
}
.mode-1__box_right video {
	display: block;
	width: 100%;
	height: 100%;
}

/*企业文化*/
.culture{
	background: #ffffff;
	
}
.culture-item{
	height:425px;
	position:relative;
	overflow:hidden;
	border-radius: 5px;
}
.culture-item .pic{
	width:719px;
	height:425px;
	cursor:pointer;
}
.culture-item .pic1{
	background:url('../images/about/wh-1.png');
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.culture-item .pic_num1{
	position: absolute;
	top: 40px;
	left: 84px;
	background: #50972c;
	color: #ffffff;
	padding: 10px;
	border-radius: 5px 0 0 5px;
	display:none;
}
.culture-item .pic2{
	background:url('../images/about/wh-3.png');
	position:absolute;
	top:0;
	left:718px;
	z-index:3;
}
.culture-item .pic_num2{
	position: absolute;
	top: 40px;
	left: 84px;
	background: #50972c;
	color: #ffffff;
	padding: 10px;
	border-radius: 5px 0 0 5px;
}
.culture-item .pic3{
	background:url('../images/about/wh-4.png');
	position:absolute;
	top:0;
	left:879px;
	z-index:5;
}
.culture-item .pic_num3{
	position: absolute;
	top: 40px;
	left: 77px;
	background: #50972c;
	color: #ffffff;
	padding: 10px;
	border-radius: 5px 0 0 5px;
}
.culture-item .pic4{
	background:url('../images/about/wh-5.png');
	position:absolute;
	top:0;
	left:1039px;
	z-index:7;
}
.pic_num4{
	position: absolute;
	top: 40px;
	left: 84px;
	background: #50972c;
	color: #ffffff;
	padding: 10px;
	border-radius: 5px 0 0 5px;
}
.pic_txt0{
	position: absolute; bottom: 0px;
	padding: 10px 40px;
	color: #ffffff;
	background: rgba(0,0,0,0.5);
	line-height: 23px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: justify;
}
.pic_txt1{
	position: absolute; bottom: 0px;
	padding: 10px 40px;
	color: #ffffff;
	background: rgba(0,0,0,0.5);
	line-height: 23px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: justify;
}
.pic_txt2{
	position: absolute; bottom: 0px;
	padding: 10px 40px;
	color: #ffffff;
	background: rgba(0,0,0,0.5);
	line-height: 23px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: justify;
}
.pic_txt3{
	position: absolute; bottom: 0px;
	padding: 10px 40px;
	color: #ffffff;
	background: rgba(0,0,0,0.5);
	line-height: 23px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: justify;
}

/*发展历程*/
.course{
	background-color: #f5f5f5;
	padding-bottom: 50px;
}
.milestone-tab{
	border-bottom: 1px solid #999999 !important;
}
.milestone-tab .item-li{
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-flow: wrap;
	align-items: flex-end;
	height: 100px !important;
	position: relative;
}
.milestone-title {
	text-align: center;
	/*margin: 0 auto 10px !important;*/
	color: #333333;
}
.milestone-title .swiper-slide-thumb-active{
	color: #24643C;
}
.milestone-title .swiper-slide-thumb-active .item-li div{
	margin: 0 7px;
	border-radius: 50% !important;
	position: absolute;
	right: 0;
}
.milestone-title .swiper-slide-thumb-active .item-li .item-active1{
}
.milestone-title .swiper-slide-thumb-active .item-li .item-active2{
	width: 20px !important;
	height: 20px !important;
	z-index: 2;
	background: #50972d !important;
	right: 3px;
	bottom: 3px;
	
}

.milestone-title .swiper-slide-thumb-active span{
	font-size: 60px !important;
	top: 0 !important;
	left: 115px !important;;
}
.milestone-title .swiper-slide {
	width: 195px !important;
	padding-right: 10px;
	margin: 0 !important;
	height: 100px !important;
	position: relative !important;
}
.milestone-title .swiper-slide span{
	top: 20px;
	left: 145px;
	font-size: 30px;
}
.milestone-title .swiper-slide .item-li div{
	width: 1px !important;
	height: 15px !important;
	background: #999999 !important;
	margin: 0 7px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.milestone-item dl{
	display: flex;
}
.milestone-item dt{
	width: 494px;
	height: 336px;
}
.milestone-item img{
	width: 100%;
	/*border-radius: 5px 0 0 5px;*/
}
.milestone-item dd{
	font-size: 16px;
	color: #747272;
	padding: 30px 40px;
	line-height: 30px;
	width: 606px;
	height: 336px;
	background: #ffffff;
}
.milestone-item dd p{
	line-height: 30px;
}
.milestone-item dd span{
	font-weight: 700;
	color: #50972c;
}
.course-box{
	width: 1180px;
	margin-left: 50px;
}
.course .swiper-button-next, .course .swiper-button-prev {
	top: 260px !important;
}
.course .swiper-button-prev,
.course .swiper-container-rtl .swiper-button-next {
	left: 0 !important;
	color: #999999;
	border-radius: 50%;
	border: 2px solid #999999;
	width: 45px;
	height: 45px;
}
.course .swiper-button-next:after, .course .swiper-button-prev:after{
	font-size: 16px !important;
}
.course .swiper-button-next,
.course .swiper-container-rtl .swiper-button-prev {
	right: 0 !important;
	color: #999999;
	border-radius: 50%;
	border: 2px solid #999999;
	width: 45px;
	height: 45px;
}