<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about{
	margin-top: 84px;
}
.about .introduction .content1400{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about .introduction .left{
	width: 50%;
}
.about .introduction .left .title{
	font-size: 36px;
	font-family: PingFang;
	font-weight: 800;
	color: #222222;
	line-height: 1;
}
.about .introduction .left .sub-title{
	font-size: 30px;
	color: #333;
	margin: 26px 0 44px;
	line-height: 1;
}
.about .introduction .left .description{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-bottom: 28px;
}
.about .introduction .left .list{
	position: relative;
	margin-top: 75px;
	padding: 62px 0 70px;
}
.about .introduction .left .list::before{
	position: absolute;
	content: "";
	width: 2000px;
	height: 100%;
	background-color: #FAFAFA;
	right: -400px;
	z-index: -1;
	top: 0;
}
.about .introduction .left .list ul{
	display: flex;
	justify-content: space-between;
	text-align: center;
	font-size: 20px;
	font-family: PingFang;
	font-weight: 500;
	color: #222222;
	line-height: 1;
}
.about .introduction .left .list .icon{
	width: 97px;
	height: 97px;
	background: rgba(244, 132, 0, 0);
	border: 1px solid #777777;
	border-radius: 50%;
	line-height: 97px;
	text-align: center;
	margin-bottom: 20px;
	transition: all 0.6s;
}
.about .introduction .left .list .icon .iconfont{
	font-size: 36px;
	color: #333333;
	
}
.about .introduction .left .list li:hover .icon{
	transform: rotateY(180deg);
}
.about .introduction.right{
	width: 42.4%;
}
.about .introduction .right img{
	width: 100%;
	display: block;
}
.culture{
	position: relative;
	z-index: 3;
	margin-top: 80px;
	text-align: center;
}
.culture .content1400{
	position: relative;
	z-index: 2;
	padding: 48px 0 46px;
	box-shadow: 0px 0px 50px 0px rgba(184, 184, 184, 0.15);
	background-color: #fff;
}
.culture .zh{
	font-size: 36px;
	font-family: PingFang;
	font-weight: 800;
	color: #222222;
	line-height: 1;
}
.culture .title .en{
	font-size: 22px;
	color: #222;
	line-height: 1;
}
.culture .list{
	margin-top: 63px;
	padding: 0 103px;
}
.culture .list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.culture .list li{
	width: 175px;
}
.culture .list .icon{
	width: 104px;
	height: 104px;
	background: #F6F6F6;
	border-radius: 50%;
	line-height: 104px;
	text-align: center;
	transition: all 0.6s;
	margin: 0 auto 26px;
}
.culture .list .icon .iconfont{
	font-size: 46px;
	color: #3a3a3a;
}
.culture .list .title{
	font-size: 26px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 1;
}
.culture .list .description{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 29px;
}
.culture .list li:hover .icon{
	transform: rotateY(180deg);
}
.development{
	/* position: relative;
	z-index: 1; */
	background-image: url(../img/about.jpg);
	background-size: cover;
	height: 636px;
	margin-top: -56px;
	box-sizing: border-box;
	padding-top: 166px;
	text-align: center;
}
.development .zh{
	font-size: 36px;
	font-family: PingFang;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 1;
}
.development .en{
	font-size: 22px;
	color: #fff;
	margin-top: 15px;
}
.development .content{
	position: relative;
	margin-top: 69px;
}
.development .content::before{
	content: "";
	position: absolute;
	top: 43px;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.3);
}
.development .content .year{
	display: block;
	font-size: 20px;
	font-family: PingFang;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	color: #fff;
	margin-bottom: 15px ;
}
.development .content .dot{
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
	margin: 0 auto;
}
.development .content .dot::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #FFFFFF;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.development .content .text{
	position: relative;
	width: 277px;
	height: 156px;
	background-color: rgba(255,255,255,0.2);
	padding: 23px 30px 0;
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px;
	border-radius: 25px;
	box-sizing: border-box;
	text-align: left;
	margin: 29px auto 0;
}
.development .content .text::before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	top: -32px;
	border: 16px solid transparent;
	border-bottom-color: rgba(255,255,255,0.2);
	
}
.honor{
	padding: 62px 0 56px;
	text-align: center;
}
.honor .zh{
	font-size: 36px;
	font-family: PingFang;
	font-weight: 800;
	color: #222222;
	line-height: 1;
}
.honor .en{
	font-size: 22px;
	color: #222222;
	line-height: 1;
	margin-top: 12px;
}
.honor .content{
	margin-top: 50px;
}
.honor .swiper-slide{
	background-color: #FAFAFA;
	padding: 14px 14px 38px;
	box-sizing: border-box;
}
.honor .pic{
	position: relative;
	padding: 46px 50px 0;
}
.honor .pic img{
	position: relative;
	z-index: 2;
}
.honor .pic::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 80%;
	z-index: 1;
	background-color: #cbd2db;
}
.honor .text{
	margin-top: 22px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.honor .swiper-container{
	padding-bottom: 82px;
}
.honor .swiper-container-horizontal&gt;.swiper-pagination-bullets, 
.honor .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0;
}
.honor .swiper-pagination-bullet{
	width: 22px;
	height: 11px;
	background: #E4E6E9;
	border-radius: 6px;
	opacity: 1;
}
.honor .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 5px;
}
.honor .swiper-pagination-bullet-active{
	width: 37px;
	height: 11px;
	background: #F48400;
	border-radius: 6px;
}

@media (max-width: 1319px){
	.about .introduction .left {
    width: 40%;
}
}
@media (max-width: 1099px){
	.about .introduction .left {
    width: 100%;
}
.about .introduction .right {
	width: 100%;
}
.about .introduction .left .sub-title {
	line-height: normal;
}
.about {
	margin-top: 33px;
}
}
@media (max-width: 1006px){
	.culture .list li {
    width: 50%;
}
}
@media (max-width: 525px){
	.culture .list li {
    width: 100%;
}
}
@media (max-width: 441px){
.about .introduction .left .list ul {
    display: flex;
    flex-wrap: wrap;
		justify-content: space-around;
}
}
@media (max-width: 439px){
	.about .introduction .left .list ul li{
		padding: 0 17px 25px;
}
}</pre></body></html>