.banner_box {
	background-image: url(../img/banner8.jpg);
	width: 100%;
	height: 400px;
}
.title_text {
	font-size: 66px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
}

.title_e {
	font-size: 36px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
}


.inno_blank_box {
	width: 100%;
	height: 4px;
	margin: 32px 0 60px 0;
}

.inno_blank1 {
	width: 20%;
	height: 2px;
	border: 2px solid #1562AB;
}

.inno_blank2 {
	height: 4px !important;
	border: 4px solid #1562AB !important;
}

.inno_blank3 {
	width: 80%;
	height: 2px;
	border: 2px solid #d1d1d1;
}

.map_box {
	width: 1200px;
	margin: 0 auto;
	padding: 45px 0;
}

.map_left {
	width: 472px;
}
.location_box {
	width: 100%;
	padding: 21px 0px;
	background-color: #F4F4F4;
	color: #999999;
	font-size: 16px;
}

.location_box1 {
	width: 1200px;
	margin: 0 auto;
}
.list_box1{
	width: 100%;
}
.location_icon {
	width: 17px;
	height: 17px;
	margin-right: 12px;
}

.map_title {
	font-size: 44px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	text-align: left;
	color: #191919;
}

.map_p_box {
	margin-bottom: 28px;
}

.map_p_box img {
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.map_p {
	font-size: 18px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #727272;
	line-height: 30px;
}

.about_contact_address_r {
	width: 592px;
	height: 226px;
}

.from_box {
	width: 1200px;
	margin: 0 auto;
	
	margin-top: 150px;
}
.from_box1{
	width: 100%;
}

.from_title {
	font-size: 44px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	text-align: left;
	color: #191919;
	margin-bottom: 50px;
}

.from_li {
	width: 100%;
  margin-bottom: 50px;
}

.from_name {
	font-size: 24px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #727272;
	line-height: 30px;
	margin-right: 15px;
}

input {
	width: 1000px;
	height: 60px;
	background: #ffffff;
	border: 1px solid #cecece;
	border-radius: 10px;
	padding: 0 30px;
	margin-bottom: 20px;
	
	box-sizing: border-box;
}

textarea {
	width: 1000px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #cecece;
	border-radius: 10px;
	padding: 20px 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
input:focus,
textarea:focus {
  outline: none;
}
.from_blank {
	min-width: 160px;
	height: 40px;
	background: #ffffff;
	border: 1px solid #cecece;
	padding: 8px 40px;
	font-size: 18px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #727272;
	cursor: pointer;
}

.from_blank1 {
	width: 160px;
	height: 40px;
	background: #1760a8;
	border: 1px solid #cecece;
	padding: 8px 40px;
	font-size: 18px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #fff;
	cursor: pointer;
	margin: 66px 0 120px 0;
}

.from_blank input[type="file"] {
	position: absolute;
	top: -1000px;
	left: -100000px;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.from_blank p {
	margin: 0;
	color: #666;
}


.error {
	color: red;
	font-size: 12px;
	margin-left: 10px;
}
.from_blank1:hover{
	background-color: #004384;
	transition: all 160ms ease-in-out; 
}