.contact .box1{
	padding: 83px 0 100px;
	background-color: RGBA(250, 250, 250, 1);
}
.contact .box1 .contactTitle{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 30px;
	color: #333333;
	line-height: 1;
	padding-bottom: 1em;
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
}
.contact .box1 .box-c{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.contact .box1 .box-c .l{
	width: 47.85%;
}
.contact .box1 .box-c .r .title{
	text-align: center;
}
.contact .box1 .box-c .r .address{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 0 !important;
	text-align: center;
}
.contact .box1 .box-c .r .address .iconfont{
	color: rgba(115, 53, 162, 1);
	padding-right: 5px;
}
.contact .box1 .box-c .l .list1 li{
	display: flex;
	font-family: Rany-Bold;
	line-height: 36px;
	font-size: 20px;
	color:  rgba(102, 102, 102, 1);
	line-height: 2;
	align-items: center;
}
.contact .box1 .box-c .l .list1 li:not(:last-child){
	margin-bottom: 10px;
}
.contact .box1 .box-c .l .list1 li strong{
	color: #222222;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
}
.contact .box1 .box-c .l .list1 .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: #7335A2;
	border-radius: 50%;
	text-align: center;
	color: #fff;
}
.contact .box1 .box-c .l .list1 .icon + span{
	flex: 1;
	margin-left: 15px;
}
.contact .box1 .box-c .l .list1 .icon .iconfont{
	font-size: 16px;
}
.contact .box1 .box-c .l .ewmBox{
	display: flex;
	gap: 35px;
	margin-top: 35px;
}
.contact .box1 .box-c .l .ewmBox .ewm-text{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	line-height: 1;
	margin-bottom: 17px;
	text-align: center;
}
.contact .box1 .box-c .l .ewmBox .ewm img{
	display: block;
	width: 117px;
}
.contact .box1 .box-c .l .list{
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 60px 20px;
}
.contact .box1 .box-c .l .list .li-title{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 1;
}
.contact .box1 .box-c .l .list .li-text{
	font-family: Rany;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	line-height: 1;
	margin-top: 15px;
}
.contact .box1 .box-c .l .list .li-tel{
	font-family: Rany-Bold;
	font-size: 36px;
	color: rgba(115, 53, 162, 1);
}
.contact .box1 .box-c .l .list .ewm{
	margin-top: 15px;
}
.contact .box1 .box-c .l .list .ewm img{
	display: block;
	width: 150px;
}
.contact .box1 .box-c .r{
	width: 50%;
}
.contact .box1 .box-c .r #container{
	width: 100%;
	height: 354px;
	margin-top: 20px;
}
.txt_boxs{
	position: absolute;
	background-color: #fff;
	padding: 8px 20px 14px;
	text-align: right;
	width: 180px;
	box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 15%);
	top: -65px;
	left: -3px;
}
.txt_boxs:before{
	position: absolute;
	content: "";
	left: 50%;
	bottom: -9px;
	transform: translateX(-50%)rotate(45deg);
	background-color: #fff;
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	/* box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 15%); */
	/* z-index: -1; */
}
.amap-marker-label{
	padding: 0;
	border: none;
}
.amap-marker-label .icon-guanbi1{
	font-size: 20px;
	color: #272536;
	cursor: pointer;
}
.amap-marker-label .logo{
	display: block;
	margin: 0 auto;
}
.amap-marker-label .text{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	line-height: 1.3;
	/* margin-top: 22px; */
	text-align: center;
	white-space: normal;
}
.contact .box2{
	padding: 87px 0 100px;
}
.contact .box2 .box-c{
	display: flex;
	justify-content: space-between;
}
.contact .box4 .subTitle,
.contact .box3 .r .subTitle,
.contact .box2 .box-c .l .subTitle{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #7335A2;
	line-height: 1;
}
.contact .box2 .box-c .l .title{
	line-height: 1.6;
	text-align: left;
	margin-top: 30px;
}
.contact .box2 .box-c .r{
	flex: 1;
	margin-left: 80px;
}
.contact .box2 .box-c .r .inputs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact .box2 .box-c .r .inputs .input{
	width: 32.07%;
	border: 1px solid #DEDEDE;
	margin-bottom: 23px;
}
.contact .box2 .box-c .r .inputs .input::placeholder,
.contact .box2 .box-c .r .inputs .textarea::placeholder{
	color: #999999;
}
.contact .box2 .box-c .r .inputs .input.textarea{
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contact .box2 .box-c .r .inputs .input textarea,
.contact .box2 .box-c .r .inputs .input input{
	width: 100%;
	height: 60px;
	border: none;
	outline: none;
	padding: 0 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	line-height: 48px;
}
.contact .box2 .box-c .r .inputs .input textarea{
	height: 200px;
}
.contact .box2 .box-c .r .submit{
	width: 200px;
	line-height: 60px;
	background: #7335A2;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 25px;
	cursor: pointer;
	text-align: center;
}
.contact .box3{
	position: relative;
	background-color: RGBA(250, 250, 250, 1);
}
.contact .box3 .content1400{
	display: flex;
	justify-content: flex-end;
}
.contact .box3 .l{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.contact .box3 .l .pic{
	width: 100%;
	height: 100%;
}
.contact .box3 .l .pic img{
	height: 100%;
	object-fit: cover;
}
.contact .box3 .r{
	width: 44.28%;
	padding: 90px 0 58px;
}
.contact .box3 .title{
	text-align: left;
	margin-top: 15px;
}
.contact .box3 .list{
	margin-top: 55px;
}
.contact .box3 .list li:not(:last-child){
	margin-bottom: 50px;
}
.contact .box3 .list .li-title{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 1;
}
.contact .box3 .list .li-des{
	font-family: Rany;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	line-height: 1;
	margin-top: 15px;
}
.contact .box3 .list .li-des.addressText{
	font-size: 18px;
	font-family: Microsoft YaHei;
}
.contact .box3 .consulting{
	display: inline-block;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 60px;
	width: 200px;
	background: #7335A2;
	border-radius: 30px;
	margin-top: 60px;
	text-align: center;
}
.contact .box4{
	padding: 105px 0 140px;
}
.contact .box4 .subTitle{
	text-align: center;
}
.contact .box4 .box-c{
	margin-top: 38px;
}
.contact .box4 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 25px;
}
.contact .box4 .box-c .list li{
	border: 1px solid #DEDEDE;
	padding: 30px 45px;
	transition: all .6s;
}
.contact .box4 .box-c .list li:hover{
	background: #FFFFFF;
	box-shadow: 5px 9px 30px 0px rgba(198,198,198,0.3);
	border-color: #fff;
}
.contact .box4 .box-c .list li .number{
	font-family: Rany-Bold;
	font-weight: bold;
	font-size: 36px;
	color: #999999;
	line-height: 1;
	transition: all .6s;
}
.contact .box4 .box-c .list li:hover .number{
	color: #7335A2;
}
.contact .box4 .box-c .list li .text-box{
	margin-top: 24px;
}
.contact .box4 .box-c .list li .text-title{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 1;
}
.contact .box4 .box-c .list li .text-des{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	margin-top: 10px;
}
.contact .box4 .box-c .list li .text:not(:last-child){
	margin-bottom: 30px;
}
.contact .box4 .box-c .list li .addressText{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}
@media (max-width:1440px) {
	.contact .box4 .box-c .list li{
		padding: 30px;
	}
	.contact .box4 .box-c .list li .number{
		font-size: 30px;
	}
	.contact .box4 .box-c .list li .text-des{
		font-size: 22px;
	}
	.contact .box4 .box-c .list li .text-des.addressText{
		font-size: 18px;
	}
}
@media (max-width: 1280px) {
	.contact .box4 .box-c .list li .text-des{
		font-size: 20px;
		margin-top: 5px;
	}
	.contact .box1 .box-c .l .list .li-tel{
		font-size: 30px;
	}
	.contact .box4 .box-c .list li .text:not(:last-child){
		margin-bottom: 20px;
	}
	.contact .box4 .box-c .list li .text-des.addressText{
		font-size: 16px;
	}
	.contact .box1 .contactTitle{
		font-size: 28px;
	}
}
@media (max-width:1199px) {
	.contact .box1 .contactTitle{
		font-size: 26px;
	}
	.contact .box4 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.contact .box4,
	.contact .box2,
	.contact .box1{
		padding: 70px 0;
	}
	.contact .box3 .r{
		padding: 70px 0 58px;
	}
	.contact .box2 .box-c .r{
		margin-left: 40px;
	}
	.contact .box3 .list{
		margin-top: 30px;
	}
	.contact .box3 .list li:not(:last-child){
		margin-bottom: 20px;
	}
	.contact .box3 .consulting{
		margin-top: 30px;
		line-height: 45px;
		width: 140px;
	}
	.contact .box3 .list .li-des{
		font-size: 20px;
	}
	.contact .box3 .r{
		width: 47%;
	}
	.contact .box4 .box-c .list li .number{
		font-size: 26px;
	}
}
@media (max-width: 1024px) {
	.contact .box1 .contactTitle{
		font-size: 24px;
	}
	.contact .box3 .consulting{
		margin-top: 20px;
	}
	.contact .box3 .list{
		margin-top: 20px;
	}
	.contact .box3 .list .li-des{
		margin-top: 5px;
	}
	.contact .box2 .box-c .r .submit{
		margin-top: 0;
		line-height: 45px;
		width: 140px;
	}
	.contact .box2 .box-c .r{
		margin-left: 0;
		margin-top: 40px;
	}
	.contact .box2 .box-c .r .inputs .input textarea, .contact .box2 .box-c .r .inputs .input input{
		height: 45px;
		padding: 0 15px;
		font-size: 14px;
	}
	.contact .box2 .box-c .r .inputs .input textarea{
		height: 150px;
	}
	.contact .box2 .box-c{
		flex-direction: column;
	}
	.contact .box2 .box-c .l .title{
		margin-top: 10px;
	}
	.contact .box4,
	.contact .box2,
	.contact .box1{
		padding: 60px 0;
	}
	.contact .box3 .r{
		padding: 60px 0;
	}
	.contact .box1 .box-c .l .list .li-tel{
		font-size: 26px;
	}
	.contact .box1 .box-c .l .list .li-text{
		font-size: 20px;
		margin-top: 10px;
	}
	.contact .box1 .box-c .l .list{
		margin-top: 30px;
		gap: 30px 20px;
	}
	.contact .box1 .box-c .l .list .ewm img{
		width: 100px;
	}
	.contact .box4 .box-c .list li .number{
		font-size: 24px;
	}
}
@media (max-width: 768px) {
	.contact .box1 .contactTitle{
		font-size: 22px;
	}
	.contact .box4 .box-c .list li .number{
		font-size: 22px;
	}
	.contact .box4 .box-c .list li .text-des{
		font-size: 18px;
	}
	.contact .box3 .r{
		width: 100%;
		padding: 40px 0 !important;
	}
	.contact .box3 .content1400{
		flex-direction: column;
	}
	.contact .box3 .l{
		position: relative;
		width: 100%;
	}
	.contact .box2 .box-c .r{
		margin-top: 30px;
	}
	.contact .box2 .box-c .r .inputs .input{
		width: 100%;
	}
	.contact .box1 .box-c{
		flex-direction: column;
	}
	.contact .box1 .box-c .l{
		width: 100%;
	}
	.contact .box1 .box-c .r{
		/* height: 400px; */
		width: 100%;
		margin-top: 30px;
	}
	.contact .box4,
	.contact .box2,
	.contact .box1{
		padding: 50px 0;
	}
	.contact .box3 .r{
		padding: 50px 0;
	}
	.contact .box4 .box-c{
		margin-top: 30px;
	}
	.contact .box4 .box-c .list li .text-box{
		margin-top: 20px;
	}
	.contact .box4 .box-c .list li .text:not(:last-child){
		margin-bottom: 14px;
	}
	.contact .box4 .box-c .list li{
		padding: 20px 10px;
	}
	.contact .box4 .box-c .list li .text-des.addressText{
		font-size: 14px;
	}
	.contact .box4 .box-c .list{
		gap: 14px;
	}
	.contact .box1 .box-c .l .ewmBox,
	.contact .box1 .box-c{
		margin-top: 30px;
	}
}
@media (max-width: 627px) {
	.contact .box4 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
}
@media (max-width: 500px) {
	.contact .box1 .box-c .l .list1 .icon + span{
		margin-left: 10px;
	}
	.contact .box1 .box-c .l .list1 li{
		font-size: 18px;
		line-height: 1.5;
	}
	.contact .box1 .box-c .l .list1 li strong{
		font-size: 16px;
	}
	.contact .box1 .box-c .l .ewmBox .ewm-text{
		margin-bottom: 10px;
	}
	.contact .box1 .box-c .l .ewmBox,
	.contact .box1 .box-c{
		margin-top: 25px;
	}
	.contact .box1 .contactTitle{
		font-size: 20px;
	}
	.contact .box4 .box-c{
		margin-top: 25px;
	}
	.contact .box3 .list .li-des.addressText{
		font-size: 16px;
	}
	.contact .box2 .box-c .r .inputs .input.textarea{
		padding: 5px 0;
	}
	.contact .box3 .r{
		padding: 30px 0 !important;
	}
	.contact .box2 .box-c .r .inputs .input input{
		height: 40px;
	}
	.contact .box2 .box-c .r .inputs .input textarea{
		height: 120px;
	}
	.contact .box1 .box-c .l .list{
		margin-top: 20px;
		gap: 20px;
	}
	.contact .box1 .box-c .r{
		/* height: 310px; */
		margin-top: 25px;
	}
	.contact .box4,
	.contact .box2,
	.contact .box1{
		padding: 40px 0;
	}
	.contact .box3 .r{
		padding: 40px 0;
	}
	.contact .box1 .box-c .l .list .li-text{
		font-size: 18px;
	}
	.contact .box1 .box-c .l .list .li-title{
		font-size: 14px;
	}
	.contact .box1 .box-c .l .list .ewm{
		margin-top: 10px;
	}
}