.about_tab_box{
	width: 100%;
	height: 90px;
	background: rgba(255,255,255,1);
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.about_tab_box.fixed{
	position: fixed;
	top: 0px;
	z-index: 99999;
}
.tab_list{
	width: 80%;
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
}
.tab_list li{
	margin-top: 30px;
	width: 19.5%;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
}
.tab_list li:nth-child(1){
	background: #eeeeee url('../img/about/about_icon1.png')no-repeat;
	background-size:18%;
	background-position: 102% 102%;
}
.tab_list li:nth-child(2){
	background: #eeeeee url('../img/about/about_icon2.png')no-repeat;
	background-size:18%;
	background-position: 98% 112%; 
}
.tab_list li:nth-child(3){
	background: #eeeeee url('../img/about/about_icon4.png')no-repeat;
	background-size:18%;
	background-position: 99% 100%; 
}
.tab_list li:nth-child(4){
	background: #eeeeee url('../img/about/about_icon3.png')no-repeat;
	background-size:18%;
	background-position: 99% 100%; 
}
.tab_list li:nth-child(5){
	background: #eeeeee url('../img/about/about_icon5.png')no-repeat;
	background-size:18%;
	background-position: 99% 110%; 
}

.tab_list li:hover:nth-child(1),
.tab_list li.active:nth-child(1){
	color: #fff;
	background: #ff7e25 url('../img/about/about_icon1_w.png')no-repeat;
	background-size:18%;
	background-position: 102% 102%; 
}
.tab_list li:hover:nth-child(2),
.tab_list li.active:nth-child(2){
	color: #fff;
	background: #ff7e25 url('../img/about/about_icon2_w.png')no-repeat;
	background-size:18%;
	background-position: 98% 112%;  
}
.tab_list li:hover:nth-child(3),
.tab_list li.active:nth-child(3){
	color: #fff;
	background: #ff7e25 url('../img/about/about_icon4_w.png')no-repeat;
	background-size:18%;
	background-position: 99% 100%; 
}
.tab_list li:hover:nth-child(4),
.tab_list li.active:nth-child(4){
	color: #fff;
	background: #ff7e25 url('../img/about/about_icon3_w.png')no-repeat;
	background-size:18%;
	background-position: 99% 100%; 
}
.tab_list li:hover:nth-child(5),
.tab_list li.active:nth-child(5){
	color: #fff;
	background: #ff7e25 url('../img/about/about_icon5_w.png')no-repeat;
	background-size:18%;
	background-position: 99% 110%; 
}
.tab_list li a{
	display: flex;
	justify-content: center;
	color: #5a5957;
}
.tab_list li a:hover,
.tab_list li.active a
{
	color: #fff;
}

.about_box1{
	width: 80%;
	max-width: 1400px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}
.about_box1_l{
	width: 45%;
	margin: 10px 0;
}
.about_box1_l p:nth-child(1){
	font-size: 30px;
	font-weight: bold;
	color: #ff7e25;
	margin-bottom: 30px;
}
.about_box1_l p:nth-child(2){
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 1.8;
}
.about_box1_l p:nth-child(3){
	font-size: 14px;
	line-height: 1.8;
}
.about_box1_r{
	width: 50%;
	min-width: 400px;
	max-height: 400px;
	/*background:url('../img/about/about_bg1.png')no-repeat;*/
	background-size: auto 100%;
	background-position: 100% center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	justify-content: center;
}
.about-video{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.play_btn{
	position: absolute;
	width: 51px;
	height: 50px;
	background:url('../img/about/play_btn.png')no-repeat;
}
.about_box1_r_item:nth-child(1){
	width: 24%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.about_box1_r_item:nth-child(2){
	width: 48%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.about_box1_r_item:nth-child(3){
	width: 24%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.about_box1_r_item:nth-child(1) .about_box1_r_item_imgbox{
	width: 100%;
	height: 50%;
	margin-bottom: 50px;
	overflow:hidden;
}
.about_box1_r_item:nth-child(1) .about_box1_r_item_imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_box1_r_item:nth-child(2) .about_box1_r_item_imgbox{
	width: 100%;
	height: 80%;
	margin-bottom: 50px;
	overflow:hidden;
}
.about_box1_r_item:nth-child(2) .about_box1_r_item_imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_box1_r_item:nth-child(3) .about_box1_r_item_imgbox:nth-child(1){
	width: 100%;
	height: 40%;
	object-fit: cover;
	overflow: hidden;
}
.about_box1_r_item:nth-child(3) .about_box1_r_item_imgbox:nth-child(2){
	width: 100%;
	height: 25%;
	margin-top: 10px;
	object-fit: cover;
	margin-bottom: 50px;
	overflow: hidden;
}
.about_box1_r_item:nth-child(3) .about_box1_r_item_imgbox:nth-child(1) img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_box1_r_item:nth-child(3) .about_box1_r_item_imgbox:nth-child(2) img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_box1_r_item img:hover{
	transform:scale(1.2);
	transition-duration: 1s;
	cursor: pointer;
}
.culture_box,.team_box,.advantages_box{
	width: 80%;
	max-width: 1400px;
	margin: 0 auto;
}
.culture_box ul{
	display: flex;
}
.culture_box ul li{
	position: relative;
	width: 25%;
	cursor: pointer;
	transition: all .2s linear;
}
.culture_box ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.culture_box ul li:hover{
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
	z-index: 999;
}
.culture_box ul li div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.culture_box ul li div p:nth-child(1){
	font-size: 20px;
	color: #d8d8d8;
	padding: 40px 20px 10px 20px;
}
.culture_box ul li div p:nth-child(2){
	font-size: 30px;
	color: #fff;
	padding: 0px 20px 10px 20px;
	font-weight: bold;
}
.culture_box ul li div p:nth-child(3){
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 80px;
	height: 80px;
	opacity: 0.6;
}
.culture_box ul li:hover div p:nth-child(3){
	transform:scale(1.1) rotate(30deg);
	transition-duration: 1s;
	opacity: 0.8;
}
.culture_box ul li:nth-child(3):hover div p:nth-child(3){
	transform:scale(1.1) rotate(0deg);
	transition-duration: 1s;
	opacity: 0.8;
}
.culture_box ul li:nth-child(1) div p:nth-child(3){
	background: url('../img/about/culture_icon1.png');
}
.culture_box ul li:nth-child(2) div p:nth-child(3){
	background: url('../img/about/culture_icon2.png');
}
.culture_box ul li:nth-child(3) div p:nth-child(3){
	background: url('../img/about/culture_icon3.png');
}
.culture_box ul li:nth-child(4) div p:nth-child(3){
	background: url('../img/about/culture_icon4.png');
}

.team_content{
	position: relative;
	width: 100%;
}
.team_content_people{
	/* position: absolute; */
	/* left: 100px;
	width: 290px;
	height: 440px; */
	z-index: -1;
	left: 0;
	width: 100%;
	height: 30vw;
}
.team_content_people img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 33%
}
.team_content_bgtext{
	position: absolute;
	font-size: 150px;
	left: 240px;
    top: 60px;
	font-weight: bold;
	color: #f6f6f6;
	font-family: 'pingfang';
	z-index: -2;
}
.team_content_box{
	/* padding-top: 500px; */
	width: 100%;
	min-height:190px;
	z-index: 100;
	display: flex;
}
.team_content_box_l{
	width: calc(100% - 550px);
	background: linear-gradient(to right,#ff6600,#ff9e5b);
}
.team_content_box_r{
	position: relative;
	/* width: 550px; */
	width: 100%;
	background: #eeeeee;
	display: flex;
	align-items: center;
}
.team_content_box_text1{
	padding:30px 0 17px 50px;
}
.member_name{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.member_job{
	color: #fff;
	font-size: 14px;
}
.member_detail{
	color: #fff;
	font-size: 14px;
	padding: 0 50px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.team_content_box_r_swiper{
	width: 95%;
	/* height: 80px; */
	margin-top: 50px;
}
.team_content_box_r_swiper .swiper-slide{
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}
.team_content_box_r_swiper .swiper-slide .swiper-headimg{
	width: 95%;
    object-fit: cover;
    border-radius: 50%;
}
.team_content_box_r_swiper .swiper-slide .swiper-name{
	width: 100%;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.team_content_box_r_prev{
	position: absolute;
	right: 92px;
	top: 25px;
	width: 40px;
	height: 40px;
	background: url('../img/about/prev_btn.png');
	cursor: pointer;
}
.team_content_box_r_next{
	position: absolute;
	right: 33px;
	top: 25px;
	width: 40px;
	height: 40px;
	background: url('../img/about/next_btn.png');
	cursor: pointer;
}

.advantages_list{
	position: relative;
	width: 100%;
	min-height: 500px;
	display: flex;
	overflow: hidden;
}
.advantages_list li{
	position: absolute;
	width: 90%;
	height: 100%;
	overflow:hidden;
}
.advantages_list li:nth-child(1){
	left: 0%;
	z-index: 3;
}
.advantages_list li:nth-child(2){
	left: 5%;
	z-index: 2;
}
.advantages_list li:nth-child(3){
	left: 10%;
	z-index: 1;
}
.advantages_box_next_btn{
	position: absolute;
	width: 50px;
	height: 50px;
	background: url('../img/about/next_btn2.png')no-repeat;
	background-position: center center;
	right: -50px;
	top:calc(50% - 25px);
	cursor: pointer;
}
.advantages_box{
	position: relative;
}
.advantages_list li{
	display: flex;
}
.advantages_list li div,
.advantages_list li div img{
	user-select:none;
	pointer-events: none;
}
.advantages_list_text_box{
	position: relative;
	background: #f4f6fa;
}
.advantages_list_text_bg{
	position: absolute;
	left: 10px;
	bottom: -30px;
	font-size: 100px;
	font-family: 'pingfang';
	font-weight: bold;
	color: #9e9692;
	opacity: 7%;
}
.advantages_list_text_box{
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.advantages_list_img_box{
	width: 30%;
}
.advantages_list_img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.advantages_list_text_title{
	position: relative;
	font-size: 36px;
	font-weight: bold;
	margin-left: 85px;
	margin-bottom: 35px;
}
.advantages_list_text_title span,
.advantages_list_text_text2 span{
	color: #ff7608;
	font-weight: bold;
}
.advantages_list_text_title::after{
	content: '';
	position: absolute;
	width: 105px;
	height: 6px;
	background: linear-gradient(to right,#ff7403,#f4f6fa);
	top: 50px;
	left: 0;
}
.advantages_list_text_text{
	margin: 30px 85px 0 85px;
	font-size: 16px;
	color: #353535;
	line-height: 2;
}
.advantages_list_text_text2{
	margin: 20px 80px 0 80px;
	font-size: 16px;
	color: #353535;
	line-height: 2;
}
.advantages_list_text_text3{
	margin: 25px 85px 0 85px;
	font-size: 16px;
	color: #353535;
	line-height: 2;
}
.content_box7{
	margin-top: 100px;
}
.honor_box{
	width: 100%;
	max-width: 1400px;
	margin: 50px auto 130px;
	display: flex;
}
.honor_box_l{
	width: 45%;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
}
.honor_box_l img{
	max-width: 100%;
	max-height: 350px;
	border-radius: 10px;
	object-fit: contain;
}
.honor_box_r{
	width: 55%;
	display: flex;
	flex-wrap: wrap;
}
.honor_box_r li{
	/* position: relative;
	width: calc(50% - 40px - 35px);
	margin-left: 40px;
	margin-bottom: 10px;
	padding-left: 35px;
	font-size: 14px;
	cursor: pointer; */
	position: relative;
    width: calc(50% - 60px);
    margin-left: 30px;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 14px;
    cursor: pointer;
}
.honor_box_r li.active{
	color: #ff7111;
}
.honor_box_r li::before{
	content: '';
	position: absolute;
	left: 10px;
	width: 12px;
	height: 12px;
	top: 4px;
	background: url('../img/about/item_icon.png')no-repeat;
	background-size: 100% 100%;
}
.swiper_box2{
	position: relative;
	width: 100%;
	display: flex;
    align-items: center;
}
.content_box6_swiper .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.content_box6_swiper .swiper-slide img{
	max-width: calc(100% - 80px);
	height: auto;
}
.content_box6_prev{
	position: absolute;
	left: 0;
	top: calc(50% - 30px);
	width: 26px;
    height: 34px;
    background: url(../img/home/left_icon.png)no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
	z-index: 100;
}
.content_box6_next{
	position: absolute;
	right: 0;
	top: calc(50% - 30px);
	width: 26px;
    height: 34px;
    background: url(../img/home/right_icon.png)no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
	z-index: 100;
}
@media screen and (max-width: 1700px){

}
@media screen and (max-width: 1580px){
	.culture_box ul li div p:nth-child(2){
		font-size: 28px;
	}

}
@media screen and (max-width: 1500px){
	.culture_box ul li div p:nth-child(2){
		font-size: 26px;
	}

}
@media screen and (max-width: 1400px){
	.culture_box ul li div p:nth-child(2){
		font-size: 24px;
	}

}
@media screen and (max-width: 1300px){
	.culture_box ul li div p:nth-child(2){
		font-size: 22px;
	}

}
@media screen and (max-width: 1200px){
	
	.culture_box ul li div p:nth-child(2){
		font-size: 20px;
	}
	.team_content_box{
		flex-wrap: wrap;
	}
	.team_content_box_l{
		width: 100%;
	}
	.member_detail{
		margin-bottom: 20px;
	}
	.team_content_box_r{
		width: 100%;
		height: 210px;
	}
	/* .team_content_box_r_swiper .swiper-slide .swiper-headimg{
		width: 60%;
	} */
	.team_content_bgtext {
		font-size: 130px;
	}
	.advantages_list_text_bg{
		bottom: -22px;
    	font-size: 70px;
	}
	.advantages_list_text_title {
	    font-size: 30px;
	    margin-left: 70px;
	    margin-bottom: 25px;
	}
	.advantages_list_text_text{
		margin: 15px 50px 0 70px;
	    font-size: 13px;
	}
	.advantages_list_text_text2 {
	    margin: 15px 50px 0 70px;
	    font-size: 13px;
	    /* line-height: 1.2; */
	}
	.advantages_list_text_text3 {
	    margin: 15px 50px 0 70px;
	    font-size: 13px;
	    color: #353535;
	    /* line-height: 1.5; */
	}
	.honor_box_r li {
		width: 100%;
	}

}
@media screen and (max-width: 1120px){
	.tab_list li{
		font-size: 15px;
	}
	.about_box1{
		width: 80%;
		flex-direction: column;
		align-items: end;
	}
	.about_box1_r{
		width: 100%;
	}
	.about_box1_l {
	    width: 100%;
	    margin: 40px 0;
	}
	.culture_box ul{
		flex-wrap: wrap;
	}
	.culture_box ul li div p:nth-child(2){
		font-size: 18px;
		padding: 0px 15px 10px 15px;
	}
	.culture_box ul li div p:nth-child(1){
		font-size: 14px;
	    padding: 30px 15px 10px 15px;
	}

}
@media screen and (max-width: 1000px){
	.culture_box ul li div p:nth-child(2){
		font-size: 16px;
	}
	.culture_box ul li div p:nth-child(1){
		font-size: 12px;
	}
	.team_content_bgtext {
		font-size: 110px;
	}
	.advantages_list_text_title {
	    font-size: 28px;
	    margin-left: 70px;
	    margin-bottom: 25px;
	}
	.advantages_list_text_text{
		margin: 15px 50px 0 70px;
	    font-size: 12px;
	}
	.advantages_list_text_text2 {
	    margin: 15px 50px 0 70px;
	    font-size: 12px;
	    /* line-height: 1.2; */
	}
	.advantages_list_text_text3 {
	    margin: 15px 50px 0 70px;
	    font-size: 12px;
	    color: #353535;
	    /* line-height: 1.5; */
	}
}
@media screen and (max-width: 900px){
	.tab_list li{
		font-size: 14px;
	}
	.culture_box ul li{
		width: 50%;
		margin-top: -10px;
	}
	.culture_box ul li div p:nth-child(2){
		font-size: 26px;
		padding: 0px 20px 10px 20px;
	}
	.culture_box ul li div p:nth-child(1){
		font-size: 18px;
	    padding: 40px 20px 10px 20px;
	}
	.team_content_bgtext {
		font-size: 90px;
		left: 160px;
	}
	.team_content_people{
		left: 0px;
	}
	.advantages_list_text_bg {
	    bottom: -16px;
	    font-size: 50px;
	}
	.honor_box{
		flex-direction: column;
		align-items: center;
	}
	.honor_box_r {
		width: 100%;
		margin-top: 20px;
	}
	.honor_box_l{
		width: 100%;
	}
	.advantages_box_next_btn{
		right: -18px;
		top: -42px;
	}
}
@media screen and (max-width: 700px){
	.culture_box ul li div p:nth-child(2){
		font-size: 22px;
		padding: 0px 15px 10px 15px;
	}
	.culture_box ul li div p:nth-child(1){
		font-size: 18px;
	    padding: 40px 15px 10px 15px;
	}
	.team_content_bgtext {
		font-size: 75px;
	}
	.advantages_list_text_title {
	    font-size: 26px;
	    margin-left: 50px;
	    margin-bottom: 20px;
	}
	.advantages_list_text_text{
		margin: 15px 30px 0 50px;
	    font-size: 12px;
	}
	.advantages_list_text_text2 {
	    margin: 15px 30px 0 50px;
	    font-size: 12px;
	    /* line-height: 1.2; */
	}
	.advantages_list_text_text3 {
	    margin: 15px 30px 0 50px;
	    font-size: 12px;
	    color: #353535;
	    /* line-height: 1.5; */
	}
	.honor_box {
		flex-direction: column;
	}
	.honor_box_l,
	.honor_box_r{
		width: 100%;
		margin-bottom: 20px;
	}
	.honor_box_r li {
		width: 100%;
		margin-left: 0px;
	}
	.honor_box_l {
		justify-content: center;
	}
	.advantages_box_next_btn{
		right: -18px;
		top: -42px;
	}
}
@media screen and (max-width: 600px){
	.tab_list li{
		font-size: 12px;
		line-height: 45px;
		margin-bottom: 15px;
	}
	.tab_list{
		width: 95%;
	}
	.about_box1_l {
	    margin: 10px 0;
	}
	.about_box1{
		width: 90%;
		margin: 10px auto;
	}
	.about_box1_l p:nth-child(1){
		margin-bottom:20px;
		font-size: 25px;
	}
	.about_box1_l p:nth-child(2),
	.about_box1_l p:nth-child(3){
		font-size: 12px;
	}
	.about_box1_r{
		min-width:320px;
		min-height: 120px;
		margin-top: 0px;
	}
	.culture_box ul li{
		margin-top: -10px;
	}
	.culture_box ul li div p:nth-child(2){
		font-size: 16px;
		padding: 0px 10px 10px 10px;
	}
	.culture_box ul li div p:nth-child(1){
		font-size: 14px;
	    padding: 20px 10px 10px 10px;
	}
	.team_content_people {
	    height: 48vw;
	}
	/* 
	.team_content_people img {
	    width: 70%;
	    height: 70%;
	    object-fit: cover;
	} */
	.team_content_bgtext {
	    font-size: 55px;
	    left: 100px;
	}
	
	.team_content_box{
		/* padding-top: 270px; */
	}
	.member_name{
		font-size: 20px;
	}
	.team_content_box_text1 {
	    padding: 20px 0 15px 20px;
	}
	.member_detail{
	    padding: 0 20px;
	}
	.team_content_box_r {
	    height: 180px;
	}
	.team_content_box_r_swiper {
	    margin-top: 65px;
	}
	.advantages_list_text_title {
	    font-size: 18px;
	    margin-left: 10px;
	    margin-bottom: 10px;
	}
	.advantages_list_text_text{
		margin: 5px 5px 0 10px;
	    font-size: 10px;
	}
	.advantages_list_text_text2 {
	    margin: 5px 5px 0 10px;
	    font-size: 10px;
	    /* line-height: 2; */
	}
	.advantages_list_text_text3 {
	    margin: 5px 5px 0 10px;
	    font-size: 10px;
	    color: #353535;
	    /* line-height: 2; */
	}
	.advantages_list_text_title::after {
	    height: 3px;
	    top: 30px;
	}
	.honor_box{
		flex-direction: column;
		margin: 10px auto 130px;
	}
	.culture_box,.team_box,.advantages_box{
		width: 90%;
	}
	.advantages_box_next_btn{
		right: -18px;
		top: -42px;
	}
}