﻿body{
	background-color: #fff!important;
}
.ms85-aboutas-body{
	width: 100%;
	min-height: 400px;
}
.ms85-boutas-banner{
	width: 100%;
   /*  height: 415px; */
    position: relative;
}
.ms85-aboutUs-map_box{
	width: 1200px;
	height: 500px;
	margin: auto;
	margin-top:30px;
	box-sizing: border-box;
	padding: 15px;
	border:1px solid #ccc;
}
.ms85-aboutUs-inbox{
	width: 100%;
	height: 400px;
}

/* 信息+提交表单 */
.ms85-aboutUs-body-introduce{
	width: 1200px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	justify-content:space-between;
}

.ms85-aboutUs-body-mesbox{
	width: 500px;
}
.ms85-aboutUs-body-mesbox>li{
	margin-bottom: 55px;
	font-size: 16px;
}
.ms85-aboutUs-body-formbox{
	width: 550px;
	display: flex;
	flex-flow: column;
}
.ms85-aboutUs-department,.ms85-aboutUs-kind,.ms85-aboutUs-email{
	width: 100%;
	height: 45px;
	box-sizing: border-box;
	padding-left: 10px;
	margin-bottom: 20px;
	border-radius: 3px;
	color: #666;
	border: 1px solid #ccc;
}
.ms85-aboutUs-department>option{
	height: 45px;
	line-height: 45px;
	color: #666;
}

.ms85-aboutUs-leaveMessage{
	width: 100%;
	height: 100px;
	padding:10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
.ms85-aboutUs-submit{
	margin-top:50px;
	width: 160px;
	height: 45px;
	background-color: #0A628F;
	color: #fff;
	outline: none;
	border: none;
	border-radius: 3px;
	font-size: 16px;
}
.ms85-aboutUs-form-groupInput{
	width: 100%;
	display: flex;
}
.ms85-aboutUs-form-groupInput>input{
	width: calc(100% - 135px);
	height: 45px;
	padding-left: 10px;
	box-sizing: border-box;
}
.ms85-aboutUs-form-groupInput>div{
	width: 132px;
	height: 45px;
	border:1px solid #ccc;
	box-sizing: border-box;
	border-left: 0;
	background-color: #fff;
}
input{
	outline: none;
	border:1px solid #ccc;
}
.icon-style{
	font-size: 20px;
	color: #095F8A;
	font-weight: 700;
}
