.about {
	background-color: #FAFAFA;
}

.about .box1 {
	padding: 140px 0;
	background-color: #FAFAFA;
}

.about .box1 .box-c {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.about .box1 .l {
	width: 52.9%;
}

.about .box1 .l .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about .box1 .l .title .index-title {
	color: #1D58AC;
}

.about .box1 .l .symbol {
	animation: movrLoop 4s infinite;
}

.about .box1 .l .des {
	font-family: HarmonyOS Sans SC;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 30px;
	color: #333333;
	line-height: 1.6;
	width: 720px;
	max-width: 100%;
	margin-top: 5px;
}

@keyframes hueRotate {
	100% {
		filter: hue-rotate(360deg);
	}
}

.about .box1 .l .text {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 1.66;
	margin-top: 60px;
	width: 820px;
	max-width: 100%;
}

.about .box1 .l .text-des:not(:last-child) {
	margin-bottom: 30px;
}

.about .box1 .r {
	position: relative;
	width: 42.44%;
}

.about .box1 .r .pic {
	border-radius: 10px;
}

.about .box1 .r .playBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.about .box2 {
	text-align: center;
}

.about .box2 .box-c {
	margin-top: 60px;
}

.about .box2 .box-c .list {
	display: flex;
}

.about .box2 .box-c .list li {
	position: relative;
	width: 19.18%;
	overflow: hidden;
	text-align: left;
	transition: all .6s;
	border-radius: 10px;
	overflow: hidden;
}

.about .box2 .box-c .list li.active {
	width: 40.69%;
}

.about .box2 .box-c .list li:not(:last-child) {
	margin-right: .59%;
}

.about .box2 .box-c .list li .img {
	position: relative;
}

.about .box2 .box-c .list li .pic {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.about .box2 .box-c .list li .pic img {
	display: block;
	height: 100%;
}

.about .box2 .box-c .list li .li-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 70px 40px 30px;
}

.about .box2 .box-c .list li .icon {
	width: 87px;
	height: 87px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.about .box2 .box-c .list li .icon img {
	max-width: 100%;
	max-height: 100%;
	transition: all .6s;
}

.about .box2 .box-c .list li.active .icon img {
	transform: rotateY(180deg);
}

.about .box2 .box-c .list li .text-title {
	margin-top: 65px;
	font-family: Microsoft YaHei;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1;
}

.about .box2 .box-c .list li .text-box {
	transition: all 1s;
	opacity: 0;
	transform: translateY(15px);
}

.about .box2 .box-c .list li.active .text-box {
	opacity: 1;
	transform: translateY(0);
}

.about .box2 .box-c .list li .line {
	width: 60px;
	height: 4px;
	background: #FAFAFA;
	border-radius: 2px;
	margin: 34px 0;
}

.about .box2 .box-c .list li .text {
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 30px;
	color: #FAFAFA;
	line-height: 2;
	white-space: nowrap;
}

.about .box3 {
	padding: 120px 0 150px;
	margin-top: 140px;
	background-size: cover;
	background-image: url(../img/about-box3-bg.jpg);
}

.about .box3 .box-c {
	display: flex;
	justify-content: space-between;
}

.about .box3 .box-c .l {
	width: 150px;
}

.about .box3 .box-c .l .swiper {
	height: 500px;
}

.about .box3 .box-c .l .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: Rany-Bold;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 100px;
	opacity: .3;
	transition: all .6s;
}

.about .box3 .box-c .l .swiper-slide .year {
	transform-origin: left center;
	transition: all .6s;
}

.about .box3 .box-c .l .swiper-slide-thumb-active .year {
	transform: scale(1.5);
}

.about .box3 .box-c .l .swiper-slide-thumb-active {
	opacity: 1;
}

.about .box3 .box-c .l .swiper-slide-prev,
.about .box3 .box-c .l .swiper-slide-next {
	opacity: .85;
}

.about .box3 .box-c .r {
	width: calc(100% - 200px);
	padding-top: 60px;
}

.about .box3 .box-c .r .index-title {
	color: #fff;
	padding-left: 300px;
}

.about .box3 .box-c .r .r-c {
	margin-top: 102px;
}

.about .box3 .box-c .r .r-c .swiper {
	height: 243px;
}

.about .box3 .box-c .r .r-c .swiper-slide {
	display: flex;
	padding-right: 30px;
	height: 100%;
	overflow: auto;
}

.about .box3 .box-c .r .r-c .slide-l {
	font-family: Microsoft YaHei;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 36px;
	color: #FAFAFA;
	line-height: 1.33;
	width: 300px;
	padding-right: 30px;
}

.about .box3 .box-c .r .r-c .slide-r li {
	display: flex;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	align-items: flex-start;
}

.about .box3 .box-c .r .r-c .slide-r li:not(:last-child) {
	margin-bottom: 18px;
}

.about .box3 .box-c .r .r-c .slide-r .bullet {
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
	margin-top: 10px;
}

.about .box3 .box-c .r .r-c .slide-r .text {
	margin-left: 17px;
	flex: 1;
}

.about .box4 {
	padding: 150px 0;
}

.about .box4 .index-title {
	text-align: center;
}

.about .box4 .box-t {
	margin-top: 57px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px 70px;
}

.about .box4 .box-t a {
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 24px;
	color: #222222;
	line-height: 30px;
	transition: all .6s;
}

.about .box4 .box-t a:hover,
.about .box4 .box-t a.active {
	color: #1D58AC;
}

.about .box4 .box-c {
	margin-top: 54px;
}

.about .box4 .box-c .item {
	display: none;
}

.about .box4 .box-c .item.active {
	display: block;
	animation: fadeInUpSmall 1s forwards;
}

.about .box4 .box-c .swiper-slide {
	position: relative;
	width: ;
}

.about .box4 .box-c .swiper-slide .img {
	position: relative;
	padding-top: 100%;
	background-color: #fff;
}

.about .box4 .box-c .swiper-slide .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about .box4 .box-c .swiper-slide .pic img {
	max-width: 90%;
	max-height: 90%;
	width: auto;
}

.about .box4 .box-c .item-bottom {
	margin-top: 28px;
	display: flex;
	align-items: center;
}

.about .box4 .box-c .item-bottom .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.about .box4 .box-c .item-bottom .btns .btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	transition: all .6s;
}

.about .box4 .box-c .item-bottom .btns .btn:hover {
	background-color: transparent;
	border-color: transparent;
}

.about .box4 .box-c .item-bottom .btns .btn::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(120deg, rgba(29, 88, 172, 0.99), rgba(193, 204, 215, 0.99));
	border-radius: 50%;
	box-sizing: border-box;
	opacity: 0;
	transition: all .6s;
}

.about .box4 .box-c .item-bottom .btns .btn:hover::before {
	opacity: 1;
}

.about .box4 .box-c .item-bottom .btns .btn .iconfont {
	position: relative;
	z-index: 2;
	font-size: ;
	color: #CCCCCC;
}

.about .box4 .box-c .item-bottom .swiper-pagination {
	position: relative;
	bottom: 0;
	flex: 1;
	margin-left: 63px;
	height: 4px;
	border-radius: 2px;
	background-color: #EEEEEE;
}

.about .box4 .box-c .item-bottom .swiper-pagination .swiper-pagination-progressbar-fill {
	background-color: #1D58AC;
	border-radius: 2px;
}

.about .box5 {
	padding: 140px 0;
	background-color: #F1F1F1;
	text-align: center;
}

.about .box5 .box-c {
	margin-top: 60px;
}

.about .box5 .box-c .list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 5px;
}

.about .box5 .box-c .list li {
	position: relative;
	padding-top: 52.94%;
}

.about .box5 .box-c .list li .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F6F6F6;
}

.about .box5 .box-c .list li .pic img {
	max-width: 90%;
	max-height: 90%;
	width: auto;
}

.about .box6 {
	padding: 140px 0;
	text-align: center;
}

.about .box6 .box-c {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-top: 50px;
}

.about .box6 .box-c .l {
	position: absolute;
	left: 0;
	top: 0;
	width: 39.82%;
}

.about .box6 .box-c .l img {
	width: 100%;
}

.about .box6 .box-c .r {
	width: 56.97%;
}
.about .box6 .box-c .r li{
	border: 1px solid #DEDEDE;
	transition: all .6s;
	border-radius: 10px;
}
.about .box6 .box-c .r li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	padding: 25px 20px 25px 40px;
	transition: all .6s;
}
.about .box6 .box-c .r li.active a,
.about .box6 .box-c .r li:hover a {
	background-color: #1D58AC;
	border-color: #1D58AC;
}

.about .box6 .box-c .r li:not(:last-child) {
	margin-bottom: 20px;
}

.about .box6 .box-c .r li .text-title {
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 2;
	transition: all .6s;
	flex: 1;
	margin-right: 26px;
	text-align: left;
}
.about .box6 .box-c .r li.active .text-title,
.about .box6 .box-c .r li:hover .text-title {
	color: #fff;
}

.about .box6 .box-c .r li .more {
	position: relative;
	min-width: 100px;
	background: #FAFAFA;
	border-radius: 25px;
	border: 2px solid #DEDEDE;
	padding: 0 10px;
	font-family: SourceHanSansSC;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 16px;
	color: #999999;
	line-height: 46px;
	transition: all .6s;
	overflow: hidden;
}
.about .box6 .box-c .r li .more .moretext1{
	display: none;
}
.about .box6 .box-c .r li.active .more .moretext1{
	display: block;
}
.about .box6 .box-c .r li.active .more .moretext{
	display: none;
}
.about .box6 .box-c .r li .send span,
.about .box6 .box-c .r li .more span {
	position: relative;
	z-index: 3;
}
.about .box6 .box-c .r li.active .more,
.about .box6 .box-c .r li:hover .more {
	border-color: transparent;
	color: #fff;
	/* background-color: transparent; */
}
.about .box6 .box-c .r li .more::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	box-sizing: border-box;
	opacity: 0;
	transition: all .6s;
	background: linear-gradient(120deg, rgba(29, 88, 172, 0.99), rgba(193, 204, 215, 0.99));
}
.about .box6 .box-c .r li.active .more::before,
.about .box6 .box-c .r li:hover .more::before {
	opacity: 1;
}
.about .box6 .box-c .r li .send::after,
.about .box6 .box-c .r li .more::after {
	content: '';
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 0%;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 50px 30px #fff;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
.about .box6 .box-c .r li .send:hover::after,
.about .box6 .box-c .r li.active .more::after,
.about .box6 .box-c .r li:hover .more::after {
	animation: sh02 .8s 0s linear;
}
.about .box6 .box-c .r li .li-content{
	padding: 0 20px 52px 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	line-height: 36px;
	text-align: left;
	display: none;
}
.about .box6 .box-c .r li .li-content .title{
	font-size: 18px;
}
.about .box6 .box-c .r li .li-content .text-box{
	border-top: 1px solid #DEDEDE;
	padding-top: 24px;
}
.about .box6 .box-c .r li .li-content .text{
	margin-bottom: 28px;
}
.about .box6 .box-c .r li .li-content .item{
	display: flex;
}
.about .box6 .box-c .r li .li-content .item-r{
	flex: 1;
}
.about .box6 .box-c .r li .send{
	position: relative;
	display: inline-block;
	line-height: 50px;
	background: linear-gradient(90deg, rgba(29,88,172,0.99), rgba(193,204,215,0.99));
	border-radius: 25px;
	padding: 0 25px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FAFAFA;
}
@media (max-width:1650px) {
	.about .box1 .l .symbol img{
		width: 80px;
	}
	.about .box2 .box-c .list li .li-box{
		padding: 40px;
	}
	.about .box2 .box-c .list li .icon{
		width: 70px;
		height: 70px;
	}
	.about .box2 .box-c .list li .text-title{
		margin-top: 40px;
	}
	.about .box2 .box-c .list li .line{
		margin: 25px 0;
	}
	.about .box2 .box-c .list li .text{
		line-height: 1.5;
	}
	.about .box3 .box-c .l .swiper-slide,
	.about .box3 .box-c .r .r-c .slide-l{
		font-size: 30px;
	}
}
@media (max-width: 1440px) {
	.about .box3 .box-c .l .swiper{
		height: 460px;
	}
	.about .box4 .box-t a{
		font-size: 22px;
	}
	.about .box3 .box-c .l .swiper-slide,
	.about .box3 .box-c .r .r-c .slide-l,
	.about .box2 .box-c .list li .text,
	.about .box1 .l .des{
		font-size: 28px;
	}
	.about .box1 .l .symbol img{
		width: 50px;
	}
	.about .box1 .l .text{
		font-size: 16px;
		margin-top: 40px;
	}
	.about .box2 .box-c .list li .icon{
		width: 50px;
		height: 50px;
	}
	.about .box2 .box-c .list li .text-title{
		margin-top: 25px;
		font-size: 22px;
	}
	.about .box2 .box-c .list li .line{
		width: 40px;
		height: 2px;
		margin: 20px 0;
	}
	.about .box6,
	.about .box5,
	.about .box3,
	.about .box4,
	.about .box1{
		padding: 100px 0;
	}
	.about .box3{
		margin-top: 100px;
		
	}
}
@media (max-width:1280px) {
	.about .box3 .box-c .l .swiper-slide,
	.about .box3 .box-c .r .r-c .slide-l,
	.about .box2 .box-c .list li .text,
	.about .box1 .l .des{
		font-size: 24px;
	}
	.about .box1 .l .text{
		margin-top: 25px;
	}
	.about .box1 .l .text-des:not(:last-child){
		margin-bottom: 20px;
	}
	.about .box1 .l .symbol img{
		width: 30px;
	}
	.about .box3 .box-c .l .swiper{
		height: 360px;
	}
	.about .box3 .box-c .r{
		padding-top: 20px;
	}
	.about .box3 .box-c .r .r-c .slide-r li{
		font-size: 16px;
	}
}
@media (max-width:1199px) {
	.about .box6 .box-c .r li .li-content{
		padding: 0 20px 40px;
	}
	.about .box3 .box-c .r{
		width: calc(100% - 150px);
	}
	.about .box3 .box-c .r .r-c{
		margin-top: 107px;
	}
	.about .box6,
	.about .box5,
	.about .box3,
	.about .box4,
	.about .box1{
		padding: 70px 0;
	}
	.about .box3{
		margin-top: 70px;
		
	}
	.about .box6 .box-c,
	.about .box5 .box-c,
	.about .box4 .box-c,
	.about .box4 .box-t,
	.about .box2 .box-c{
		margin-top: 45px;
	}
	.about .box2 .box-c .list li .li-box{
		padding: 30px;
	}
	.about .box3 .box-c .l .swiper-slide,
	.about .box3 .box-c .r .r-c .slide-l,
	.about .box2 .box-c .list li .text,
	.about .box1 .l .des{
		font-size: 22px;
	}
	.about .box1 .l .text{
		font-size: 14px;
	}
	.about .box1 .l .text-des:not(:last-child){
		margin-bottom: 10px;
	}
	.about .box6 .box-c .r li a{
		padding: 20px;
	}
}
@media (max-width: 1024px) {
	.about .box6 .box-c .l{
		display: none;
	}
	.about .box6 .box-c .r li .more{
		border-width: 1px;
		line-height: 40px;
	}
	.about .box6 .box-c{
		flex-direction: column-reverse;
	}
	.about .box6 .box-c .l{
		position: relative;
	}
	.about .box6 .box-c .r{
		width: 100%;
	}
	.about .box5 .box-c .list{
		grid-template-columns: repeat(4,1fr);
	}
	.about .box4 .box-c .item-bottom .btns .btn{
		width: 40px;
		height: 40px;
	}
	.about .box4 .box-c .item-bottom .swiper-pagination{
		margin-left: 20px;
	}
	.about .box4 .box-t{
		gap: 0 40px;
	}
	.about .box3 .box-c .r .r-c{
		margin-top: 40px;
	}
	.about .box3 .box-c .r .r-c .swiper-slide{
		flex-direction: column;
	}
	.about .box3 .box-c .r .index-title{
		padding-left: 0;
		text-align: center;
		margin-left: -75px;
	}
	.about .box3 .box-c .r .r-c .slide-l{
		width: 100%;
	}
	.about .box3 .box-c .r .r-c .slide-r{
		margin-top: 15px;
	}
	.about .box3 .box-c .r .r-c .slide-r .bullet{
		width: 6px;
		height: 6px;
		margin-top: 12px;
	}
	.about .box3 .box-c .l .swiper{
		height: 300px;
	}
	.about .box6,
	.about .box5,
	.about .box3,
	.about .box4,
	.about .box1{
		padding: 60px 0;
	}
	.about .box3{
		margin-top: 60px;
		
	}
	.about .box6 .box-c,
	.about .box5 .box-c,
	.about .box4 .box-c,
	.about .box4 .box-t,
	.about .box2 .box-c{
		margin-top: 40px;
	}
	.about .box4 .box-t a{
		font-size: 20px;
	}
	.about .box3 .box-c .l .swiper-slide,
	.about .box3 .box-c .r .r-c .slide-l,
	.about .box2 .box-c .list li .text,
	.about .box1 .l .des{
		font-size: 20px;
	}
	.about .box1 .box-c{
		flex-direction: column;
	}
	.about .box1 .l{
		width: 100%;
	}
	.about .box1 .r{
		width: 100%;
		margin-top: 40px;
	}
	.about .box1 .l .des{
		padding-right: 30px;
	}
	.about .box2 .box-c .list{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 25px;
	}
	.about .box2 .box-c .list li:not(:last-child){
		margin-right: 0;
	}
	.about .box2 .box-c .list li,
	.about .box2 .box-c .list li.active{
		width: 100% !important;
	}
	.about .box2 .box-c .list li .img{
		padding: 0 !important;
	}
	.about .box2 .box-c .list li .pic{
		position: relative;
	}
	.about .box2 .box-c .list li .li-box{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.about .box2 .box-c .list li .pic img{
		width: 100%;
	}
	.about .box2 .box-c .list li .text-box{
		opacity: 1;
		transform: translateY(0);
	}
}
@media (max-width: 768px) {
	.about .box6 .box-c .r li .send{
		font-size: 14px;
		padding: 0 20px;
		line-height: 44px;
		border-radius: 22px;
	}
	.about .box6 .box-c .r li .li-content .title{
		font-size: 16px;
	}
	.about .box6 .box-c .r li .li-content{
		font-size: 14px;
		line-height: 30px;
	}
	.about .box6 .box-c .r li .li-content .text{
		margin-bottom: 20px;
	}
	.about .box5 .box-c .list{
		grid-template-columns: repeat(3,1fr);
	}
	.about .box3 .box-c .r .r-c{
		margin-top: 30px;
	}
	.about .box3 .box-c .l{
		width: 100px;
	}
	.about .box3 .box-c .r{
		width: calc(100% - 100px);
	}
	.about .box2 .box-c .list li .pic img{
		min-height: 250px;
		object-fit: cover;
	}
	.about .box2 .box-c .list li .line{
		/* margin: 15px 0; */
	}
	.about .box2 .box-c .list li .text-title{
		font-size: 18px;
		margin-top: 10px;
	}
	.about .box2 .box-c .list li .icon img{
		width: 40px;
		height: 40px;
	}
	.about .box2 .box-c .list li .li-box{
		padding: 25px;
	}
	.about .box2 .box-c .list{
		gap: 10px;
	}
	.about .box6,
	.about .box5,
	.about .box3,
	.about .box4,
	.about .box1{
		padding: 50px 0;
	}
	.about .box3{
		margin-top: 50px;
		
	}
	.about .box1 .r,
	.about .box6 .box-c,
	.about .box5 .box-c,
	.about .box4 .box-c,
	.about .box4 .box-t,
	.about .box2 .box-c{
		margin-top: 30px;
	}
	.about .box4 .box-t a{
		font-size: 18px;
	}
	.about .box3 .box-c .l .swiper-slide,
	.about .box3 .box-c .r .r-c .slide-l,
	.about .box2 .box-c .list li .text,
	.about .box1 .l .des{
		font-size: 18px;
	}
	.about .box3 .box-c .r .r-c .slide-r .text{
		margin-left: 7px;
	}
	.about .box3 .box-c .r .r-c .swiper-slide{
		padding-right: 0;
	}
}
@media (max-width:500px) {
	.about .box6 .box-c .r li .li-content .text-box{
		padding-top: 15px;
	}
	.about .box6 .box-c .r li .li-content{
		padding: 0 10px 30px;
	}
	.about .box6 .box-c .r li a{
		padding: 10px;
	}
	.about .box6 .box-c .r li .more{
		min-width: 78px;
		line-height: 34px;
	}
	.about .box6 .box-c .r li .text-title{
		font-size: 16px;
	}
	.about .box3 .box-c .l .swiper{
		height: 200px;
	}
	.about .box3 .box-c .r .r-c{
		margin-top: 25px;
	}
	.about .box3 .box-c .r .r-c .slide-r li{
		font-size: 14px;
	}
	.about .box3 .box-c .r .r-c .slide-r li:not(:last-child){
		margin-bottom: 10px;
	}
	.about .box2 .box-c .list li .icon img{
		width: 34px;
		height: 34px;
	}
	.about .box1 .l .text{
		margin-top: 20px;
	}
	.about .box6,
	.about .box5,
	.about .box3,
	.about .box4,
	.about .box1{
		padding: 40px 0;
	}
	.about .box3{
		margin-top: 40px;
		
	}
	.about .box1 .r,
	.about .box6 .box-c,
	.about .box5 .box-c,
	.about .box4 .box-c,
	.about .box4 .box-t,
	.about .box2 .box-c{
		margin-top: 25px;
	}
	.about .box2 .box-c .list li .text,
	.about .box4 .box-t a{
		font-size: 16px;
	}
	.about .box2 .box-c .list li .line{
		margin: 15px 0;
	}
	.about .box3 .box-c .r .r-c .slide-r{
		margin-top: 10px;
	}
}