.commonBread{
	margin-top: 15px;
}
body{
	background-color: RGBA(250, 250, 250, 1);
}
.contact{
	padding-bottom: 208px;
}
.contact .box1{
	margin-top: 75px;
}
.contact .box1 .box-c{
	padding: 67px 0 98px;
	background-color: #fff;
}
.contact .box1 .box-c .content1400{
	display: flex;
	justify-content: space-between;
}
.contact .box1 .box-c .l{
	width: 50%;
}
.contact .box1 .box-c .l .zh{
	font-size: 24px;
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #398FCA;
	line-height: 1.41;
}
.contact .box1 .box-c .l .en{
	font-size: 18px;
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #CCCCCC;
	line-height: 1.66;
	text-transform: uppercase;
}
.contact .box1 .box-c .l .l-c{
	display: flex;
	margin-top: 55px;
}
.contact .box1 .box-c .l-c-l img{
	display: block;
}
.contact .box1 .box-c .l-c-r{
	flex: 1;
	margin-left: 27px;
	display: flex;
	justify-content: space-between;
}
.contact .box1 .box-c .l-c-r li:not(:last-child){
	margin-bottom: 40px;
}
.contact .box1 .box-c .l-c-r .li-title{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #398FCA;
	line-height: 1;
}
.contact .box1 .box-c .l-c-r .li-des{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 1.66;
	margin-top: 13px;
	text-transform: uppercase;
}
.contact .box1 .box-c .l-c-r .li-des.number{
	font-size: 30px;
	font-family: Rany-Bold;
	color: #398FCA;
	line-height: 1;
}
.contact .box1 .box-c .r{
	width: 45.71%;
}
.contact .box1 .box-c .r .pic{
	border-radius: 20px;
}
.contact .box2 .box-c{
	padding: 64px 0 126px;
	background: linear-gradient(-30deg, #B0D4EC, #FFFFFF);
}
.contact .box2 .title{
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.contact .box2 .list{
	margin-top: 58px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 4px;
}
.contact .box2 .list li{
	background-color: #fff;
	padding: 30px 44px;
}
.contact .box2 .list li:hover{
	background-image: url(../img/contact-2.jpg);
	background-size: cover;
}
.contact .box2 .list li .li-title{
	font-size: 18px;
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #398FCA;
	line-height: 1;
}
.contact .box2 .list li .li-des{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 1.875;
	margin-top: 19px;
}
.contact .box2 .list li:hover .li-title,
.contact .box2 .list li:hover .li-des{
	color: #fff;
}
.contact .box3{
	margin-top: 75px;
}
.contact .box3 .box-c{
	padding: 78px 0 122px;
	background-color: #fff;
}
.contact .box3 .box-c .title{
	font-size: 18px;
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #398FCA;
	line-height: 1.66;
}
.contact .box3 .box-c .items{
	margin-top: 37px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}
.contact .box3 .box-c .items .list li:not(:last-child){
	margin-bottom: 20px;
}
.contact .box3 .box-c .items .list li{
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	box-shadow: 5px 9px 30px 0px rgba(232,232,232,0.3);
	padding: 40px;
}
.contact .box3 .box-c .items .list .li-t{
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
}
.contact .box3 .box-c .items .list .li-t-l{
	flex: 1;
	margin-right: 40px;
}
.contact .box3 .box-c .items .list .name{
	font-size: 24px;
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #333333;
	line-height: 1;
}
.contact .box3 .box-c .items .list .address{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 1.875;
	margin-top: 7px;
}
.contact .box3 .box-c .items .list .address .iconfont{
	padding-right: 7px;
}
.contact .box3 .box-c .items .list .li-t-r{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F2F2F2;
	color: rgba(178, 178, 178, 1);
	cursor: pointer;
}
.contact .box3 .box-c .items .list li.active .li-t-r{
	color: #fff;
	background-color: rgba(57, 143, 202, 1);
}
.contact .box3 .box-c .items .list li .li-t-r .iconfont.icon-jian{
	display: none;
}
.contact .box3 .box-c .items .list li.active .li-t-r .iconfont.icon-jian{
	display: block;
}
.contact .box3 .box-c .items .list li.active .li-t-r .iconfont.icon-jia{
	display: none;
}
.contact .box3 .box-c .items .list .li-t-r .iconfont{
	font-size: 30px;
}
.contact .box3 .box-c .items .list .li-c{
	margin-top: 47px;
	/* height: 162px; */
	overflow: hidden;
	transition: all .6s;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contact .box3 .box-c .items .list li.active .li-c{
	-webkit-line-clamp: inherit;
}
.contact .box3 .box-c .items .list .li-c .text-box:not(:last-child){
	margin-bottom: 45px;
}
.contact .box3 .box-c .items .list .li-c .text-title{
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-bottom: 24px;
}
.contact .box3 .box-c .items .list .li-c .text-des{
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #777777;
	line-height: 30px;
}
.contact .box1 .box-c .l-c-r ul:last-child{
	margin-left: 20px;
}
@media (max-width:1280px) {
	.contact .box1 .box-c .l-c-r .li-des{
		font-size: 14px;
	}
	.contact .box1 .box-c .l-c-r .li-des.number{
		font-size: 26px;
	}
	.contact .box1 .box-c .l-c-l img{
		width: 45px;
	}
}
@media(max-width:1199px){
	.contact .box1 .box-c .l-c-r .li-des.number{
		font-size: 22px;
	}
	.contact .box3,
	.contact .box1{
		margin-top: 50px;
	}
	.contact .box3 .box-c{
		padding: 45px 0 60px;
	}
	.contact .box1 .box-c,
	.contact .box2 .box-c{
		padding: 45px 0;
	}
	.contact{
		padding-bottom: 70px;
	}
	.contact .box2 .list{
		margin-top: 30px;
	}
	.contact .box1 .box-c .l .l-c{
		margin-top: 30px;
	}
}
@media(max-width: 1024px){
	.contact .box3 .box-c .items .list .li-t{
		padding-bottom: 15px;
	}
	.contact .box3 .box-c .items .list .li-c .text-title{
		margin-bottom: 5px;
	}
	.contact .box3 .box-c .items .list .li-c{
		margin-top: 20px;
	}
	.contact .box3 .box-c .items .list .name{
		font-size: 22px;
	}
	.contact .box3 .box-c .items .list .address{
		margin-top: 0;
	}
	.contact .box3 .box-c .items .list .li-t-r{
		height: 40px;
		width: 40px;
	}
	.contact .box3 .box-c .items .list .li-t-r .iconfont{
		font-size: 22px;
	}
	.contact .box3 .box-c .items .list li{
		padding: 30px;
	}
	.contact .box1 .box-c .r{
		width: 400px;
		max-width: 100%;
		margin-top: 25px;
	}
	.contact .box1 .box-c .l-c-r .li-des{
		margin-top: 5px;
	}
	.contact .box1 .box-c .l-c-r li:not(:last-child){
		margin-bottom: 25px;
	}
	.contact .box1 .box-c .l-c-r{
		justify-content: flex-start;
	}
	.contact .box1 .box-c .l{
		width: 100%;
	}
	.contact .box1 .box-c .content1400{
		flex-direction: column;
	}
	.contact .box3,
	.contact .box1{
		margin-top: 45px;
	}
	.contact .box3 .box-c{
		padding: 40px 0 50px;
	}
	.contact .box1 .box-c,
	.contact .box2 .box-c{
		padding: 40px 0;
	}
	.contact{
		padding-bottom: 60px;
	}
	.contact .box2 .list,
	.contact .box1 .box-c .l .l-c{
		margin-top: 25px;
	}
	.contact .box2 .list li{
		padding: 25px;
	}
	.contact .box2 .list li .li-des{
		margin-top: 10px;
	}
	.contact .box2 .title,
	.contact .box1 .box-c .l .zh{
		font-size: 22px;
	}
	.contact .box1 .box-c .l .en{
		font-size: 16px;
	}
}
@media(max-width: 768px){
	.contact .box3 .box-c .items .list .name{
		font-size: 20px;
	}
	.contact .box2 .list{
		grid-template-columns: repeat(1,1fr);
	}
	.contact .box3,
	.contact .box1{
		margin-top: 35px;
	}
	.contact .box3 .box-c{
		padding: 30px 0 40px;
	}
	.contact .box1 .box-c,
	.contact .box2 .box-c{
		padding: 30px 0;
	}
	.contact{
		padding-bottom: 50px;
	}
	.contact .box2 .list,
	.contact .box1 .box-c .l .l-c{
		margin-top: 25px;
	}
	.contact .box3 .box-c .items{
		grid-template-columns: repeat(1,1fr);
	}
	.contact .box3 .box-c .items{
		margin-top: 25px;
	}
}
@media(max-width: 500px){
	.contact .box3 .box-c .title{
		font-size: 16px;
	}
	.contact .box3 .box-c .items{
		margin-top: 20px;
	}
	.contact .box3 .box-c .items .list .li-t-r{
		width: 34px;
		height: 34px;
	}
	.contact .box3 .box-c .items .list .address{
		font-size: 14px;
	}
	.contact .box3 .box-c .items .list li{
		padding: 25px;
	}
	.contact .box2 .title, .contact .box1 .box-c .l .zh{
		font-size: 20px;
	}
	.contact .box1 .box-c .l-c-r li{
		margin-bottom: 15px;
	}
	.contact .box1 .box-c .l-c-r ul:last-child{
		margin-left: 0;
	}
	.contact .box1 .box-c .l-c-r{
		margin-left: 15px;
		flex-wrap: wrap;
	}
	.contact .box1 .box-c .l-c-r li{
		width: 100%;
	}
	.contact .box3,
	.contact .box1{
		margin-top: 20px;
	}
	.contact .box3 .box-c{
		padding: 25px 0 30px;
	}
	.contact .box1 .box-c,
	.contact .box2 .box-c{
		padding: 25px 0;
	}
	.contact{
		padding-bottom: 40px;
	}
	.contact .box2 .list,
	.contact .box1 .box-c .l .l-c{
		margin-top: 20px;
	}
}	