.contacta{width:95%;margin:0px auto;}
.contact_title {
	font-size: 48px;
	font-family: 'HM';
	font-weight: bolder;
	line-height: 1em;
	padding-bottom: 35px;
}
.pro_Submit {
  display: block;
  height: 55px;
  width: 100%;
  color: #fff;
  background-color: black;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.contact_content {
	width: 100%;
	height: auto;
	overflow: hidden;
}


.contact_left,
.contact_right {
	width: 50%;
	height: 100%;
	float: left;
}


.left_content {
	max-width: 100%;
	padding-right: 33px;
	/*! float: left; */
}



.left_content span {
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: justify;
}


.left_content ul {
	display: block;
	width: 100%;
	height: auto;
	/*! margin-top: 45px; */
	overflow: hidden;
}

.left_content ul li {
	display: block;
	width: calc(50% - 14px);
	margin-bottom: 26px;
	height: 57px;
	background-color: #f6f6f6;
}

.left_content ul li:nth-child(2n-1) {
	float: left;
}

.left_content ul li:nth-child(2n) {
	float: right;
}

.left_content ul li input {
	border: none;
	background-color: transparent;
	line-height: 57px;
	height: 57px;
	text-indent: 1em;
	font-size: 16px;
	width: 100%;
	font-family: 'HN';
}


.left_content ul li input::placeholder {
	color: #666666;
	font-size: 14px;
	font-family: 'HN';
	font-weight: bold;
}

.left_content ul li input::-webkit-input-placeholder { /* WebKit browsers */
	color: #666666 !important;
	    font-family: 'HN' !important;
}
.left_content ul li input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #666666 !important;
	    font-family: 'HN' !important;
}
.left_content ul li input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #666666 !important;
	    font-family: 'HN' !important;
}
.left_content ul li input::-ms-input-placeholder {    /* Internet Explorer 10+ */
	color: #666666 !important;
	    font-family: 'HN' !important;
}



.left_content textarea {
	resize: none;
	background-color: #f6f6f6;
	width: calc(100% - 2em);
	border: none;
	height: calc(200px - 2em);
	font-family: 'HN';
	padding: 1em;
	font-size: 16px;
}

.left_content textarea::placeholder {
	color: #666666;
	font-size: 14px;
	font-family: 'HN';
	font-weight: bold;
}
.left_content textarea::-webkit-input-placeholder { /* WebKit browsers */
	color: #666666 !important;
	 font-family: 'HN' !important;
}
.left_content textarea::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #666666 !important;
	 font-family: 'HN' !important;
}
.left_content textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #666666 !important;
	 font-family: 'HN' !important;
}
.left_content textarea::-ms-input-placeholder {    /* Internet Explorer 10+ */
	color: #666666 !important;
	 font-family: 'HN' !important;
}






.submit {
	text-transform: uppercase;
	width: 200px;
	height: 52px;
	line-height: 52px;
	background-color: #ee8930;
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	display: block;
	text-align: center;
	border: none;
}


.right_content {
	max-width: 100%;
	padding-left: 110px;
	display: box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-start;
}

.right_content ul {
	display: inline-block;
	width: 100%;
	height: auto;
}

.right_content ul li {
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
}

.right_content ul li div {
	width: 34px;
	height: 34px;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	line-height: 34px;
	text-align: left;
	font-size: 20px;
	color: black;
}

.right_content ul li span {
	width: auto;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	float: left;
	letter-spacing: 0;
	font-weight: bold;
	padding-left: 23px;
	font-size: 16px;
	color: #555555;
}




#container{
	height: 310px;
	width: 100%;
	margin-top: 25px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}



.action_a a:hover {
	background-color: #1068a1 !important;
	color: #fff !important;
}


