.contactBox{
    padding: 114px 0 117px;
}
.contactBox .inner-title{
    color: #333;
    font-weight: 300;
}
.contactBox .box-c{
    display: flex;
    justify-content: space-between;
}
.contactBox .box-c .l{
    width: 43.57%;
}
.contactBox .box-c .l .zh{
    font-size: 30px;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}
.contactBox .box-c .l .en{
    font-size: 24px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #999999;
    line-height: 30px;
    margin-top: 10px;
}
.contactBox .box-c .l  .address{
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.contactBox .box-c .l  .address .iconfont{
    font-size: 50px;
    color: #067DFF;
    margin-right: 18px;
}
.contactBox .box-c .l  .address .text-title{
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 1;
}
.contactBox .box-c .l  .address .text-des{
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 1;
    margin-top: 14px;
}
.contactBox .box-c .l .list{
    margin-top: 20px;
    padding-left: 68px;
}
.contactBox .box-c .l .list li:not(:last-child){
    margin-bottom: 20px;
}
.contactBox .box-c .l .list .li-title{
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 1;
}
.contactBox .box-c .l .list .li-des{
    font-size: 24px;
    font-family: Rany-Bold;
    color: #067DFF;
    line-height: 30px;
    margin-top: 10px;
}
.contactBox .box-c .l .list .li-des.email{
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #067DFF;
    /* line-height: 1; */
    margin-top: 0;
}
.contactBox .box-c .r{
    width: 54.28%;
}
.contactBox .box-c .r #container{
    height: 421px;
}
.txt_boxs {
	display: flex;
	/* justify-content: space-between; */
	box-sizing: border-box;
	padding: 0 20px;
	width: 341px;
	height: 86px;
	/* background: #003EA8; */
	background-image: url(../img/txt_boxs-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	align-items: center;
	margin-left: 3px;
	margin-top: -5px;
	padding-bottom: 6px;
}
.txt_boxs img{
    display: block;
}
.amap-marker-label {
	border: none;
	padding: 0;
	background-color: transparent;
}

.txt_boxs .box-text {
	padding-left: 8px;
	color: #fff;
}

.txt_boxs .box-text .name {
	font-size: 18px;
	font-family: PingFang;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
}
.txt_boxs .box-text .address{
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 25px;
}
.onlineBox{
    padding: 120px 0 ;
    background-image: url(../img/contact-box2-bg.jpg);
    background-size: cover;
}
.onlineBox .box-c{
    display: flex;
    justify-content: space-between;
}
.onlineBox .box-c .l .yinhao{
    display: block;
    margin-bottom: 80px;
}
.onlineBox .box-c .l .inner-title{
    color: #fff;
    text-align: left;
	font-weight: 300;
}
.onlineBox .box-c .l .des{
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #FAFAFA;
    line-height: 30px;
    margin-top: 30px;
    text-align: left;
}
.onlineBox .box-c .r{
    background: #FAFAFA;
    padding: 30px 60px 40px;
    width: 54.28%;
	border-radius: 10px;
}
.onlineBox .box-c .r .input{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DEDEDE;
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #666;
    line-height: 30px;
}
.onlineBox .box-c .r .input:not(:last-child){
    margin-bottom: 23px;
}
.onlineBox .box-c .r .input.textarea textarea,
.onlineBox .box-c .r .input input{
    /* flex: 1; */
    margin-left: 20px;
    /* flex: 1; */
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
}
.onlineBox .box-c .r .input.textarea{
    flex-direction: column;
    align-items: flex-start;
}
.onlineBox .box-c .r .input.textarea textarea{
    width: 100%;
    margin-left: 0;
    flex: none;
    resize: none;
    height: 100px;
    margin-top: 10px;
    border: 1px solid #DEDEDE;
	border-bottom: none;
	padding: 0 20px;
}
.onlineBox .box-c .r .input.textarea textarea,
.onlineBox .box-c .r .input input{
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #333;
    line-height: 30px;
    flex: 1;
    background-color: transparent;
}
.onlineBox .box-c .r .input1{
	border-bottom: none;
	align-items: flex-start;
}
.onlineBox .box-c .r .input1 .items{
	flex: 1;
	margin-left: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}
.onlineBox .box-c .r .input1 .item{
	display: flex;
	align-items: center;
}
.onlineBox .box-c .r .input1 .item input{
	width: 21px;
	height: 21px;
	background: #FAFAFA;
	border: 1px solid #C6C6C6;
	margin-left: 0 !important;
	
}
.onlineBox .box-c .r .input1 .item input[type="checkbox"]{
	flex: none;
}
.onlineBox .box-c .r .input1 .item label{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	margin-left: 8px;
}
.onlineBox .box-c .r .submit{
    width: 160px;
    line-height: 60px;
    background: #067DFF;
    margin-top: 24px;
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
	border-radius: 5px;
}
@media (max-width:1440px) {
	.onlineBox .box-c .l .yinhao{
		width: 60px;
		margin-bottom: 50px;
	}
}
@media (max-width: 1280px) {
	.contactBox .box-c .l .zh{
		font-size: 28px;
	}
	.contactBox .box-c .l .en{
		font-size: 22px;
	}
	.onlineBox .box-c .l .yinhao{
		width: 50px;
	}
	.onlineBox .box-c .r{
		padding: 40px;
	}
}
@media (max-width: 1199px) {
	.contactBox .box-c .l .zh{
		font-size: 26px;
	}
	.contactBox .box-c .l .en{
		font-size: 20px;
	}
	.contactBox .box-c .l .list{
		/* margin-top: 35px; */
	}
	.contactBox .box-c .l .list li:not(:last-child){
		/* margin-bottom: 30px; */
	}
	.contactBox .box-c .l .address .iconfont{
		font-size: 40px;
		margin-right: 10px;
	}
	.contactBox .box-c .l .list{
		padding-left: 50px;
	}
	.contactBox{
		padding-bottom: 70px;
	}
	.onlineBox{
		padding: 70px 0;
	}
}
@media (max-width: 1024px) {
	.onlineBox .box-c{
		flex-direction: column;
	}
	.onlineBox .box-c .l .yinhao{
		width: 40px;
		margin-bottom: 30px;
	}
	.onlineBox .box-c .l .des{
		margin-top: 20px;
		font-size: 16px;
	}
	.onlineBox .box-c .r{
		width: 100%;
		margin-top: 30px;
		padding: 25px;
	}
	.contactBox{
		padding-bottom: 60px;
	}
	.onlineBox{
		padding: 60px 0;
	}
	.contactBox .box-c .l .zh{
		font-size: 24px;
	}
	.contactBox .box-c .l .en{
		font-size: 18px;
	}
	.contactBox .box-c .l .address{
		margin-top: 25px;
	}
	.contactBox .box-c .l .address .text-title{
		font-size: 14px;
	}
	.contactBox .box-c .l .address .text-des{
		font-size: 16px;
		margin-top: 10px;
	}
	.contactBox .box-c .l .list{
		/* margin-top: 25px; */
	}
	.contactBox .box-c .l .list li:not(:last-child){
		/* margin-bottom: 24px; */
	}
	.contactBox .box-c .l .list .li-des{
		font-size: 22px;
	}
	.contactBox .box-c{
		flex-direction: column;
	}
	.contactBox .box-c .l{
		width: 100%;
	}
	.contactBox .box-c .r{
		width: 100%;
		margin-top: 40px;
	}
	.contactBox{
		padding-top: 50px;
	}
}
@media (max-width:768px) {
	.onlineBox .box-c .r .input1 .items{
		margin-left: 15px;
	}
	.onlineBox .box-c .r .input1 .item input{
		width: 16px;
		height: 16px;
	}
	.onlineBox .box-c .r .input1 .item label{
		margin-left: 5px;
		line-height: 24px;
		font-size: 14px;
	}
	.contactBox{
		padding-top: 40px;
	}
	.onlineBox .box-c .l .yinhao{
		width: 30px;
		margin-bottom: 20px;
	}
	.contactBox{
		padding-bottom: 50px;
	}
	.onlineBox{
		padding: 50px 0;
	}
	.onlineBox .box-c .l .des{
		margin-top: 10px;
	}
	.onlineBox .box-c .r{
		margin-top: 25px;
	}
	.onlineBox .box-c .r .submit{
		line-height: 45px;
	}
	.contactBox .box-c .l .list .li-des{
		font-size: 20px;
		margin-top: 0px;
	}
	.contactBox .box-c .l .list{
		/* margin-top: 20px; */
	}
	.contactBox .box-c .l .list li:not(:last-child){
		margin-bottom: 15px;
	}
	.contactBox .box-c .l .zh{
		font-size: 22px;
	}
	.contactBox .box-c .l .en{
		font-size: 16px;
		margin-top: 5px;
	}
}
@media (max-width: 500px) {
	.contactBox .box-c .l .address{
		margin-top: 20px;
	}
	.onlineBox .box-c .r .input1 .items{
		gap: 8px 16px;
	}
	.contactBox .box-c .r #container{
		height: 340px;
	}
	.contactBox .box-c .r{
		margin-top: 25px;
	}
	.contactBox{
		padding-top: 40px;
	}
	.onlineBox .box-c .l .yinhao{
		width: 22px;
	}
	.onlineBox .box-c .l .des{
		font-size: 14px;
		line-height: 1.8;
	}
	.contactBox{
		padding-bottom: 40px;
	}
	.onlineBox{
		padding: 40px 0;
	}
	.onlineBox .box-c .r .input.textarea textarea, .onlineBox .box-c .r .input input{
		height: 40px;
		font-size: 14px;
	}
	.onlineBox .box-c .r .input.textarea textarea{
		height: 80px;
		padding: 0 10px;
	}
	.onlineBox .box-c .r .input:not(:last-child){
		margin-bottom: 15px;
	}
	.onlineBox .box-c .r{
		padding: 20px;
	}
	.onlineBox .box-c .r .input{
		font-size: 14px;
	}
}