@charset "utf-8";
/* CSS Document */
/* ------------------------联系我们-------------------------- */
#contact_us>.cont{
	background-color: #fff;
}
#contact_us>.cont>.top-title{
	padding: 15px 50px 10px 0;
	margin: 0 15px;
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: right center;
	border-bottom: 1px solid #a0a0a0;
}
#contact_us>.cont>.top-title>div{
	line-height: 20px;
	color: #005ee8;
}
#contact_us>.cont>.top-title>.one{
	text-align: right;
}
#contact_us>.cont>.top-title>.two>span{
	float: right;
	font-family: Gilroy-Semibold;
}
#contact_us>.cont>.cs-box{
	padding: 25px 0;
	margin: 0 20px 0 25px;
}
#contact_us>.cont>.cs-box>.map{
	float: left;
	width: 60%;
}
#contact_us>.cont>.cs-box>.map>.li{
	width: 100%;
	float: left;
}
#contact_us>.cont>.cs-box>.map>.li>.map-box{
	margin-right: 15px;
}
#contact_us>.cont>.cs-box>.map>.li>.map-box>.map{
	width: 100%;
	height: 400px;
}
.BMap_cpyCtrl {
    display:none;
}
#contact_us>.cont>.cs-box>.msg{
	float: left;
	width: 40%;
	max-height: 400px;
	overflow-y: auto;
	padding-right: 10px;
	box-sizing: border-box;
	padding-left: 2px;
}
#contact_us>.cont>.cs-box>.msg>.title{
	font-family: Gilroy-Semibold;
}	
#contact_us>.cont>.cs-box>.msg>.title img{
	max-width: 100%;
}
#contact_us>.cont>.cs-box>.msg>.form>input{
	border: none;
	background-color: #eaeaea;
	margin-bottom: 5px;
	border-radius: 2px;
	height: 30px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: Gilroy-Semibold;
}
#contact_us>.cont>.cs-box>.msg>.form>textarea{
	border: none;
	background-color: #eaeaea;
	margin-bottom: 5px;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 10px;
	max-width: 100%;
	min-width: 100%;
	height: 100px;
	font-family: Gilroy-Semibold;
}
#contact_us>.cont>.cs-box>.msg>.form>.btn{
	background-color: #005ee8;
	color: #fff;
	line-height: 24px;
	border-radius: 3px;
	padding:  0 15px;
	border: none;
	margin-top: 10px;
	display: inline-block;
	cursor: pointer;
}
