.banner-inner {
	background: url("/static/images/banner/banner-about.webp") no-repeat;
	background-size: 100% 100%
}
.about .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.about .container .left {
	width: 55%;
	position: relative;
	padding-bottom: 114px;
	padding-right: 25px
}
.about .left ol {
	display: flex;
	justify-content: space-between
}
.about .left ol li img {
	border-radius: 10px
}
.about .left ol li:last-child {
	height: fit-content;
	padding: 0 8px 8px 0;
	margin-left: 25px;
	position: relative;
	z-index: 1
}
.about .left ol li:last-child::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60.3%;
	height: 56.3%;
	border-radius: 8px;
	background: var(--bgshadowcolor);
	z-index: -1
}
.about .left ul {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 45px;
	border-radius: 10px;
	background: url("/static/images/about/about-bg.webp") no-repeat;
	background-size: cover;
	box-shadow: 0 3px 10px 0 rgba(34,34,34,0.15);
	z-index: 2
}
.about .left ul li {
	display: flex;
	align-items: center;
	margin-bottom: 15px
}
.about .left ul li:last-child {
	margin-bottom: 0
}
.about .left ul li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	background: var(--bgshadowcolor);
	border-radius: 50%;
	margin-right: 10px
}
.about .left ul li i {
	color: var(--white)
}
.about .left ul li p {
	font-size: 18px;
	line-height: 25px;
	color: var(--white);
	text-shadow: 2px 2px 3px rgba(34,34,34,0.6)
}
.about .container .right {
	width: 42%;
	margin-top: 25px
}
.about h2 {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	font-size: 28px;
	line-height: 42px;
	color: var(--fttcolor)
}
.about h2 span {
	color: transparent;
	background: var(--bgshadowcolor);
	-webkit-background-clip: text
}
.about h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 7px;
	height: 40px;
	background: var(--bgshadowcolor);
	border-radius: 4px
}
.about .right>p {
	font-size: 18px;
	color: var(--ftstscolor);
	line-height: 28px;
	margin: 20px 0 0;text-indent: 36px;
}
.about .right>div {
	width: 100%;
	padding: 15px 40px 12px 70px;
	background: #f0f7ff;
	margin-left: 5px;
	border-radius: 10px;
	border: 1px dashed #0065ff;
	position: relative;
	margin: 35px 0;
}
.about .right>div p {
	font-size: 24px;
	color: var(--fttcolor);
	line-height: 30px;
	text-align: left
}
.about .right>div::before {
	content: '';
	position: absolute;
	left: 25px;
	top: 12px;
	width: 29px;
	height: 22px;
	background: url("/static/images/about/icon.webp") no-repeat
}
.about .right>div::after {
	content: '';
	position: absolute;
	right: 25px;
	bottom: 0;
	width: 280px;
	height: 31px;
	background: url("/static/images/about/henan-huatai.webp") no-repeat
}
.about .right ul {
	margin-left: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.about .right ul li {
	width: calc(50% - 25px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #e3e3e3;
	margin: 25px 0;
}
.about .right ul li:nth-child(3), .about .right ul li:last-child {
	margin-bottom: 0
}
.about .right ul li .icon {
	width: 50%
}
.about .right ul li img {
	width: 47px;
	margin-bottom: 10px;
	transition: all linear .5s
}
.about .right ul li:nth-child(3) img {
	width: 55px
}
.about .right ul li .iconfont {
    display: inline-block;
    font-size: 64px;
    color: transparent !important;
    background: var(--bgshadowcolor);
    -webkit-background-clip: text;
    transition: all linear .5s;
}
.about .right ul li span {
    display: block;
	font-size: 18px;
	color: var(--ftcolor);
	line-height: 24px
}
.about .right ul li .num {
	font-size: 60px;
	color: var(--fttcolor);
	font-family: 'RobotoBold'
}
.years {
	width: 100%;
	background: linear-gradient(60deg, #ccddfa, #f1f5fc)
}
.years .tit {
	text-align: center;
	margin-bottom: 55px
}
.years h2 {
	font-size: 30px;
	color: var(--fttcolor);
	margin-bottom: 15px
}
.years .tit p {
	width: 45%;
	margin: 0 auto;
	font-size: 16px;
	color: var(--ftcolor);
	line-height: 28px
}
.yearSwiper .swiper-slide {
	text-align: left
}
.yearSwiper .top span {
	display: block
}
.yearSwiper .top {
	padding-bottom: 10px;
	padding-left: 42px;
	position: relative
}
.yearSwiper .top .circle {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid var(--fttcolor);
	margin-bottom: 15px
}
.yearSwiper .top .iconfont {
	font-size: 18px
}
.yearSwiper .bottom {
	margin-top: 23px;
	color: var(--fttcolor);
	margin-right: 17%
}
.yearSwiper .bottom span {
	font-size: 28px;font-weight: bold;
}
.yearSwiper .bottom p {
	    height: 60px;
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0 25px;
}
.yearSwiper .top::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border: 1px solid #999;
	z-index: 9
}
.yearSwiper .top::after {
	content: '';
	position: absolute;
	left: 45px;
	bottom: 0;
	width: 0;
	z-index: 99
}
.yearSwiper {
	position: relative
}
.yearSwiper .swiper {
	position: unset
}
@keyframes width2 {
0% {
width:0
}
to {
width:100%
}
}
.yearSwiper .swiper-slide-active .top::after {
	border: 1px solid var(--bgcolor);
	animation: width2 5s linear forwards
}
.yearSwiper .swiper-slide-active .top span {
	color: var(--bgcolor)
}
.yearSwiper .swiper-slide-active .top .circle {
	border-color: var(--bgcolor)
}
.yearSwiper .swiper-button-next, .yearSwiper .swiper-button-prev {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 2px solid #999;
	margin-top: 0;
	top: 8%;
	transition: all linear .5s
}
.yearSwiper .swiper-button-prev {
	left: -45px
}
.yearSwiper .swiper-button-next {
	right: -45px
}
.yearSwiper .swiper-button-next:after, .yearSwiper .swiper-button-prev:after {
	font-size: 18px;
	font-weight: 600;
	color: var(--fttcolor);
	transition: color linear .3s
}
.honors {
	width: 100%;
	background: url("/static/images/about/honors-bg.webp") no-repeat;
	background-size: cover;
}
.honors .top {
	text-align: center;
	color: var(--white);
	margin-bottom: 50px
}
.honors h2 {
	font-size: 30px;
	margin-bottom: 20px
}
.honors p {
	font-size: 18px
}

@media(any-hover:hover) {
.about .right ul li:hover img, .about .right ul li:hover .iconfont{
	transform: rotateY(360deg)
}
.service .btnLight2:hover {
	border: 0
}
.yearSwiper .swiper-button-next:hover, .yearSwiper .swiper-button-prev:hover {
	border-color: var(--bgcolor)
}
.yearSwiper .swiper-button-next:hover::after, .yearSwiper .swiper-button-prev:hover::after {
	color: var(--bgcolor)
}
}

@media screen and (max-width:768px) {
.banner-inner {
	background: url("/static/images/banner/banner-about-sm.webp") no-repeat;
	background-size: 100% 100%
}
.about .container>div {
	width: 100%!important
}
.about .container .left {
	padding-right: 0;
	padding-bottom: 0;
	order: 2
}
.about .left ol li:last-child {
	height: fit-content;
	padding: 0 4px 4px 0;
	margin-left: 15px;
	position: relative;
	z-index: 1
}
.about .left ol li:last-child::after {
	border-radius: 4px
}
.about .left ul {
	position: unset;
	padding: 25px 15px;
	box-shadow: 0 1px 5px 0 rgba(34,34,34,0.15);
	margin-top: 25px
}
.about .left ul li {
	align-items: flex-start;
	margin-bottom: 13px
}
.about .left ul li span {
	width: 20px;
	height: 20px;
	margin-top: 3px
}
.about .left ul li i {
	font-size: 14px
}
.about .left ul li p {
	width: 90%;
	font-size: 16px;
	line-height: 24px;
	text-shadow: 2px 2px 1px rgba(34,34,34,0.6)
}
.about h2 {
	padding-left: 15px;
	font-size: 24px;
	line-height: 30px
}
.about h2::before {
	width: 4px;
	height: 20px;
	border-radius: 2px
}
.about .container .right {
	margin-top: 0;
	margin-bottom: 30px
}
.about .right>div {
	padding: 15px 15px 12px 35px;
	margin-bottom: 0px;
        margin-top: 25px;
}
.about .right ul{
    margin-left: 0;
}
.about .right>p {
	font-size: 16px;
	line-height: 26px;
	margin: 15px 0 0
}
.about .right>div::before {
	left: 10px;
	top: 10px;
	width: 20px;
	height: 15px;
	background-size: 100% 100%
}
.about .right>div::after {
	right: 20px;
	width: 50%;
	height: 26px;
	background-size: 100% 100%
}
.about .right>div p {
	font-size: 18px;
	line-height: 26px
}
.about .right ul li {
	width: calc(50% - 10px);
	padding-bottom: 10px;
	margin-bottom: 20px
}
.about .right ul li img {
	width: 36px;
	margin-bottom: 8px
}
.about .right ul li .iconfont{
    font-size: 54px;
}
.about .right ul li span {
	font-size: 16px;
	line-height: 22px
}
.about .right ul li .num {
	font-size: 36px
}
.about .right ul li:nth-child(2) img, .about .right ul li:nth-child(3) img {
	width: 40px
}
.years h2 {
	font-size: 24px;
	margin-bottom: 10px
}
.years .tit {
	margin-bottom: 30px
}
.years .tit p {
	width: 100%;
	font-size: 16px;
	line-height: 22px
}
.yearSwiper .top .circle {
	width: 16px;
	height: 16px;
	margin-bottom: 8px
}
.yearSwiper .top .iconfont {
	font-size: 16px
}
.yearSwiper .top {
	padding-bottom: 10px;
	padding-left: 15px
}
.yearSwiper .top::after {
	left: 20px
}
.yearSwiper .bottom {
	margin-top: 15px;
	margin-right: 25px
}
.yearSwiper .bottom span {
	font-size: 28px
}
.yearSwiper .bottom p {
	height: 48px;
        font-size: 16px;
        line-height: 24px;
        margin: 5px 0 15px;
}
.yearSwiper .swiper-button-next, .yearSwiper .swiper-button-prev {
	width: 30px;
	height: 30px;
	top: 10%
}
.yearSwiper .swiper-button-next:after, .yearSwiper .swiper-button-prev:after {
	font-size: 14px
}
.yearSwiper .swiper-button-next {
	right: -15px
}
.yearSwiper .swiper-button-prev {
	left: -15px
}
.honors h2 {
	font-size: 24px;
	margin-bottom: 10px
}
.honors p {
	font-size: 16px;
	line-height: 22px
}
.honors .top {
	margin-bottom: 30px
}
}
