.about .box1 {
    padding: 120px 0 110px;
    background-size: 143% 143%;
    background-image: linear-gradient(135deg, RGBA(215, 236, 250, 1), RGBA(250, 250, 250, 1), RGBA(189, 239, 208, 1));
    animation: flow 13s ease infinite;
}

.about .box1 .title {
    font-family: RanyBold;
    color: #222222;
    line-height: 1;
}

.about .box1 .des {
    font-weight: 300;
    color: #222222;
    line-height: 1;
    margin-top: .625em;
}

.about .box1 .number {
    font-family: Rany;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
    margin-top: .5em;
    opacity: .4;
    transition: opacity 1s ease-in-out;
}

.about .box1 .number span {
    position: relative;
}

.about .box1 .number span img {
    position: absolute;
    width: 175px;
    display: block;
    bottom: 60%;
    right: 0;
    transform: translate(162.28%, 0);
}

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

.about .box1 .box-c .l {
    width: 54.28%;
    padding-top: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.about .box1 .box-c .l .text:not(:first-child) {
    padding-top: 24px;
}

.about .box1 .box-c .l .text strong {
    color: rgba(34, 34, 34, 1);
}

.about .box1 .box-c .r {
    position: relative;
    width: 42.85%;
    border-radius: 10px;
}

.about .box1 .box-c .r::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translate(-2.83%, 4.88%);
    border-radius: 10px;
    background: linear-gradient(128deg, #93B2DF, #BEEFD0);
}

.about .box1 .box-c .r .pic {
    position: relative;
    border-radius: 10px;
}

.about .box2 {
    padding: 103px 0;
    background-color: RGBA(255, 255, 255, 1);
}

.about .box2 .des {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.about .box2 .box-t {
    margin-top: 46px;
}

.about .box2 .box-t .title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
}

.about .box2 .box-t .items {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.about .box2 .box-t .items .item {
    padding: 30px 27px 39px;
    background-color: rgba(248, 248, 248, 1);
    transition: all .6s;
}

.about .box2 .box-t .items .item:hover {
    background: RGBA(60, 116, 196, 1);
}

.about .box2 .box-t .items .item:hover .item-des,
.about .box2 .box-t .items .item:hover .item-title {
    color: #fff;
}

.about .box2 .box-t .items .item-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    transition: all .6s;
}

.about .box2 .box-t .items .item-des {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 15px;
    transition: all .6s;
}

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

.about .box2 .box-c .list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about .box2 .box-c .list li:not(:last-child) {
    margin-bottom: 49px;
}

.about .box2 .box-c .list li:nth-child(2n) {
    flex-direction: row-reverse;
}

.about .box2 .box-c .list li .l {
    width: 50%;
}

.about .box2 .box-c .list li .l .pic {
    border-radius: 180px;
    margin: 0 auto;
    transform: scale(.9);
    transition: transform 1s ease-in-out;
}

.about .box2 .box-c .list li .text-box {
    width: 47.85%;
}

.about .box2 .box-c .list li .text-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
}

.about .box2 .box-c .list li .text-des {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 21px;
}

.about .box2 .box-c .list li .text-des p:not(:last-child) {
    margin-bottom: 12px;
}

.about .box2 .box-b {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1.79;
    text-align: center;
    margin-top: 80px;
}

.about .box3 {
    padding: 81px 0 122px;
    background-color: RGBA(250, 250, 250, 1);
}

.about .box3 .title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
}

.about .box3 .des {
    margin-top: 29px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.about .box3 .des .text:not(:last-child) {
    margin-bottom: 6px;
}

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

.about .box3 .box-c .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.about .box3 .box-c .items .item {
    background: rgba(240, 240, 240, 1);
    padding: 45px 26px 33px;
    transition: all .6s;
}

.about .box3 .box-c .items .item:hover {
    background-color: #3F76C5;
}

.about .box3 .box-c .items .item:hover .item-des,
.about .box3 .box-c .items .item:hover .item-title {
    color: #fff;
}

.about .box3 .box-c .items .item-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    transition: all .6s;
}

.about .box3 .box-c .items .item-des {
    margin-top: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    transition: all .6s;
}

.about .box4 {
    background: RGBA(250, 250, 250, 1);
}

.about .box4 .en {
    font-family: RanyBold;
    color: #222222;
    line-height: 1;
}

.about .box4 .zh {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    margin-top: 8px;
}

.about .box4 .des {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 20px;
}

.about .box4 .marquee {
    width: 100%;
    display: flex;
    gap: 10px;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    margin-top: 52px;
}

.about .box4 .marquee-content {
    display: inline-flex;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
    gap: 10px;
}
.about .box4 .marquee-content .item{
    width: 640px;
}
@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
.about .box5{
    padding: 119px 0 138px;
}
.about .box5 .des{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1.25;
    text-align: center;
}
.about .box5 .title{
    font-family: Microsoft YaHei;
    color: rgba(34, 34, 34, 1);
    text-align: center;
    margin-top: .2em;
}
.about .box5 .img{
    margin-top: 50px;
}
.about .box5 .img .pic{
    border-radius: 5px;
}
.about .box5 .box-c{
    margin-top: 53px;
}
.about .box5 .box-c .item:not(:last-child){
    margin-bottom: 40px;
}
.about .box5 .box-c .item-title{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
}
.about .box5 .box-c .item .text{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 9px;
}
.about .box5 .box-c .item .list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 23px;
}
.about .box5 .box-c .item .list li{
    padding: 15px 20px;
    background-color: rgba(239, 239, 239, 1);
}
.about .box5 .box-c .item .list li:nth-child(4n+2),
.about .box5 .box-c .item .list li:nth-child(4n+3){
    background:rgba(246, 246, 246, 1)
}
@media (max-width:1280px) {
	.about .box4 .marquee-content .item{
		width: 499px;
	}
}
@media (max-width:1199px) {
	.about .box5,
	.about .box3,
	.about .box2,
	.about .box1{
		padding: 70px 0;
	}
	.about .box1 .number span img{
		width: 68px;
	}
	.about .box5 .box-c,
	.about .box5 .img,
	.about .box4 .marquee,
	.about .box2 .box-b,
	.about .box2 .box-t,
	.about .box2 .box-c{
		margin-top: 45px;
	}
	.about .box2 .box-c .list li:not(:last-child){
		margin-bottom: 45px;
	}
	.about .box1 .des{
		margin-top: 4px;
	}
	.about .box5 .des,
	.about .box2 .box-b{
		font-size: 22px;
	}
}
@media (max-width: 1024px) {
	.about .box5 .des,
	.about .box2 .box-b{
		font-size: 20px;
	}
	.about .box2 .box-t .items{
		grid-template-columns: repeat(2,1fr);
	}
	.about .box2 .box-t .items .item{
		padding: 20px 25px;
	}
	.about .box5,
	.about .box3,
	.about .box2,
	.about .box1{
		padding: 60px 0;
	}
	.about .box3 .box-c,
	.about .box5 .box-c,
	.about .box5 .img,
	.about .box4 .marquee,
	.about .box2 .box-b,
	.about .box2 .box-t,
	.about .box2 .box-c{
		margin-top: 40px;
	}
	.about .box2 .box-c .list li:not(:last-child){
		margin-bottom: 40px;
	}
	.about .box1 .box-c{
		flex-direction: column;
		align-items: center;
		margin-top: 0;
	}
	.about .box1 .box-c .l{
		padding-top: 20px;
	}
	.about .box1 .box-c .r{
		width: 90%;
	}
	.about .box1 .box-c .l{
		width: 100%;
	}
	.about .box1 .box-c .r{
		margin-top: 40px;
	}
	.about .box2 .box-c .list li:nth-child(2n),
	.about .box2 .box-c .list li{
		flex-direction: column;
		align-items: center;
	}
	.about .box2 .box-c .list li .l{
		width: 600px;
		max-width: 100%;
		margin-bottom: 25px;
	}
	.about .box2 .box-c .list li .text-des{
		margin-top: 10px;
	}
	.about .box2 .box-c .list li .text-box{
		width: 100%;
	}
	.about .box3 .box-c .items .item{
		padding: 20px 25px;
	}
}
@media (max-width: 768px) {
	.about .box5 .box-c .item:not(:last-child){
		margin-bottom: 30px;
	}
	.about .box4 .marquee-content .item{
		width: 368px;
	}
	.about .box5 .des,
	.about .box2 .box-b{
		font-size: 18px;
	}
	.about .box3 .box-c .items,
	.about .box2 .box-t .items{
		grid-template-columns: repeat(1,1fr);
	}
	.about .box3 .box-c .items .item-des,
	.about .box2 .box-t .items .item-des{
		margin-top: 5px;
		font-size: 14px;
		line-height: 24px;
	}
	.about .box1 .number span img{
		width: 49px;
	}
	.about .box5,
	.about .box3,
	.about .box2,
	.about .box1{
		padding: 50px 0;
	}
	.about .box3 .box-c,
	.about .box5 .box-c,
	.about .box5 .img,
	.about .box4 .marquee,
	.about .box2 .box-b,
	.about .box2 .box-t,
	.about .box2 .box-c{
		margin-top: 30px;
	}
	.about .box2 .box-c .list li:not(:last-child){
		margin-bottom: 30px;
	}
	.about .box3 .des{
		margin-top: 20px;
	}
}
@media (max-width: 500px) {
	.about .box5 .title{
		font-size: 20px;
	}
	.about .box5 .box-c .item .list{
		margin-top: 15px;
		font-size: 14px;
		line-height: 24px;
	}
	.about .box5 .box-c .item .list li{
		padding: 15px;
	}
	.about .box5 .box-c .item .text{
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
	}
	.about .box5 .box-c .item-title{
		font-size: 16px;
	}
	.about .box5 .box-c .item:not(:last-child){
		margin-bottom: 20px;
	}
	.about .box4 .des{
		margin-top: 10px;
	}
	.about .box3 .box-c .items .item-title{
		font-size: 16px;
	}
	.about .box3 .des{
		margin-top: 10px;
	}
	.about .box2 .box-t .items{
		margin-top: 20px;
	}
	.about .box2 .box-c .list li .l{
		margin-bottom: 15px;
	}
	.about .box2 .box-c .list li .text-des{
		margin-top: 0;
	}
	.about .box2 .box-t .items .item{
		padding: 20px;
	}
	.about .box2 .box-t .items .item-title{
		font-size: 16px;
	}
	.about .box2 .box-t .items{
		gap: 20px;
	}
	.about .box1 .box-c .l .text:not(:first-child){
		padding-top: 10px;
	}
	.about .box1 .number span img{
		width: 27px;
	}
	.about .box1 .des{
		font-size: 20px;
	}
	.about .box5,
	.about .box3,
	.about .box2,
	.about .box1{
		padding: 40px 0;
	}
	.about .box3 .box-c,
	.about .box5 .box-c,
	.about .box5 .img,
	.about .box4 .marquee,
	.about .box2 .box-b,
	.about .box2 .box-t,
	.about .box2 .box-c{
		margin-top: 25px;
	}
	.about .box2 .box-c .list li:not(:last-child){
		margin-bottom: 30px;
	}
	.about .box1 .box-c .l{
		padding-top: 10px;
	}
}