.phone_box {
	font-size: 14px;
	color: #666;
	line-height: 36px;
	width: 100%;
}

.phone_box ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto
}

.phone_box ul li {
	width: 23.5%;
	background: #fff;
	text-align: center;
	z-index: 0;;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 40px;
    margin-right: 2%;
}
.phone_box ul li:last-child{
    margin-right:0;
}
.phone_box ul li i {
	width: 40px;
	height: 40px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-size: 100%;
	background-position: center;
}

.phone_box ul li i.one {
	background-image: url(/public/pc/images/address.png);
	background-repeat: no-repeat
}

.phone_box ul li i.two {
	background-image: url(/public/pc/images/email.png);
	background-repeat: no-repeat
}

.phone_box ul li i.three {
	background-image: url(/public/pc/images/phone.png);
	background-repeat: no-repeat
}

.phone_box ul li i.four {
	background-image: url(/public/pc/images/phone2.png);
	background-repeat: no-repeat
}

.phone_box ul li em {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	margin-top:10px;
}

.phone_box ul li p {
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.rn_map{
    background: rgb(245, 245, 245);
}
.rn_map .box .boxLeft {
    width: 56.25rem;
}
.rn_map .box .boxRight {
    width: calc(100% - 58.25rem);
}
.map{
    width: 100%;
    height: 400px;
    border: 4px solid #fff;
}
.submit{
    font-size: 1rem;
    display: block;
    width: 10rem;
    line-height: 3.4375rem;
    color: #fff;
    background: #16385e;
    text-align: center;
    position: relative;
    border:1px solid #16385e;
    cursor:pointer;
}
.submit:hover {
  background: #fff;
  border-color:#16385e;
  color:#16385e;
}
@media screen and (max-width: 1024px) {
	.phone_box ul{
		flex-direction:column;
	}
	.phone_box ul li{
		width:78%;
		margin-right: 0;
	}
	.rn_map .box .boxLeft{
		width:100%;
	}
	.map{
		width: 98%;
	}
	.rn_map .box .boxRight{
		width: 100%;
	}
	.rn_contact1 .box .item .left,.rn_contact1 .box .item .right input{
		font-size:1.25rem;
	}
}<!--0.0001060962677002-->