* {
	margin: 0;
	padding: 0;
}

.company_heard {
	position: relative;
}

.all_tab {
	/* width: calc(1200px + (50% - 600px)); */
	position: absolute;
	bottom: -2px;
	height: 140px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-color: #fdfdfd;
	padding-left: calc(50% - 600px);
}

.tab_nav {
	width: 1200px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #fdfdfd;
	flex-shrink: 0;
	/* margin-left: calc(50% - 600px); */
}

.tab_nav .tab {
	width: 20%;
	text-align: center;
	cursor: pointer;
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 26px;
}

.company_introduce {
	width: 100%;
}

.tab_introduce {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: none;
}

.introduce {
	height: 795px;
	background-image: url(../../images/company/company_bgs.jpg);
	/* display: flex !important; */
	align-items: center;
	margin: 0 auto;
	justify-content: center;
}

.tab_introduce.selected {
	display: block;
}

.introduce_title {
	position: absolute;
	width: 1200px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	margin-left: calc(50% - 600px);
}

.company_title {
	text-align: left;
	position: relative;
	width: 620px;
	height: 29px;
	font-size: 45px;
	font-family: Arial;
	font-weight: bold;
	color: #E4E4E4;
	line-height: 45px;
	flex-shrink: 0;
}

.company_title span {
	color: #E4E4E4;
	font-size: calc((40 / 1920) * 100vw);
}

.introduce_title .company_title p {
	position: absolute;
	bottom: -10px;
	margin: 0;
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}

.company_title h3 {
	font-weight: bold;
	z-index: 3;
}

.introduce_title p {
	margin-top: 60px;
	text-align: justify;
	font-size: 18px;
	font-family: Source Han Sans CN;
	/* font-weight: 500; */
	color: #666666;
	line-height: 36px;
	width: 620px;
}

.p_title {
	/* color: #333 !important; */
	/* font-size: calc((36 / 1920) * 100vw) !important; */
	font-weight: bold !important;
	z-index: 1;
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	flex-direction: column;
	position: relative;
}

.timeline {
	width: 100%;
	background-color: #fff;
	box-shadow: 0 .5vw 2.4vw .5vw rgba(0, 0, 0, 0.2);
}

.timeline .swiper-container {
	height: 965px;
	width: 100%;
	position: relative;
}

.timeline .swiper-wrapper {
	transition: 2s linear 0.2s;
}

.timeline .swiper-slide {
	position: relative;
	color: #fff;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
	align-items: center;
}

/* .timeline .swiper-slide::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: -115%;
    bottom: -10%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
    border-radius: 100%;
} */

.timeline .swiper-slide-content {
	position: absolute;
	/* text-align: center; */
	/* width: 80%; */
	/* max-width: 310px; */
	/* right: 50%; */
	/* top: 13%; */
	/* -webkit-transform: translate(50%, 0); */
	/* transform: translate(50%, 0); */
	/* font-size: calc((12 / 1920) * 100vw); */
	z-index: 2;
}

.timeline .swiper-slide .timeline-year {
	display: block;
	margin-bottom: 45px;
	opacity: 1;
	font-style: normal;
	width: 292px;
	text-align: left;
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 36px;
}

.timeline .swiper-slide .timeline-year embed {
	width: 40px;
	height: 33px;
}

.timeline .swiper-slide .timeline-text {
	width: 276px;
	opacity: 1;
	text-align: justify;
	/* margin-left: calc((48/1440)*100vw); */
	/* -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    transition: .2s ease .6s; */
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px
}

.timeline .swiper-slide .timeline-text span {
	/* color: #1E82C8; */
}

/* .timeline .swiper-slide-active .timeline-year {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.6s;
} */


/* .timeline .swiper-slide-active .timeline-text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.8s;
} */

.timeline .swiper-pagination {
	right: calc(50% - 600px);
	height: 100%;
	/* display: none; */
	flex-direction: column;
	justify-content: center;
	font-style: italic;
	z-index: 1;
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #69DCB5;
	line-height: 26px;
}

.timeline .swiper-pagination::before {
	content: "";
	position: absolute;
	/* left: 0; */
	right: -21px;
	top: 151px;
	height: 65%;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}

.timeline .swiper-pagination-bullet {
	width: auto;
	height: auto;
	text-align: center;
	opacity: 1;
	background: transparent;
	margin: 95px 0 !important;
	position: relative;
	font-style: normal;
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #69DCB5;
	line-height: 26px;
}

.timeline .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	top: -31px;
	/* left: 206px; */
	right: -21px;
	width: 6px;
	height: 82px;
	/* border-radius: 100%; */
	background-color: #FFF;
	transform: scale(0);
	transition: all 0.2s ease 0s;

}

.timeline .swiper-pagination-bullet-active {
	color: #FFF;
}

.timeline .swiper-pagination-bullet-active::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.timeline .swiper-button-nexts,
.timeline .swiper-button-prevs {
	background-size: 20px 20px;
	/* bottom: 0 !important; */
	width: 42px;
	height: 42px;
	margin-top: 0;
	z-index: 2;
	transition: .2s;
}

.timeline .swiper-button-nexts embed,
.timeline .swiper-button-prevs embed {
	width: .8vw;
	height: .8vw;
}

.timeline .swiper-button-prevs {
	top: calc(50% + 194px);
	left: calc(50% - 143px);
	text-align: center;
	background-color: #FFF;
	border-radius: 50%;
	background-image: url('../../../images/company/honor_right.svg');
	transform: rotate(180deg);
	/* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E"); */
}

.timeline .swiper-button-prevs:hover {
	/* -webkit-transform: translateX(-3px); */
	/* transform: translateX(-3px); */
}

.timeline .swiper-button-nexts {
	top: calc(50% + 194px);
	left: calc(50% - 40px);
	text-align: center;
	border-radius: 50%;
	background-color: #FFF;
	background-image: url('../../../images/company/honor_right.svg')
		/* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E"); */
}

.timeline .swiper-button-nexts:hover {
	/* -webkit-transform: translateX(3px); */
	/* transform: translateX(3px); */
}

@media screen and (min-width: 768px) {
	.timeline .swiper-slide::after {
		right: -30%;
		bottom: -8%;
		width: 240px;
		height: 50%;
		box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
	}

	.timeline .swiper-slide-content {
		/* right: 30%; */
		/* top: 42%; */
		/* -webkit-transform: translateY(-50%); */
		/* transform: translateY(-50%); */
		/* width: 310px; */
		/* font-size: calc((11 / 1920) * 100vw); */
		/* text-align: right; */
	}

	.timeline .swiper-slide .timeline-year {
		/* margin-bottom: 20px;
		font-size: calc((36 / 1920) * 100vw);
		text-align: left;
		font-style: normal;
		font-weight: bold; */
	}


	.timeline .swiper-pagination {
		display: flex;
	}

	.timeline .swiper-button-prevs {
		/* top: 63%;
		left: 45%;
		right: 45vw !important; */
		/* -webkit-transform: rotate(90deg) translate(0, 10px);
        transform: rotate(90deg) translate(0, 10px); */
	}

	/* .timeline .swiper-button-prev:hover {
        -webkit-transform: rotate(90deg) translate(-3px, 10px);
        transform: rotate(90deg) translate(-3px, 10px);
    } */

	.timeline .swiper-button-nexts {
		/* bottom: 0; */
		/* right: 44%; */
		/* top: 63%; */
		/* -webkit-transform: rotate(90deg) translate(0, 10px);
        transform: rotate(90deg) translate(0, 10px); */
	}

	/* .timeline .swiper-button-next:hover {
        -webkit-transform: rotate(90deg) translate(3px, 10px);
        transform: rotate(90deg) translate(3px, 10px);
    } */
}

@media screen and (min-width: 1024px) {
	.timeline .swiper-slide::after {
		right: -30%;
		bottom: -12%;
		width: 240px;
		height: 50%;
		box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
	}

	/* .timeline .swiper-slide-content {
		right: 43%;
	} */
}



.timeline .swiper-slide-content {
	width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 255px
}


.mission {
	width: 432px;
	height: 324px;
	background-color: #FFF;
	position: absolute;
	z-index: 3;
	right: calc(50% - 600px);
	bottom: -421px;
	padding: 92px 0;
	text-align: center;
}

.mission h6 {
	border-bottom: 8px solid #1E82C8;
	text-align: center;
	display: inline-block;
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #1E82C8;
	line-height: 30px;
	padding-bottom: 30px;
	margin-bottom: 24px;
}

.mission p {
	margin-top: 34px;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
}

.mission p span {
	font-weight: bold;
}

.mission_bg img {
	width: auto;
	position: absolute;
	left: 0;
}

.honor_bg {
	background-color: #F6F7F9;
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 501px;
}

.honor {
	background-color: #F6F7F9;
	/* padding-top: 164px; */
	width: 1200px;
	flex-shrink: 0;
	padding-bottom: 114px;
}

.honor h3 {
	position: relative;
	text-align: center;
	font-size: calc((36 / 1920) * 100vw);
	/* padding: 5vh 0; */
	margin-bottom: calc((109 / 1920) * 100vw);
}

.honor h3 span {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 9px;
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
}

.honor h3 p {
	margin-bottom: -36px;
	font-size: 45px;
	font-family: Arial;
	font-weight: bold;
	color: #E4E4E4;
	line-height: 45px;
}

.honor_content {
	width: 1200px;
	margin: 0 auto;
}

.honor_content ul {

	list-style: none;
}

.honor_content ul li {
	display: inline-block;
	float: left;
	width: 200px;
}

.honor_content ul li img {
	width: 110%;
}

.honor_content .more {
	position: absolute;
	top: 25px;
	right: -50px;
	padding: 10px 15px;
	width: 50px;
	height: 115px;
	font-size: calc((15 / 1920) * 100vw);
	color: #323232;
	background: #dedede;
	transition: all .5s;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}

.honor_content .more.tran {
	right: 0px;
}

.honor_content .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.honor_content .swiper-slide-active,
.honor_content .swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	position: relative;
	z-index: 1;
}

.company_heard .tab_nav .active {
	color: #1E82C8;
}

.invent .swiper-pagination-fraction {
	bottom: 82px;
}

.invent .swiper-pagination-fraction span {
	font-size: 18px;
}

.invent .swiper-button-next {
	right: calc(50% - 470px);
}

.invent .swiper-button-prev {
	left: calc(50% - 470px);
}

.invent .swiper-button-next,
.invent .swiper-button-prev {
	width: 50px !important;
	height: 30px !important;
	background-repeat: no-repeat;
	background-size: auto;
	cursor: pointer;
	top: calc(100% - 89px);
	z-index: 99;
	/* bottom: 0; */
}

.invent {
	width: 960px;
	height: 100%;
	margin: auto;
	padding: 185px 0;
}

.invent .swiper-container {
	width: 100%;
	height: 100%;
}

.swipers {
	padding: 0rem 0rem;
	background-color: #9EC9DF;
	height: 1370px;
}

.invent .swiper-slide {
	text-align: center;
	font-size: 18px;
	margin: 0 25px;
	width: 818px !important;
	padding: 46px;
	padding-top: 64px;
}

.invent .titlePic {
	border: 1px solid #FFF;
	padding: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content_title {
	width: 50%;
	background-color: #83B9D8;
}

.content_left {
	display: inline-block;
	width: 0;
	height: 0;
	background-color: #FFFFFF;
	border-bottom: 65px solid #2280C2;
	border-left: 45px solid transparent;
	vertical-align: bottom;
}

.content_text {
	display: inline-block;
	width: 89%;
	line-height: 65px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

.li_content {
	position: relative;
	bottom: 0;
	background: #83B9D8;
	padding: 26.6px 80px;
	width: 100%;
	margin-top: 70px;
}

.li_content p {
	color: #FFFFFF;
	font-size: 18px;
	margin: 5px 0;
	text-align: left;
	line-height: 36px;
	margin-left: -83px !important;
}

.li_content p span {
	font-weight: bold;
}

.mission_bg {
	width: 100%;
	background-color: #F6F7F9;
	text-align: center;
}

.honor-button-prev {
	/* background-image: url('../images/company/honor_left.svg'); */
}

.honor-button-next {
	/* background-image: url('../images/company/honor_left.svg'); */
	/* transform: rotate(180deg); */
}

.img2 {
	position: absolute;
	top: 142px;
	right: calc(50% - 400px);
}

.img1 {
	position: absolute;
	top: 1638px;
	right: calc(50% - 191px);
}

.swiper-button-next_btn {
	background-image: url('../images/cell/right.png') !important;
}

.swiper-button-prev_btn {
	background-image: url('../images/cell/right.png') !important;
	transform: rotate(180deg);
}
